Missing Message Key

2007-03-14 Thread Syed Ibrahim
Hi I am new to this forum and started using Struts 1.3.5. Am getting below exception while running my program. Missing message for key "userRegistration.firstName" in bundle "(default bundle)" Thanks in Advance. -- Original Message --- From: "Guillaume Carré" <[EMAIL PROTEC

Using ActionForm in struts2

2007-03-29 Thread Syed Ibrahim
Hi, I want to use Simple ActionForms or POJO in Struts 2. Instead of writing the getter and setters in Action I would prefer then to be written separately as the same bean can be used elsewhere in models or DAO transfer objects. How to achieve that in Struts 2 ? Thanks in advance Ibrahim

RE: Using ActionForm in struts2

2007-03-30 Thread Syed Ibrahim
Thanks a Lot! -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 2:36 PM To: Struts Users Mailing List Subject: Re: Using ActionForm in struts2 --- Syed Ibrahim <[EMAIL PROTECTED]> wrote: > Instead of writing the getter and setters in A

integrating Tiles in Struts2

2007-03-30 Thread Syed Ibrahim
Hi, I have used tiles in Struts 1.3 But I am not able to integrate Tiles in Struts2. I found on Apache website that tiles is an experimental feature. So is it advisable to use tiles in Struts2? If yes, please give me the steps to integrate tiles in struts2. Thanks in advance. Ibrahim. -

properties file

2007-04-04 Thread Syed Ibrahim
Hi All, Am going through struts2-blank-2.0.6 project, there is HelloWorld.jsp file, while executing this file it searches for package.properties file which is not defined in the HelloWorld.jsp. Can anybody please let me know where it is defined. Thanks a lot. Ibrahim ---

RE: properties file

2007-04-04 Thread Syed Ibrahim
Thanks lot Victor. Ibrahim -Original Message- From: VictorR [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 4:07 PM To: user@struts.apache.org Subject: Re: properties file Hi Ibrahim, I don't know where defined is, but if you want you can change this behavior setting the "s

RE: properties file

2007-04-04 Thread Syed Ibrahim
Thanks Dave. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 5:12 PM To: Struts Users Mailing List Subject: Re: properties file --- Syed Ibrahim <[EMAIL PROTECTED]> wrote: > Am going through struts2-blank-2.0.6 project, t

Iterator Problem: how to get the changed values ?

2007-04-04 Thread Syed Ibrahim
Hi, I am using iterator to list some values in textfilds in tabular format, following way. Here "myList" is a Arraylist and contains a bean(say TestBean) with two attributes Id and name. Id is displayed as text and Name is displayed in textfields. Now if user changes t