Re: RestActionMapper

2008-06-18 Thread stanlick
Hey Dave -- I understand your confusion now! My home machine 2.1.2 is not the same as my work machine 2.1.2 (don't ask) I have the jar open and now see what I expected to find originally! Let me look at *this* a bit and ask the questions I had to begin with... maybe. P.S. sitting on the back p

Re: RestActionMapper

2008-06-18 Thread Dave Newton
--- On Wed, 6/18/08, stanlick <[EMAIL PROTECTED]> wrote: > I am looking in the > /struts-2.1.2/src/plugins/rest/src/main/java > struts-2.1.2-all.zip. I don't understand; there's no XML in the Java directories of the download (this is from -all): /tmp/struts-2.1.2/src/plugins/rest $ find . -name

Re: RestActionMapper

2008-06-18 Thread stanlick
/> >> > 45,48c47,48 > < > < > < value="false"/> > < value="false"/> > --- >> >> > value="true" /> > 49a50 >> > value="false" /> > > > --

Re: RestActionMapper

2008-06-17 Thread Wes Wannemacher
Scott, The CodebehindUnknownHandler sort of does the work of the action mapper. Think of it this way, instead of throwing a 404, the request is handled by CodebehindUnknownHandler which will find the action/result using it's own semantics. This allows regular struts.xml configuration at the same

Re: RestActionMapper

2008-06-17 Thread Dave Newton
--- On Tue, 6/17/08, stanlick <[EMAIL PROTECTED]> wrote: > Are you looking at the source in > /struts-2.1.2/src/plugins/rest/src/main/java? No, I had been looking in trunk. S2.1.2, however, doesn't differ from trunk w.r.t. the action mapper (see appended diff). The config file wouldn't be in the

Re: RestActionMapper

2008-06-17 Thread stanlick
s2.rest.RestActionMapper" /> > > and > > > > Dave > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.n

Re: RestActionMapper

2008-06-17 Thread Dave Newton
--- On Tue, 6/17/08, stanlick <[EMAIL PROTECTED]> wrote: > How does this action mapper make its way into the runtime configuration? In the plugin XML file via bean and constant configs: and Dave - To unsubscribe, e-mail: [

Re: RestActionMapper

2008-06-17 Thread stanlick
Also, what are the alternate ReST mappers here? RestfulActionMapper RestActionMapper Restful2ActionMapper I always get nervous when I see a "2" in a class name.:-(( stanlick wrote: > > How does this action mapper make its way into the runtime configuration? > I have s

RestActionMapper

2008-06-17 Thread stanlick
being overriden! Scott -- View this message in context: http://www.nabble.com/RestActionMapper-tp17932711p17932711.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED