i have a class like this

public class TDorgrnize{
private long orgID
private orgnizMini org

//getter and setters
}

public class orgnizMini{
long id
Sting name
//getter setter
}

in a action class i m getting this TDOrgrnize to generic list like this

private List<TDorgrnize>() torg;
so i want to display this List actually name property of orgnizMini in a
select tag trough torg list so how can i do this
-- 
View this message in context: 
http://www.nabble.com/Struts-2-%3Cs%3Aselect-tag-tf4596011.html#a13121574
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to