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
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
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
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" ??