If the form is not dynamic, i.e. the form fields are not generated at runtime, why not just put a collection of Strings or an array or Strings into the scope of your choice and then iterate over it at the end of your page
Jonathan Wright ----- Original Message ----- From: "Cliff Lam" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <user@struts.apache.org> Sent: Monday, May 09, 2005 4:33 PM Subject: Re: The field name in jsp > I'm talking the field is like > <html:text property="propertyName"> > > And I'm finding method to print all the field name (propertyName) at the end > of the page. > > eg. > <<At the end of the page>> > This page's Field: > propertyName1 > propertyName2 > propertyName3 > .... > > Thanks a lot ^^ > > Cliff > > ----- Original Message ----- > From: "Jonathan Wright" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <user@struts.apache.org> > Sent: Monday, May 09, 2005 12:26 PM > Subject: Re: The field name in jsp > > > > Define "fields". Are you talking about form fields? > > > > Jonathan Wright > > ----- Original Message ----- > > From: "Cliff Lam" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" <user@struts.apache.org> > > Sent: Monday, May 09, 2005 4:17 PM > > Subject: The field name in jsp > > > > > > Hi, > > > > How can I know the fields in jsp dynamically. > > > > eg. I want to print the all the field name at the end of each page > > dynamically..... > > > > Should I override the setProperty to do it? > > > > Thanks a lot =) > > > > Cliff > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]