
|
If you were logged in you would be able to see more operations.
|
|
|
Grails
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
|
|
|
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
|
|
Description
|
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 |
Show » |
| There are no comments yet on this issue.
|
|