Ricardo.
On 10/4/06, Miren Urkijo <[EMAIL PROTECTED]> wrote:
Hello
i am new into this list and using displytag.
i have one great problem.
public class CatalogoCimasForm extends ActionForm {
private Float utmy;
private Float utmx;
private String monte;
private ArrayList Personas
...
set/get methods
other class
public class Person {
private String nombre
private String edad
...
set/get methods
I have one struts application that returns one ArrayList with
CatalogoCimasForm objects.
into each CatalagoCimasForm object can be other ArrayList with Person
Objects.
So, i have one arraylist of obect ant into each object other arraylist with
objects.
The fist level, the CatalagoCimasForm i paint into the webpage well whit
this:
<%
List miArray = (ArrayList)request.getAttribute("miArray");
request.setAttribute("miArray",miArray);
%>
<display:table requestURI="ListadoCimas.do" name="miArray" id="lista"
export="true" sort="list" pagesize="20">>
<display:column title="Monte" property="monte" group="1" sortable="true"
headerClass="sortable" >
<c:out value="${lista.monte}"/>
</display:column>
<display:column title="utmx" property="utmx" group="2" sortable="true"
headerClass="sortable" >
<c:out value="${lista.utmx}"/>
</display:column>
<display:column title="utmy" property="utmy" group="3" sortable="true"
headerClass="sortable" >
<c:out value="${lista.utmy}"/>
</display:column>
but now i want to paint other columns with the arraylist of persons
information, only the nombre property.
how can i made it?
i dont know how to made it and i have 7 days but i dont resolve this
problem.
can you help me please?
thanks
Sorry for my bad english
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user