DisplayTag

dynamic tables don't work with weblogic 9

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: None
  • Component/s: Container Compability
  • Labels:
    None
  • Application server:
    weblogic 9

Description

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

Activity

Hide
scherrer added a comment -
I find a solution : replace 'id' attribute in table tag by the 'uid' attribute !!
I don't know why, but it works !
Show
scherrer added a comment - I find a solution : replace 'id' attribute in table tag by the 'uid' attribute !! I don't know why, but it works !
Hide
Thien An Nguyen Ha added a comment -
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....
Show
Thien An Nguyen Ha added a comment - 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....

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: