RE: Using the form bean

2005-07-08 Thread Kent Boogaart
lto:[EMAIL PROTECTED] Sent: Friday, 8 July 2005 11:53 PM To: Struts Users Mailing List Subject: RE: Using the form bean Don't know if this is the reason but you probably want focus="${focus}" Try using c:if instead of logic:equal, but the cleanest way if you are using jsp 2.0: focus

RE: Using the form bean

2005-07-08 Thread Abdullah Jibaly
Don't know if this is the reason but you probably want focus="${focus}" Try using c:if instead of logic:equal, but the cleanest way if you are using jsp 2.0: focus="${form.edit ? 'password' : 'userName'}" Regards, Abdullah -Original Message- From: Kent Boogaart [mailto:[EMAIL PROTECTED