Re: How to combine a form and a link that submit the same page?

2010-07-09 Thread Kevin Stembridge
7;t allow your paging buttons to submit data, set > button.setDefaultFormProcessing(false); > > 3. Separate your search form and other forms from each other: > > > search criteria > > > > ... > > > > ** > Martin > > > 2010/7/9 Kevin St

How to combine a form and a link that submit the same page?

2010-07-08 Thread Kevin Stembridge
Hi folks, I'm trying to write a page that displays search results. The page contains a form allowing the user to input search criteria. It also displays the list of results with links for paging back and forth through the result set. I'm having a bit of trouble because the pageParameters coming f