well, the error I reported was that the input parameters were not evaluated
with the <input-variable> tag and the error raul reported was that there
were no possibility of sending variables using tow different ways(regexp and
get method)
eventually, we found another bug while trying to send parameters with the
regexp method: if the parameters contains any special char, the value of the
param that receives the method is changed before it arrives.
for example, I have the following url:
/detalles/Cáceres
I in the console, I get the following output:
C%C3%A1ceres <-- this is the param I put and use as key of hashmap
null <-- this is the object I should get
but if I put in the url
detalles?localidad=Cáceres , I have that output:
Cßceres
com.hola.viajes.eltiempo.PrevisionLocalidad@12501
So, it seems that the input parameter is encoded in some way.
Thx in advance.
----- Original Message -----
From: "Petr Toman" <Pet...@pi...>
To: <act...@li...>
Sent: Sunday, January 19, 2003 7:40 PM
Subject: Re: [Actionframework-users] Problems sending input parameters
> I'm sorry, my mistake. This is the same bug that reported B.Martin.
> I have fixed it and I hope to release beta2 during this week.
>
> -Petr
> --
> [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=22957959 ]
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> Actionframework-users mailing list
> Act...@li...
> https://lists.sourceforge.net/lists/listinfo/actionframework-users
>
>
|