Re: Source to struts2 tutorial editPerson.action ?

2007-06-07 Thread String Larson
On Jun 7, 2007, at 8:49 PM, Dave Newton wrote: --- String Larson <[EMAIL PROTECTED]> wrote: Does anyone have access to the source for this: http://www.planetstruts.org/struts2-showcase/person/editPerson.action You could either download the source or browse the source repository.

Source to struts2 tutorial editPerson.action ?

2007-06-07 Thread String Larson
Does anyone have access to the source for this: http://www.planetstruts.org/struts2-showcase/person/editPerson.action or any other example of editing a collection of objects. The view sources link is busted. Thanks. - To

Re: moving on to Hibernate with S2...

2007-05-11 Thread String Larson
That's what we're using as well. Plus using EJB3/Annotations (over Hibernate3) for persistence. Works well. No show stoppers thus far. If don't expect your web app to be too complex, I'd recommend a hard look at Ruby on Rails. The whole S2, Spring, Hibernate thing is very powerful. However, it

FileUploadInterceptor not intercepting

2007-02-27 Thread String Larson
I'm trying to get file upload working (struts 2.0.5). It seems that FilterDispatcher.prepareAndWrapRequest is not creating the MultiPartRequestWrapper as required by FileUploadInterceptor. prepareAndWrapRequest is just skipping the wrapping. Is this a configuration issue ? -