Hi, I´m new to ajax so I had a hard time making things work. First problema I faced is about StaticFilter, I was only able to execute the Chat tutorial at:
http://today.java.net/pub/a/today/2005/08/25/dwr.html if I comment the Static filter on web.xml [code] <!--filter-mapping> <filter-name>staticFilter</filter-name> <url-pattern>/*</url-pattern> <dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher> </filter-mapping--> [/code] also the sample is only running correctly if I exclude chat.jsp from sitemesh(img1DWR.jpg attached) including in decorator.xml the line: [code] <pattern>/chat.*</pattern> [/code] If I try to use this example using the sitemesh decorator taking out the pattern from excludes pattern entry in decorator.xml the javascript array brings poluted code with undefined elements in it. Does anyone have some tips on using DWR with appfuse. I'd like some guidance here if possible. Tx in advance, best regards, Marcos Maia. -- View this message in context: http://www.nabble.com/DWR-using-struts-2-and-appfuse-tp20402031s2369p20402031.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
