Hi,

I'm totally amazed of the various function of the display:*-tag library and 
considering seriously to integrate it into my struts-application. But let me 
ask you a question first: I have my own Model-Classes in Struts that are 
mainly based on vectors or collections and represent my database structure 
through java-beans. Would it be possible (for example in the nested-table) to 
access values from different objects through the display:*-tags or do I have 
to modify anything in the code myself?  

To make it clearer I'd have to use for example a
myFirstModelClass.getAValue();

as well as

myFirstModelClass.getMySecondModelClassInstance().getAnotherValue();

in the same table. Would that be possible with display:*? How would the 
export-function react on that? At least everything comes out as a String, so 
will there be any problems as well??

Thanks in advance

Thomas


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to