Re: Struts 2.1.2 REST plug-in

2008-08-27 Thread stanlick
Did you miss the part about "...if you are not configuring your actions in XML?" Musachy Barroso wrote: > > It should work with XML config also. > > musachy > > On Wed, Aug 27, 2008 at 9:43 AM, <[EMAIL PROTECTED]> wrote: >> Thanks bro. So am I to understand that annotations are required to

Re: Struts 2.1.2 REST plug-in

2008-08-27 Thread Musachy Barroso
It should work with XML config also. musachy On Wed, Aug 27, 2008 at 9:43 AM, <[EMAIL PROTECTED]> wrote: > Thanks bro. So am I to understand that annotations are required to take > advantage of namespaces if you are not configuring your actions in XML? > This would seem to have simply moved con

Re: Struts 2.1.2 REST plug-in

2008-08-27 Thread stanlick
Thanks bro. So am I to understand that annotations are required to take advantage of namespaces if you are not configuring your actions in XML? This would seem to have simply moved configuration into the actions. :( Peace, Scott On Tue, Aug 26, 2008 at 5:10 PM, Musachy Barroso <[EMAIL PROTECTED]

Re: Struts 2.1.2 REST plug-in

2008-08-26 Thread Dustin Pearce
*is *cant Damn iPhone Sent from my iPhone On Aug 26, 2008, at 3:15 PM, Dustin Pearce <[EMAIL PROTECTED]> wrote: Problem us you can parameterize the actionRedirect vs. a straight servletRedirect. Unless that was fixed. Sent from my iPhone On Aug 26, 2008, at 3:10 PM, "Musachy Barroso" <[EMAI

Re: Struts 2.1.2 REST plug-in

2008-08-26 Thread Dustin Pearce
Problem us you can parameterize the actionRedirect vs. a straight servletRedirect. Unless that was fixed. Sent from my iPhone On Aug 26, 2008, at 3:10 PM, "Musachy Barroso" <[EMAIL PROTECTED]> wrote: On Tue, Aug 26, 2008 at 5:43 PM, stanlick <[EMAIL PROTECTED]> wrote: I have decided to dive i

Re: Struts 2.1.2 REST plug-in

2008-08-26 Thread Musachy Barroso
On Tue, Aug 26, 2008 at 5:43 PM, stanlick <[EMAIL PROTECTED]> wrote: > > I have decided to dive into the beta blue water! I sort of have things > working, but... > > How does the plug-in work when using namespaces? The > struts2-rest-showcase-2.1.2 uses the default and I am running into weird > p