RE: WebWork's OGNL form handling - very RoR in approach. Possible in Struts 1.x?

2006-02-16 Thread Wendel Schultz
-Original Message----- From: Wendel Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:56 AM To: Struts Users Mailing List Subject: RE: WebWork's OGNL form handling - very RoR in approach. Possible in Struts 1.x? Ok. I meant to declare the private Product a

RE: WebWork's OGNL form handling - very RoR in approach. Possible in Struts 1.x?

2006-02-16 Thread Wendel Schultz
got a product for free!!!" ); } public Product getProduct() { return this.product.get(); } Do similarly for other local Action variables. -w -Original Message----- From: Wendel Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:29 AM To: user@struts.

WebWork's OGNL form handling - very RoR in approach. Possible in Struts 1.x?

2006-02-16 Thread Wendel Schultz
One very nice thing about WebWork and presumably Struts 2.x is the OGNL form data scraping. RoR takes a similar approach. Though I realize many will push back at the idea, I wrote a fairly straightforward way to accomplish putting the form information conveniently in the Action class using XWork'