RE: set a value from a form to a form

2002-09-11 Thread Van Riper, Mike
One way is to use the tag in addition to whatever you are doing to display the uneditable form data. It works like all the other form tags. So, all you have to do is set the "property" attribute to match the name of the uneditable form property and it should work. This is the Struts custom tag eq

Re: set a value from a form to a form

2002-09-11 Thread Michael Lee
m that though so the > >user will not see it. I may have to put it in the session. > >Any ideas? > >thanks, > >Mike > > > >- Original Message - > >From: "John Yu" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" <[

Re: set a value from a form to a form

2002-09-10 Thread John Yu
>From: "John Yu" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Sent: Tuesday, September 10, 2002 10:09 PM >Subject: Re: set a value from a form to a form > > > > Mike, > > > > If I understand you correc

RE: set a value from a form to a form

2002-09-10 Thread Miguel Angel Mulero Martinez
C. Lee Jr. [mailto:[EMAIL PROTECTED]] Enviado el: miƩrcoles, 11 de septiembre de 2002 8:16 Para: Struts Users Mailing List Asunto: Re: set a value from a form to a form You do understand me! :) I use a hidden field now. I was trying to get away from that though so the user will not see it. I may have

Re: set a value from a form to a form

2002-09-10 Thread Michael C. Lee Jr.
Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 10:09 PM Subject: Re: set a value from a form to a form > Mike, > > If I understand you correctly, you want to retain the value when the form > is submitted. One option is to use to display the value and &g

Re: set a value from a form to a form

2002-09-10 Thread John Yu
Mike, If I understand you correctly, you want to retain the value when the form is submitted. One option is to use to display the value and use to retain the value for form submission. Prop1: ... The value is *not* retained in a bean. It's just resubmitted as an URI parameter.