HI,

I am in the process of upgrading my struts based web-app to weblgic 9.
The following snippet used to work just fine in weblogic 8.1 and not any
more in weblogic 9.

<display:column href="field.do?method=data"
                        paramId="id" paramProperty="id"
titleKey="field.fieldName">
                          <c:out value="${itemList.tableName}"/> :
<c:out value="${itemList.name}"/>
</display:column>

I have seen that I can use decorators to solve this issue, but that
will involve lot of code changes. Is there a way I can make this work
with config/jsp changes.

I am on Display tags 1.0.


Thanks
Rajesh Kalluri

"CONFIDENTIALITY NOTICE: This communication, including any attachments, may 
contain confidential information and is intended only for the individual or 
entity to whom it is addressed.  Any review, dissemination, or copying of this 
communication by anyone other than the intended recipient is strictly 
prohibited.  If you are not the intended recipient, please contact the sender 
by reply email and delete and destroy all copies of the original message."


_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to