hi guys

I am trying to make a form submit within my <display:column> in the
<display:table> like this

        <display:table pagesize="10" property="summaryList" name="resultObject" 
id="sumaryList" border="1" 

requestURI="main-flow.flow?_flowExecutionKey=${flowExecutionKey}&_eventId=select"
 
>
        
<display:column title="Product Id" property="id"
href="main-flow.flow?_flowExecutionKey=${flowExecutionKey}
&_eventId=select&id=<c:out value="${resultObject.id}"/>" title="Product Id"
> 
 
        <display:column property="manuYear" title="Manufacturing Year" 
style="text-align:left" />               
        </display:table>        

In the product Id column when user clicks on the link, i want to submit the
form and pass the id to the backend.

but the code doesnt work
any idea what i am doing wrong?

thanks
-- 
View this message in context: 
http://old.nabble.com/click-link-in-%3Cdisplay%3Acolumn%3E-doesnt-work-tp30746212p30746212.html
Sent from the DisplayTag - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to