Re: Present formbean value on jsp page.

2005-03-18 Thread Rick Reumann
Rick Reumann wrote the following on 3/18/2005 3:48 PM: Using struts tags: Correction, I think Jay's use of bean:write is the correct way: It's been a long time since I used bean:write so I'm not sure if the way I described it would work? -- Rick -

Re: Present formbean value on jsp page.

2005-03-18 Thread Rick Reumann
Scott Purcell wrote the following on 3/18/2005 3:32 PM: Well, as normal, I have once again ran into a new snag while building my app. Up until today, I have pulled out my form-param values in my jsp like so into a textfield. And this is great if you want to display it in a text field. But

RE: Present formbean value on jsp page.

2005-03-18 Thread java
Can you use bean:write to accomplish what you're after e.g. Jay Vertical Technology Group http://www.vtgroup.com/ -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 2:32 PM To: Struts Users Mailing List Subject: Present formbean val

Present formbean value on jsp page.

2005-03-18 Thread Scott Purcell
Well, as normal, I have once again ran into a new snag while building my app. Up until today, I have pulled out my form-param values in my jsp like so into a textfield. And this is great if you want to display it in a text field. But how can I just display it in html. I have some fiel