Re: text field not populating after validate() fails.

2005-12-25 Thread Vikrama Sanjeeva
Hi, Ok I will read Rick's article. Right now situation is bit different (I'm sure most of junior developers face more or less same situation). As for me, I've certain deadline to achieve the functionality, which I have achieved by just setting scope=session. Now as Rick said: (nothing

pre-populating form fields when called in edit mode.

2005-12-25 Thread Vikrama Sanjeeva
Hi, Here is the sequence: 1: User fill up's employeeForm.jsp which have multiple text fields, radio buttons, text area's and dropdowns. 2: On pressing Submit button in employeeForm.jsp, InsertEmployeeAction is called which do the following: 2.1) BeanUtils.copyProperties( employeeDTO,

Tiles ignore=true problem

2005-12-25 Thread Keith C. Klopfer
Hello, Since migrating to Tomcat 5.5.9 (from 5.0.28) and JDK 5.0, I've been getting a Tiles error that I can't seem to get past. Tiles seems to not be recognizing the ignore=true parameter in the tiles:get tags. I get an error stating: The requested resource /tile2 is not available when I

Re: Back Button Problem..

2005-12-25 Thread Srinivasu Gandu
why don't you make your session to false. That should take care of it. Srinivas Jadcharla [EMAIL PROTECTED] wrote: You can find some documentation in Jakarta Struts 1.1(Wrox Series.) abt how to use Tokens , but iam not sure how far it is helpful to solve your problem On 12/19/05, Priya Saloni

Re: Same action with multiple submit buttons

2005-12-25 Thread Srinivasu Gandu
how funny is that.. why do you want to give the same name to all of your buttons?? Pazhanikanthan Periasamy [EMAIL PROTECTED] wrote: Have a hidden attribute called method. Assign this param with the method name u need to call in the DispatchAction Class based on the Button you have clicked