Re: AW: Actions and parameters in sitemap

2004-02-25 Thread Anna Bikkina
?fail=act1"/>. the last resort would be setting a > session attribute. > > > -----Ursprüngliche Nachricht- > > Von: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Auftrag > > von Anna Bikkina > > Gesendet: Dienstag, 24. Februar 2004 23:38 > > An:

Re: Actions and parameters in sitemap

2004-02-25 Thread Steve Schwarz
Sorry, I don't know if this is possible. My guess is that the "scope" of the map returned by act2 will be lost once you pop the stack out of the "else" of act2. I've always had error pages tailored to each error condition or used the same pipeline invoked in both places. Steve No, what I want

AW: Actions and parameters in sitemap

2004-02-24 Thread Marco Rolappe
ibute. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Anna Bikkina > Gesendet: Dienstag, 24. Februar 2004 23:38 > An: [EMAIL PROTECTED] > Betreff: Re: Actions and parameters in sitemap > > > Can someone please answer

RE: Actions and parameters in sitemap

2004-02-24 Thread Neil Bacon
Try Cheers, Neil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anna Bikkina Sent: Wednesday, 25 February 2004 9:38 AM To: [EMAIL PROTECTED] Subject: Re: Actions and parameters in sitemap Can someone please answer the below question. Also

Re: Actions and parameters in sitemap

2004-02-24 Thread Anna Bikkina
Can someone please answer the below question. Also I have nested acts and when the 1st act sends parameters will they be replaced by the second acts parameters(key in the hashmap are different so I guess they cannot be replaced). But when I ampassing all these parameters (from act1 and act2) to

Actions and parameters in sitemap

2004-02-23 Thread Anna Bikkina
Hi, I am using multiple action classes to validate my date. I want to display error message depending on which action class has failed. I am trying to do something like this because that fails. Can someone suggest me how can I do this. I am adding a parameter ERROR after every act and trying t