Re: Mapping FreeMarker results in struts-rest-plugin

2009-03-17 Thread wkbutler
gt; xml and json are the output types (the response sent to the client). >>> JSP and FreeMarker are the result types, which are mapped by >>> Convention. Check the Convention documentation for details on how the >>> templates are found (same rules apply for jsp(s) and ftl(s)) >> >> >> -- >> Bill Stilwell - http://www.m

Re: Mapping FreeMarker results in struts-rest-plugin

2009-03-11 Thread wkbutler
e >> templates are found (same rules apply for jsp(s) and ftl(s)) > > > -- > Bill Stilwell - http://www.marginalia.org/ > bill.stilw...@gmail.com > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands,

Re: Mapping FreeMarker results in struts-rest-plugin

2009-03-10 Thread Bill Stilwell
I'm not sure if this applies, but I have found that with the rest plugin and freemarker, I _have_ to have a Controller. It's not clear to me from reading the docs if this is the intention with the rest plugin, but that's how things are working for me. -b On Tue, Mar 10, 2009 at 1:56 PM, Musachy B

Re: Mapping FreeMarker results in struts-rest-plugin

2009-03-10 Thread Musachy Barroso
in a similar way to a .jsp - some kind of > pass-through to struts-core - for me though, requests to *.ftl result in a > 404 when using the rest plugin. > > Anybody get this to work? > Thanks - > Kent > -- > View this message in context: > http://www.nabble.com/Mapping-FreeMa

Mapping FreeMarker results in struts-rest-plugin

2009-03-10 Thread wkbutler
- for me though, requests to *.ftl result in a 404 when using the rest plugin. Anybody get this to work? Thanks - Kent -- View this message in context: http://www.nabble.com/Mapping-FreeMarker-results-in-struts-rest-plugin-tp22443339p22443339.html Sent from the Struts - User mailing list archiv