Re: configuring json action

2009-12-15 Thread Milos Negovanovic
On Mon, Dec 14, 2009 at 09:31:02PM +, Milos Negovanovic wrote: > Hi, > > I am trying to get JSON response from struts2 action. > > > My struts.xml contains the fallowing: > > > > > > > > > > > Class JSON

configuring json action

2009-12-14 Thread Milos Negovanovic
exception: # Messages: There is no Action mapped for namespace / and action name testjson. Any suggestions on how to make JSON action work? Regards -- Milos Negovanovic milos.negovano...@googlemail.com - To unsubscribe, e-mail

Re: blank app under jetty7

2009-12-02 Thread Milos Negovanovic
On Wed, Dec 02, 2009 at 02:04:01PM -0500, Dale Newfield wrote: > Milos Negovanovic wrote: > >>>javax.servlet.jsp.JspWriter > > > >Which jar would that be? I have all jars distributed with jetty7 and > >struts2 by default. > > I don't know which servle

Re: blank app under jetty7

2009-12-02 Thread Milos Negovanovic
On Wed, Dec 02, 2009 at 01:38:34PM -0500, Dale Newfield wrote: > Milos Negovanovic wrote: > >http://pastie.org/723875 > > Says: > > Caused by: java.lang.ClassNotFoundException: > > javax.servlet.jsp.JspWriter > > So, is there a .jar in your application's cl

blank app under jetty7

2009-12-02 Thread Milos Negovanovic
Hi, I am trying to get blank app to work under jetty7. At startup I get this error: http://pastie.org/723875 Anyone seen this before? What am I missing? Regards -- Milos Negovanovic milos.negovano...@googlemail.com - To