----- Original Message -----
From: "goodprogram" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, June 13, 2007 9:37 PM
Subject: avoiding resetting of values
>
> Hi
>
> I have 7 textbox fields, when i enter the values for all those and submit
> the form, the clientside and server side validations are working well,
> but the problem is, it resets all textbox values to be empty, and
> forwarding to the same input page,
>
> How can i avoid resetting of values and display the correspondig values in
> textboxes?
>
> Any help is appreciated .
>
> Thanks,
> RR
I'm a S2 newbie, but try this:
<s:textfield name="name" value="%{name}" />
it should invoke the getName() method of related Action, and retrieve the
value.
P.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]