You will need to add an exclude directive to decorators.xml to prevent SiteMesh from decorating pages being served for use in ajax requests. If decorators.xml is not in your project you will need to either copy it over from the target build directory to WEB-INF or use mvn war:exploded or use mvn appfuse:full-source to add the source to your project (I am assuming you are using AppFuse 2.0).
Mike On 21/02/2008, Leo Barrientos C <[EMAIL PROTECTED]> wrote: > > Hello, i need to put simple information in a page because i need it in > order to use ajax autocompletion. > > I need this: <ul><li id="1">CONTENT_1</li></ul> but of course springMVC > shows the body, menu and so on. > > Please helpme. > > Thanks in advance. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
