Hello there,

following given:

URL: http://localhost:3000/guild/myrealm/myguild
=> Controller: guild
=> Action: list_guilds (chained, CaptureArgs(2))

URL: http://localhost:3000/guild/myrealm/myguild/ajax
=> Controller: guild
=> Action: list_guilds (chained, CaptureArgs(3))

My problem is following: I want to add the parameter "ajax" (for example) directly to the url and not as a query parameter. Is there a possible way or do I have to add this parameter to the query?

Greets
Christoph

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to