Re: [Q] Log Viewing tool for Windows environment?

2003-03-11 Thread Rene Eigenheer
I also use Textpad exclusively for anything that Eclipse won't do. The refresh feature is nice since it doesn't lock open files so you can monitor your log files. FYI: eclipse has also a tail-like plugin called logWatcher

RE: [OT] Modeling tools

2003-02-11 Thread Rene Eigenheer
for people who understand german or french, there is a nice site as well: http://www.beerculture.com -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Februar 2003 01:06 To: 'Struts Users Mailing List' Subject: RE: [OT] Modeling tools Beer

RE: [OT] concurrent updates

2003-02-05 Thread Rene Eigenheer
thanks everybody for your feedback I will have a look into the lockedBy column mentioned by Carlos and propably I'll add a column lockedTS (timestamp) and set the validity of the lock to a similar time frame as the session timeout -Original Message- From: [EMAIL PROTECTED]

RE: Disply messages in different colors on jsp

2003-01-30 Thread Rene Eigenheer
try ActionErrors and ActionMessages - works fine -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 30. Januar 2003 23:02 To: [EMAIL PROTECTED] Subject: Disply messages in different colors on jsp Hi, In my application some messages are error

RE: The display:* tag library

2003-01-23 Thread Rene Eigenheer
+1 -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 23. Januar 2003 06:05 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: The display:* tag library Below is a proposal I posted on my website tonight (http://tinyurl.com/4s3j): If

ConvertUtils, BeanUtils

2003-01-07 Thread Rene Eigenheer
Craig, I use the opportunity to jump into this and to ask you and everybody here for an advice: I try to follow the good practice to have only Strings within the form-classes and having value objects with the correct types. In the past I coded the copy from vo to form and vice-versa with the

RE: Best Practices for Logging?

2002-12-06 Thread Rene Eigenheer
another question for best practice: I often see debug messages code like: if (log.isDebugEnabled() { log.debug(debug message); } and sometimes: log.debug(debug message); // let the log class decide whether it has to do debug which of the two versions do you prefer - why? -- To

RE: Mapping Problems

2002-10-02 Thread Rene Eigenheer
Adam, I didi something similar with the following action definition: action path=/myAction type=my.actionClass name=myForm scope=request validate=false unknown=true /action I is not important what action

RE: Struts 1.1 Final release

2002-09-11 Thread Rene Eigenheer
even if I'm not involved in the develoment, I found the answer ;-))) http://jakarta.apache.org/struts/kickstart.html#release http://jakarta.apache.org/struts/kickstart.html#release -Original Message- From: Vikas Sangwan [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 11. September 2002

RE: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed fridays?

2002-08-30 Thread Rene Eigenheer
( ) Yes ( X ) No -- but keep in mind when friday starts ;-))) -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Freitag, 30. August 2002 16:47 To: Struts Users List Subject: [VOTE] Should this list discontinue it's long, treasured heritage of relaxed

RE: File upload: no multipart request data sent

2002-07-24 Thread Rene Eigenheer
try redirect=true in your forward -Original Message- From: Pete Serafin [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 24. Juli 2002 22:28 To: Struts Users Mailing List Subject: Re: File upload: no multipart request data sent Does anyone have ANY ideas on this issue??? Im really

RE: html:errors

2002-07-16 Thread Rene Eigenheer
once I wished to have a possibility like this: html:text styleClass=input errorStyleClass=errorInput property=field1/ I wished struts could (based on the action errors set) which field has an error and which not -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL