Re: rest, convention and config plug-ins

2010-10-24 Thread Rebecca Case
Yes, both of those plugins work, but there is some configuration you have to do to make your actions use them. This is a good starting point: http://struts.apache.org/2.x/docs/rest-plugin.html#RESTPlugin-Example - Original Message From: stanlick To: user@struts.apache.org Sent: Sun, O

Is CookiesAware read only?

2010-06-21 Thread Rebecca Case
I'm wanting to be able to create a cookie if it doesn't exist yet and update it if the cookie is already existing. Is this possible using CookiesAware and the cookie interceptor or are these read only? I realize that this can be accomplished by using the request and response directly, but I wa

Re: Struts2 Convention plugin with junit plugin

2010-05-21 Thread Rebecca Case
So, I take it this just isn't going to work then? - Original Message From: Rebecca Case To: user@struts.apache.org Sent: Sat, May 15, 2010 10:47:08 AM Subject: Struts2 Convention plugin with junit plugin I'm using Struts 2.8.1 using the convention plugin and attemption to

Re: "java.lang.NoClassDefFoundError: org/apache/struts2/util/ObjectFactoryDestroyable"

2010-05-17 Thread Rebecca Case
Could you be having something going crazy with your build scripts or something where the struts core jar isn't getting put in the right spot? - Original Message From: Emi Lu To: user@struts.apache.org Sent: Mon, May 17, 2010 10:48:38 AM Subject: "java.lang.NoClassDefFoundError: org/ap

Struts2 Convention plugin with junit plugin

2010-05-15 Thread Rebecca Case
I'm using Struts 2.8.1 using the convention plugin and attemption to junit test this by utilizing StrutsSpringTestCase. The problem I'm experiencing is that the test throws an exception saying "No result defined for action com.becky.action.HowdyFolksAction and result success" if I don't use a Re