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=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
>


-- 
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

Reply via email to