Thanks Chris and Piero. I'll give it a try.
On Sun, Jul 27, 2008 at 4:05 PM, Piero Sartini <[EMAIL PROTECTED]>wrote: > Am Sonntag, 27. Juli 2008 21:44:04 schrieb Chris Pratt: > > You might want to look into the RESTful URL's plugin. But you can > > just override the extension. I usually set mine to .html (to hide the > > technology being used), but I believe you can set it no nothing as > > well. I use the following in struts.xml, I believe you can set the > > value to "" also. > > > > <constant name="struts.action.extension" value="html"/> > > Setting the extension to "" is a bad idea. In this case, the default action > mapper thinks every ressource (png,jpg,js,css,etc) is an action. > > However, this may work with the REST plugin. > > Piero > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >