History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-2263
Type: Test Test
Status: Open Open
Priority: Major Major
Assignee: Graeme Rocher
Reporter: aambardekar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

g:hasErrors inside taglib

Created: 23/Jan/08 03:06 PM   Updated: 23/Jan/08 03:06 PM
Component/s: TagLib
Affects Version/s: 1.0-RC3
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Windows


 Description  « Hide
I have a taglib for dojo popup dialog. I would like to display errors inside pop up dialog. I am passing the current object to this taglib. How do I render erros inside tagblib using
</g:hasErrors>
<g:hasErrors bean="${productFeature}">
<div class="errors">
<g:renderErrors bean="${productFeature}" as="list" />
</div>
</g:hasErrors>
I am not sure how to call tags inside taglib

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.