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
ssage- From: Kent Boogaart [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 7:59 AM To: 'Struts Users Mailing List' Subject: Using the form bean Hello, I'm trying to set focus on the first enabled field in my form. The first field is disabled if the data is being edited. I tho

Using the form bean

2005-07-08 Thread Kent Boogaart
Hello, I'm trying to set focus on the first enabled field in my form. The first field is disabled if the data is being edited. I thought this would work: But this complains about "No bean found under attribute key form". The weird thing is, I use that same bean further down the