why don't you simply DONT put an interceptor in your action mapping ? 
for example :
<action name="test" class="uy.com.Test" method="test">
                        
                        <result type="redirect">index</result>
                </action>
Good luck


Juan Espinosa wrote:
> 
>> Hi to all i need help
>> i want to have an action without interceptors. I want to configure it in
>> my action mapping, something like this.
>> 
>>              <action name="test" class="uy.com.Test" method="test">
>>                      <interceptor-ref name="NOINTERCEPTOR"/>
>>                      <result type="redirect">index</result>
>>              </action>
>> Also i want to know if ther is a standard way to have something like a
>> daemon in a web application. I have a class called MailStore responsible
>> of sending mails. I want to convert the class to a daemon who take cares
>> of the mail. 
>> I was thinking in a solution using a Runnable who is alwasy running
>> looking for mail to send. And taking care of failures… if a task fail try
>> it latter….
>> Regards,
>> 
>>      Juan Espinosa
>> 
>> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.432 / Virus Database: 268.16.7/620 - Release Date: 08/01/2007
> 16:12
>  
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Action-without-interceptors-tf2945480.html#a8241203
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to