I have a simple <c:out> statement in my jsp file:
<html:hidden property="sortField"/>
<c:out value="${sortField}" default="nothing"/>
The output source is:
<input type="hidden" name="sortField" value="service_provider">
nothing
As you can see, the struts tag <html:hidden> rendered the value, but <c:out>
didn't. I am new to JSTL, so I have no clue why this didn't work.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]