Re: Request parameter in JXTemplate

2005-10-19 Thread Derek Hohls
Unfortunately not :(. I have tried both suggestions and the logic also still fails. (BTW, this syntax: requires a { at the end) what I have done in the meantime is add: DEFAULT so that, even if there is no request param, the rest of the code works (and I can then delete the jx:choos

Re: Request parameter in JXTemplate

2005-10-19 Thread Reinhard Poetz
Reinhard Poetz wrote: Derek Hohls wrote: This should be simple, but I am struggling: I try to pass: matchname?sort=foo to a generated page: ${cocoon.request.getParameter('sort')} ${field} but simply get an empty tag for "temp". More... I have this logic DO A DO B

Re: Request parameter in JXTemplate

2005-10-19 Thread Reinhard Poetz
Derek Hohls wrote: This should be simple, but I am struggling: I try to pass: matchname?sort=foo to a generated page: ${cocoon.request.getParameter('sort')} ${field} but simply get an empty tag for "temp". More... I have this logic DO A DO B and this always s

Request parameter in JXTemplate

2005-10-19 Thread Derek Hohls
This should be simple, but I am struggling: I try to pass: matchname?sort=foo to a generated page: ${cocoon.request.getParameter('sort')} ${field} but simply get an empty tag for "temp". More... I have this logic DO A DO B and this always shows up as "DO A" ??