Hi All, I just started experimenting with jstl and i'd like to set a hidden field on MyActionForm using a value (contentId) available as an attribute on the request. Basically, i'd like to do something like this:
<html:hidden property="contentId" value="<c:out value="${contentId}"/>"/> Which does not work. Should i be using EL syntax instead? And what would the correct syntax be? I did check that <c:out value="${contentId}"/> returns a valid value so my confusion is just passing it as a value to the html:hidden property. Any help is greatly appreciated. James __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]