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