[Catalyst] Dynamic Argument count

Christoph Friedrich christoph at christophfriedrich.de
Mon Jan 11 23:00:53 GMT 2010


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



More information about the Catalyst mailing list