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(
this.name=n;
> }
>
> public String getStyle() {
> return style;
> }
>
> public void setStyle(String style) {
> this.style = style;
> }
>
> This is the
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
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.
-
4 matches
Mail list logo