Srinivas--

  Good question -- there's actually a NetUI sample that demonstrates
data grid sorting and paging that's here:

http://localhost:8080/netui-samples/ui/datagrid/sortandfilter/begin.do

from the <beehive-dist-dir>/samples/netui-samples/ sample.

By default, these URLs are just HTTP GETs, but if you'd rather write a
form bean to accept the sort / paging information, that should be
possible as well.  There's an example of POSTing filter data into a
form that then is used to filter the data set.  You could also call
JavaScript to convert a GET into a POST, but beyond that, the data
grid doesn't support using POST for sorting or paging.

  Hope that helps; let me know if you've got additional questions.

Eddie



On 4/5/06, Srinivas Surapaneni <[EMAIL PROTECTED]> wrote:
> DataGrid is generating the url's with http get.
>
>
>
> How Do I make it to generate a form post with sorting and paging?
>
>
>
> Thank You
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.3.5/301 - Release Date: 4/4/2006
>
>
>

Reply via email to