Hi there,
I have an action/form that contains properties x, y, & z with values 1, 2, &
3. I have a .JSP where I want to write out the values of them dynamically.
<c:set var="currentProperty" value="x"/>
How do I write a <s:property value=""/> using currentProperty that would
result it showing my actions value (1).
If I were using runtime expressions I would write it like
<s:property value="${currentProperty}"/>
but that is verboten by the tld.
All help is appreciated,
Jonathan
--
View this message in context:
http://www.nabble.com/%3Cs%3Aproperty-with-dynamic-values-tp16711862p16711862.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]