RE: Struts Tag Iterator formatting issue using tables

2012-06-29 Thread Martin Gainty
try this package org.apache.struts2.example;public class Bean { protected String FullName; protected String Title;} s:bean name=org.apache.struts2.example.Bean var=listPeople s:param name=FullName value='GIJoe'/ s:param name=Title value='AmericanIndenturedServant'/ /s:bean s:iterator

Re: Struts Tag Iterator formatting issue using tables

2012-06-29 Thread Dave Newton
Two issues: form elements with no form, and using the default xhtml theme, where form element tags include table rows/cells. You may want to use the simple theme, or create/extend a theme. Note the simple theme doesn't emit field errors. Dave (pardon brevity and typos, on cell) On Jun 29, 2012