datatable preserved data and sort + additioanl value

2006-08-17 Thread vasiliy.kiryanov
Hello. I have a datatable with preserve sort and datamodel enabled, this features works fine. But additionally I have general price of all rows in the table. This value is a separate variable in the BackBean and surely after sorting this value is disappears. I have try t:savestate, but it keeps

Re: data refreshing in the autosortable dataTable

2006-08-16 Thread vasiliy.kiryanov
resolved without help of autosortable tables. vasiliy.kiryanov wrote: > > Hello all. > > I want to find solution how to invoke my method in the BackingBean method > that fill data form db every time when user select sorting by another > field clicking on the table header.

data refreshing in the autosortable dataTable

2006-08-15 Thread vasiliy.kiryanov
Hello all. I want to find solution how to invoke my method in the BackingBean method that fill data form db every time when user select sorting by another field clicking on the table header. Or how to say to t:savestate to forget old data when user click on button to recieve new data for new se

RE: update dataTable data

2006-08-14 Thread vasiliy.kiryanov
___ > > From: Murat Hazer [mailto:[EMAIL PROTECTED] > Sent: Friday, August 11, 2006 11:45 AM > To: MyFaces Discussion > Subject: Re: update dataTable data > > > Hi, > > you can save dataTable data with so your sort algorithm > works.. or try preserveDataM

Re: update dataTable data

2006-08-14 Thread vasiliy.kiryanov
:dataTable it should > also > work. > > regards.. > > On 8/11/06, vasiliy.kiryanov <[EMAIL PROTECTED]> wrote: >> >> >> Hello. >> >> I have auto sortable dataTable and backbean in the request scope that >> receives data when user enter date a

update dataTable data

2006-08-11 Thread vasiliy.kiryanov
Hello. I have auto sortable dataTable and backbean in the request scope that receives data when user enter date and clink on the button. When I click on header in order to restort page is refreshed and data is empy in the table. What is the good aproch to invoke method in the backbean that rece

doesn't work

2006-08-10 Thread vasiliy.kiryanov
Good morning. I have next working code:

Re: t:dataTable using problem

2006-08-10 Thread vasiliy.kiryanov
>>Are you asking how to convert this jsp code into JSF components? two days ago i was seeking for best aproach. Now I see that I was need to convert my code JSF component. I have done it using DataTable. thank you. -- View this message in context: http://www.nabble.com/t%3AdataTable-using-pro

t:dataTable using problem

2006-08-08 Thread vasiliy.kiryanov
Good afternoon. I have next code to format my table using JSTL: ${customer.key}

t:buffer problem

2006-08-06 Thread vasiliy.kiryanov
Good afternoon. I have next code in the jsf page: BackBean code: public class DataExportBackBean { private String htmlBuffer; public String getHtmlBuffer() { return htmlBuffer; } public void setHtmlBuffer(String htmlBuffer) {

id for inputText

2006-06-06 Thread vasiliy.kiryanov
Good afternoon. I have too many inputText elements. Therefore I generate ids for it. But I can't find right way. If i use: <%for(int i=0; i <%=(String)PriceBackBean.graduationsNames.get(i)%>