hi

u problem of plus sign be solved. Before sending the data u parse the
database field to check for plus and replace it with some character
sequence.
Or just a guess ... can't u send ++ (i.e. two consecutive plus sign) for
single plus sign.

regards

I have data that I am reading from a database field (problematic at the
best of times);
I need to pass the field data in a request parameter BUT I have noticed
problems when
one of the fields contains a '+'.  In other words, an attempt request
such as:

?value1=ab+cd&value2=xyz

is shown as

?value1=ab+cd

and do loses the the second value because the '+' seems to be acting as
a separator of sorts...

Does anyone know how to overcome this (bearing in mind that I do not
want to change
the + in the field itself...)

Thanks
Derek

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

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


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

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

Reply via email to