Thanks. That was it! I must have been through the doc a dozen times, but I missed the '$' vs '%' issue.
Thanks again. Fred Dale Newfield wrote:
Fred Toth wrote:To be more specific: In jsp, you can do this: <s:textfield name="user.firstName" value="${user.firstName}"/>This works even when user doesn't exist because of the OGNL null value handling.If you use ${}, you're not using ognl, but rather el. Try replacing your $'s with %'s. -Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

