On 9/1/06, Gary1977 <[EMAIL PROTECTED]> wrote:
Here is the problem, I have a screen which is JSF page when we have search
criteria in one tile on the top and results in the bottom tile which is
results page.
when I enter the search criteria I get some results say 10 rows in the
bottom tile for that criteria, now I change the criteria and hit search
again now I expect it see zero rows instead i see previous 10 rows from the
pevious results set.
Results page Page
<t:dataTable id="riskMeetingTable" border="0" cellpadding="0"
cellspacing="0" styleClass="dataTableLeft"
value="#{riskMeetingNotesSearchListBean.searchResults.results}"
var="dataItem"
'#FFFFCC')"
'#EEEEEE')"
headerClass="tableHeader"
columnClasses="riskMeetingNotesSearchColumnOne,
riskMeetingNotesSearchColumnTwo,
riskMeetingNotesSearchColumnThree,
riskMeetingNotesSearchColumnFour"
preserveDataModel="true">
Kevin Galligan-4 wrote:
>
> Need more details. Not exactly sure what you're asking. Code?
>
> On 8/25/06, Gary1977 <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi All,
>>
>> We have Application which used the PreserveDataModel = "true" atrribute
>> of
>> Extended Data Table of Tomahawk which we are doing because we wanted to
>> implement client side sorting in our application.
>> But I see a strange behaviour if I get results based on the criteria from
>> the database for the first time in our Application then everything seems
>> to
>> be fine and it seems if you have the preserve data model= true then it
>> stores the values returned from the preserve data model first time and
>> shows
>> the same values when you don't get the results back from the database.
>>
>> Is this the behaviour of the preserve data model or something is wrong at
>> my
>> end.
>>
>> Ideally it should not show the previous results for the criteria which
>> should show zero results.
>>
>> Let me know what is the understanding of preserveDataModel and how to
>> solve
>> my problem and has anyone experienced this.
>>
>> Thks,
>> Gary
>> --
>> View this message in context:
>> http://www.nabble.com/Preserve-Data-Model-tf2165421.html#a5985809
>> Sent from the MyFaces - Users forum at Nabble.com.
>>
>>
>
>
--
View this message in context: http://www.nabble.com/Preserve-Data-Model-tf2165421.html#a6105767
Sent from the MyFaces - Users forum at Nabble.com .

