Re: Struts2 2.0.11 problem with url and parameters

2008-12-02 Thread Tomi21
ML tag with the generated URL? >>>> >>>> Dave >>>> >>>> >>>> - >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-ma

Re: Struts2 2.0.11 problem with url and parameters

2008-11-27 Thread Tomi21
[EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Struts2-2.0.11-problem-with-url-and-parameters-tp20577582p20717192.html >> Sent from the Strut

Re: Struts2 2.0.11 problem with url and parameters

2008-11-27 Thread Nils-Helge Garli Hegvik
se the tag for non-Ajax URLs, too--what if >> you use a plain HTML tag with the generated URL? >> >> Dave >> >> >> - >> To

Re: Struts2 2.0.11 problem with url and parameters

2008-11-27 Thread Tomi21
gt; - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts2-2.0.11-problem-with-url-and-parameters

Re: Struts2 2.0.11 problem with url and parameters

2008-11-26 Thread Dave Newton
--- On Wed, 11/26/08, Tomi21 <[EMAIL PROTECTED]> wrote: > What I've done next is changing 'struts.xml' so > there are no interceptors configured. > The packagedoes not extend struts-default anymore. > The action is still being executed but the parameter is not > being set anyway.:( Well that's har

Re: Struts2 2.0.11 problem with url and parameters

2008-11-26 Thread Tomi21
g4j.category.com.opensymphony=DEBUG > > BR, Andras > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in conte

Re: Struts2 2.0.11 problem with url and parameters

2008-11-26 Thread Andras Balogh
Hi, Can you set the log level to DEBUG to see what the interceptors say? Something like: log4j.category.com.opensymphony=DEBUG BR, Andras - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Struts2 2.0.11 problem with url and parameters

2008-11-26 Thread Tomi21
;>> I noticed two custom interceptors, maybe that's the source of problem >>> existeUserName >>> validadorFechas >>> >>> >>> Regards >>> -- >>> Lukasz >>> http://www.lenart.org.pl/ >>> >>> --

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Tomi21
ones >> defined >> in the default stack >> are concerned. > > Yes, but I must look in to the Struts2 source to check how the > interceptors are created. Maybe that can be somehow related to your > problem. > > > Regards > -- > Lukasz > http://www.lenart.o

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Lukasz Lenart
2008/11/25 Tomi21 <[EMAIL PROTECTED]>: > These interceptors are not configured for 'EliminarSuscripcion' action. > If interceptors have something to do with this issue only the ones defined > in the default stack > are concerned. Yes, but I must look in to the Struts2 source to check how the inter

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Nils-Helge Garli Hegvik
>> http://www.lenart.org.pl/ >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > View this mes

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Tomi21
ail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts2-2.0.11-problem-with-url-and-parameters-tp20577582p20678768.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Nils-Helge Garli Hegvik
Yeah, that's what I was thinking also, but from the struts.xml it looks like it's not associated with the action in question. Nils-H On Tue, Nov 25, 2008 at 11:04 AM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > I noticed two custom interceptors, maybe that's the source of problem > existeUserName

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Lukasz Lenart
I noticed two custom interceptors, maybe that's the source of problem existeUserName validadorFechas Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Tomi21
try to use Integer instead of int? For me it works with >>>> Integer. >>>> >>>> Best regards, >>>> Andras. >>>> >>>> - >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Nils-Helge Garli Hegvik
t; the parameters (in other actions) are set? >>> Can you try to use Integer instead of int? For me it works with Integer. >>> >>> Best regards, >>> Andras. >>> >>> ------------- >>> To unsu

Re: Struts2 2.0.11 problem with url and parameters

2008-11-25 Thread Tomi21
L PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/Struts2-2.0.11-problem-with-url-and-parameters-tp20577582p20677399.html Sent from the Struts - User mailing list archive at Na

Re: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Tomi21
h Integer. > > Best regards, > Andras. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts2-2.0.11-problem-with-url

Re: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Andras Balogh
Hi, Only in this case is not working with the parameter "indice" or none of the parameters (in other actions) are set? Can you try to use Integer instead of int? For me it works with Integer. Best regards, Andras. - To unsubs

Re: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Tomi21
your setter-method. (In this case setId) >>>>> >>>>> Regards >>>>> >>>>> Volker >>>>> >>>>> >>>>> >>>>> >>>>> Hi all, >>>>> >>>>> I h

Re: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Nils-Helge Garli Hegvik
gt;>>> I have a url with a parameter. This parameter is sent to the action via >>>> HTTP >>>> Get Method(i.e appended at the end of the url --> ?parameter_value). My >>>> problem is that I can't reach the parameter value in the action beca

Re: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Tomi21
parameter is sent to the action via >>> HTTP >>> Get Method(i.e appended at the end of the url --> ?parameter_value). My >>> problem is that I can't reach the parameter value in the action because >>> the >>> setter method is not being called. I can't ge

Re: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Nils-Helge Garli Hegvik
ng called. I can't get the value throught >> >> 'ActionContext.getContext().getParameters();' neither. >> >> This is my code. What I'm doing wrong?. >> >> >> >> >> Eliminar >> >> Thanks in advance. >>

Re: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Dirk Forchel
alue throught 'ActionContext.getContext().getParameters();' neither. This is my code. What I'm doing wrong?. Eliminar Thanks in advance. -- View this message in context: http://www.nabble.com/Struts2-2.0.11-problem-with-url-and-parameters-tp20577582p 20577582.html Sent from th

RE: Struts2 2.0.11 problem with url and parameters

2008-11-20 Thread Tomi21
t; 'ActionContext.getContext().getParameters();' neither. > > This is my code. What I'm doing wrong?. > > > > > Eliminar > > Thanks in advance. > -- > View this message in context: > http://www

RE: Struts2 2.0.11 problem with url and parameters

2008-11-19 Thread volker
ing wrong?. Eliminar Thanks in advance. -- View this message in context: http://www.nabble.com/Struts2-2.0.11-problem-with-url-and-parameters-tp20577582p 20577582.html Sent from the Struts - User mailing list archive at Nabble.com.

Struts2 2.0.11 problem with url and parameters

2008-11-19 Thread Tomi21
get the value throught 'ActionContext.getContext().getParameters();' neither. This is my code. What I'm doing wrong?. Eliminar Thanks in advance. -- View this message in context: http://www.nabble.com/Struts2-2.0.11-problem-with-url-and-parameters-tp20577582p20577582.html