Re: [REFERENDUM] Struts is a Community

2005-04-10 Thread Flemming G. Jensen
I would say Struts is both a product and a community. And in my opion this is the great thing about Struts. Struts is a product because many individuals as well as compagnies build commercial web applications based on Struts. By searching one job-index here in Denmark I find several job-announ

Re: [REFERENDUM] Struts is a Community

2005-04-10 Thread Flemming G. Jensen
I would say we are both a product and a community. And in my opion this is a very good thing. Struts is a product because many compagnies build commercial web applications based on Struts. By searching one job-index here in Denmark I find several job-announcements which asks for Struts skill

Re: How to get the user locale from a jsp

2005-03-09 Thread Flemming G. Jensen
gt; So what am asking is , is ther a way to use that util class of struts witho> > ut > resorting to the use of a scriptlet. > > Le Mercredi 9 Mars 2005 11:44, Flemming G. Jensen a écrit : > > You get the local object from the request with the getLocale() method.. > > &g

Re: How to get the user locale from a jsp

2005-03-09 Thread Flemming G. Jensen
You get the local object from the request with the getLocale() method.. --Flemming -Oprindelig meddelelse- From: delbd [EMAIL PROTECTED] Date: Wed, 9 Mar 2005 10:14:36 +0100 To: user@struts.apache.org Subject: How to get the user locale from a jsp > Hello > > How could i get the the us

Form autocomplete property

2004-12-31 Thread Flemming G. Jensen
approach to standards. So I hope you will improve this great API with better properties support in future releases. Regards Flemming G. Jensen -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ ---

Setup Action without a form

2004-11-28 Thread Flemming G. Jensen
et-up action", which fires before the frontpage is loaded. The project uses tiles, so I assume that Javascript and some "onload"-function is not appropiate. Regards Flemming G. Jensen -- Using M2, Opera's revolutionary e-mail client

Form bean returns null in forward action??

2004-11-21 Thread Flemming G. Jensen
Hi List, We are using the validator plug-in and tiles in our project. On a page I have 3 submit buttons in 3 different html forms. The first html form has a corresponding Formbean and an Action class. The second form has a corresponding action class, which does not use the form bean, and the 3.

Re: Java.net exception when using ValidatorPlugIn

2004-11-15 Thread Flemming G. Jensen
On Sun, 14 Nov 2004 14:01:52 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: I have a rather annoying problem with the ValidatorPlugIn in a project using Struts: Can you look at this message (and its thread) and see if you are having the same problem? http://article.gmane.org/gmane.comp.jakarta

Java.net exception when using ValidatorPlugIn

2004-11-14 Thread Flemming G. Jensen
lidate the document against http://jakarta.apache.org/commons/dtds/validator_1_1.dtd So my question is simple: How do I configure the application server so it does not validate against the "real" dtd? Why is ValidatorPlugIn a special case in th