RE: Struts text field 'value' attribute set from another ActionForm?

2004-01-29 Thread Robert Nocera
You could call an action before going to the form that takes the value from the session and sets someForm.someProperty to that value and then forwards to your jsp. -Rob -Original Message- From: Adam Bickford [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 9:55 AM To: [EMAIL

RE: Struts text field 'value' attribute set from another ActionForm?

2004-01-29 Thread Ben Anderson
if you use the struts-el tag libraries you can try this: I've heard that it's best to avoid putting scriptlet/java code in my jsp pages. It is, but you're specific problem isn't pertaining to scriptlet vs. non-scriplet. That is solved with expression language. It'd probably be easier if you c