Suppose you have a mapping of:
<action path="/Foo" name="FooForm" .../>
Then you can use JSTL on the forwared to by the action:
<c:out value="${FooForm.bar}"/>
Lukas Hazlehurst wrote:
Hello,
I apologise if I've missed something obvious somewhere, but I'm trying to use a property of my form bean in a core tag, and I'm just missing how to refer to the form bean easily, since the constant name has full stops in it which I presume will muck up the el expression.
I've been looking thru my list archives and I can't seem to find any reference to the problem which probably means I'm missing the point somewhere, but any help would be appreciated.
Lukas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]