Hi,
 
I've been trying to get commandLinks to work along with displayTag but
with no luck at all.
 
the following code snipet displays my page code using the display tag
 
<f:verbatim>
        <display:table id="datagrid" name="sessionScope.tabledata"
requestURI="myPage.jspf" excludedParams="*" >
                <display:column property="myProperty" title="a property"
sortable="true" />
                <display:column title="a property again">
                        <c:out value="${datagrid.myProperty}"/>
                </display:column>
        </display:table>
</f:verbatim>

Q1: How can I use <h:comandLink> tags within display tag?

Q2: Why the JSTL <c:out> does not produce any output?

Any Ideas?

PS: I'm using displaytag 1.1 along with MyFaces 1.1.3

-------------------------------------------------------------------------
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-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to