Re: Jsp struts

2008-05-21 Thread Antonio Petrelli
2008/5/20 Sapan <[EMAIL PROTECTED]>: > This is wha I done in my code . Yeah, sorry, I found it too. I think it could be a bug of Struts 1.1 with the tag. Can you upgrade it? There's Struts 1.3.8 out there. Antonio - To unsubscr

Re: Jsp struts

2008-05-20 Thread Sapan
Hi, This is wha I done in my code . I have messageproperty also. Code is as follow my code is as follows struts-config.xml http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>

Re: Jsp struts

2008-05-20 Thread Antonio Petrelli
2008/5/19 Sapan <[EMAIL PROTECTED]>: > ???en_US.errors.required??en_US.errors.required??? Sorry, I think I got it. It seems that you have not defined the "errors.required" property in your "messageresources.properties", so the tag gets confused and prints that stuff. Antonio --

Re: Jsp struts

2008-05-20 Thread Sapan
Hi, Thank a lot for prompt reply, But I donot have any idea about tag.Because I am totally new to struts . Could you please help me out how to get out of this problem Regards Swapna. Antonio Petrelli-3 wrote: > > 2008/5/19 Sapan <[EMAIL PROTECTED]>: >> ???en_US.errors.required??en_US.

Re: Jsp struts

2008-05-20 Thread Antonio Petrelli
2008/5/19 Sapan <[EMAIL PROTECTED]>: > ???en_US.errors.required??en_US.errors.required??? Usually this happens when you are using the tag: it does not find a property with that name, in this case "en_US.errors.required", or possibly "errors.required" with "en_US" locale. Check your message b

Re: Jsp struts

2008-05-19 Thread Laurie Harper
Sapan wrote: Hi, I got ???en_US.errors.required??en_US.errors.required??? this error on my entry form before submit any button andd I used at end of form i want to show my message on message or dialog box I donot know where it goes wrong Difficult to say, since you didn't include any o

Re: Jsp , struts page forward problem?

2006-01-12 Thread Laurie Harper
Melih U. Unsal wrote: I am developing a web application with jsp and struts. (i am developing with websphere studio application developer). My question is about forwarding between pages. I have 2 jsp pages. First one is "user.jsp" and the other one is "useraddress.jsp" My first page (user.js