Value assignment to html:hidden field...

2003-09-25 Thread Abhijeet Mahalkar
how can we assign the JSP value to the hidden field code is as follows String date = session.getValue("BussinessDate"); this date variable i want to assign to following field... will this work ? property="txtBusidate" width="15" size="25" maxlength="25"/> please suggest abbey -

Re: Value assignment to html:hidden field...

2003-09-25 Thread Adolfo Miguelez
What about this? property="txtBusidate" width="15" size="25" maxlength="25"/> Adolfo. From: "Abhijeet Mahalkar" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users

Re: Value assignment to html:hidden field...

2003-09-25 Thread Abhijeet Mahalkar
thanks.. - Original Message - From: "Adolfo Miguelez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 3:37 PM Subject: Re: Value assignment to html:hidden field... What about this? property="txtBusidate" width="15

RE: Value assignment to html:hidden field...

2003-09-25 Thread Mainguy, Mike
Sent: Thursday, September 25, 2003 5:39 AM To: Struts Users Mailing List Subject: Value assignment to html:hidden field... how can we assign the JSP value to the hidden field code is as follows String date = session.getValue("BussinessDate"); this date variable i want to assign to

RE: Value assignment to html:hidden field...

2003-09-25 Thread Adolfo Miguelez
ts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Value assignment to html:hidden field... Date: Thu, 25 Sep 2003 10:01:50 -0400 I personally would assign that value in the Action or somewhere else in the

RE: Value assignment to html:hidden field...

2003-09-25 Thread hari_s
I think it will be more simple with -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 5:25 PM To: Struts Users Mailing List Subject: Re: Value assignment to html:hidden field... thanks.. - Original Message - From: "A