| Eclipse Pages Validation Question [message #229259] |
Thu, 19 March 2009 10:59  |
Ken Toney Messages: 2 Registered: July 2009 |
Junior Member |
|
|
Version: 3.4.2
Build id: M20090211-1700
The following fails validation for "row.save" but works fine.
If I change this to a h:dataTable the validation error does not occur but
this type does not provide all the functionality I need.
What am I doing wrong?
--ken
Example....
<tr:table var="row" binding="#{foo.table}"
value="#{foo.tableData}" rows="1" >
<tr:column>
<tr:commandButton text="save" action={row.save}" />
</tr:column>
</tr:table>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01657 seconds