Re: problem in formbean

2006-11-30 Thread thamizh arasu
Hi Prem, At the time of landing the page, you are showing some values. That values are taken from DB. Once error coming you are redirecting to the same page. but with the error value. This is your problem right? this can be easily solved. you are showing the values taken from formbean. At the

Re: problem in formbean

2006-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 prkumar, prkumar_1234 wrote: > 1) in jsp iam displaying values from javabean in textboxes.(i can > change > these values) > 2) when i submit with modified values , iam doing validation in > formbean. > 3) When validatio fails i formbean returning to

RE: problem in formbean

2006-11-30 Thread Saeed, Rada
che.org Subject: problem in formbean I got some problem in struts can you please help me. 1) in jsp iam displaying values from javabean in textboxes.(i can change these values) 2) when i submit with modified values , iam doing validation in formbean. 3) When validatio fails i formbean returning

Re: problem in formbean

2006-11-29 Thread James Mitchell
Hi, I help moderate messages on this list. You are not subscribed. I let this message through because it is not spam, but you need to subscribe before any more can come through. Thanks. On 11/29/06, prkumar_1234 <[EMAIL PROTECTED]> wrote: I got some problem in struts can you please help me.

problem in formbean

2006-11-29 Thread prkumar_1234
I got some problem in struts can you please help me. 1) in jsp iam displaying values from javabean in textboxes.(i can change these values) 2) when i submit with modified values , iam doing validation in formbean. 3) When validatio fails i formbean returning to same jsp but it is displaying old va