Yes it is nerve racking. I finally got a sample program to work so now I need to figure out what is up with my real application. I just can't figure out why weblogic will not evaluate ${programForm.sampleList} and get back the object containing the list in display tag. It works find in all my other tags (struts, etc) and native jstl. Since I can't get that evaluation to work I had to go back to the non el version and hard code my references including scope. So now I have a sample of that working I need to dig into my real application to fix it. 1000's of lines of code are compatible and this one displaytag issue it killing me.
I will roll back to SP1 just to make sure we are on the same page. The version of jdk is 1.5.0_04-b05 . I would love to get the original el version working but since I have burned so much time getting this far just getting anything to work at this point would be welcome. Thanks for the help so far. Scott D. Ryan Senior Java Developer/Architect -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Herrick Sent: Monday, November 06, 2006 6:17 PM To: displaytag-user@lists.sourceforge.net Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 on Weblogic 9.0 sp 1 or 2 Huh. OK, THAT'S weird :) I haven't tried this in WL 9.2, but I know we had it working with no issues in 9.1. I'll have to look at the code at work tomorrow to tell you what version of displaytag we're using. What version of Java are you using? Rick Herrick [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:displaytag- [EMAIL PROTECTED] On Behalf Of > Ryan, Scott D > Sent: Monday, November 06, 2006 3:16 PM > To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 > on Weblogic 9.0 sp 1 or 2 > > That is what I thought so I did exactly that and it is stripping off > the scope part and only passing in the list name with the incorrect scope. > I think there is something going on inside Weblogic JSP compiler cause > this same example runs on 4 other application server types. We > normally put out lists in request scope but the ones that are broken > are in session and page scope. Are you using the el or normal 1.1 library? > Are you defining the taglib in the web.xml or just in the jsp page? > > <%@ taglib prefix="displaytag" uri="http://displaytag.sf.net"%> > > <displaytag:table name="sessionScope.xxDataForm.summaryList" ........ > > > Is what I currently have with no taglib defined in my web.xml. I even > tried putting a variable in pageScope and passing that in as well. My > jstl framework can see everything fine. > > What has me baffled is that all my combinations seem to work in > tomcat, jboss, geronimo etc but not weblogic 9.2. > > Thanks for the suggestions. I will continue to poke through the code. > I am sure it is something obvious and stupid I am doing I have just > been staring at this problem for too long to see the error. > > > Directly above it I have the following > > <c:if test='${xxDataForm.dataType == "MATCHER"}'> > > And it works fine. > > > Scott D. Ryan > Senior Java Developer/Architect > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, November 06, 2006 4:05 PM > To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 > on Weblogic 9.0 sp 1 or 2 > > Easy then. Change your display:table from this: > > <display:table name="myList"> > > To this: > > <display:table name="sessionScope.myList"> > > Bada-bing-bada-boom. Actually, it should work like this in every > environment, so if it doesn't work in WebLogic it shouldn't work > elsewhere. I ALMOST always put my list in request scope so that it > goes away without having to do any clean-up. > > The displaytag default is to look in request scope, with every scope > accessible with the correct qualifier: > > http://displaytag.sourceforge.net/11/tut_sources.html > > Ryan, Scott D wrote: > > I am not seeing any errors. The code is not going through the EL > > tag to get my object from the correct scope. My list is in session > > scope and the system is assuming request scope. If I manually > > change the scope to session it all works well. When my el > > expression is passed to display tag it is viewed as a string rather than an object. > > > > > > 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] > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > [EMAIL PROTECTED] > > Sent: Monday, November 06, 2006 1:01 PM > > To: displaytag-user@lists.sourceforge.net > > Subject: Re: [displaytag-user] Has anyone run Display tag 1.0 or 1.1 > > on Weblogic 9.0 sp 1 or 2 > > > > 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=1 > >> 21 > >> 6 > >> 42 _______________________________________________ > >> displaytag-user mailing list > >> displaytag-user@lists.sourceforge.net > >> 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 > > > > -------------------------------------------------------------------- > > -- > > -- > > - > > 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=12 > > 16 > > 42 _______________________________________________ > > displaytag-user mailing list > > displaytag-user@lists.sourceforge.net > > 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=12 > > 16 > > 42 _______________________________________________ > > displaytag-user mailing list > > displaytag-user@lists.sourceforge.net > > 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 > > ---------------------------------------------------------------------- > -- > - > 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 > displaytag-user@lists.sourceforge.net > 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=1216 > 42 _______________________________________________ > 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 ------------------------------------------------------------------------------ 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 displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user