RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-31 Thread Jan Behrens
Hello Marco, not sure if that helps but I have found the MySql java list quite helpfull when talking about things like this - especially when it comes to the driver, as Mark Matthews (author of the driver) post frequently to that list. URL: http://lists.mysql.com/java. Ignore my if you knew that

RE: problems with

2004-07-30 Thread Jan Behrens
Hi Baris, not sure whether this is a typo but it should be: ^^^ Cheers, Jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 11:10 AM > To: Struts.Users.Mailing.List > Subject: problems w

RE: HELP Re: Mail Delivery Failure

2004-07-25 Thread Jan Behrens
Yes, please! > -Original Message- > From: Erik Weber [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 25, 2004 8:37 PM > To: Struts Users Mailing List > Subject: HELP Re: Mail Delivery Failure > > > I've gotten about fifty of these in the last couple of weeks. Can > someone remove this p

RE: application resources and escape characters

2004-07-25 Thread Jan Behrens
, Jan > -Original Message- > From: Jan Behrens [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 24, 2004 7:20 PM > To: 'Struts Users Mailing List' > Subject: application resources and escape characters > > > Hi list, > > I extract language specific messages from

application resources and escape characters

2004-07-24 Thread Jan Behrens
Hi list, I extract language specific messages from the struts application resources within my applications logic to generate the subject and body of auto generated emails. I used to do this via string constants but switched over to using the resources. Everything works fine except the line breaks

RE: Help Require !!!!!!!!!!!

2004-07-16 Thread Jan Behrens
Buland, you might have to rewrite your mail to get an answer. Subjects like "Help Require !!!" usually ensure that no one ever bothers reading your post. Please keep in mind that everybody on this list answers voluntarily in his/her spare time. Please do not take offence and think of this mail

RE: [OT] Best practice for background service

2004-07-16 Thread Jan Behrens
ith these yet. If you want to "roll your > own" I suggest you look at the java.util.Timer and java.util.TimerTask > objects -- they work well for these type of services. See > http://java.sun.com/j2se/1.4.2/docs/api/java/util/TimerTask.html. > > Jan Behrens wrote: > &

[OT] Best practice for background service

2004-07-15 Thread Jan Behrens
Hi list, I am coding an app where I rely on a background service to check regularly for new mail. I want to instantiate my service component (the one checking for mail) when the context is loaded and have it running in a background thread. I have done only very limited coding with threads so far :

RE: Access to message properties from within application

2004-07-15 Thread Jan Behrens
-Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 6:46 PM To: Struts Users Mailing List Subject: RE: Access to message properties from within application > -Original Message- > From: Jan Behrens [mailto:[EMAIL PROTECTED]

RE: Access to message properties from within application

2004-07-14 Thread Jan Behrens
More polite: http://struts.apache.org/userGuide/struts-bean.html#message > > Thanks, Jan > > -Original Message- > From: Jan Behrens [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 14, 2004 11:14 AM > To: Struts Users Mailing List > Subject: Access to message pr

RE: Access to message properties from within application

2004-07-14 Thread Jan Behrens
Anyone? If the solution is to obvious, give me a hint. Thanks, Jan -Original Message- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 11:14 AM To: Struts Users Mailing List Subject: Access to message properties from within application Hi List, is there a

Access to message properties from within application

2004-07-14 Thread Jan Behrens
Hi List, is there a way to access the language specific messages stored in my resource file from within my logics java code? I understand that I will probably need to specify the locale that I need - that should not be the problem though. TIA, Jan ---

RE: NEWBIE: Wierd problem - Action sometimes produces Status 500 - No Context configured to process this request

2004-06-30 Thread Jan Behrens
ess this request Yes, I understand (I think!). How do I define a global action? Is it a global forward with the path set an action? e.g. ... How would I call that from within a JSP? Use logic:redirect? Thanks - Adam -Original Message- From: Jan Behrens [mailto:[EMAIL PRO

RE: NEWBIE: Wierd problem - Action sometimes produces Status 500 - No Context configured to process this request

2004-06-30 Thread Jan Behrens
her action would work, but I am grasping at straws :-) Adam -Original Message- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent: 30 June 2004 10:11 To: 'Struts Users Mailing List' Subject: RE: NEWBIE: Wierd problem - Action sometimes produces Status 500 - No Context configur

RE: NEWBIE: Wierd problem - Action sometimes produces Status 500 - No Context configured to process this request

2004-06-30 Thread Jan Behrens
Hi Adam, I am new to Struts so this is more of a shot in the dark but anyway... Could it be that the problem is that you only have one global forward pointing to your login? So from a controll flow point of view wouldn't that mean that you can only access login.do as an entry to your system? Have

RE: Newbie question re. forms in combination with tiles

2004-06-27 Thread Jan Behrens
Jan Behrens wrote: > please ignore, > > solved this one myself ;) he he did you solve it half way into typing up the message:) You never really asked a question:) > > -Original Message----- > From: Jan Behrens [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 2

RE: Newbie question re. CSS and Struts

2004-06-26 Thread Jan Behrens
ok at http://displaytag.sf.net that taglib builds nice html-tables you can you it with struts. Cheers, > -Original Message----- > From: Jan Behrens [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 26, 2004 2:16 PM > To: 'Struts Users Mailing List' > Subject: Newbie question

Newbie question re. CSS and Struts

2004-06-26 Thread Jan Behrens
Hi List, I wonder what would be a "best practice" for formating output when using Struts. Is there such a thing as a struts.css that gets included by default and might even contain elements for each / some tags out of the tld's? TIA Jan -

RE: Newbie question re. forms in combination with tiles

2004-06-26 Thread Jan Behrens
please ignore, solved this one myself ;) -Original Message- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent: Saturday, June 26, 2004 12:58 PM To: Struts Users Mailing List Subject: Newbie question re. forms in combination with tiles Hi List, I am quite new to Struts and hit a bit

Newbie question re. forms in combination with tiles

2004-06-26 Thread Jan Behrens
Hi List, I am quite new to Struts and hit a bit of a wall right now. Here is what I am doing: I am using tiles to manage the layout of my webapp - it consists basically of a table that defines something like this: --- ||| ||