Hi all,
This may have been discussed earlier.. but i couldnt find any useful way to solve the problem...
here it goes..
I have a form with text fields which i am populating in the constructor and in the jsp it works fine.. just printing the default values.
But in the action class of the form i try to change these values using the "setter" methodsd but the new values are not updated in the jsp..
All i want to do is to change the values of form of the JSP from the action class
i was trying
//-> change the values of the form
if ("request".equals(mapping.getScope()))
{
request.setAttribute(mapping.getAttribute(), regform); // -> how to send this form to the jsp.... It is taking the default values.
}
Hope i am clear here!!
Thanks & regards,
N Sudhakar
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful.
Visit us at http://www.cognizant.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

