RE: newbie validator question: show value of a field in error

2003-09-16 Thread Naveen Mudgal
u catch the username field value using bean:write tag and concatenate the error message defined in applicationresources.properties file errors.email={0} is not a valid email address. -Original Message- From: Daniel Wang [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 3:13

Session Tracking in Struts

2003-09-15 Thread Naveen Mudgal
I am making a simple JSp which have single text item.I have to retrive this text item value on another JSp page using Struts(not by request.getParameter(textname) ). I tried with bean write,but it won't work . Pls help naveen