RE: ReadOnly data in a Form question

2002-04-10 Thread Chappell, Simon P
(608) 935-4526 >-Original Message- >From: Brian Holzer [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, April 10, 2002 10:27 AM >To: [EMAIL PROTECTED] >Subject: Re: ReadOnly data in a Form question > > >I'm not sure what exactly you are trying to do, but you can &

Re: ReadOnly data in a Form question

2002-04-10 Thread Brian Holzer
I'm not sure what exactly you are trying to do, but you can put that extra data into your form, and then define the fields in your JSP as this . Brian >>> "Chappell, Simon P" <[EMAIL PROTECTED]> 04/10/02 07:40am >>> I have no problem with getting data to and from a JSP in a Form object. But if

ReadOnly data in a Form question

2002-04-10 Thread Chappell, Simon P
I have no problem with getting data to and from a JSP in a Form object. But if I want to send extra read-only (display-only?) data to a JSP, can I put it in the Form object and read it from there? If I don't have a JSP field with that name (e.g.ReadOnlyData) would that work? The reason that I