Re: How can I switch locale and refresh current JSP?

2005-08-24 Thread Michael Taylor
I do the same trick except that I put my locale selector in the page header for all pages. To make this work, I write the current URL to a hidden form field when rendering the locale selection form. The action then knows which page to return to using this parameter. By having the form stored

Was [OT] Re: Fired???? ...

2005-07-08 Thread Michael Taylor
I move that we adjourn this thread. Nothing to see here. Please move along. Cheers, Mike Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED]

Re: [OT] Re: Fired???? was...Re: Struts Books Recommendations...now spellings[OT]

2005-07-08 Thread Michael Taylor
Too bad it also matches almost every ISP's domain name... :-O Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED] Brady Hegberg wrote: Google results: struts: 2,330,000 sturts: 7,470 sruts: 1,700 srtuts: 1,040 st

Re: Two Forms, Two Form Beans, One JSP

2005-07-07 Thread Michael Taylor
m if you want. - M -------- Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED] Abdullah Jibaly wrote: No, I actually meant that Struts will only process and associate one form with the action processing that request, and therefore any validation, etc. So only one html form

Re: Two Forms, Two Form Beans, One JSP

2005-07-07 Thread Michael Taylor
at you are looking for? Cheers, Mike -------- Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED] Andrew Tomaka wrote: Hey all, I'm attempting to create a JSP that is made up of two forms. Each form needs a different f

Re: Getter/Setter

2005-07-07 Thread Michael Taylor
Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED] Vijay K Anand wrote: hi All Any idea how to write setter / getter methods for multiple form elements ? Regards Vijay - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Two Forms, Two Form Beans, One JSP

2005-07-07 Thread Michael Taylor
the one-form limit you are suggesting, right? Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED] Abdullah Jibaly wrote: To simplify your code, I would have one ActionForm, and one processing action. Depending on which

Re: Struts and Generics

2005-07-06 Thread Michael Taylor
of List it will just be "List" when it actually gets used. In this context, I do not believe that struts needs to know anything more than type="java.util.List" for it to work. Cheers, Mike -------- Michael Tay

Re: 1.2.7 only highlights the first error

2005-06-29 Thread Michael Taylor
Check your struts-config.xml file. ValidatorPlugin has a property, "stopOnFirstError". Make sure that is set correctly. ... snip... Denham, Martin wrote: Hi, I can't get struts 1.2.7 to highlight all the error fields on my form - only the first error field is h

Re: Navigation Problem

2005-06-22 Thread Michael Taylor
h direction are you currently moving in with your project? Cheers, Mike -------- Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED] Michael Jouravlev wrote: Just cannot help it; I am sorry, just cannot keep it inside ;) On

Re: Navigation Problem

2005-06-22 Thread Michael Taylor
rds in Java, which is why an alternative like Spring flow might be even better. Cheers, Mike -------- Michael Taylor TXE Systems, Inc. [EMAIL PROTECTED] Abdullah Jibaly wrote: I have not used it yet, but you may want to take a look