I have a problem with special characters in the requests! Characters
such as 'é' are not interpreted properly ...
Have you any idea ??

Thanks

This is my XSP:
...
     String typeMvt=request.getParameter("TypeMvt").trim();     (this
string as the good value)
        String urlPDF="query_search_byFile.pdf?TypeMvt="+typeMvt;
...
     <fork>Edition des fiches de positions
        <xsp:attribute
name="href"><xsp:expr>urlPDF</xsp:expr></xsp:attribute> (the href is not
properly interpreted)
    </fork><br/>
...

My sitemap:

 <map:serializer mime-type="text/html" name="html"
src="org.apache.cocoon.serialization.HTMLSerializer">
        <encoding>ISO-8859-1</encoding>
 </map:serializer>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to