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 ask, is that for the situation I am thinking of, I want to have a bunch of computed read-only data on a form and then a single field to accept data and I would rather not dump a potentially large amount of data into the session. All suggestions appreciated (especially from Mark! :-) Simon ----------------------------------------------------------------- Simon P. Chappell [EMAIL PROTECTED] Java Programming Specialist www.landsend.com Lands' End, Inc. (608) 935-4526 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

