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]