Re: [S2.1] url action mapping problem (restful)

2007-10-27 Thread Don Brown
Doh, thanks. Added. Don On 10/28/07, Jeromy Evans <[EMAIL PROTECTED]> wrote: > Hi Don, > I can see your updates to xwork and the rest plugin - look great - but > the new classes NamespaceMatcher and NamespaceMatch used by xwork's > DefaultConfiguration seem to be missing from svn. Can you pleas

Re: [S2.1] url action mapping problem (restful)

2007-10-27 Thread Jeromy Evans
Hi Don, I can see your updates to xwork and the rest plugin - look great - but the new classes NamespaceMatcher and NamespaceMatch used by xwork's DefaultConfiguration seem to be missing from svn. Can you please take a look? https://svn.opensymphony.com/svn/xwork/trunk/src/java/com/opensymph

Re: [S2] - Types in form parameters

2007-10-27 Thread Zoran Avtarovski
We had a need to do this in one situation where we couldn't place the object into session scope and put a pointer as a hidden field. Our solution was to serialise the object to a string, include the string as a hidden field and then recreate on form submission. From memory I think we used xstream.

problem deploying my application with weblogic after adding a new form bean

2007-10-27 Thread blurboiboi
Hi all, Am having problem deploying my application with weblogic after adding a new form bean and its configuration () in the struts-config.xml the funny thing is with the configuration intact and the formbean java class deleted, the deployment goes through successfully. what could be th

Re: Struts 1.2.7 custom validator problem

2007-10-27 Thread John Doe
Yes. I have validation working correctly. Required and mask works good. And my validator method gets called and returns false, but I do not add any errors message is it necessary? On 10/26/07, Laurie Harper <[EMAIL PROTECTED]> wrote: > > John Doe wrote: > > Hi, > > I have Struts 1.2.7 application