Issue Details (XML | Word | Printable)

Key: DISPL-385
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Reporter: scherrer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DisplayTag

dynamic tables don't work with weblogic 9

Created: 09/Aug/06 05:29 AM   Updated: 14/Aug/07 04:31 PM   Resolved: 10/Aug/06 02:34 AM
Return to search
Component/s: Container Compability
Affects Version/s: 1.1
Fix Version/s: None

Time Tracking:
Not Specified

Application server: weblogic 9


 Description  « Hide
bean defines by the id property of the table tag is not visible for struts tags use inside the displaytag !

ex :
<display:table id="myTable" name="myList" >
<display:column
sortable="false"
title="Nombre"
headerClass="titreCol"
style="white-space: nowrap;width: 30%;">
<input type="text" name="<bean:write name='myTable' property='myProperty'/>">
</display:column>
...

it works on weblogic 8.x but on weblogic 9.x I have this error message :

"... cannot find bean under name myTable..."

scherrer added a comment - 10/Aug/06 02:34 AM
I find a solution : replace 'id' attribute in table tag by the 'uid' attribute !!
I don't know why, but it works !

Thien An Nguyen Ha added a comment - 24/Nov/06 02:17 AM
Thank you Scherrer, it works as a magic!!!!
We spent weeks of this issue, now everything's on its way.
I don't know if we report this bug to the WL team for the next version....