dynamic tables don't work with weblogic 9
-----------------------------------------

                 Key: DISPL-385
                 URL: http://jira.codehaus.org/browse/DISPL-385
             Project: DisplayTag
          Issue Type: Bug
          Components: Container Compability
    Affects Versions: 1.1
            Reporter: scherrer


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to