We had a lot of issues with displaytag on 9.2.  We were able to get
around most of them by removing the EL expressions however there are
still some areas where we need those expressions and they cannot be
removed.  BEA made a number of patches to the JSP/EL processor in 9.2
and I bet they have some more to do in the future.  In the mean time we
are just going to convert our applications to JSP 2.0 since the
compatibility mode seems to be pretty poor on BEA.  It does seem to work
well on other servers like tomcat, jboss, websphere etc.  
 

Scott D. Ryan 
Senior Java Developer/Architect 



  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Gregg Bolinger
Sent: Friday, January 05, 2007 8:50 AM
To: displaytag-user@lists.sourceforge.net
Subject: [displaytag-user] Weblogic 9.2


I am trying to use displaytag on weblogic 9.2.  Everything works fine
under tomcat.  I have the following code and the ${model.modelId} is not
being rendered.  So I just get an empty string for those values.  Not
sure if there are some known issues.  Thanks. 

<display:table name="actionBean.productList" id="model" pagesize="10"
                    requestURI="/admin/ModifyBaseProperties.action">
                    <display:column title="Product Type"> 
                         Footwear
                     </display:column>
                    <display:column property="sport.desc" title="Sport"
/>
                    <display:column property="name" title="Model
Identifier" /> 
                    <display:column property="status.status"
title="Status" />
                    <display:column title="Actions">
                        <stripes:link event="info"
href="/admin/ModifyBaseProperties.action"> 
                            <stripes:link-param
name="id">${model.modelId}</stripes:link-param>
                                Info</stripes:link>
                        <stripes:link
href="/admin/ModifyBaseProperties.action" event="edit"> 
                            <stripes:link-param
name="model.modelId">${model.modelId}</stripes:link-param>
                                    Edit</stripes:link>
                        <stripes:link href="/admin/ProductList.action"
event="delete"> 
                            <stripes:link-param
name="id">${model.modelId}</stripes:link-param>Delete</stripes:link>
                        <stripes:link
href="/admin/ModifyBaseProperties.action" event="configure"> 
                            <stripes:link-param
name="model.modelId">${model.modelId}</stripes:link-param>
                                    Configure</stripes:link>
                    </display:column> 
                </display:table>

- - - - - - - - - - - - - - - - - - - - - - - - - -
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.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to