On 04/27/2011 12:30 PM, Robby Pelssers wrote:

that is exactly what i'm going to do.  It can also get rid of that
QueryStringAnalyzer I wrote.  ;-)

Wouldn't be simpler to use a "pre-processing" stage with the JX Template 
generator ?

A fragment like this should make you access request parameters easily without knowing their names and generate XML:
  <jx:forEach var="p" select="${cocoon.request.getParameterNames()}">
    <p>${p}=${cocoon.request.getParameter(p)}</p>
  </jx:forEach>

Regards,

Luca Morandini
http://www.lucamorandini.it


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to