Re: Interator values not showed

2010-05-19 Thread slayer666
s Band { >> private String style; >> private String name; >> >> public Band(String st,String n){ >> this.style=st; >> this.name=n; >> } >> >> public String getStyle() { >> return style; >> } >> >> public void setStyle(

Re: Interator values not showed

2010-05-19 Thread slayer666
this.name=n; > } > > public String getStyle() { > return style; > } > > public void setStyle(String style) { > this.style = style; > } > > This is the

Re: Interator values not showed

2010-05-19 Thread Alex Rodriguez Lopez
Hi, i'm trying the append tag and the list values of the appended lists are not showed. This is the main part of the jsp code: Total Bands: Band: This is my Action class: package struts2.action; import java.util.ArrayList; import com.opensymphony.xwork2.ActionSuppo

Interator values not showed

2010-05-18 Thread slayer666
no values showed . Please, can you help me with this?. Thanks in advanced!!. -- View this message in context: http://old.nabble.com/Interator-values-not-showed-tp28599699p28599699.html Sent from the Struts - User mailing list archive at Nabble.com. -