aspose file tools
The moose likes JSF and the fly likes inputtext inside datatable problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "inputtext inside datatable problem" Watch "inputtext inside datatable problem" New topic
Author

inputtext inside datatable problem

ahmed osman
Greenhorn

Joined: May 28, 2008
Posts: 5
I'm trying to create a rich:dataTable . Actually the problem is that there is some editable fields inside the iterated datas.

Here is the use case I would like to see working : I edit some field,and press command link to invoke action method to apply my changes and show the new value on output field , the problem is the input value dose not update property inside bean.

this is part of my jsf page :
http://img99.imageshack.us/img99/8121/jspsq4.gif

this the action methode :

// applyFilter method
public String applyFilter() {
// System.out.println(currentRow);
// RepFilterRow row = (RepFilterRow)dt.getRowData();
if (currentRow != -1) {
filteValues = filterList.get
(currentRow).getFiltermastData()
.getDictCColm()

+ "=" + filterList.get(currentRow).getFilterVal();
}
return "ok";
}


please help ..
ahmed osman
Greenhorn

Joined: May 28, 2008
Posts: 5
thank you every one i found the problem .

just i removed Immediate attribute from h:commandlink tag ,

Can you believe that !!!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: inputtext inside datatable problem
 
Similar Threads
youngest SCWCD???
check if there is a gif viewer
JButton using GIF Image inside JTable Cells, animating probs
Validation Problem ... again!
how to specify composite data in s struts FORM