Any progress on this issue?  The first two examples (in the default.jsp page) still 
are broken with the same error

java.lang.IllegalArgumentException: Unknown action name: 
com.opensymphony.webwork.example.counter.SimpleCounter
        at 
com.opensymphony.xwork.DefaultActionInvocation.createAction(DefaultActionInvocation.java:174)
        at 
com.opensymphony.xwork.DefaultActionInvocation.init(DefaultActionInvocation.java:225)

Is there any work around for this?  

Kris Thompson
www.frameworks-boulder.org

> -----Original Message-----
> From: Matt Ho [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 07, 2003 12:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] A Couple Observations
> 
> 
> Brett Knights wrote:
> > I don't know if this helps but I used to get similar 
> problems with Tomcat.
> > One of the items I was putting into the session wasn't 
> Serializable. I fixed
> > that (just implemented the Serializable interface) and I 
> haven't seen any
> > problems since on context reloading.
> 
> Yep.  That's seems to be the problem.  This is gonna be a 
> tricky one ... 
>    Serialized objects by default want a default constructor.  
> Components 
> managed by pico (a) often don't have a default constructor 
> and (b) are 
> not allowed to have more than one constructor.
> 
> I've put in a temporary workaround in CVS that causes new 
> instances of 
> all the session scoped components to be created if the 
> session is reloaded.
> 
> I'll see if the pico guys have any suggestions.
> 
> M
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_06
> 1203_01/01
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to