Re: Form not found for locale en

2007-03-07 Thread mcmoisei
Sorry about that. Here it is... Struts: 1.3.5 Validator: the version for 1.3.5 (1.3.0 ?) -- Original message -- From: "Niall Pemberton" <[EMAIL PROTECTED]> > P.S. Also the Commons Validator version? > > On 3/7/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > W

Re: Ajax query

2006-07-31 Thread mcmoisei
I use Ajax transparently with Struts using AjaxAnywhere. You app doesn't change and you don't violate the MVC pattern. http://sourceforge.net/projects/ajaxanywhere I don't remember if the examples provide a Struts example. Check it out, MC -- Original message -

Performance issues Struts+Tiles

2006-07-20 Thread mcmoisei
Hi, I have a rendering issue with Struts+Tiles (1.2.8) I run this app in Weblogic 8.1 and what we see from our performance monitor tool is that the jsp rendering take the most of the time and to get specifically two things we've noticed 1. The more tiles we have the slow the page get ( I have 7

re: Struts and Ajax

2006-04-06 Thread mcmoisei
You also can do it transparently using ajaxanywhere.sourceforge.org Define a refresh zone around that dropdown you want to populate and then your onchange will do the regular re-post to bring data from server then instruct your zone to refresh and data will appear miracoulosly... :) There are

Re: Quartz and struts

2006-03-24 Thread mcmoisei
I think the plug in way is great too! -- Original message -- From: "Ted Husted" <[EMAIL PROTECTED]> > * > http://www.onjava.com/pub/a/onjava/2006/03/01/job-scheduling-in-web-application. > html > > On 3/24/06, Abdullah Jibaly <[EMAIL PROTECTED]> wrote: > > Hi all

Re: Quartz and struts

2006-03-24 Thread mcmoisei
It's very simple. Folow the example they provide. I think I use it on a separate servlet so I can define my tasks via web.xml file... -- Original message -- From: "Ted Husted" <[EMAIL PROTECTED]> > * > http://www.onjava.com/pub/a/onjava/2006/03/01/job-scheduling

Re: Modal combobox with Struts

2006-02-17 Thread mcmoisei
You can use Webflow extension... -- Original message -- From: Michael Jouravlev <[EMAIL PROTECTED]> > On 2/17/06, Leila Carvalho <[EMAIL PROTECTED]> wrote: > > What is the best way to implement the logic of a second combobox that > > depends > > on the choice made

Re: After refreshing Drop Down value has default data

2006-02-13 Thread mcmoisei
Is that session form ? -- Original message -- From: Daniel Kies <[EMAIL PROTECTED]> > Yes that is the problem I am having. > > On 2/13/06, Tom Ansley <[EMAIL PROTECTED]> wrote: > > > > Once the form has been submitted can you not set that value on the form > > ba