On 25 Aug 2000, at 15:14, Etienne Bernard wrote:
> On Fri, Aug 25, 2000, Tomi Panula-Ontto wrote:
> >
> > Any ideas?
> >
> Did you try value=" " ?
Yup. Crash. Also   crashes since it has the ampersand.
Anyway, I got it working (see below). I couldn't imagine that I have
to make my parameter values in querystring format (%). I expected
Orion to make it for me just like other servlet engines did.
<servlet name="DateServlet">
<param name="somehtml" value="%26nbsp;">
</servlet>
I think OrionServer should work like the browsers do. If there's an
ampersand in the value of some <form> field, the browser converts
ampersands (and other bad characters) for the user, not the other
way around.
Regards,
Tomi