RE: actionform session attribute name

2004-12-17 Thread Abdullah Jibaly
iggelkow [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 7:53 AM To: [EMAIL PROTECTED] Subject: Re: actionform session attribute name Try this: Abdullah Jibaly wrote: > Thanks, the forEach works great. The problem with using a hardcoded form name > is that I have an abstract

Re: actionform session attribute name

2004-12-16 Thread Bill Siggelkow
sort of like this... I know what I have here is wrong :) then I can access the form using the form var: -Abdullah -Original Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 3:55 PM To: [EMAIL PROTECTED] Subject: Re: actionform session attribute name

RE: actionform session attribute name

2004-12-15 Thread Abdullah Jibaly
l Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 3:55 PM To: [EMAIL PROTECTED] Subject: Re: actionform session attribute name Well, for the form you can use the form name as specified in your struts-config.xml. To list the attribute keys and

Re: actionform session attribute name

2004-12-15 Thread Bill Siggelkow
Well, for the form you can use the form name as specified in your struts-config.xml. To list the attribute keys and values in the request use something like this (works equally well sessionScope and applicationScope):

RE: actionform session attribute name

2004-12-15 Thread Abdullah Jibaly
Hi again, I'm actually trying to get the form name, or a reference to the object, from the JSP page. Also, how can I (using JSTL) get a list of all attributes and their values in request, session, and app scope from the JSP page also? Thanks again, Abdullah -Original Message- From: Abd