Hi all,
 
I use dbform's filter to narrow the data list. The dbform I use is defined as:
 
    <db:dbform 
        tableName="users"
        maxRows="10"
        followUp="/user/userlist.jsp" 
        filter="name~%jeff%" >

I use a navigation button of
<db:navNextButton caption="Next"/> . When I press the "Next" button, all data records in "users" table will be listed unexpectedly, instead of just the name contains "jeff".
 
Does anybody know why the filter is not taking effect after a navigation button is used?
 
Thanks a lot,
 
Jason
 

Reply via email to