Is there an easy way to temporarily override the value for rows_per_page for a particular method?

Say I've got rows_per_page defaulting to 25 which is fine for /beer/ search but I've pull some stuff out of my application with server side includes, so for

http://localhost/beer/beer/search/?brewery=1 that's fine as it happens in the crud interface

But I also want a server side include, like:

http://localhost/beer/beer/SSIsearch/?brewery=1

where I want rows_per_page to be much bigger.

Cheers

kd


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to