So I tried walking though the source code with the debugger and I get to the class LookupUtil class where it is calling the getBean method to get the list bean. For some reason this method is trying to simulate what jstl already does however the scope that is passed in is always set to request. It only checks the scope that is passed in instead of checking all scopes in some order like most taglibs I have seen. This seems to indicate that I must set the scope on my list in the display jsp itself. However when I do that it is stripped off somewhere.
If I use the debugger to manually set the scope properly to session (3) the tag works fine. So it seems if your beans are in request scope on Weblogic you are fine however on other servers beans can be in any scope and it does not seem to be an issue and all works fine. On Weblogic are your beans in any scope other than request? Any idea how I can get it to recognize that my beans are in different scopes? I guess I need to dive deeper in the code to see why it thinks all my beans are in request scope. If anyone has some hints I am all ears. 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 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 > > > ---------------------------------------------------------------------- > -------- 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 > -- 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=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