Hello,
In my firm, we're currently using a homegrown component-like framework,
based on cgi-perl scripts calling servlets. I would like to prove my
boss how smooth the transition towards Wicket could be.
I'm trying to make a first step, replacing the perl scripts with Wicket,
and calling the components (here servlets), with Include. But i have 2
problems :
1/ When i call a servlet that has several parameters, for example
add(*new**
*Include("maxMin","http://myserver/maxminservlet?id=0001&periodes=1st;1a;"));
Wicket actually replaces "&" with "&", as shown in the trace :
DEBUG - UrlResourceStream - cannot convert url:
http://myserver/maxminservlet?id=0001&periodes=1st;1a; to file (URI
scheme is not "file"), falling back to the inputstream for polling
This alters my servlet's behaviour, is there a mean to avoid this
substitution ?
2/ Is it possible to catch the content of the include, and so possibly
modify it before it is actually displayed in my Wicket page ?
Thanks for your help
Landry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]