This seems a good idea (provided I do not actually lose the plus sign
in the field data...)- however, I am not sure exactly how to go about
implementing it... I am making use of the DatabaseZZZAction actions,
and do not really want to tinker with this source code as it is
written
by someone else - or is there somewhere else where I should be doing
it
(an example would help...)

Thanks
Derek

>>> [EMAIL PROTECTED] 25/02/2002 09:56:05 >>>

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]>


---------------------------------------------------------------------
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