-----Original Message----- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 3:39 PM To: Struts Users Mailing List Subject: RE: Struts 1.2.9 and checkboxes
--- On Tue, 11/25/08, David Barron wrote: > I'm pulling the data out of the table in the jsp, so how do I set the > ActionForm properties? Yikes. Pull the form out of the request (or session) and set the form variable. I sure don't recommend the approach, though; that kind of code really doesn't belong in the view layer. Dave Yes, that's what I was afraid of. Well, at least I know I'll stay busy for a while re-writing all this code. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]