Re: [S2] autocompleter action extension

2008-06-29 Thread Pierre Goupil
You're absolutely right ! I'll stick to the .xhtml extension, as I have no need for .html. Thanks ! Pierre 2008/6/26 Laurie Harper <[EMAIL PROTECTED]>: > My guess is that using an action extension of .html creates a conflict with > the Dojo template resources, which are .html files. If you loo

Re: [S2] autocompleter action extension

2008-06-26 Thread Laurie Harper
My guess is that using an action extension of .html creates a conflict with the Dojo template resources, which are .html files. If you look at your access logs (or use Firebug to see what XHR requests are being made during page rendering), you'll see what I mean. The easiest thing to do is pic

[S2] autocompleter action extension

2008-06-25 Thread Pierre Goupil
Hello all, I would like my S2 project to be mapped to .html actions, so I have set this up : - struts.action.extension=html in my struts.properties - in my xwork-default.xml - in my struts-default.xml. Please note that for the two last ones, I have simply added the property to the original f