[OT] Poolman problem

2002-02-14 Thread Mikkel Bruun
it seems like there's a bunch of people in here using poolman therefore this mail I oaccasionally get this exception when running my system: NullPointerException at java.util.Hashtable.containsKey(Hashtable.java:299) at com.codestudio.util.JDBCPool.returnPooledStatement(Unknown

SV: Using Struts with a Database hangs?

2002-02-14 Thread Mikkel Bruun
could be a bug in your jdbc driver??? try using another connection pool...poolman www.codestudio.com is easy to set up and use...see if you get the same errors using that... Mikkel -Oprindelig meddelelse- Fra: Sam Cheung [mailto:[EMAIL PROTECTED]] Sendt: 14. februar 2002 05:19 Til:

SV: [OT] Poolman problem

2002-02-14 Thread Mikkel Bruun
Emne: Re: [OT] Poolman problem You probably should bring this up to the Poolman team. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Java Web Development with Struts. -- Tel +1 585 737-3463. -- Web http://www.husted.com/struts/ Mikkel Bruun wrote: it seems like there's a bunch

RE: [OT] Poolman problem

2002-02-14 Thread Mikkel Bruun
Allright, thank you... do you know where i can get a more stable build then??? Mikkel -Original Message- From: Mark Woon To: Struts Users Mailing List Sent: 14-02-2002 22:26 Subject: Re: [OT] Poolman problem Ted Husted wrote: You probably should bring this up to the Poolman team.

SV: Expert Advice required: Need examples of using Struts WITHOUT cus tom tags. !!URGENT!!

2002-02-13 Thread Mikkel Bruun
as I seem to be the expert of iplanet 4.1 in this forum i'll give you my advice...(why would anyone use this crappy server) Im currently running struts WITHOUT taglibs on iplanet 4.1 I posted a HOWTO in this forum a week ago As they say Try before you cry:

Poolman and charset

2002-02-12 Thread Mikkel Bruun
is, how do I set this parameter in the poolman.xml file??? I have tried adding it to the url urljdbc:inetdae7:10.30.0.199:1433?database=mydbcharset=Cp850/url which makes poolman throw up... any suggestions??? thanks Mikkel Bruun -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: urgent!!!! HELP!!!! I have application to go... Dynamic Property.

2002-02-07 Thread Mikkel Bruun
nice point... And, the original posters problem may be urgent...but that doesnt mean that every reader will throw aside whatever stuff they are doing just to help a gu solve his URGENT problem...the effect is usually the contrary... In Software Development you usually dont have URGENT

RE: Software Requirements Specification document templates

2002-02-06 Thread Mikkel Bruun
Sounds like they are refereing the Rational Unified Process document... I dont thkn there's any official RUP templates thats freely available... if you really need an official template go get the RUP Tool...it contains both word and html templates for SRS... i would make up my own though or

RE: Java Trivia

2002-02-01 Thread Mikkel Bruun
Ehh... primitives vs ojbects??? by value or by ref... whats the point?? -Original Message- From: Galbreath, Mark To: Struts (E-mail); J2ee (E-mail) Sent: 01-02-2002 14:40 Subject: Java Trivia What's the difference between int i = 3; someMethod( i); and Point p = new Point( 3, 3);

SV: Hi

2001-12-05 Thread Mikkel Bruun
do not open it... www.news.com -Oprindelig meddelelse- Fra: Tom Lister [mailto:[EMAIL PROTECTED]] Sendt: 5. december 2001 10:32 Til: 'Struts-User ' Emne: RE: Hi Has anyone opened this or virus checked it. -Original Message- From: Scott Fitzgerald To:

RE: Parameterizing Datasource URL

2001-11-28 Thread Mikkel Bruun
Well...you have to specify it somewhere...the struts-config.xml seems like a nice place... or if your are using a deployment tool (ant??) you could make it do keyword subsitition on deployment... specifying data in a configuration file isnt hardcoding...its specification... Mikkel

RE: HOW TO: set up a pager with struts

2001-11-14 Thread Mikkel Bruun
please... dont put HOW-TO in the subject of a question... Mikkel -Original Message- From: Oleg V Alexeev To: Struts Users Mailing List; [EMAIL PROTECTED] Sent: 14-11-2001 11:22 Subject: Re: HOW TO: set up a pager with struts Hello storck, I can suggest you my way. On base of query

RE: Need some suggestion

2001-10-19 Thread Mikkel Bruun
I would go for jndi lookup to poolman... the struts datasource is a little to close to the presentation layer for me ;-) Mikkel -Original Message- From: Antony To: [EMAIL PROTECTED] Sent: 18-10-2001 09:40 Subject: Need some suggestion Hello: I`d like any suggestion in applying

SV: Struts Reference Site

2001-10-18 Thread Mikkel Bruun
http://husted.com/struts/resources.htm#sites plus a few more ;-) :: Mikkel Bruun Senior IT Developer [EMAIL PROTECTED] Direct: +45 32 88 22 73 Valtech A/S Kanonbaadsvej 10 DK-1437 Copenhagen Tel +45 32 88 20 00 Fax +45 32 88 20 20 -Oprindelig meddelelse- Fra

RE: suggestions on tracking user activity

2001-10-18 Thread Mikkel Bruun
You should probably look into the new servlet filters (spec2.3)..been toying with them for a months... using a filter should easily solve your problem... mikkel -Original Message- From: Bill G To: [EMAIL PROTECTED] Sent: 18-10-2001 21:01 Subject: suggestions on tracking user activity

SV: Struts installation on iPlanet 4.1 SP7

2001-09-24 Thread Mikkel Bruun
spend almost a week trying to run struts on ip 4.1... We are now able to use the servlet and util classes, but cant use the taglibs... :: Mikkel Bruun Senior IT Developer [EMAIL PROTECTED] Direct: +45 32 88 22 73 Valtech A/S Kanonbaadsvej 10 DK-1437 Copenhagen Tel +45 32 88

Including Actions via jsp:include

2001-09-03 Thread Mikkel Bruun
forwards instead of includes... is there anyway to do this??? thanks :: Mikkel Bruun Senior IT Developer [EMAIL PROTECTED] Direct: +45 32 88 22 73 Valtech A/S Kanonbaadsvej 10 DK-1437 Copenhagen Tel +45 32 88 20 00 Fax +45 32 88 20 20 -Oprindelig meddelelse- Fra

SV: Including Actions via jsp:include

2001-09-03 Thread Mikkel Bruun
whoa! thanks alot... does this hack work on all servers??? I have just tested it on tomcat 3.2, will try on Iplanet later... :: Mikkel Bruun Senior IT Developer [EMAIL PROTECTED] Direct: +45 32 88 22 73 Valtech A/S Kanonbaadsvej 10 DK-1437 Copenhagen Tel +45 32 88 20 00

SV: problem in showing PDF, Doc, xls etc

2001-09-03 Thread Mikkel Bruun
Title: SV: Including Actions via jsp:include you have to use a servlet for this...print to the servletOutPutStream Jsp's cant display binary files :: Mikkel Bruun Senior IT Developer [EMAIL PROTECTED] Direct: +45 32 88 22 73 Valtech A/S Kanonbaadsvej 10 DK-1437 Copenhagen

SV: How to catch the Session Time Out event ??

2001-08-29 Thread Mikkel Bruun
there's no way to do this... what you can do is to redirect the user as a reaction to one of his actions, pressing a link, submitting a form... you just cant make his browser do stuff... :: Mikkel Bruun Senior IT Developer [EMAIL PROTECTED] Direct: +45 32 88 22 73 Valtech A/S

OT: MS SQL JDBC Drivers?

2001-08-17 Thread Mikkel Bruun
Hi Guys, A little of topic, but anyways... On a current project we will be running an webapp on Solaris, using Iplanet... Our application needs to connect to a MS Sql 7.0 running on a win 2k server... can you recommend any jdbc drivers??? thanks a lot... :: Mikkel Bruun Senior

SV: Installation on Netscape 4.1

2001-07-17 Thread Mikkel Bruun
I spend a couple of days last week trying to do the same... never got it working I was close at some point though... had the taglibs running OR the servlet (gave me xml validation errors thoguh)...couldnt have both at the same time ;-) please tell if you get it running...im on a prject

TEST Message WAS: re: quick question : form

2001-07-17 Thread Mikkel Bruun
he could at least had written it in the subject... ;-) -Oprindelig meddelelse-Fra: Jeff Trent [mailto:[EMAIL PROTECTED]]Sendt: 16 July 2001 20:51Til: [EMAIL PROTECTED]Emne: Re: quick question : form Test message ... please ignore. - Original Message -

SV: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Mikkel Bruun
please post the exception so we can look into it... Mikkel -Oprindelig meddelelse- Fra: Chuck Amadi [mailto:[EMAIL PROTECTED]] Sendt: 11 July 2001 14:43 Til: [EMAIL PROTECTED] Emne: Re: just d/l installed ANT'S need some guidance!! Hi, tried that and just ant from the ms-dos command

SV: How to reload struts-config?

2001-07-11 Thread Mikkel Bruun
i believe there's some default admin actions in the struts-config.xml, including the one your are looking for... try doing http://whatever/admin/reload.do Mikkel -Oprindelig meddelelse- Fra: Tillmann Schulz [mailto:[EMAIL PROTECTED]] Sendt: 11 July 2001 15:17 Til: [EMAIL PROTECTED]

SV: SV: Ant build tools - Need address to get grips with.

2001-07-10 Thread Mikkel Bruun
chuck. Mikkel Bruun wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message is intended for the addressee(s) only

Still struggling with my Iplanet 4.1

2001-07-09 Thread Mikkel Bruun
Hi guys, there hasnt been much response to my Iplanet mails, but here goes another one... I have finallt succeded in deploying the taglibs, getting IWS to recoqnize the strust.dtd and the action servlet is ALMOST running However i get a SaxException when it tries to parse the

SV: Still struggling with my Iplanet 4.1

2001-07-09 Thread Mikkel Bruun
are found in the application servers classpath before any other xml parsers. Best regards Martin -Original Message- From: Mikkel Bruun [mailto:[EMAIL PROTECTED]] Sent: Montag, 9. Juli 2001 09:13 To: '[EMAIL PROTECTED]' Subject: Still struggling with my Iplanet 4.1 Hi guys

Iplanet 4.1...almost there, but cant find struts-config.xml

2001-07-06 Thread Mikkel Bruun
hi guys! I know some of you have already solved this so please help!! im trying to get struts running on iplanet 4.1 (solaris sparc) using some of the extra information giving on the insallation docs at jakarta.apache.org... When i try to load the Action Servlet i get the following:

What are the chances of getting struts up and running on Iplanet WebServer 4.1???

2001-07-04 Thread Mikkel Bruun
Subject says it all... been reading the additional installtion instructions for 4.2, and it seems quite easy...but what about 4.1 thanks! Mikkel Bruun [EMAIL PROTECTED] Valtech Kanonbaadsvej 10 DK-1433 Copenhagen Tel +45 32 88 20 00 Fax +45 32 88 20 20 Direct + 45 32 88 22 73

SV: OFFTOPIC: Solaris and Tomcat problems!

2001-07-03 Thread Mikkel Bruun
will only distribute open source. Of course, Sun (and others) distribute tools.jar (or equiv) gratis. Modify your startup.sh (or is it setenv.sh ??) to include the tools.jar on the Tomcat classpath. Then all is well. - Original Message - From: Mikkel Bruun [EMAIL PROTECTED] To: [EMAIL

SV: SV: OFFTOPIC: Solaris and Tomcat problems!

2001-07-03 Thread Mikkel Bruun
there are none in open source. Apache will only distribute open source. Of course, Sun (and others) distribute tools.jar (or equiv) gratis. Modify your startup.sh (or is it setenv.sh ??) to include the tools.jar on the Tomcat classpath. Then all is well. - Original Message - From: Mikkel

SOLVED OFFTOPIC: Solaris and Tomcat problems!

2001-07-03 Thread Mikkel Bruun
Message - From: Mikkel Bruun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 3:09 PM Subject: OFFTOPIC: Solaris and Tomcat problems! This has nothing to do with struts, but I know this list has a couple of guru's and demigods lurking... I have just

SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Mikkel Bruun
Try removing all the .java files from the WEB-INF dirtomcat doesnt like having them there for some reason... Mikkel -Oprindelig meddelelse-Fra: Calvin Yu [mailto:[EMAIL PROTECTED]]Sendt: 02 July 2001 15:19Til: [EMAIL PROTECTED]Emne: Re: pls Help Invalid Package

SV: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Mikkel Bruun
Package Declartions .java File Wont compile Hi, mate were then should i locate them as oppose to WEB-INF\classes\ Cheers Chuck Mikkel Bruun wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views expressed by the sender of this message don't

SV: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Mikkel Bruun
that once they are compiled there wouldn't be any .java files ONLY .class files within the WEB-INF\classes dir. So i must assume that it my problem stems from compiling a java file from within a invalid path declaration. but my path isn't that complexed. Mikkel Bruun wrote: Ehh, i dont know

SV: apostrophe in an application resource properties file does disappear in the JSP file compiled!!!!!!!!!!!

2001-06-19 Thread Mikkel Bruun
escape it using \' Mikkel -Oprindelig meddelelse- Fra: Matteo Di Giovinazzo [mailto:[EMAIL PROTECTED]] Sendt: 19 June 2001 15:47 Til: [EMAIL PROTECTED] Emne: apostrophe in an application resource properties file does disappear in the JSP file compiled!!! For example in the

SV: take a peek at struts import packages

2001-06-18 Thread Mikkel Bruun
Struts is open source Feel free to download it from the jakarta.apache.org/struts website Mikkel -Oprindelig meddelelse-Fra: Chuck Amadi [mailto:[EMAIL PROTECTED]]Sendt: 18 June 2001 11:57Til: [EMAIL PROTECTED]Emne: Re: take a peek at struts import packages Hi, were

SV: [ANNOUNCEMENT] Struts 1.0 (Final) Released

2001-06-18 Thread Mikkel Bruun
Woohooo got job devs!!! I'm in the process of putting a evelatuation of struts together, as I have recently completed my FIRST project implemented in struts... Nice!! -Oprindelig meddelelse- Fra: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sendt: 16 June 2001 02:23 Til: [EMAIL

SV: error

2001-06-12 Thread Mikkel Bruun
Hi Rajiv, try to post some more info, your struts-config.xml as well as a stacktrace Its quite hard to answer your question from the info you supply... Mikkel -Oprindelig meddelelse-Fra: rajiv mulay [mailto:[EMAIL PROTECTED]]Sendt: 12 June 2001 13:26Til: [EMAIL

SV: error

2001-06-12 Thread Mikkel Bruun
tionHandler.java:210) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) thanks rajiv From: Mikkel Bruun T

SV: error

2001-06-12 Thread Mikkel Bruun
form:submit value="Logon" //td /form:form/body /html - Original Message - From: Mikkel Bruun To: '[EMAIL PROTECTED]' Sent: Tuesday, June 12, 2001 8:04 AM Subject: SV: error it looks like its the ProfileForm class it cant find

SV: error

2001-06-12 Thread Mikkel Bruun
it is in the class path - Original Message - From: Mikkel Bruun To: '[EMAIL PROTECTED]' Sent: Tuesday, June 12, 2001 8:38 AM Subject: SV: error are you sure you have the com.dhaval.ProfileForm class in your classpath

RE: GenericDataSource Examples

2001-06-11 Thread Mikkel Bruun
It in the documentation somewhere...the users guide i believe... Mikkel -Original Message- From: hunkpapa To: [EMAIL PROTECTED] Sent: 11-06-2001 21:46 Subject: GenericDataSource Examples Hi, where can I find GenericDataSource Examples ?

RE: Problem With Struts and Tomcat

2001-06-11 Thread Mikkel Bruun
I posted a how-to for getting struts and tomcat 3.2.1 up and running in VAJ...check the archives or even www.helenius.org... Mikkel -Original Message- From: Thomas L Richards To: [EMAIL PROTECTED] Sent: 11-06-2001 17:03 Subject: Re: Problem With Struts and Tomcat Dan, Ok, I'll try

RE: displaying html errors in order

2001-06-08 Thread Mikkel Bruun
Hi, Believe or not, I just ran into this issue today... Wouldn't it be nice is ActionErrors used an Ordered Collection Mikkel -Original Message- From: Charlesworth, Chico To: '[EMAIL PROTECTED]' Sent: 08-06-2001 17:50 Subject: displaying html errors in order i can display errors

Resetting an Action Form (urgent)

2001-06-04 Thread Mikkel Bruun
Hi Guys, Please help me out on this one... I ran in to a small problem... 1. In the system im developing the user has to go through several pages, entering information that needs to be processed... 2. When ever the user enters invalid data, he'si returned to the form and is presented to error

RE: Hidding .jsp files

2001-06-04 Thread Mikkel Bruun
PROTECTED] ' Sent: 02-06-2001 05:14 Subject: Re: Hidding .jsp files On Tue, 15 May 2001, Mikkel Bruun wrote: Hi Guys, Is it possible to make some sort of virtual path, enabling one to hide the actual .jsp pages??? Example, i want to avoid a link like /logon/logonform.jsp replacing

SV: Grid Support in Struts

2001-05-31 Thread Mikkel Bruun
using the iterate tag, your columns wiuld just be an attribute on your iteree (element, whatever)... I cant really see your problem... Mikkel -Oprindelig meddelelse- Fra: du Clos, John [mailto:[EMAIL PROTECTED]] Sendt: 31 May 2001 16:14 Til: '[EMAIL PROTECTED]' Emne: RE: Grid Support

dynamic population of an option tag

2001-05-31 Thread Mikkel Bruun
Hi Guys, I need to populate an option tags value attribute with a string from the ApplicationRessources.properties... Is there any easy way to do this thanks Mikkel

SV: Any hosting sites that use Struts?

2001-05-30 Thread Mikkel Bruun
or www.aoindustries.com Its run by (among others) a guynamed Dan. Until about a year ago Dan offered hosting for free!! including jsp, servlets, mysql to anybody Unfortunaltely some punks took advantage of this, and used his servers in a DOS attack... He the moved on and founded

Options tag problem

2001-05-24 Thread Mikkel Bruun
Hi Guys! I have an ActionForm which contains a HashSet named Persons that contains several instances of Person In my jsp i want a dropdown box showing the Person's name. code: html:options property=persons / This points to the getPersons() method in the ActionForm that'll return a

RE: Splitting up struts-config.xml

2001-05-19 Thread Mikkel Bruun
WE ran in to similar problem a couple of months ago (just not with struts, another mvc framework)... We simply recodede our xml properties loading method to grab it from a central http url... So now all delopers would have to work on ONE xml, which was placed centrally, and managed by Visual

SV: Websphere 3.5.3??

2001-05-18 Thread Mikkel Bruun
/AppServer/lib directory with those provided by Apache !! I don't know if it is the correct way, but it works. With old jar, XSL transformation returned an empty String. Séb -Original Message- From: Mikkel Bruun [SMTP:[EMAIL PROTECTED]] Sent: vendredi 18 mai 2001 07:33 To: '[EMAIL

SV: Struts, VAJ 3.5.3, and ApplicationResources.properties

2001-05-17 Thread Mikkel Bruun
place it in your test applications project_resources folder... preferably under a folder structure reprenseting your package names... should do the trick Mikkel -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 17 May 2001 06:10 Til: [EMAIL PROTECTED]

SV: Trouble setting properties of an ActionForm bean

2001-05-17 Thread Mikkel Bruun
HI Peter, Well, your bean doenst conform to the bean standard. boolean getShowInstructions() should return a String instead... dont know if this is causing your problem, but I suspect so Mikkel -Oprindelig meddelelse- Fra: Peter Smith [mailto:[EMAIL PROTECTED]] Sendt: 16 May 2001

SV: Trouble setting properties of an ActionForm bean

2001-05-17 Thread Mikkel Bruun
why not just return a boolean??? the .toString() representation of a boolean is the strings true or false Works for me... Mikkel -Oprindelig meddelelse- Fra: Eric Rasmussen [mailto:[EMAIL PROTECTED]] Sendt: 17 May 2001 00:14 Til: [EMAIL PROTECTED] Emne: Re: Trouble setting properties of

Websphere 3.5.3??

2001-05-17 Thread Mikkel Bruun
Hi There! In the instructions for installation on WebSphere (http://jakarta.apache.org/struts/installation-was352.html), it says that many of the problems encountered using 3.5.2 would be removed when 3.5.3 arríves...3.5.3 is heredid it solve the problems and is there anybody who has

RE: newbie: Problem with ActionErrors

2001-05-15 Thread Mikkel Bruun
... regards Mikkel Bruun -Original Message- From: Eelco van Kuik To: Struts-User (E-mail) Sent: 15-05-2001 10:54 Subject: newbie: Problem with ActionErrors Dear colleague developers, We are struggling with a problem to get the struts-forms working. It might be a newbie problem

RE: Hidding .jsp files

2001-05-15 Thread Mikkel Bruun
of course!! nice!! thanks!! Mikkel Bruun -Original Message- From: Scott Walter To: [EMAIL PROTECTED] Sent: 15-05-2001 14:59 Subject: Re: Hidding .jsp files Look into the web.xml file. Since a JSP page is a servlet, you can setup a servlet tag for the JSP page (instead

RE: Hidding .jsp files

2001-05-15 Thread Mikkel Bruun
No it won't... It has no impact on the struts mappings... Mikkel Bruun -Original Message- From: Nanduri, Amarnath To: '[EMAIL PROTECTED]' Sent: 15-05-2001 15:09 Subject: RE: Hidding .jsp files Will this in anyway affect the mapping in the struts-config.xml file ? -Original

VAJ3.5, Tomcat, Struts

2001-05-14 Thread Mikkel Bruun
with my own classes, they also had to be placed in the filesystem before struts could load them... I read your maling-list archives and saw that you have had this thread before, however i wasn't able to find any solution... Have you found any way to solve my problem??? thanks! Mikkel Bruun

SV: Antwort: VAJ3.5, Tomcat, Struts

2001-05-14 Thread Mikkel Bruun
-Files (imagine!). Good luck, Jürgen Mikkel Bruun [EMAIL PROTECTED] on 14.05.2001 11:09:46 Bitte antworten an [EMAIL PROTECTED] An: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Kopie: (Blindkopie: Jürgen Walter/HV18/Hermes/DE) Thema:VAJ3.5, Tomcat, Struts Hi Guys... Lat night, after

SV: Antwort: VAJ3.5, Tomcat, Struts

2001-05-14 Thread Mikkel Bruun
in \webapps\struts-example\WEB-INF\classes\org\apache\struts\example somehow i believe that maybe it should be moved to my tomcat runner project_resources folder...i tried that but it didn't help... any suggestions would be apprenciated... thanks Mikkel Bruun -Oprindelig meddelelse- Fra: Mikkel

SV: Antwort: VAJ3.5, Tomcat, Struts

2001-05-14 Thread Mikkel Bruun
\name_of_struts_example_project\org\apache\struts\webapp\ex ample ? (or ..\struts\example if using an old release) HTH Jean-Noel Mikkel Bruun