Re: [S2] Annotations (was Plugins gone wild!)

2007-10-24 Thread Martin Gilday
I've created an draft version and attached it to https://issues.apache.org/struts/browse/WW-2274 It is a little bit messy at the moment and could be trimmed down a bit, but from my basic tests it seems to be working. Currently it only works on simple parameter names, so if you have a parameter call

Re: 2.1.0 Build/Release Plan

2007-10-24 Thread James Mitchell
That's odd. I have the same settings, but I'm on a Mac. Not sure if that's the reason, but I can try it on my work (XP) if you need me to. -- James Mitchell On Oct 24, 2007, at 3:02 PM, Ted Husted wrote: On 10/23/07, James Mitchell <[EMAIL PROTECTED]> wrote: Hmmm ... it worked fine for

Re: 2.1.0 Build/Release Plan

2007-10-24 Thread Ted Husted
On 10/23/07, James Mitchell <[EMAIL PROTECTED]> wrote: > Hmmm ... it worked fine for me. > > What errors are you getting? OOM on LabelTest (see prior message). On this machine, MAVEN_OPTS is set to -Xmx1024m I had the same problem on the desktop, and raising the Xmx didn't seem to help. -Ted.

Re: [S2] Annotations (was Plugins gone wild!)

2007-10-24 Thread Ted Husted
On 10/23/07, Martin Gilday <[EMAIL PROTECTED]> wrote: > Well I am looking at the Parameter Filter Interceptor > (http://cwiki.apache.org/WW/parameter-filter-interceptor.html) which I > am proposing we complement by allowing the same thing with annotations. > Currently we have a wizard like section

Re: How to transfer data between Actions?

2007-10-24 Thread Dave Newton
> From: dnka <[EMAIL PROTECTED]> > how transfer data between Actions? Please ask questions on the struts-user list; the struts-dev list is for the development of Struts itself. Thanks, Dave - To unsubscribe, e-mail: [EMAIL

How to transfer data between Actions?

2007-10-24 Thread dnka
how transfer data between Actions? for example public class FormulaEditAction extends DispatchAction { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { return mapping.findForward("showForm

Re: Performance issue

2007-10-24 Thread Dave Newton
> From: "Gupta, Vikas" <[EMAIL PROTECTED]> > as i am using datepicker in one of the page (the number of datepicker > based on the records fetched from databse), so what i can do to improve > performance. Please ask questions on the struts-user list; the struts-dev list is for the development of S

Re: struts2 run time error

2007-10-24 Thread Dave Newton
> From: sagarlotiya <[EMAIL PROTECTED]> > After submiting form when i will come back to the same page at > that time it gives me following error. Please ask questions on the struts-user list; the struts-dev list is for the development of Struts itself. Thanks, Dave

Performance issue

2007-10-24 Thread Gupta, Vikas
Hello everybody, i am facing related to performance issue while using struts2 as i am using datepicker in one of the page (the number of datepicker based on the records fetched from databse), so what i can do to improve performance. pls do reply Thanks & Regards, Vikas Gupta --

struts2 run time error

2007-10-24 Thread sagarlotiya
Hi I am using Coverter for following thing. After submiting form when i will come back to the same page at that time it gives me following error. ERROR [runtime] Method public boolean org.apache.struts2.components.ListUIBean.contains(java.lang.Object,java.lang.Object) threw an exception when