Re: reset a request parameter to null

2003-01-21 Thread Andreas Winkler
Do you use a page for your forward link or do you use an action? As I know you can only use reset if you forward to the action. Andreas - Original Message - From: Denis Wang [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, January 20, 2003 9:52 PM Subject:

RE: easy struts

2003-01-21 Thread Andrew Hill
Probably. -Original Message- From: Softwareentwicklung Hauschel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 21 January 2003 17:20 To: [EMAIL PROTECTED] Subject: easy struts Hey all, does anybody develop with easy struts and eclipse ? Ich wünsche Ihnen noch einen schönen Tag, Fred Robert

RE: easy struts

2003-01-21 Thread ROSSEL Olivier
Hey all, does anybody develop with easy struts and eclipse ? Yep. This e-mail is intended only for the above addressee. It may contain privileged information. If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. If you have received it in

Re: easy struts

2003-01-21 Thread Emmanuel Boudrant
Hi, I develop Easy Struts ... and I use Easy Struts for my struts apps ;) I think some people use it too. Actually I haven't got time for update it ;( so there is some few bugs...to be continued... Thx, -emmanuel --- Softwareentwicklung Hauschel [EMAIL PROTECTED] a écrit : Hey all, does

AW: easy struts

2003-01-21 Thread Softwareentwicklung Hauschel
I've a problem creating forms with the plugin, i cannot change the webapp folder for forms, it's always defaultroot. take a look at the attached screenshot ! anny idea ? best regards Fred Robert Hauschel -Ursprüngliche Nachricht- Von: ROSSEL Olivier [mailto:[EMAIL PROTECTED]]

AW: easy struts

2003-01-21 Thread Softwareentwicklung Hauschel
Hey, you are the guy, who isn't reachable Hi. This is the qmail-send program at dom.future-invent.de. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. [EMAIL PROTECTED]: so i'm sure you can answer my

Getting ServletConfig and ServletContext.

2003-01-21 Thread Simon Kelly
Hi, Does anyone know how to access ServletConfig and ServletContext from within any class derived from the org.apache.struts.action.Action class? Cheers Simon Institut fuer Prozessdatenverarbeitung und Elektronik, Forschungszentrum Karlsruhe GmbH, Postfach 3640, D-76021 Karlsruhe, Germany.

AW: easy struts

2003-01-21 Thread Softwareentwicklung Hauschel
Hey Emmanuel, is there a documentation about using easy struts ? Ich wünsche Ihnen noch einen schönen Tag, Fred Robert Hauschel _ Softwareentwicklung Hauschel Fred Robert Hauschel http://www.hauschel.de [EMAIL PROTECTED] 0179 - 69 170 92 07427 - 9 11 79

Re: AW: easy struts

2003-01-21 Thread Emmanuel Boudrant
Yes it's mesorry I think somebody send me a patch about this bug, I going to release a new version this WE. This bug appear when you add support to a tomcat (Sysdeo) projet -emmanuel --- Softwareentwicklung Hauschel [EMAIL PROTECTED] a écrit : Hey, you are the guy, who isn't

Re: Merging struts-config.xml files for different modules..

2003-01-21 Thread Michael Nascimento Santos
I think XDoclet may help you. http://xdoclet.sf.net []s Michael Nascimento Santos Sun Certified Programmer for the Java 2 Platform Sun Certified Programmer for the Java 2 Platform 1.4 Sun Certified Web Component Developer for J2EE Moderador SouJava - www.soujava.org.br - Original Message

Re: [OT] Eclipse IDE

2003-01-21 Thread unicoletti
Quoting Daniel H. F. e Silva [EMAIL PROTECTED]: Hi all, I know that it is very possible that this subject was already discussed here, but i couldn't search on archives (why is this resource disabled?). I'm beginning to design a software development process specification as a job task. It

Re: (Un)expected behaviour in Action instance variables?

2003-01-21 Thread Adolfo Miguelez
Hi, fortunately, after more testing theory is right and it happends that should happen. You are right. It is my fault since I was testing the variable after previous asignment so the variable got the different values because I was asigning a new value in every execution, previously to the

missing some step(s) in i18n; setLocale() works, IE's settings dont

2003-01-21 Thread Jagdish Arora
Hi all, Thanks for you help. I tried to convert my struts application to support multiple languages. However, it seems to me that application is not picking up the language setting set in IE (google does show up in Spanish, though). However, If I use setLocale in my LogonAction, the

Re: Getting ServletConfig and ServletContext.

2003-01-21 Thread Jagdish Arora
myAction extends Action { ServletContext sc = getServlet().getServletContext(); ServletConfig scf = getServlet().getServletConfig(); } - Original Message - From: Simon Kelly [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:58 AM

Re: Getting ServletConfig and ServletContext.

2003-01-21 Thread Gemes Tibor
2003. január 21. 10:58 dátummal Simon Kelly ezt írtad: Hi, Does anyone know how to access ServletConfig and ServletContext from within any class derived from the org.apache.struts.action.Action class? There is a field called servlet, so you can use servlet.getServletContext();

RE: missing some step(s) in i18n; setLocale() works, IE's settings dont

2003-01-21 Thread Andrew Hill
Probably not the problem here , but I encountered some issues with IE5's sending the accept-language header, where if one has modified ones 'Regional Settings' from the control panel, IE will sometimes use the default language selected there, and sometimes use the setting in IE languages. This

struts and roles, where to find documentation?

2003-01-21 Thread Michael Olszynski
Hello, I want to extend my existing web-application with roles. I´ve read that you can define roles in the action-mappings part of the struts-config.xml file. But where can you create edit the users and available roles, does anyone have a documentation of this. are the users of tomcat used? how

Re: struts and roles, where to find documentation?

2003-01-21 Thread Gemes Tibor
2003. január 21. 12:09 dátummal Michael Olszynski ezt írtad: anything about roles and struts, so any link to a documentation and tutorial is very welcome. I learnt this from servlet spec 2.3 chapter 12 and from tomcat docs http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html Tib

[OT] Eclipse IDE - The Two Towers

2003-01-21 Thread Daniel H. F. e Silva
Hi all, I do appreciate all feedback posted here in this list. Well, i am only executing orders. I don't intend to obligate everybody to adopt my recomendations. My boss wants a standard environment to all developers. So, order is order. I think his concern about this task is to improve

Where to put a reference to a resource.

2003-01-21 Thread Simon Kelly
Hi all, Where would I have to configure a reference to a resource file so that when I called URLConnection connection = config.getServletContext().getResource(xmlResourceName).openConnection(); struts would know where to get xmlResourceName from? Cheers Simon Institut fuer

struts 1.1b3 - commons jars, which version ?

2003-01-21 Thread Arik Levin ( Tikal )
At struts 1.1b3 lib there are commons jars files, how should I know the version of each one of them?

Re: Getting ServletConfig and ServletContext.

2003-01-21 Thread Simon Kelly
Thanks Tib And Jagdish. - Original Message - From: Gemes Tibor [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 11:22 AM Subject: Re: Getting ServletConfig and ServletContext. 2003. január 21. 10:58 dátummal Simon Kelly ezt írtad: Hi,

/ /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
Hi and thanks in advance for any and all of your time... The above error appears in the JBoss console window when my ant script deploys the web module to JBOSS_HOME\server\default\deploy. I've googled on ERROR [Digester] Parse Error at line 13 column -1: Element taglib requires additional

RE: flow control decision making

2003-01-21 Thread Nelson, Laird
Funny you should mention that. I've been wondering the same thing. Search the archives for a long discussion that Ted and I had on the issue. The short answer is no, there's not. The long answer is if I ever get any free time yes, there will be. Laird -- Laird J. Nelson Electronic Channel

Justifying Tag Libraries - Slightly long

2003-01-21 Thread Vikram Goyal
Hi all, After failing to convince my boss otherwise about his fear of slowing down the performance of an internationalizated web application by the use of Struts tags, I decided to set up a stress test environment to prove that tags do not have that high a performance issue. However, much to

Re: AW: easy struts

2003-01-21 Thread alexj
Hi, I need some advice how can I made a war file after creating a Struts app using Easy Struts. Chears. -- Alexandre Jaquet - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM d+ s: a-- C U*+ P L--- E--- W+++ N+++ o K w+ O M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X R* tv b

Re: / /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread Gemes Tibor
Afaik there are some problems with jboss + tomcat classloader since jboss has an old version of a few commons package on classpath and while deploying the application it finds the classes there so these jars are used thou struts requires newer version of them. It is just an idea. Tib -- To

Re: / /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread alexj
Hi, I got some trouble when I was using your version of Jboss + tomcat, I have change my jdk to a prior version 1.3.1 and choose to work with JBoss + Jetty. And now everything working fine. Hope this help. -- Alexandre Jaquet - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM d+ s: a-- C

Problems upgrading from B1 to B3, loosing session scoped objects..

2003-01-21 Thread Arnesen, Geir
It seems to me that I loose some session scoped objects. This happened when upgrading my app, from B1 to B3. I have tried to compare the web.xml/struts-config.xml, -libs shipped with the struts-exercise shipped with the B3, - but are not able to figure out what is causing this. Any clues??? Geir

Re: Justifying Tag Libraries - Slightly long

2003-01-21 Thread Attila Szegedi
Profiling usually shows that pretty much of the overhead of a dynamically generated page is usually associated with char-to-byte conversion (which naturally doesn't occur when serving a static page). This is not related to taglibs actually, but hits any technology that takes characters on input

/ /OREF:CPT5CBB3 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
K. alexj, I'll roll back to 1.3.1 and see what happens - keep ya posted.Thanks... As for the possible disparity between the commons package, Tib, I'll look into it and post my findings. Thanks... Zain

RE: AW: easy struts

2003-01-21 Thread James Mitchell
I can't speak for everyone, but you should be using Ant to build your projects no matter which IDE you choose. Every single (Java) IDE I've ever used (NetBeans, Jbuilder, Together, Eclipse, Idea) has either built-in support for Ant or at least a plug-in. I recently added tutorials that

RE: / /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread James Mitchell
Just for kicks, download jboss-3.0.3/tomcat-4.0.5 and deploy that same app. It is one of the few versions that I can deploy any of my struts apps to without having to do work-arounds for classloader issues. -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org/ The

/ /OREF:CPT7E5A0 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
K, - thanks James. The only thing is that doing this will leave the issue unresolved for me. Zain -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: / /OREF:CPT7E5A0 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread James Mitchell
I know, but it may help clarify that it isn't your fault. -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org/ The man who does not read good books has no advantage over the man who cannot read them. - Mark Twain (1835-1910) -Original Message-

/ /OREF:CPT8B7BB Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
Might have a point - I could've made a mistake flippin somewhere. K, I'll try it ... jmitchell@apache

/ /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
Should I keep to struts 1.1b3? jmitchell@apache

RE: / /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread James Mitchell
Whatever you pick, make sure you use the correct version of the required jars (commons, oro, jdbc, etc). When I'm in a hurry, I just copy them from the binary download dist/lib directory and put them in my /WEB-INF/lib. I don't want to deal with reading the manifest, etc. Makes for quick work!

/ /OREF:CPTA75D8 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
I think that you may have unwittingly provided the solution to the problem. My instruction was to copy only the struts.jar to WEB-INF. When I looked at the unpacked war structure for the struts-documentation.war file in Tomcat's work dir, there were a whole bunch of commons and other jars. I'll

Re: AW: easy struts

2003-01-21 Thread V. Cekvenich
Thanks for writing it up. I would say an alternative is to set up your project in webapps\myProject, and run the Container outside of IDE (as you would in production). This makes it easy to configure Container ( Tomcat or Resin, or Orion, etc.) to save the session while you change the class

/ /OREF:CPTB2AF2 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
Nope, it didn't help - I copied all the files that I found in WEB-INF\lib of unpacked war of struts-documentation and ran my build scripts again without shutting down. When the downloads finish, I'll implement your advice... Thanks Zain

RE: AW: easy struts

2003-01-21 Thread James Mitchell
-Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of V. Cekvenich Sent: Tuesday, January 21, 2003 8:39 AM To: [EMAIL PROTECTED] Subject: Re: AW: easy struts Thanks for writing it up. I would say an alternative is to set up your project in webapps\myProject,

Re: AW: easy struts

2003-01-21 Thread Emmanuel Boudrant
Hi, It's not possible with Easy Struts but you can use Tomcat Sysdeo plugin for building a war. -emmanuel --- alexj [EMAIL PROTECTED] a écrit : Hi, I need some advice how can I made a war file after creating a Struts app using Easy Struts. Chears. -- Alexandre Jaquet -

Re: AW: easy struts

2003-01-21 Thread V. Cekvenich
I finally got you! :-) You wrote: I'm currently on Windoze, I use Textpad when not using Eclipse. VIM.org is GUI VI that runs on Windoze! And it runs in X. He, he, he. (as does Eclipse-Run in X. and of course everyone knows that RH 8 is avilable for free to download, they are not allowed to

RE: AW: easy struts

2003-01-21 Thread ROSSEL Olivier
Hi, It's not possible with Easy Struts but you can use Tomcat Sysdeo plugin for building a war. I use Lomboz for that. It is quite good a tcreating war, but it sucks for launching/stopping Tomcat. I presume using Ant is really a neat idea. Can anyone tell me if Ant is able to start/stop

Re: AW: easy struts

2003-01-21 Thread alexj
Yep that's very usefull . Thanks James. -- Alexandre Jaquet - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM d+ s: a-- C U*+ P L--- E--- W+++ N+++ o K w+ O M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X R* tv b DI--- D G++ e* h++ r% y* --END GEEK CODE BLOCK-- --

RE: reset a request parameter to null

2003-01-21 Thread Sri Sankaran
On the question of chaining actions you can search for Action Chaining and should find several threads in the archives. Sri -Original Message- From: Denis Wang [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 3:52 PM To: Struts Users Mailing List Subject: RE: reset a request

Re: Getting ServletConfig and ServletContext.

2003-01-21 Thread Mark Lowe
ServletContext context = servlet.getServletContext(); Martedì, 21 gen 2003, alle 10:58 Europe/Rome, Simon Kelly ha scritto: Hi, Does anyone know how to access ServletConfig and ServletContext from within any class derived from the org.apache.struts.action.Action class? Cheers Simon

RE: AW: easy struts

2003-01-21 Thread Emmanuel Boudrant
Can anyone tell me if Ant is able to start/stop Tomcat? I think you can start/stop tomcat with an Ant task (if it exist of course (or make it;) ). Paresse, quand tu nous tiens ;) -emmanuel --- ROSSEL Olivier [EMAIL PROTECTED] a écrit : Hi, It's not possible with Easy Struts but

RE: ClassCastException problem

2003-01-21 Thread Sri Sankaran
See intermixed -Original Message- From: Jeremy Cavagnolo [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 7:31 PM To: [EMAIL PROTECTED] Subject: ClassCastException problem I am using struts 1.0.2 and tomcat 4.1.12. I have an Action that contains the following code:

/ /OREF:CPTF631B Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
Aaarghhh! The problem persists - the only difference is that in the console, only the exception is printed - not the full stack trace. Anyway, I'll try an earlier version of struts and see what happens ...

RE: html:rewrite gets the error message Body is supposed to be empty for html:rewrite

2003-01-21 Thread pqin
Replace with ' a class=menuItem href='html:rewrite page=/main.do/'Main/a Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Jagdish Arora [mailto:[EMAIL PROTECTED]] Sent: January 21, 2003 2:06 AM To: Struts Users

[OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Chappell, Simon P
Our management (I won't say leadership, for reasons that will be obvious to experienced IS developers) also have the belief that standardisation is good. We are having our J2EE workstations defined to the n'th degree and they will all be locked down so that you can't change anything. You can't

RE: DynaActionForm question

2003-01-21 Thread pqin
Is it possible to instantiate an instance of DynaActionForm before I populate the page? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: January 20, 2003 7:58 PM

Find message resources file from form bean (validate) - methoddepricated!

2003-01-21 Thread Linnéa Ahlbeck
Hi! I have a problem finding a new way to find my resources file from the form bean. The code I have been used so far in my validate method is the following: public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { ActionErrors errors = new ActionErrors();

problem with beans taglib.

2003-01-21 Thread Joel Wickard
Hello, I have created a timeclock sub-app declaration in web.xml like so: servlet servlet-nameaction/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value

/ /OREF:CPT05BB6 Re: [OT] Standardised Environments (was RE: [OT] EclipseIDE)

2003-01-21 Thread ZTofie
:-)) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Andrew Hill
So, do you have to pay for your own uniforms, or does the company supply them? -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 21 January 2003 22:31 To: Struts Users Mailing List Subject: [OT] Standardised Environments (was RE: [OT] Eclipse IDE) Our

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Chappell, Simon P
I wear jeans. (Although I do buy them from the company at a very reasonable discount) -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 8:40 AM To: Struts Users Mailing List Subject: RE: [OT] Standardised Environments (was RE: [OT] Eclipse

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Pani, Gourav
Suddenly my life doesn't look so bad. :) When I first started working for my company we were using Websphere Application Server, Websphere Application Developer, Oracle/DB2 on Unix servers. Now we use Struts, Apache, Resin, jEdit, SAPDB/POSTGRESQL/MySQL on Red Hat Linux. Not bad.

db connection pool question

2003-01-21 Thread david chan
Hi, I am using a connection pool from org.apache.commons.dbcp.BasicDataSourceFactory and the driver is oracle.jdbc.driver.OracleDriver. It works great until if the server idle for a few days, then the connection object seems broken with this error: begin error mesg === java.sql.SQLException:

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Kevin . Bedell
Here is a pointer to an intensive management training program that may work for them: http://www.dilbert.com/comics/dilbert/the_characters/index.html#boss

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Durham David Cntr 805CSS/SCBE
Similar things going on where I am at. It's to be expected when you work for the military. :) (I work with highly insensitive materials, however at night I'm a secret agent. The two aren't related.) It's mostly a lot of talk though. You will use that and you will not use anything else. It

RE: db connection pool question

2003-01-21 Thread Pani, Gourav
please look at the thread with subject Problem with JDBC Struts Connection Pool (possible to recon nect?). Matt Raible had a solution to that by setting autoReconnect=true -Original Message- From: david chan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:56 AM To: Struts

Re: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Nicolas De Loof
Waaa ! It took us 2 years to come to struts + log4j. I'm trying to promote tomcat and eclipse as test/development platform... for 2004 ? Perhaps Linux and PostgreSQL in 2020. Nico. Suddenly my life doesn't look so bad. :) When I first started working for my company we were using Websphere

Re: DynaActionForm question

2003-01-21 Thread Gemes Tibor
2003. janur 21. 15:35 dtummal [EMAIL PROTECTED] ezt rtad: Is it possible to instantiate an instance of DynaActionForm before I populate the page? Yes, for an example in your prepopulating action. Create an action which collects the data and populates your form. And assign the same actionform

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Pani, Gourav
Oh and I forgot to add Ant, Log4J, Cactus and Scarab. Life is grand when most people don't have a clue what the hell you are doing. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 10:00 AM To: Struts Users Mailing List Subject: Re: [OT]

Easy struts

2003-01-21 Thread alexj
Re, I got some strange error when I create a tomcat project and then add easy struts support (with eclipse). If I didn't had to the tomcat project the struts lib and common lib + servlet I got classpath error. If in my .classpath config file is like this one : ?xml version=1.0 encoding=UTF-8?

Réf. : Re: AW: easy struts

2003-01-21 Thread Jean-Pierre Romeyer
Is the new version will works with eclipse 2.1 M4 ?? Jean-Pierre ROMEYER, Hardis http://www.hardis.com Emmanuel Boudrant [EMAIL PROTECTED] 21/01/2003 11:19 Veuillez répondre à Struts Users Mailing List Pour : Struts Users Mailing List [EMAIL PROTECTED] cc : Objet

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Chappell, Simon P
I agree, that working in the dark corners churning out working code is the best way to silence management and that's what I try to do. I'm just dispairing about the fact that management think that their actions are necessary. I'm a known corporate rebel anyway and I install whatever I want on

Re: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread Alex
On Tue, 21 Jan 2003, Daniel H. F. e Silva wrote: My boss wants a standard environment to all developers. So, order is order. I think his concern about this task is to improve productivity. So, what is more productive? If he wants productivity then let the developers use the tools they are

RE: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread Chappell, Simon P
-Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:16 AM To: Struts Users Mailing List Subject: Re: [OT] Eclipse IDE - The Two Towers On Tue, 21 Jan 2003, Daniel H. F. e Silva wrote: My boss wants a standard environment to all developers. So,

Re: db connection pool question

2003-01-21 Thread Rick Reumann
On Tuesday, January 21, 2003, 9:56:09 AM, david wrote: dc Hi, I am using a connection pool from dc org.apache.commons.dbcp.BasicDataSourceFactory and the driver is dc oracle.jdbc.driver.OracleDriver. It works great until if the dc server idle for a few days, then the connection object seems dc

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Durham David Cntr 805CSS/SCBE
That's why you could never work in my office. It's Winamp or the road. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:12 AM To: Struts Users Mailing List Subject: RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

RE: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread James Childers
I second this. Different people work in different ways; standardizing an IDE for every developer ignores this rather key fact of human nature. If my company were to standardize on an IDE that some people don't like, they're just going to be frustrated and bitter, decreasing productivity.

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Chappell, Simon P
-Original Message- From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:19 AM To: Struts Users Mailing List Subject: RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE) That's why you could never work in my office. It's Winamp or

RE: db connection pool question

2003-01-21 Thread Raible, Matt
Actually, the solution that I had only works for MySQL. I'm having the same problem with Oracle. Funny - I just posted a message to the commons-user group asking this same question. I'll try adding the validationQuery parameter: parameter namevalidationQuery/name

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Vinh Tran
Wow...that is quite a transition. I'm curious to know if these changes were met with alot of opposition? How long did it take? Vinh -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:51 AM To: 'Struts Users Mailing List' Subject: RE: [OT]

Re: Justifying Tag Libraries - Slightly long

2003-01-21 Thread Alex
You tested a static page against a dynamic page. You should have tested 2 dynamic pages; one that used tags and one that didn't. Your conclusion is meaningless. On Tue, 21 Jan 2003, Vikram Goyal wrote: Hi all, After failing to convince my boss otherwise about his fear of slowing down the

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Pani, Gourav
most of the process took about 6 months, which isn't bad at all in my opinion. as far as opposition is concered, we got some from the chronologically challenged members of the team but alas, they were outnumbered. my only wish is that jEdit would improve its vi plugin. then the circle would

AW: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread s . frank
I think there exist many and more fruitful ways to express your individuality than using IDE A rather than that ide B. If the IDE is not important, why not standardize one: Makes it easier for administrators to setup new boxes, allows to pass the box to another member of your team, allows to use

Re: easy struts

2003-01-21 Thread Kenny Smith
I tried to on many occasions, but it never worked for me. I reported a bug and the author told me that I had to have the Package Explorer visible when I tried to Add Easy Struts Support... but I did have it visible. I never got a response back from him. I'm currently very happy using NetBeans

FormBean (ActionForm) vs BusinessObject (JavaBean)

2003-01-21 Thread Heligon Sandra
I am writing a document about the design of my struts application and I have difficulites to explain the view components behavior. It is probabaly because I don't understant well how the view part of the Struts framework runs. Here as I work and thank you

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Vinh Tran
What about management? I'm sure they liked the idea of saving alot of money. But how did they respond to open source solutions? -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 10:28 AM To: 'Struts Users Mailing List' Subject: RE: [OT]

FormBean (ActionForm) vs BusinessObject (JavaBean)

2003-01-21 Thread Heligon Sandra
I am writing a document about the design of my struts application and I have difficulites to explain the view components behavior. It is probabaly because I don't understant well how the view part of the Struts framework runs. Here as I work and thank you in

RE: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread Chappell, Simon P
The IDE is important to the developer, but not to the team. Therefore the developer should pick their own IDE. The build system is important to the team, so the team should pick the build system. The Source Code Management system is important to the company, so let the company pick the SCM. I

Detecting what linkof the page is pressed

2003-01-21 Thread Rick Ashley
Hello, I have a jsp page containing multiple html:links. Is it possible to get information about that what html:link is pressed by user and then put own variable flag to e.g. session? I mean e.g. code like below: !-- start of jsp -- html:link forward=myapp.mypage1 logic:match ...

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Chappell, Simon P
Typically management worry about not having someone to blame if there is a problem. My own manager was asking who we would have recourse against (is this a polite way of saying Sue them into the ground?) if there was a problem with the Struts code. I told him that there was the ASF, but that

RE: [OT] Eclipse IDE

2003-01-21 Thread Haseltine, Celeste
Daniel, Eclipse is much faster than Netbeans, in my opinion, and is not as much of a memory hog as Netbeans is. If you select the right plug-ins, Eclipse is an excellent IDE for all J2EE development EXCEPT JSP pages. We use Eclipse here for everything (EJB, Java Beans, servlets) BUT JSP

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Jerry Jalenak
The beauty of open-source: if there is a problem with the Struts code, open up the source, fix it, and submit the patch. Everyone benefits. Jerry -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 9:44 AM To: Struts Users Mailing

RE: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread James Childers
This isn't about expressing your individuality, it's about doing what makes you -- the coder -- more productive. If it's your job to write code, and you feel more comfortable using your favorite tool, then by all means use it. As far as administrative costs are concerned: Coders are smart

RE: [OT] Eclipse IDE

2003-01-21 Thread David Graham
That's not an opinion it's a fact. Netbeans is based on Swing which is slow as molasses. Check your OS's memory monitor to see the difference (about 30 MB). Click on a Netbeans menu and you can feel the unresponsiveness. David From: Haseltine, Celeste [EMAIL PROTECTED] Reply-To: Struts

RE: [OT] Eclipse IDE

2003-01-21 Thread ROSSEL Olivier
Then what's the way Idea works? It is supposed to be fast. Which widget family does it use? This e-mail is intended only for the above addressee. It may contain privileged information. If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. If you

Re: AW: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread Kenny Smith
Hi s.frank, I think your first paragraph and second make different points. I completely disagree that choice of IDE is just an aesthetic choice. Your second point about the Perforce-Integration is talking about specific functionality. If your project requires specific functionality, then the

RE: easy struts

2003-01-21 Thread Haseltine, Celeste
Yes, we use both EasyStruts and Eclipse in our current project. We are using Struts version 1.02 Celeste -Original Message- From: Softwareentwicklung Hauschel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 3:20 AM To: [EMAIL PROTECTED] Subject: easy struts Hey all, does

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Pani, Gourav
The saving money ploy goes a long way. The only thing they had objections to were Support issues. But when they saw the wonderful WebShpere support we got, they realized there was no point in paying to get service. Additionally, at the time that we made these changes we got a CIO who is a tech

Re: easy struts

2003-01-21 Thread alexj
You didn't have any trouble ? Please have a look of my previous post about easy struts. Maybe you can see what's wrong. Thanks -- Alexandre Jaquet - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM d+ s: a-- C U*+ P L--- E--- W+++ N+++ o K w+ O M-- V-- PS+++ PE+++ Y+++ PGP---

FomrBean(ActionForm) vs BusinessObject(JavaBean)

2003-01-21 Thread Heligon Sandra
if you already received this mail want to be unaware of this one, the first time I received a message of insult concerning a virus this is why I renew my sending. I am writing a document about the design of my Struts application and I have a lot of difficulties to

AW: [OT] Eclipse IDE - The Two Towers

2003-01-21 Thread s . frank
ok, I think it's time for us all, to lower our standards: Talking about newbies: The newbies I mean have just started Java. They think R/3 is a piece of good Software instead of a piece of crappy scripts. They asked things like: What do you mean with Transaction?, Huh, why a database *and* an

RE: [OT] Standardised Environments (was RE: [OT] Eclipse IDE)

2003-01-21 Thread Mark Galbreath
One of the reasons I left the T-Mobile project was because the client was incredibly anal-retentive about the most trivial crap. As I always say, Don't sweat the petty stuff, and don't pet the sweaty stuff. Death to cube farms and ties! Mark (wears jeans and hiking boots to the office now)

  1   2   3   4   >