Form wizard: how to manage state?

2009-11-11 Thread Alex Siman
Suppose a state of the form wizard is stored in session. And ID of current wizard process is passed with every form submit. But if user unfinishes process and leaves the form wizard, then wizard data will pollute the session. What is the best way to manage form wizard state? -- View this message

Re: Catching: Unable to instantiate Action

2009-11-11 Thread Roger
On Wednesday 11 November 2009 17:34:49 Oscar wrote: > Maybe using a exception mapping for java.lang.ClassNotFoundException > This sounds like the same problem that I'm having, Why would mapping ClssNotFoundException help? It's a sub-class of java.lang.Exception and mapping that should catch eve

Re: Catching: Unable to instantiate Action

2009-11-11 Thread Oscar
Maybe using a exception mapping for java.lang.ClassNotFoundException 2009/11/11 Gustavo Felisberto > I have a Project were we have in struts.xml: > > > > > >/WEB-INF/plugins/{1}/{2}.jsp > > > > > > > > > > > > > > > > /WEB-INF/Error.jsp > > > > > > If any exception i

Catching: Unable to instantiate Action

2009-11-11 Thread Gustavo Felisberto
I have a Project were we have in struts.xml: /WEB-INF/plugins/{1}/{2}.jsp /WEB-INF/Error.jsp If any exception is thrown in my actions the global maping catches it and sends to correct JSP. If user enters some Url where the Class

Re: displaytag - Nothing found to display.

2009-11-11 Thread Kris Reid
To add a little more information the the JSP looks like this Cheers Kris Kris Reid wrote: > > Hi > > I am using Struts2 with Display tag to display a List > Most of the time it works perfect but sometimes it displays the error > "Nothing found to display" > > This is not correc

displaytag - Nothing found to display.

2009-11-11 Thread Kris Reid
Hi I am using Struts2 with Display tag to display a List Most of the time it works perfect but sometimes it displays the error "Nothing found to display" This is not correct as I have the action class print out the List and it always is able to print the List. I can usually hit refresh and it wo

DispatchAction and Log4j

2009-11-11 Thread NiJK
I'm trying to get Log4j working with my application. It works fine in all my classes when I add the line private static Log log = LogFactory.getLog(ClassName.class); However, a DispatchAction already has a logger defined. When I add this line to a DispatchAction I am receiving two lines of outpu