RE: [OT] Re: Fired???? was...Re: Struts Books Recommendations [OT]

2005-07-08 Thread Goswami, Raj
Sorry, wrong posting. Not intended for this group. Thanks, -Original Message- From: Goswami, Raj Sent: Friday, July 08, 2005 2:33 PM To: 'Struts Users Mailing List'; 'Andrew Tomaka' Subject: RE: [OT] Re: Fired was...Re: Struts Books Recommendations [OT] Rig

RE: [OT] Re: Fired???? was...Re: Struts Books Recommendations [OT]

2005-07-08 Thread Goswami, Raj
Right click on the wsad app and select property. Take out everything after "...\wsappdev.exe." Thanks, Raj -Original Message- From: Andrew Tomaka [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 2:30 PM To: Struts Users Mailing List Subject: Re: [OT] Re: Fired was...Re: Struts

RE: Two Forms, Two Form Beans, One JSP

2005-07-07 Thread Goswami, Raj
I had a similar situation and I used only one form, with the bottom part(result) inside a div, which is only visible depending on the action you took on the top part(search param part), otherwise it's invisible. It worked for me, even though it might not be the best solution. Thanks, -Ori

Validation for select box

2005-06-28 Thread Goswami, Raj
I have a Select box which has all the states. The first option is 'Select One.' I need to display an error message if none of the state is selected. I am using DynaActionForm and the xml config file for validation. I put the value of 'Select One' as '-1' and it displayed the error message f

RE: iterate on properties of a DynaActionForm

2005-06-27 Thread Goswami, Raj
! Regards, -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 5:30 PM To: Struts Users Mailing List Subject: Re: iterate on properties of a DynaActionForm Goswami, Raj wrote: >I had the same problem. Thanks for your answer. How do I provide a

RE: iterate on properties of a DynaActionForm

2005-06-27 Thread Goswami, Raj
I had the same problem. Thanks for your answer. How do I provide a the key name though? For e.g. suppose I have a map with key names as employeeId, employeeLastName, employeeFirstName etc. and I want to print it by calling the individual key names, not just arbitrarily any key as I might lose