Re: REST Plugin only for some actions

2010-01-14 Thread Dale Newfield
Lotsopa wrote: Is there anything new about NamespaceBasedActionMapper :) I mean, does this thing work? Someone convinced me a better name was "PrefixBasedActionMapper", but yes, it works fine. The code can be found as an attachment to this JIRA issue: https://issues.apache.org/struts/browse

Re: REST Plugin only for some actions

2010-01-14 Thread Lotsopa
looking for, let me know. > > -Dale > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in c

Re:Re: REST Plugin only for some actions

2009-03-30 Thread xnpeng
agree! I like rest, the great url patern. but,too many problems now. I can browse http://localhost:8080/test/data.xml,but when call it in a jsp file dhtmlxtree.loadFrom("http://localhost:8080/test/data.xml";), it says there is no action or result named 'test'! seems the server treat all .xml ur

Re: REST Plugin only for some actions

2009-03-29 Thread Dave Newton
Radoslav Krivak wrote: REST plugin is great idea, but sadly it seems to me that in current state it is more of a proof of concept than solution that you can use in real applications. Drat, guess I'll have to do some undeploys. Dave

Re:Re: REST Plugin only for some actions

2009-03-27 Thread xnpeng
n that you can use in real >applications. > >Regards, >Radoslav Krivak > >-- >View this message in context: >http://www.nabble.com/REST-Plugin-only-for-some-actions-tp22611467p22676330.html >Sent from the Struts - User mailing list archive at Nabble.com. > > >

Re: REST Plugin only for some actions

2009-03-24 Thread Radoslav Krivak
to me that in current state it is more of a proof of concept than solution that you can use in real applications. Regards, Radoslav Krivak -- View this message in context: http://www.nabble.com/REST-Plugin-only-for-some-actions-tp22611467p22676330.html Sent from the Struts - User mailing l

Re: REST Plugin only for some actions

2009-03-24 Thread GF
ntribute it a couple times, but nobody piped up... >> ...if there's interest I can create a JIRA feature request and attach >> the class to it. >> >> -Dale >> >> - >> To unsubscribe, e-m

Re: REST Plugin only for some actions

2009-03-23 Thread dusty
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/REST-P

Re: REST Plugin only for some actions

2009-03-20 Thread Dale Newfield
Dave Newton wrote: Dale Newfield wrote: I built something I call NamespaceBasedActionMapper that allows you to specify different action mappers for different namespaces. If this is what you're looking for, let me know. Oh, that's kinda interesting--is it on Google code? Plugin? I offered t

Re: REST Plugin only for some actions

2009-03-20 Thread Dave Newton
Dale Newfield wrote: Radoslav Krivak wrote: could someone advise me how to configure REST plugin so that only some actions will be "processed" by it. I do not want all actions to use REST url scheme and url->method mapping. I built something I call NamespaceBasedActionMapper that allows you

Re: REST Plugin only for some actions

2009-03-20 Thread RadoK
> http://www.nabble.com/REST-vs-Original-td14956768.html#a14972374 > > -Dale > > > -- View this message in context: http://www.nabble.com/REST-Plugin-only-for-some-actions-tp22611467p22618667.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: REST Plugin only for some actions

2009-03-19 Thread Dale Newfield
Radoslav Krivak wrote: could someone advise me how to configure REST plugin so that only some actions will be "processed" by it. I do not want all actions to use REST url scheme and url->method mapping. I built something I call NamespaceBasedActionMapper that allows you to specify different ac

REST Plugin only for some actions

2009-03-19 Thread Radoslav Krivak
Hi, could someone advise me how to configure REST plugin so that only some actions will be "processed" by it. I do not want all actions to use REST url scheme and url->method mapping. Another issue that I have with REST plugin is that after adding it to my application config-browser plugin stoppe