You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by shan99 <ra...@gmail.com> on 2007/10/09 20:20:02 UTC

Struts 2
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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org