Hi Anil, i am trying this as well. Is the <c:forEach /> loop working? I suppose you must define the title in your "datarow" bean.
My first approach for this was to extend or modify the <display:table ../> tag in order to do my own rendering. Additionally to dynamic columns i have to realize a dynamic filter row in the <display:caption ../> tag including textfields and dropdowns. I think thats not possible out of box with displaytag. Other dynamic configuration properties (paging, defaultsortcolumn, defaultsortorder) must be considered as well. Highly dynamical..... We have not started yet, but we are still evaluating. Are there any other approaches for such requirements? regards André, Germany -------- Original-Nachricht -------- Datum: Mon, 06 Nov 2006 12:04:09 -0800 Von: [EMAIL PROTECTED] An: [email protected] Betreff: displaytag-user Digest, Vol 7, Issue 7 > Send displaytag-user mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/displaytag-user > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of displaytag-user digest..." > > > Today's Topics: > > 1. Dynamically displaying columns and Title ? > ([EMAIL PROTECTED]) > 2. Has anyone run Display tag 1.0 or 1.1 on Weblogic 9.0 sp 1 or > 2 (Ryan, Scott D) > 3. Re: Has anyone run Display tag 1.0 or 1.1 on Weblogic 9.0 sp > 1 or 2 (Jos? Renato) > 4. Re: Has anyone run Display tag 1.0 or 1.1 on Weblogic 9.0 sp > 1 or 2 ([EMAIL PROTECTED]) > 5. Re: Has anyone run Display tag 1.0 or 1.1 on Weblogic 9.0 sp > 1 or 2 (Ryan, Scott D) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 5 Nov 2006 17:12:12 -0800 > From: <[EMAIL PROTECTED]> > Subject: [displaytag-user] Dynamically displaying columns and Title ? > To: <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Hi! > > I need to dynamically display the columns and title following is > code… > > <display:table name="normEnrollmentList.normEnrollments" cellspacing="0" > cellpadding="0" > requestURI="" > id="normEnrollments" pagesize="25" class="table normEnrollmentList" > export="true" > > > <display:column property="dataRowList[0]" title="0" media="csv excel > xml pdf" sortable="true"/> > <display:column property="dataRowList[1]" title="1" sortable="true"/> > <display:column property="dataRowList[2]" title="2" > sortable="true"/> > <display:column property="dataRowList[3]" title="3" > sortable="true"/> > <display:column property="dataRowList[4]" title="4" > sortable="true"/> > <display:column property="dataRowList[5]" title="5" > sortable="true"/> > <display:column property="dataRowList[6]" title="6" > sortable="true"/> > <display:column property="dataRowList[7]" title="7" > sortable="true"/> > <display:column property="dataRowList[8]" title="8" > sortable="true"/> > <display:column property="dataRowList[9]" title="9" > sortable="true"/> > <display:column property="dataRowList[10]" title="10" > sortable="true"/> > <display:column property="dataRowList[11]" title="11" > sortable="true"/> > <display:column property="dataRowList[12]" title="12" > sortable="true"/> > <display:column property="dataRowList[13]" title="13" > sortable="true"/> > <display:column property="dataRowList[14]" title="14" > sortable="true"/> > > > Basically, I was trying something like following: > <c:forEach var="cl" items="${dataRowList}"> > <display:column property="${cl}" title="NA" sortable="true"/> > </c:forEach> > > > Also about the title, it should be dynamic too e.g. > title=”${headerNameList[0]}” <---- > although this syntax does not work either > > Any kind of help would be appriciated. > > Thanks, > Anil G > > > > > > ------------------------------ > > Message: 2 > Date: Mon, 6 Nov 2006 11:29:34 -0700 > From: "Ryan, Scott D" <[EMAIL PROTECTED]> > Subject: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 on > Weblogic 9.0 sp 1 or 2 > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset=us-ascii > > I have been trying for the past week to get my applications that use > Display tag to run on Weblogic 9.0 but with no luck. I tried the > display tag examples and non of them ran. I am able to do just about > anything with the jstl or core libraries but no luck with display tag. > No matter what I put in the <displaytag:table name= value I cann't get > display tag to process any data. > > Has anyone had luck with Weblogic and display tag when upgrading from > 8.1 to 9.0? If so did you have to change anything in the code? All of > my other applications move across unchanged except for the display tag > sections. Do I need to upgrade to 1.1 or can I run in compatibility > mode with 8.1? > > Any samples or suggestions would be appreciated. > > Thanks for your suggestions. > > Scott D. Ryan > Senior Java Developer/Architect > Aurora Loan Services > 10350 Park Meadows Drive > Littleton, Co. 80124 > Office: (720) 945-5328 > Cell: (303) 263-3044 > [EMAIL PROTECTED] > > > ------------------------------------------------------------------------------ > This message is intended only for the personal and confidential use of the > designated recipient(s) named. If you are not the intended recipient of > this message, you are hereby notified that any review, dissemination, > distribution or copying of this message is strictly prohibited. This > communication > is for information purposes only and should not be regarded as an offer to > sell or as a solicitation of an offer to buy any financial product, an > official confirmation of any transaction, or as an official statement of > Aurora Loan Services. Email transmission cannot be guaranteed to be secure or > error-free. Therefore, we do not represent that this information is complete > or accurate and it should not be relied upon as such. All information is > subject to change without notice. > > > > > ------------------------------ > > Message: 3 > Date: Mon, 06 Nov 2006 16:36:07 -0200 > From: Jos? Renato <[EMAIL PROTECTED]> > Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 > on Weblogic 9.0 sp 1 or 2 > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I suppose that you are using version DT1.0, aren?t you? Have you already > tried to upgrade to version 1.1? Actually I am using JBoss and I am not > experiencing any sort of problem. In fact there is one, version 1.1 has > a sort list bug that you can patch and it works fine. Try a newer > version to become more up to date. > > Best Regards, > Jos? Renato. > > Ryan, Scott D escreveu: > > I have been trying for the past week to get my applications that use > > Display tag to run on Weblogic 9.0 but with no luck. I tried the > > display tag examples and non of them ran. I am able to do just about > > anything with the jstl or core libraries but no luck with display tag. > > No matter what I put in the <displaytag:table name= value I cann't get > > display tag to process any data. > > > > Has anyone had luck with Weblogic and display tag when upgrading from > > 8.1 to 9.0? If so did you have to change anything in the code? All of > > my other applications move across unchanged except for the display tag > > sections. Do I need to upgrade to 1.1 or can I run in compatibility > > mode with 8.1? > > > > Any samples or suggestions would be appreciated. > > > > Thanks for your suggestions. > > > > Scott D. Ryan > > Senior Java Developer/Architect > > Aurora Loan Services > > 10350 Park Meadows Drive > > Littleton, Co. 80124 > > Office: (720) 945-5328 > > Cell: (303) 263-3044 > > [EMAIL PROTECTED] > > > > > > > ------------------------------------------------------------------------------ > > This message is intended only for the personal and confidential use of > the designated recipient(s) named. If you are not the intended recipient of > this message, you are hereby notified that any review, dissemination, > distribution or copying of this message is strictly prohibited. This > communication is for information purposes only and should not be regarded as > an offer > to sell or as a solicitation of an offer to buy any financial product, an > official confirmation of any transaction, or as an official statement of > Aurora Loan Services. Email transmission cannot be guaranteed to be secure or > error-free. Therefore, we do not represent that this information is > complete or accurate and it should not be relied upon as such. All > information is > subject to change without notice. > > > > > > > ------------------------------------------------------------------------- > > 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 > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > > > > > > > > > ------------------------------ > > Message: 4 > Date: Mon, 6 Nov 2006 12:00:33 -0800 (PST) > From: [EMAIL PROTECTED] > Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 > on Weblogic 9.0 sp 1 or 2 > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain;charset=iso-8859-1 > > Scott, > > Yes, I have run displaytag with WebLogic 9.0. It's hard to say what the > issue is without any error info or anything else. I had to make one > change: the id attribute of the <display:table> tag has to be changed to > uid for WebLogic. Other than that, it worked like a charm. > > Try checking your logs for error messages to see if a dependency is > missing or something like that. > > Ryan, Scott D wrote: > > I have been trying for the past week to get my applications that use > > Display tag to run on Weblogic 9.0 but with no luck. I tried the > > display tag examples and non of them ran. I am able to do just about > > anything with the jstl or core libraries but no luck with display tag. > > No matter what I put in the <displaytag:table name= value I cann't get > > display tag to process any data. > > > > Has anyone had luck with Weblogic and display tag when upgrading from > > 8.1 to 9.0? If so did you have to change anything in the code? All of > > my other applications move across unchanged except for the display tag > > sections. Do I need to upgrade to 1.1 or can I run in compatibility > > mode with 8.1? > > > > Any samples or suggestions would be appreciated. > > > > Thanks for your suggestions. > > > > Scott D. Ryan > > Senior Java Developer/Architect > > Aurora Loan Services > > 10350 Park Meadows Drive > > Littleton, Co. 80124 > > Office: (720) 945-5328 > > Cell: (303) 263-3044 > > [EMAIL PROTECTED] > > > > > > > ------------------------------------------------------------------------------ > > This message is intended only for the personal and confidential use of > the > > designated recipient(s) named. If you are not the intended recipient of > > this message, you are hereby notified that any review, dissemination, > > distribution or copying of this message is strictly prohibited. This > > communication is for information purposes only and should not be > regarded > > as an offer to sell or as a solicitation of an offer to buy any > financial > > product, an official confirmation of any transaction, or as an official > > statement of Aurora Loan Services. Email transmission cannot be > guaranteed > > to be secure or error-free. Therefore, we do not represent that this > > information is complete or accurate and it should not be relied upon as > > such. All information is subject to change without notice. > > > > > > > ------------------------------------------------------------------------- > > 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 > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > > > -- > Rick Herrick > [EMAIL PROTECTED] > > Proud member of the reality-based community > > Never try to discourage thinking for you are sure to succeed.--Bertrand > Russell > > > > ------------------------------ > > Message: 5 > Date: Mon, 6 Nov 2006 13:00:33 -0700 > From: "Ryan, Scott D" <[EMAIL PROTECTED]> > Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 > on Weblogic 9.0 sp 1 or 2 > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset=iso-8859-1 > > I have tried 1.0 , 1.1 el and non el with the same results. My sample > runs on every application server known to man exception Weblogic 9.x. I did > some debugging and it looks like although it is going through the el tag > code it never actually executes that code so the el expressions are never > evaluated and the result of the name is a string rather than a list. > > I will keep digging I was just hoping someone had found the trick with > Weblogic. > > > Scott D. Ryan > Senior Java Developer/Architect > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jos? Renato > Sent: Monday, November 06, 2006 11:36 AM > To: [email protected] > Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 on > Weblogic 9.0 sp 1 or 2 > > I suppose that you are using version DT1.0, aren?t you? Have you already > tried to upgrade to version 1.1? Actually I am using JBoss and I am not > experiencing any sort of problem. In fact there is one, version 1.1 has a sort > list bug that you can patch and it works fine. Try a newer version to > become more up to date. > > Best Regards, > Jos? Renato. > > Ryan, Scott D escreveu: > > I have been trying for the past week to get my applications that use > > Display tag to run on Weblogic 9.0 but with no luck. I tried the > > display tag examples and non of them ran. I am able to do just about > > anything with the jstl or core libraries but no luck with display tag. > > No matter what I put in the <displaytag:table name= value I cann't > > get display tag to process any data. > > > > Has anyone had luck with Weblogic and display tag when upgrading from > > 8.1 to 9.0? If so did you have to change anything in the code? All of > > my other applications move across unchanged except for the display tag > > sections. Do I need to upgrade to 1.1 or can I run in compatibility > > mode with 8.1? > > > > Any samples or suggestions would be appreciated. > > > > Thanks for your suggestions. > > > > Scott D. Ryan > > Senior Java Developer/Architect > > Aurora Loan Services > > 10350 Park Meadows Drive > > Littleton, Co. 80124 > > Office: (720) 945-5328 > > Cell: (303) 263-3044 > > [EMAIL PROTECTED] > > > > > > ---------------------------------------------------------------------- > > -------- This message is intended only for the personal and > > confidential use of the designated recipient(s) named. If you are not > the intended recipient of this message, you are hereby notified that any > review, dissemination, distribution or copying of this message is strictly > prohibited. This communication is for information purposes only and should not > be regarded as an offer to sell or as a solicitation of an offer to buy any > financial product, an official confirmation of any transaction, or as an > official statement of Aurora Loan Services. Email transmission cannot be > guaranteed to be secure or error-free. Therefore, we do not represent that > this information is complete or accurate and it should not be relied upon as > such. All information is subject to change without notice. > > > > > > ---------------------------------------------------------------------- > > --- 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=1216 > > 42 _______________________________________________ > > displaytag-user mailing list > > [email protected] > > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > > ------------------------------------------------------------------------------ > This message is intended only for the personal and confidential use of the > designated recipient(s) named. If you are not the intended recipient of > this message, you are hereby notified that any review, dissemination, > distribution or copying of this message is strictly prohibited. This > communication > is for information purposes only and should not be regarded as an offer to > sell or as a solicitation of an offer to buy any financial product, an > official confirmation of any transaction, or as an official statement of > Aurora Loan Services. Email transmission cannot be guaranteed to be secure or > error-free. Therefore, we do not represent that this information is complete > or accurate and it should not be relied upon as such. All information is > subject to change without notice. > > > > > ------------------------------ > > ------------------------------------------------------------------------- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > End of displaytag-user Digest, Vol 7, Issue 7 > ********************************************* -- GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist! NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

