Re: Jsp struts

2008-05-20 Thread Sapan
} return errors; } } in main jsp Regards Swapna :confused::confused: Antonio Petrelli-3 wrote: > > 2008/5/19 Sapan <[EMAIL PROTECTED]>: >> ???en_US.errors.required??en_US.errors.required??? > &

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_

Jsp struts

2008-05-19 Thread Sapan
Hi , 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 my code is as follows struts-config.xml h

Jsp struts

2008-05-19 Thread Sapan
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 Please help me out. Waiting for warm and urgent reply Thankx

Global way to handle jsp exceptions

2004-12-11 Thread Purohit, Sapan \(Sapan\)
Hello, if you define a global exception handler in struts-conf.xml file, it takes care of all the exceptions occuring in any of the action class's execute method. Is there any way I can handle exceptions occuring from all my jsp files globally? Thanks.