Dear Rafael Mu�oz Vega,
        I really liked your solution of adding configuration to the display tag. In
my current development I need the page to display columns based on config
information. I am trying using the following code snippet and not getting
the expected result.

<bean:define id="dataList" name="element" property="dataCollection" />
<display:table list="dataList" class="generic_table" >
<bean:define id="columns" name="element" property="columns" />
<logic:iterate id="col" name="element" property="columns" >
        <bean:define id="colProperty" name="col" property="valueProperty" />
        <display:column property='<% pageContext.findAttribute(
"colProperty" ).toString() %>' title="XXX" />
</logic:iterate>
</display:table>

I would greatly appreciate if you could send me your solution if possible.

Thank you
Krishna Vedula
Mail ID: [EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id�66&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to