[ANNOUNCE] Easy Struts Editor 0.5 for Eclipse

2002-08-22 Thread emmanuel.boudrant
Hello, Easy Struts 0.5.0 just released. This version is ONLY for Eclipse users. The most important change is now, an struts-config.xml editor for Eclipse. NOTE : This editor only support struts 1.1 config files. > Changes log: - [NEW] struts-config.xml editor added for Eclipse,

Problem with bean-utils.

2002-08-13 Thread emmanuel.boudrant
Hi, We have got some problem with beans-utils, we have some forms beans with about 20 properties, some properties was named datX (ex: datVers, datSaisie...). But, randomly, Struts throw the exception : No getter methog for property datEffet of bean , this exception occurs only on fiel

Re: What happen to reload action in nightlybuild ?

2002-07-30 Thread emmanuel.boudrant
Thx ;) --- James Holmes <[EMAIL PROTECTED]> a écrit : > http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg36835.html > > -james > [EMAIL PROTECTED] > http://www.jamesholmes.com/struts/ > > > --- "emmanuel.boudrant" <[EMAIL PROT

What happen to reload action in nightlybuild ?

2002-07-30 Thread emmanuel.boudrant
What happen to the class org.apache.struts.actions.ReloadAction in nightlybuild ? This class is present in 1.1b1 but not in nightlybuild. I search in bugzilla but I found nothing ? Any idea ? Thx, -Emmanuel ___ Do You Yahoo!? -- Une adre

[ANN] Easy Struts 0.4.2

2002-07-24 Thread emmanuel.boudrant
Easy Struts 0.4.2 is available. It's a bug fix release, no new features. Changes: - v0.4.2 (2002-07-24) - Plugin config and message resources deleted in previous version is now fixed. - Create a new line between attributes if count > 2 in struts-config.xml - Add error header/footer in ap

[CORRECTION] Easy Struts v0.4 for Eclipse / JBuilder

2002-07-12 Thread emmanuel.boudrant
For Eclipse users, There is a mistake in the com.cross.easystruts.eclipse_0.4.0/plugin.xml file. The version, in easystruts 0.4.0 was set on 0.3.0 instead of 0.4.0. If you have download the plugin before you receive this mail, you should fix this mistake by: - Manually by editing [ECLIPSE_DIR

RE: [ANNOUNCE] Easy Struts v0.4 for Eclipse / JBuilder

2002-07-11 Thread emmanuel.boudrant
!! Thank you! -James > -Original Message- > From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 11, 2002 4:48 AM > To: Struts Users Mailing List > Subject: [ANNOUNCE] Easy Struts v0.4 for Eclipse / JBuilder > > Hi, > > Easy Struts v0.4 is now o

[ANNOUNCE] Easy Struts v0.4 for Eclipse / JBuilder

2002-07-11 Thread emmanuel.boudrant
Hi, Easy Struts v0.4 is now out. Provide a full support for JBuilder IDE. Provide a full support for Eclipse IDE. > Changes in v0.4 (2002-07-11) - Support now for JBuilder IDE (without Resources Wizard). - Add runtime facility for JBuilder, no need removeStrutsJar opentool - Add confirm

Re: Problems running struts 1.1b1 with Jbuilder 6

2002-07-11 Thread emmanuel.boudrant
Hi, Did you run your project under Tomcat 4 ? Struts 1.1 require Tomcat 4. -Emmanuel --- [EMAIL PROTECTED] a écrit : > Hi, > > I'm upgrading my project from struts 1.0 to struts > 1.1 but am having a few > problems when I run it from Jbuilder. (everything > works fine from JBoss). > Is there

Re: Controller UML class diagram (HTML version)

2002-07-10 Thread emmanuel.boudrant
Here a version more readable, in HTML. Please do not reply with attachement, my yahoo account is going to explode ;) -Emmanuel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com S

Re: why is better mapping /do/* than *.do

2002-07-10 Thread emmanuel.boudrant
One argument is, if you need to manage donwload with an action, it's better to send data with a url like http://www.toto.com/app/do/file.txt than http://www.toto.com/app/file.do Extension is preserved. -Emmanuel --- Struts Newsgroup <[EMAIL PROTECTED]> a écrit : > Subject: why is better

Re: HotSpot Virtual Machine Error

2002-07-04 Thread emmanuel.boudrant
I envisage it, but I think my system adm want to kill me ;) --- [EMAIL PROTECTED] a écrit : > emmanuel.boudrant writes: > > Os is : Solaris 8 > > JDK is : 1.3.1_02 > > Java HotSpot client VM is : build 1.3.1_02-b02, > miwed > > mode > > Have you tried

Re: What Jar is this Class from?

2002-07-03 Thread emmanuel.boudrant
Is's in the jakarta-regexp-1.2.jar from Jakarta Regexp http://jakarta.apache.org/regexp/index.html -Emmanuel --- Jacob Hookom <[EMAIL PROTECTED]> a écrit : > What Jar is this Class from? > > org.apache.regexp.RESyntaxException > > -jake > > --- > Outgoing mail is certified Virus Free. > Ch

RE: JBuilder and Struts

2002-07-03 Thread emmanuel.boudrant
I think the error mean : Your struts.jar isn't in project library, JBuilder cannot found the org.apache.struts.taglib.html.MessagesTei is the project lib. -Emmanuel --- James Turner <[EMAIL PROTECTED]> a écrit : > At 05:21 AM 7/3/2002, you wrote: > >Subject: RE: JBuilder and Struts > >Date:

Re: inserts blank space?

2002-07-02 Thread emmanuel.boudrant
It's a html problem, not struts, Place forms tag inside table tag or -Emmanuel --- Jerry Jalenak <[EMAIL PROTECTED]> a écrit : > Call me crazy, but.. > > I have a form inside of a table cell - > > > > size="60" /> > > >

HotSpot Virtual Machine Error

2002-07-02 Thread emmanuel.boudrant
Hi, I've got an error when I access to my JSP Error is : # # HotSpot Virtual Machine Error, Internal Error # Please reports this error at # http://java.sun.com./cgi-bin/bugreport.cgi # # Error ID: .. Os is : Solaris 8 JDK is : 1.3.1_02 Java HotSpot client VM is : build 1.3.1_02-b02

Re: strange things

2002-07-02 Thread emmanuel.boudrant
Hi, I've got an error when I access to my JSP Error is : # # HotSpot Virtual Machine Error, Internal Error # Please reports this error at # http://java.sun.com./cgi-bin/bugreport.cgi # # Error ID: .. Os is : Solaris 8 JDK is : 1.3.1_02 Java HotSpot client VM is : build 1.3.1_02-b02

Re: how to stop struts logging

2002-06-27 Thread emmanuel.boudrant
Set init-parameters detail and debug at 0. --- Virga <[EMAIL PROTECTED]> a écrit : > how to stop struts action from flooding my server > console ? > i have tried to edit my web.xml > and modify 1 to > -1 > but the Action servlet doesn't work, off course ! > because action servlet has > to be in

trouble by extending struts-html tag

2002-06-27 Thread emmanuel.boudrant
Hello, I've got a big trouble, for our application based on Struts 1.0.2, we make some customs tags extends or composed by struts-html tag. For example, we've got a DateTag composed by 3 SelectTag from struts, we invoke directly doXxxTag() methods in the doXxxTag() methode from our DateTag. Dat

Tomcat 4.0.x version + Struts

2002-06-27 Thread emmanuel.boudrant
Hi, What is the best Tomcat 4.0.x version to use with Struts 1.1 ? Is the 4.0.4 is ok ? -Emmanuel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- To unsubscribe, e-mail: <

Re: Struts sequence diagrams

2002-06-26 Thread emmanuel.boudrant
Hi Sandra, I've got some : http://www.mycgiserver.com/~eboudrant/?nostat=true#uml11 You can download the rational rose model too. -Emmanuel --- Heligon Sandra <[EMAIL PROTECTED]> a écrit : > > Hi, > > I am trying to write a design documentation about > struts > application, >

OptionTag & BodyContent

2002-06-26 Thread emmanuel.boudrant
Hello, For my framework extended from struts, I need to create a input tag witch encapsulate some options tags with my business parameter. I have created a tag with this pattern : public int doStartTag() { for ( all parameter ) { org.apache.struts.taglib.html.OptionTag option = new org.a

RE: [auto-reply] OOTFO

2002-06-24 Thread emmanuel.boudrant
You 're working at SunI've got a question, is it true the famous Beer's Day every Friday afternoon ?µ ;) This week was started very well ;) -Emmanuel "Craig R. McClanahan" <[EMAIL PROTECTED]> a écrit : On Mon, 24 Jun 2002 [EMAIL PROTECTED] wrote: > Date: Mon, 24 Jun 2002 13:29:20

[ANN] Easy Struts 0.3.0 for Eclipse is out

2002-06-21 Thread emmanuel.boudrant
Easy Struts v0.3.0 just released. For the moment this version is only for Eclipse IDE. The aim of this project is to provide a collection of tools integrated with Eclipse 2.0, in order to facilitate the development of a web project based on the MVC2 Jakarta Struts framework. Changes: - v0.3.0

Re: want to change *.do to context?action=*

2002-06-18 Thread emmanuel.boudrant
I think it isn't possible, path for action ("action") must be written before the '?'. Or you need to modify struts src ;) ... or I'm wrong ? If '*.do' pattern make problems for you, you can use '/do/*' pattern -Emmanuel Struts Newsgroup <[EMAIL PROTECTED]> a écrit : Subject: want to change *

Re: ActionServlet.getResources() Method alternative ??

2002-06-14 Thread emmanuel.boudrant
I use getServlet().getServletContext().getAttribute(Action.MESSAGE_KEY); -Emmanuel "Soomar, Muki (R.)" <[EMAIL PROTECTED]> a écrit : Can anyone tell me how I can access the Message Resources from an ActionForm sub-class, now that the ActionServlet.getResouces() method is deprecated. Thanks

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread emmanuel.boudrant
... > webapplication_2 > WEB-INF > ... > etc etc etc > > Can the classes in webapplication_1 'see' session > data that was created and > stored in the session by the framework-applica

Re: Please help clarify or confirm -- HttpSession

2002-06-13 Thread emmanuel.boudrant
At my knowledge, under tomcat each webapp have his own "memory space" so you can't share HttpSession between 2 webapp. You can share object between 2 webapp with one condition, the class to be shared must be loaded in same ClassLoader. Did you understand my english ;) -Emmanuel --- "Yuan,

RE: [ann] Easy Struts 0.2 for Eclipse users

2002-06-13 Thread emmanuel.boudrant
AIL PROTECTED]> a écrit : > I'm dying to use Easy Struts for Eclipse, but am > hesitant to go to Eclipse > 2.0. Is the F2 release stable yet? The last time I > tried it I couldn't get > anything to work > > Jerry > > -Original Message- > From: emman

[ANN BUG-FIX] Easy Struts v0.2.1

2002-06-12 Thread emmanuel.boudrant
Hi, Easy Struts v0.2.1 is out, This release in only bug fix. Bug fix From v0.2 Fix : Unable to finish the wizards. Fix : JSP was not created. http://sourceforge.net/project/showfiles.php?group_id=54542&release_id=94400 http://easystruts.sourceforge.net/ Sorry ... and Thanx Dan -Emmanuel

[ann] Easy Struts 0.2 for Eclipse users

2002-06-12 Thread emmanuel.boudrant
Hi, Easy Struts 0.2 for Eclipse is out *Features - Wizard for action, form, jsp creation - Create & Run with Tomcat Sysdeo Plugin *Changes - Wizard for forward creation added - Distribution - Some fix *More : - http://sourceforge.net/projects/easystruts - http://easystruts.sourceforge

RE: ANNOUNCE: "Struts Builder" struts development tool on SourceForge.net

2002-06-11 Thread emmanuel.boudrant
Don't forget Easy Struts (ASF) ;) http://easystruts.sourceforge.net -Emmanuel --- "Chappell, Simon P" <[EMAIL PROTECTED]> a écrit : > So, how would you compare "Struts Builder" (GPL) and > "Struts Console" (zero $, unlimited usage) by James > Holmes? Do you see them as competitive or > complemen

Re: When's v1.1 coming out of beta?

2002-06-10 Thread emmanuel.boudrant
Like Duke Nukem Forever... ...when it's done ;) --- [EMAIL PROTECTED] a écrit : > Hi, > > I remember a message a while back that predicted a > May/June release of a > stable Struts v1.1. Is this still the case? > I've not upgraded to the beta version because I have > an upcoming deadline t

Re: ClassCast Exception problem

2002-06-10 Thread emmanuel.boudrant
I've got the same probleme under Tomcat, it's caused by tomcat class loader when yours actions (baepp.Authentication) are not loaded in the class loader witch load struts classes. I don't know JRun, but under tomcat, we must have struts.jar in every webapp: [WEBAPP]/WEB-INF/lib/struts.jar [WEBAP

[ANNOUNCE] Easy Struts v0.1beta for Eclipse

2002-06-07 Thread emmanuel.boudrant
Hi everybody, Let me introduce Easy Struts v0.1beta ..., this project, hosted now by sourceforge, replace the Eclipse Struts Wizard and the JBuilder Struts Wizard. Features - Support for struts 1.0 and struts 1.1. - Wizard Action, ActionForm and Jsp: allow fast creation of a (bean + jsp) form

Re: How the Action Controller works

2002-06-07 Thread emmanuel.boudrant
Hi, When you specified an ActionMapping, in name attribute you write the form name, if this attribute is empty, form is not instancied... For more information, I recommend you to check the ActionServlet & RequestProcessor source code. ...and you can check my UML sequence diagram on : http://w

Logger setup in struts 1.1

2002-06-05 Thread emmanuel.boudrant
Hi, In a struts1.1 app, how to setup the logger, I want to use an SimpleLogger. I've got this exception with Jdk14Logger : java.lang.NullPointerException at org.apache.commons.logging.impl.Jdk14Logger.warn(Jdk14Logger.java:290) at org.apache.struts.action.RequestProcessor.pro

Re: Please recommend a IDE

2002-06-05 Thread emmanuel.boudrant
ide on setting up and how to use it? Thanks Chiming "emmanuel.boudrant" wrote: Hi, I think running Struts application in Eclipse IDE is more easy than JBuilder IDE (due tomcat classpath). Under eclipse you can get the plugins : - Tomcat : http://www.sysdeo.com/eclipse/tomcatPlugin.h

Re: Please recommend a IDE

2002-06-05 Thread emmanuel.boudrant
Hi, I think running Struts application in Eclipse IDE is more easy than JBuilder IDE (due tomcat classpath). Under eclipse you can get the plugins : - Tomcat : http://www.sysdeo.com/eclipse/tomcatPlugin.html - EasyStruts : http://sourceforge.net/projects/easystruts/ (in developpement) - Stru

Re: Any link to get the details of Using Struts Framework with Jbuild er6

2002-06-03 Thread emmanuel.boudrant
@see http://jakarta.apache.org/struts/resources.html#tutorials -Emmanuel "Metla, Suri" <[EMAIL PROTECTED]> a écrit : Any link explains Using Struts Framework with Jbuilder6 Regards Suri -- To unsubscribe, e-mail: For additional commands, e-mail: - Yahoo!

Re: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-03 Thread emmanuel.boudrant
Hi, Every week, a new Eclipse is released, it is called 2.0 Freeze/Test/Fix Master Schedule, this week it is F2 release. We are waiting for June 28, the official release date for Eclipse 2. ;) For the wizard (JBuilder/Eclipse), I will release soon a new version renamed Easy Struts with more

RE: [ANN] Struts Wizard v1.0.2 for JBuilder - Now Eclipse

2002-06-01 Thread emmanuel.boudrant
gh... john > -Original Message- > From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 5:55 AM > To: Struts Users Mailing List > Subject: RE: [ANN] Struts Wizard v1.0.2 for JBuilder > > > > Hi, > Jbuilder: > > Simply copy JBui

RE: [ANN] Struts Wizard v1.0.2 for JBuilder

2002-06-01 Thread emmanuel.boudrant
ll/use it? I have unpacked the files into my plugins directory but don't know where to go from there :) john > -Original Message- > From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 8:51 AM > To: [EMAIL PROTECTED] > Subject: [ANN] Struts Wizar

Re: [ANNOUNCE] Struts Wizard Beta for ECLIPSE v2.0

2002-05-28 Thread emmanuel.boudrant
ld 20020521, but after the install and restart no "Jakarta Struts" shows under the "New" menu. ??? emmanuel.boudrant wrote: > Hi, > All the Eclipse plugins are in the plugins directory so extract the archive in your >[eclipse]/plugins directory, the dire

Re: [ANNOUNCE] Struts Wizard Beta for ECLIPSE v2.0

2002-05-28 Thread emmanuel.boudrant
] Struts Wizard Beta for ECLIPSE v2.0 > I'm useing Eclipse build 20020521, but after the install and restart no > "Jakarta Struts" shows under the "New" menu. ??? > > emmanuel.boudrant wrote: > > Hi, > > All the Eclipse plugins are in the plugins d

[ANNOUNCE] Struts Wizard 1.0.1 .... NullPointerException fixed

2002-05-28 Thread emmanuel.boudrant
ava:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.Main.main(Main.java:390) Regards Dams - Original Message ----- From: "emmanuel.boudrant" To: "Struts Users Mailing List" Sent: Tuesday, May 28, 2002 9:55 AM Subject: Re: [ANNOUNCE] Stru

Re: [ANNOUNCE] Struts Wizard Beta for ECLIPSE v2.0

2002-05-28 Thread emmanuel.boudrant
Emmanuel Damien VIEL <[EMAIL PROTECTED]> a écrit : Nice news, How do you install the plugin in Eclipse and how do you use it ? Thanks Dams - Original Message - From: "emmanuel.boudrant" To: "Struts Users Mailing List" Sent: Monday, May 27, 2002 6:39 PM Subject:

[ANNOUNCE] Struts Wizard Beta for ECLIPSE v2.0

2002-05-27 Thread emmanuel.boudrant
Hello struts, Eclispe Struts Wizard v1.0 just released. This is Same UI like JBuilder Wizard but with SWT. Feature : - ActionForm, Action, input JSP and struts-config.xml generation powered by eclipse framework. - Compatible with Tomcat plugin from Sysdeo. - And some bugs... Available at ht

Re: DynaActionFormBean Enhancement

2002-05-24 Thread emmanuel.boudrant
I'm agree with you, I post a bug release http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8742 But here a suggestion, before redisplay a DynaForm bean with indexed property, all the array must be initialised. So the size must be know. So should we add a attribute in struts-config.dtd to set

Re: Struts plugin for IBM WSED

2002-05-22 Thread emmanuel.boudrant
No yet, we expected a release for Q3 2002. William W <[EMAIL PROTECTED]> a écrit : Is it available to buy ? :) >From: "emmanuel.boudrant" >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: Re: Struts plugin for IBM

Re: Struts plugin for IBM WSED

2002-05-22 Thread emmanuel.boudrant
The applet ? yes ;) The plugins ? no William W <[EMAIL PROTECTED]> a écrit : Is it available for download ?? >From: "emmanuel.boudrant" >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: Struts plugin for IBM WSED >Da

Struts plugin for IBM WSED

2002-05-22 Thread emmanuel.boudrant
Hello everybody, IBM is about releasing a Struts plugins for IBM WSED (Eclipse), here a applet demonstration, take a look http://www-3.ibm.com/software/ad/studioedm/demo/WSED_Visual_Builder_demo_4_30_02_viewlet.html good news ! -Emmanuel - Yahoo! Mail -- Une

Re: DynaActionForm Struts iterate Problem

2002-05-21 Thread emmanuel.boudrant
Hi, You can found a little (and temporaly) patch here : http://www.mycgiserver.com/~eboudrant/?nostat=true#dyna This bug should be resolved in next struts release. Bug: When we redisplay an DynaActionForm with indexed property, the value displayed is not the real value, but the address of the

Friday .... starwars WE !

2002-05-17 Thread emmanuel.boudrant
http://www.mycgiserver.com/~eboudrant/goodgift[1].mpg - Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !

Re: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread emmanuel.boudrant
... And the StrutsWizard for JBuilder, Struts wizard generate action, actionform and jsp, it use the struts console for config file. Currently I'm working on an eclipse version (available soon...) There is some opentools for JBuilder struts support, see struts ressources in Jakarta web site or

Re: dynamic bean message

2002-05-15 Thread emmanuel.boudrant
" /> working for me under Struts 1.0, witch struts version have you got ? Boon Chew <[EMAIL PROTECTED]> a écrit : I searched on the archive and didn't find an question similar to this... What I am trying to achieve is when the action servlet is done its job it would forward to a generic

Re: dynamic bean message

2002-05-14 Thread emmanuel.boudrant
Hi, request.getAttribute("status") return an Object and message tag need a String, perhaps you need to cast to String like that: "/> Boon Chew <[EMAIL PROTECTED]> a écrit : I searched on the archive and didn't find an question similar to this... What I am trying to achieve is when the act

[ANN] Struts Wizard v1.0.2 for JBuilder

2002-05-13 Thread emmanuel.boudrant
Hi, I've just released the Struts Wizard v1.0.2 for JBuilder with some fixed bug. Update in 1.0.2 release: Re-add a deleted property fixed. Some JBuilder 6 problems (about jbuilder test path) with java code generation fixed. String initializer don't need quotes (except null). Avai

[ANN] Struts Wizard v1.0 final for JBuilder

2002-05-02 Thread emmanuel.boudrant
Hi everybody, I just released StrutsWizard v1.0, this is an opentool for JBuilder IDE. This gallery wizard can create ActionForm, Action and fully JSP input page. Update in 1.0 release: Work with Struts Console (JBuilder opentool mode) by James Holmes, now struts wizard update struts-config

What about popolating a DynaActionForm ?

2002-05-02 Thread emmanuel.boudrant
Hi, I've got a DynaActionForm with an Array, I receive correctly an Array in my action but when I redisplay the form, the input tags used to display array's elements (with tabindex="n") doesn't display every elements but display the reference to the array ([Ljava.lang.String;@xx). Is it

RE: [ANN] Struts1.1 UML Class diagrams & Struts Wizard for JBUILDER (beta)

2002-04-26 Thread emmanuel.boudrant
use its validation support rather than writing my own. You may get broader acceptance if you do this. 3. Add additional types other than 'string'. In the mean time, I'll be using it. Thanks! -robert. -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] S

RE: Handling long processes?

2002-04-25 Thread emmanuel.boudrant
page is displayed on the client side, the original thread will not be able to forward again because the connection will already be closed... --- "emmanuel.boudrant" escreveu: > > Or...I developpe a custom tag for long > operationbut there is a constaint : the long > o

RE: Handling long processes?

2002-04-25 Thread emmanuel.boudrant
Or...I developpe a custom tag for long operationbut there is a constaint : the long operation must be in the JSP body, not in an Action. usage: LONG OPERATION available on http://www.mycgiserver.com/~eboudrant/#taglibs Emmanuel "Jesse Alexander (KADA 12)" <[EMAIL PROTECTED]> a écrit : H

Re: ActionForm vs.ActionFormBean

2002-04-25 Thread emmanuel.boudrant
ActionFormBean is only used to encapsulate data from Struts config file and ActionForm is used by the Action classes. @see javadoc Emmanuel Struts Newsgroup <[EMAIL PROTECTED]> a écrit : Subject: ActionForm vs.ActionFormBean From: "Johannes Wolfgang Woger" === Hi, can somebody tell me what

Re: JForms / Struts Console

2002-04-24 Thread emmanuel.boudrant
I agree with you, perhaps create a new project on SourceForge is the right think to do. Personnaly, I'm working on Struts Wizard for JBuilder support only but I'm very interrested by supporting Eclipse. I'm sure it's benefict for everybody to merge the currents projects based on Struts Produc

[ANN] Struts1.1 UML Class diagrams & Struts Wizard for JBUILDER (beta)

2002-04-24 Thread emmanuel.boudrant
Hello, You can find on my homepage some UML diagrams representing main class from Struts 1.1 Framework, also showing depreciation from Strut 1.0. You can also download the complete Struts 1.1 UML diagram for Rational Rose. And a JBuilder opentool Struts Wizard for ActionForm, Action and Jsp inp

Re: commons-digester and ClassLoader troubles

2002-04-22 Thread emmanuel.boudrant
Struts1.1b1 and not on my class ;) ? Regards, emmanuel.boudrant "emmanuel.boudrant" a écrit : Hello everybody, I want parse a Xml config file with the Digester placed now in Jakarta Commons. I'm under Tomcat 3.2.1 so I replace my jaxp.jar by xerces.jar (version 1.3.1) i

Re: commons-digester and ClassLoader

2002-04-22 Thread emmanuel.boudrant
uest.Jdk12Interceptor" /> --- "emmanuel.boudrant" escreveu: > > Hello everybody, > > I want parse a Xml config file with the Digester > placed now in Jakarta Commons. I'm under Tomcat > 3.2.1 so I replace my jaxp.jar by xerces.jar > (version 1.3.1) in my

commons-digester and ClassLoader

2002-04-22 Thread emmanuel.boudrant
Hello everybody, I want parse a Xml config file with the Digester placed now in Jakarta Commons. I'm under Tomcat 3.2.1 so I replace my jaxp.jar by xerces.jar (version 1.3.1) in my tomcat/lib. ...and when I launch my application, I've got a ClassNotFoundException on a class (com.cross.struts

RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-12 Thread emmanuel.boudrant
I suggest you to adopt unit testing ;) ... like JUnit framework. 1: Code class squeleton 2: Code test 3: Code class 4: Launch test 5: Enjoy ;) Joseph Barefoot <[EMAIL PROTECTED]> a écrit : Sure, but a debugger is not a panacea to cure all ills, and in some situations unwarranted: mounting int

Re: Validation

2002-04-12 Thread emmanuel.boudrant
Hi, This error mesage isn't very explicite, sorry. Your problem is the ActionForm struts.form.EditInvoiceForm used by your action was not found in your form-rules.xml Be sure you initialize the ReValidator singleton at application startup, ... and check your form-rules.xml Regard, Emmanuel B

problem with digester 1.1.1

2002-02-28 Thread emmanuel.boudrant
I've got a problem with digester 1.1.1, I've got this Exception: Exception occurred during event dispatching: java.lang.NoSuchMethodError at org.apache.commons.digester.Digester.getReader(Digester.java:527) at org.apache.commons.digester.Digester.parse(Digester.java:1206)

BeanUtil BUG

2002-02-18 Thread emmanuel.boudrant
Hello, I've got a FormBean with property like this: private String nIdentifiant=null; public String getNIdentifiant(... public void setNIdentifiant(... private String nmClient=null; public String getNmClient(... public void setNmClient(... My action throw an exception ; no getter fo

theserverside.com feature interview Craig McClanahan

2002-02-15 Thread emmanuel.boudrant
see here : http://www.theserverside.com/events/videos/CraigMcClanahan/dsl/interview.html - Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !

Re: Tomcat3.3 Struts1.0 = Segmentation violation ?

2002-02-05 Thread emmanuel.boudrant
org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source) at java.lang.Thread.run(Thread.java:484) --- "emmanuel.boudrant" a écrit : > > Hello,> > I've got a struts 1.0 application on a tomcat 3.3,> but

Tomcat3.3 Struts1.0 = Segmentation violation ?

2002-02-05 Thread emmanuel.boudrant
Hello, I've got a struts 1.0 application on a tomcat 3.3, but I've got a FATAL ERROR when I trying to access an action. The form associed to this action is stocked in session and contain about 20 fields. The application crash on Tomcat 3.3 / Solaris 8 & W2K. The application work fine on Tomca

Re: using struts for larger apps

2002-01-22 Thread emmanuel.boudrant
And the use of reflect package in PropertyManager. too many reflect invoke == slow performance Is that true ? --- "John M. Corro" <[EMAIL PROTECTED]> a écrit : > In relation to scaling issues, the only things I've > heard resulted from > extensive use of taglibs. The problem manifests > its

Re: Apostrophes in ApplicationResources.properties

2002-01-22 Thread emmanuel.boudrant
Hi, I think this bug is fixed in struts 1.0.1 >> MessageResources: Escape any single quote characters that are included in the specified message string --- [EMAIL PROTECTED] a écrit : > I tried to setup this message in > ApplicationResources.properties: > > help.whatsThis=What's This? > >

Re: Webapps question (almost Struts related)

2001-12-06 Thread emmanuel.boudrant
Impossible, WEB-INF is hiden for the client-side. --- "Pellerin, Richard" <[EMAIL PROTECTED]> a écrit : > > Can I have the following hierchy : > > WEB-INF/images > (rather than have the images folder in the same > level as the WEB-INF) > > If yes, how can I access those images in my > JSP,

QUESTION : JBuilder5 + Struts1.0

2001-12-02 Thread emmanuel.boudrant
Why JBuilder5 doesn't support Struts without opentools ? thank ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Courrier : http://courrier.yahoo.fr -- To unsubscribe, e-mail: For add

Re: JSP page without form bean ?

2001-11-20 Thread emmanuel.boudrant
So why make an action ? Attribut name in action element cannot be null, you must put the name of a form-bean. - Create a blank ActionForm. - Or remove the action Emmanuel Màris Orbidàns <[EMAIL PROTECTED]> a écrit : Can I have a JSP form without a form bean? I dont need the bean, there are n

Re: which button pressed?

2001-11-20 Thread emmanuel.boudrant
Hi, I suggest you to use : ex: and in Action class, to determine witch button is pressed: String button = request.getParameter("myAction"); if ( button.equals("add") ) { ... } But I don't know if work ? Màris Orbidàns <[EMAIL PROTECTED]> a écrit : Hello all I have several submit bu

RE: HOW can I use Log4J within struts?

2001-11-20 Thread emmanuel.boudrant
Log4J tag already exist ;) http://jakarta.apache.org/taglibs/doc/log-doc/intro.html Emmanuel moritz petersen <[EMAIL PROTECTED]> a écrit : Yeah, that's what missing: log4j tags (Hello World!). Interesting for me. I guess, I'll write an extension. Anyways, in the Actions and FormBeans you c

Re: HOW can I use Log4J within struts?

2001-11-20 Thread emmanuel.boudrant
Log4J is totally independent to Struts. You can use it like you want. Me, I extend struts ActionSerlvet to initialize Log4J in the init method. Like that: public class MyActionServlet extends ActionServlet { protected static Category log = Category.getInstance(MyActionServlet.class); pub

Re: returning to the correct page when the validate() method returns errors.

2001-11-20 Thread emmanuel.boudrant
I've got the same pb, the solution I used is this: I declare multiple actions with the same Action class. my struts-config.xml : --- [EMAIL PROTECTED] a écrit : > > I'm using Struts 1.0 and I have a situation whe

DeadLink report on jakarta.apache.org/struts

2001-11-12 Thread emmanuel.boudrant
The following resources make 404: http://jakarta.apache.org/struts/userGuide/resources/*.htm >> Struts .. in Rose by Emmanuel.Boudrant - Use Struts with the Rational Rose UML model. Multi-Controller by Sukachevin, Stoehr - Use more than once ActionServlet in your Struts appli

Re: Invalidate user's session

2001-11-04 Thread emmanuel.boudrant
You must invalidate the session on the server side, 1 solution is: Link exit instead of exit And in file close.jsp: <% // put your code here to invalidate the session. ... // Print javascript to close the window. out.printl("

Re: Validator design considerations

2001-11-03 Thread emmanuel.boudrant
This version more "readable" ! I'm working ont it, For validation, I suggest an external XML file based on regular expression, in this case we are able to generate and synchronise validator functions on client and server size. ex: ** *Server size:

Re: Validator design considerations

2001-11-03 Thread emmanuel.boudrant
I'm working ont it, For validation, I suggest an external XML file based on regular expression, in this case we are able to generate and synchronise validator functions on client and server size. ex: ** *Server size: (with project jakarta regexp) pub

RE: java IDEs

2001-10-26 Thread emmanuel.boudrant
Try JBuilder 5 Personnal Edition, it's free. --- Jossevel Daniel <[EMAIL PROTECTED]> a écrit : > Hello essayez Forte Community Edition 3.0 (chez sun) > !! > > -Message d'origine- > De : peter [mailto:[EMAIL PROTECTED]] > Envoyé : jeudi, 25. octobre 2001 22:13 > À : [EMAIL PROTECTED] >

Re: Mailing list congestion?

2001-10-26 Thread emmanuel.boudrant
Me too --- John Yu <[EMAIL PROTECTED]> a écrit : > I found the mailing list very slow. Messages I post > only appears on the > next day. > Is it only me? > > -- > John Yu Scioworks Technologies > e: [EMAIL PROTECTED] w: +(65) 873 5989 > w: http://www.scioworks.co

Re: default scope for struts actions

2001-10-26 Thread emmanuel.boudrant
I'm not sure, I think default scope is session. see this in ActionMapping.java /** * The identifier of the scope ("request" or "session") under which the * form bean associated with this mapping, if any, should be created. */ protected String scope = "session"; --- John

Re: ActionErrors.add

2001-10-26 Thread emmanuel.boudrant
Yes. Domage ;) --- John Yu <[EMAIL PROTECTED]> a écrit : > If I remember correctly, the errors are > concatenated, not overwritten. > > > At 05:22 pm 25-10-2001 +0200, you wrote: > >What's happen if... > > > > > >ActionErrors errors = new ... > > > >(...) > >errors.add("login",new > ActionErr

Re: How can a retrive an Action instance with a path ?

2001-10-26 Thread emmanuel.boudrant
Is is the unique solution ? package com.csi.controller; import org.apache.struts.action.ActionMapping; public class CsiActionMapping extends ActionMapping { /** * @roseuid 3BD93D2D0078 */ public CsiActionMapping() { } public getActionInstance() { return instance;

How can a retrive an Action instance with a path ?

2001-10-26 Thread emmanuel.boudrant
I make a TabLig: And in this tag, I must access to the Action instance witch path is /saisie.do How can I retrive this action instance with ActionMappings in application scope ? Thanx. ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratui

ActionErrors.add

2001-10-25 Thread emmanuel.boudrant
What's happen if... ActionErrors errors = new ... (...) errors.add("login",new ActionError("error.login1")); (...) errors.add("login",new ActionError("error.login2")); Is the first errors is overloaded by the second error ? ___ Do You Y

Re: Using static ints as values in

2001-10-20 Thread emmanuel.boudrant
> Am I only allowed to use bean "variables" that have > get and set methods? > No, You must do: > > > Where ButtonNames is an interface and SEARCH is a > public static final > int. > > When I try to compile this jsp, I get: > > method setValue(int) not found in class > org.ap

Struts event programming ! ... the good ...ouf

2001-10-01 Thread emmanuel.boudrant
Sorry but HTML mail is not easy with notepad.exe ;) What do you about event programming in Java Server Side programming (using java.lang.reflect ? With this html button : invoke method onAjouter(,,,) invoke method onEnregistrer(,,,) Etc... package com.csi.controller; // Struts impor

Struts event programming ! ... re sorry

2001-10-01 Thread emmanuel.boudrant
What do you about event programming in Java Server Side programming ? With this html button : invoke method onAjouter(,,,) invoke method onEnregistrer(,,,) Etc... package com.csi.controller; // Struts import org.apache.struts.action.*; // Servlet import javax.servlet.http.HttpServlet

Struts event programming ! ... re sorry

2001-10-01 Thread emmanuel.boudrant
What do you about event programming in Java Server Side programming ? With this html button : invoke method onAjouter(,,,) invoke method onEnregistrer(,,,) Etc... package com.csi.control

  1   2   >