Yes - Spring gives more power. However this is suitable for vanilla JSF projects
2008/1/18, Alonso Isidoro Roman <[EMAIL PROTECTED]>: > i think that you need spring framework, In fact, you need the Interceptors > that spring provides. > > 2008/1/17, liumin HU <[EMAIL PROTECTED]>: > > hi Svilen, > > > > It works well, Thank you very much. Just the getAction() is a deprecated > > method. > > > > liu > > > > > > ----- Original Message ----- > > From: "Svilen Ivanov" <[EMAIL PROTECTED]> > > To: "MyFaces Discussion" < [email protected]> > > Sent: Wednesday, January 16, 2008 10:51 AM > > Subject: Re: Is it possible to track the user's action? > > > > > > > Hi liu, > > > > > > This might help: > > > > http://www.mail-archive.com/[email protected]/msg42241.html > > > > > > It is ActionListener that logs which action is called from the UI. > > > > > > Hope this helps > > > > > > Regards, > > > Svilen > > > > > > > > > 2008/1/16, general.equal.700 <[EMAIL PROTECTED]>: > > >> Hi liu, > > >> > > >> You can create servlet filters and phase listeners. > > >> > > >> -OE > > >> > > >> -----Original Message----- > > >> From: liumin HU [mailto:[EMAIL PROTECTED] > > >> Sent: Wednesday, January 16, 2008 3:58 AM > > >> To: MyFaces Discussion > > >> Subject: Is it possible to track the user's action? > > >> > > >> hi all, > > >> > > >> I think it is not a really question of myface. but I hope i can get > some > > >> suggestion here. > > >> > > >> I want to know ,for analysing the bug,how to collect which action is > > >> called > > >> by user and what is sended from interface. I think i can do it If I add > a > > >> system.out in every method. But it is not very elegant et simple. Can > we > > >> do > > >> it in a other way? > > >> > > >> Any suggestion is appreciated. > > >> > > >> sorry for my poor egnlish and thanks in advance. > > >> > > >> liu > > >> > > >> > > >> ----- Original Message ----- > > >> From: "Martin Marinschek" <[EMAIL PROTECTED] > > > >> To: "MyFaces Discussion" <[email protected]> > > >> Sent: Wednesday, January 16, 2008 9:36 AM > > >> Subject: Re: Is it possible to use AddResource with my own components? > > >> > > >> > > >> Thanks a lot! > > >> > > >> regards, > > >> > > >> Martin > > >> > > >> On 1/16/08, David Delbecq <[EMAIL PROTECTED] > wrote: > > >> > http://wiki.apache.org/myfaces/External_Resources > > >> > :) > > >> > En l'instant précis du 15/01/08 21:33, Martin Marinschek s'exprimait > en > > >> > ces termes: > > >> > > Hi David, > > >> > > > > >> > > would you be willing - if time permits - to post a short outline of > > >> > > your > > >> > > solution on our Wiki? > > >> > > > > >> > > Thanks very much in advance! > > >> > > > > >> > > regards, > > >> > > > > >> > > Martin > > >> > > > > >> > > On Jan 12, 2008 2:33 PM, David Delbecq < [EMAIL PROTECTED]> > wrote: > > >> > > > > >> > > > > >> > >> Did here, nothing difficult or fancy about it. Just use the > > >> > >> addResourcesFactory.getInstance(...) to get an instance of > > >> > >> AddResource. > > >> > >> Then use on it, methods with signature addXXX(...., > ResourceHandler > > >> > >> resourceHandler); > > >> > >> You just have to code your own resourceHandler class. Main job of > > >> > >> this > > >> > >> class is to split and check the ressources requested. It then > > >> > >> returns a > > >> > >> class of type > org.apache.myfaces.renderkit.html.util.ResourceLoader > > >> > >> which serve the requested content. Overall here, we had just a few > > >> > >> lines > > >> > >> of code. > > >> > >> > > >> > >> Another more stupid solution is to indeed put your resources in a > > >> > >> subpackage of org.apache.myfaces.custom :) > > >> > >> > > >> > >> [EMAIL PROTECTED] a écrit : > > >> > >> > > >> > >>> Hi, > > >> > >>> > > >> > >>> > > >> > >>> > > >> > >>> I've written a custom component that requires some Javascript. I > > >> > >>> have > > >> > >>> the js in an external file but I was hoping to have it included > in > > >> > >>> the > > >> > >>> tag, kind of like the myfaces tags do. I tried using the > > >> > >>> AddResource > > >> > >>> class, basically looked at the myfaces source and tried to do the > > >> > >>> same > > >> > >>> thing, but it fails on the component validation. It checks if the > > >> > >>> package starts with org.apache.myfaces.custom… or something like > > >> > >>> that > > >> > > > >> > > > >> > -- > > >> > http://www.devlog.be (a belgian developer's logs) > > >> > > > >> > > > >> > > > >> > > >> > > >> -- > > >> > > >> http://www.irian.at > > >> > > >> Your JSF powerhouse - > > >> JSF Consulting, Development and > > >> Courses in English and German > > >> > > >> Professional Support for Apache MyFaces > > >> > > >> > > > > > > > > > -- > > > Svilen Ivanov > > > http://svilen-online.blogspot.com > > > > > > There is no dark side of the moon really. > > > Matter of fact it's all dark. > > > > > > > > > > > -- > Alonso Isidoro Roman. -- Svilen Ivanov http://svilen-online.blogspot.com There is no dark side of the moon really. Matter of fact it's all dark.

