Re: struts2 ajax jsps

2007-08-15 Thread Ian Roughley
As it seems like you want to find a solution the option is to write an ActionMapper that reverses the order the URLs are currently determined. Instead of looking for an action first, you would need to look for a static resource first, and then if not found check for an action. /Ian Strut

Re: struts2 ajax jsps

2007-08-15 Thread Struts2 Fan
Filter.doFilter(OncePerRequestFilter.java:75) >>>>at >>>> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041) >>>>at >>>> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354) >>>>at >>>> org.mortbay.jett

Re: struts2 ajax jsps

2007-08-15 Thread Ian Roughley
I think there was a discussion from Matt about this (appfuse using html extensions) a while back, you might want to check the archives. On the s2 side, there are options, but I'm not sure there is an easy solution for using .html as an extension. /Ian Struts2 Fan wrote: Opps How can I m

Re: struts2 ajax jsps

2007-08-15 Thread Struts2 Fan
t;> at >> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) >> at org.mortbay.jetty.Server.handle(Server.java:269) >> at >> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430) >> at >> org.mortbay.j

Re: struts2 ajax jsps

2007-08-14 Thread Struts2 Fan
.HttpConnection.handleRequest(HttpConnection.java:430) >> at >> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:678) >> at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492) >> at org.mortbay.jetty.HttpParser.p

Re: struts2 ajax jsps

2007-08-14 Thread Ian Roughley
This line: There is no Action mapped for namespace /struts/dojo/src/widget/templates and action name TabContainer. Seems to suggest that you may have changed the extension from ".action" to ".html", so s2 is looking for an action called TabContainer. /Ian Struts2 Fan wrote: I met the same e

Re: struts2 ajax jsps

2007-08-13 Thread Struts2 Fan
at did I miss? I am using 2.0.9 -- View this message in context: http://www.nabble.com/struts2-ajax-jsps-tf4111244.html#a12139503 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAI

Re: struts2 ajax jsps

2007-07-19 Thread nmall
- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > -- View this message in context: http://www.nabble.com/struts2-ajax-jsps-tf4111244.html#a11698335 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts2 ajax jsps

2007-07-19 Thread Musachy Barroso
As Dave pointed out, the missing file is the one that contains which is required to get the ajax tags to work musachy On 7/19/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- nmall <[EMAIL PROTECTED]> wrote: > I am trying to get started with struts ajax tags. > I simply copied example2.jsp ( un

Re: struts2 ajax jsps

2007-07-19 Thread Dave Newton
--- nmall <[EMAIL PROTECTED]> wrote: > I am trying to get started with struts ajax tags. > I simply copied example2.jsp ( under ajax in showcase > app) into an appropriate dir in my src/main/webapp. > But all I see is [...] You can't just copy a single file from an application and expect it to w

Re: struts2 ajax jsps

2007-07-19 Thread nmall
___ > Moody friends. Drama queens. Your life? Nope! - their life, your story. > Play Sims Stories at Yahoo! Games. > http://sims.yahoo.com/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional co

Re: struts2 ajax jsps

2007-07-19 Thread Dave Newton
--- nmall <[EMAIL PROTECTED]> wrote: > getting the following error while executing my jsp. > > ...FileNotFoundException: /ajax/commonInclude.jsp The only commonInclude I could find was in showcase; you shouldn't need it for your own application. d.

Re: struts2 ajax jsps

2007-07-19 Thread Musachy Barroso
ile(UtilTim erStack.java:455) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI nvocation.java:216) -- View this message in context: http://www.nabble.com/struts2-ajax-jsps-tf4111244.html#a11689817 Sent from the Struts - User mailing list archive at

struts2 ajax jsps

2007-07-19 Thread nmall
) at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim erStack.java:455) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI nvocation.java:216) -- View this message in context: http://www.nabble.com/struts2-ajax-jsps-tf4111244.html