I have a problem with grails pagination. i want to send the hidden
variable to <g:pagination> tag instead of "<g:paginate total="$
{categoryTotal}" params="${params}"/>" params="${params} tag. how to
do? may b some thing like
<div class="paginateButtons">
<g:hiddenField name="" value="${params}"/>
<g:paginate total="${tblcallsInstanceTotal}"/>
</div>
Regards
shazi
To unsubscribe from this group, send email to iggug+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
On Mar 27, 2:07 pm, karthi <karthi4...@gmail.com> wrote:
> The only way to send parameters(hidden field, etc..) with <g:paginate> is by
> means of
> <g:paginate params=here_u_specify_params_to_send>.
>
> see filterpane plugin source for examples,
>
> if u are serious about sending params with g:paginate, modify the paginate
> tag library source and write custom code.
>
> There might be other ways, too.
>