Hi,
I want to move some JSP logic to a separate layout.
My problem is when displaying the field value without using the
stripes:text tag:
<c:when test="${readonly == true}">
${value}
</c:when>
<c:otherwise>
<stripes:text name="${value}" />
</c:otherwise>
If I enter value="customer.description" when rendering the layout the
input text field looks fine. But when it is read only I, of course, only
show the field name customer.description. How can I resolve the value
using the field name?
Hope my post makes any sense... :)
Kind regards,
Roland
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users