RE: create personal interceptor

2009-04-08 Thread Martin Gainty
esponsabilité pour le contenu fourni. > Date: Wed, 8 Apr 2009 02:52:33 -0700 > From: pegasu...@hotmail.it > To: user@struts.apache.org > Subject: Re: create personal interceptor > > > ok but i must use personal interceptor for my project > > > Terry Gard

Re: create personal interceptor

2009-04-08 Thread Terry Gardner
I see. Please be more specific about what you mean when you write that it does not work. The interceptor you have coded does not inject the "mese" into any action, but it does convert internally from month names to numbers. Perhaps you could create an interface called "MeseAware": public i

Re: create personal interceptor

2009-04-08 Thread PEGASUS84
ok but i must use personal interceptor for my project Terry Gardner-2 wrote: > > I think you can use date formatters in java.text to accomplish this > with no coding. > > On Apr 7, 2009, at 6:36 PM, PEGASUS84 wrote: > >> >> I want create an interceptors wich converts the list of select tag

RE: create personal interceptor

2009-04-07 Thread Martin Gainty
x27;aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 7 Apr 2009 18:49:32 -0400 > From: terry.gard...@sun.c

Re: create personal interceptor

2009-04-07 Thread Terry Gardner
I think you can use date formatters in java.text to accomplish this with no coding. On Apr 7, 2009, at 6:36 PM, PEGASUS84 wrote: I want create an interceptors wich converts the list of select tag mese in another string:1,2... i make this: package bean; import com.opensymphony.xwork2.Act