How to pass two parameters to an URL with get method ?

The parameters are two variables of cocoon. An example:

<a href="editfeeds?id={name}&color;={background}">

This sentence produce an error:


"Referencia a entidad no definida'color'. L�nea 27, posici�n 54 
   <a href="editfeeds?id={name}&color;={background}">
"

The other sentence:

<a href="editfeeds?id={name}&color={background}">

Produce an error:

"Se esperaba un car�cter punto y coma. L�nea 27, posici�n 38 
    <a href="editfeeds?id={name}&color={background}">
"

Really thanks





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

Reply via email to