Hello Konrad,
I'm not sure I've understood correctly what you want to do, but here's
what I would do :
<bean:define
id="myBean"
value="<%= SomeConstantsHolderClass.CONSTANT_STRING +
SomeConstantsHolderClass.CONSTANT_STRING %>" />
<html:form action="<%= action %>">
...
Don't forget that you can still use an action _before_ you go to your
JSP to prepopulate it. And by the way, in the JSP, everything is
toString()ed, if I'm not mistaken, so you can always do something like
<bean:define id="aValue" value="<%= someString + someInteger %>"/>
--
Stéphane Zuckerman
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]