You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "SourceForge.net" <no...@sourceforge.net> on 2005/01/03 08:54:01 UTC

[ myfaces-Bugs-1094826 ] Multiply calling action from dataTable

Bugs item #1094826, was opened at 2005-01-03 08:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=525508&aid=1094826&group_id=69709

Category: custom and extended components
Group: v 1.0.7
Status: Open
Resolution: None
Priority: 5
Submitted By: valldeck (valldeck)
Assigned to: Nobody/Anonymous (nobody)
Summary: Multiply calling action from dataTable

Initial Comment:
When I use construction:


<h:column>
								<h:commandLink action="#{myAction}" >
<f:param name="item" value="#{document.id}" />
</h:commandLink>

</h:column>

into x:dataTable myAction is called n many times when n
is number of rows in dataTable.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=525508&aid=1094826&group_id=69709