Select Validation Rules based on context?

2004-07-26 Thread Christoph Kutzinski
Hi, I like to know if someone has successfully used the validation framework to select rules based on a "free" context. My problem is this: I have a registration wizard for a product that has different variants (for individuals, for companies, ...) Now I want to reuse the wizard's JSPs, ActionFo

Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-27 Thread Christoph Kutzinski
I would solve this probably by extending the Struts img-Tag with my own. This shouldn't be too difficult since you have all the sources for the img-Tag. HTH, Christoph alu, artifex wrote: hi list, i'm working on a struts web application which should give the users the possibility to choose the g

Re: Submit to 3rd party URL after completing Action

2004-08-31 Thread Christoph Kutzinski
I'm currently trying to do something similar. Therefore I would like to share my thoughts: Relying on javascript for business critical functions (and if payment is not a business critical function, what is?) is IMO NEVER a good idea, because it is not fail-proof at all. What only if the user ha

Re: [OT] "Enter" key listener for form submittal

2004-09-01 Thread Christoph Kutzinski
Slattery, Tim - BLS wrote: I found this JavaScript, which is supposed to listen for the "Enter" key on any browser (and submit the form on keypress). However, it doesn't seem to be working in IE: I don't think you need this. By default, pushing the "Enter" key is equivalent to clicking the "Submi

Re: Easy Struts

2004-09-06 Thread Christoph Kutzinski
Michel Van Asten wrote: Hi, Just to have a look at Easy Struts... I install Eclipse 3 and after I try to install Easy Struts... but at this time I got a warning about a not installed plug-in " Easy Struts plugin (0.6.3) requires plug-in "org.eclipse.update.ui.forms"." any idea ? It is probably on

Re: German Umlaute

2004-09-17 Thread Christoph Kutzinski
Carl-Eric Menzel wrote: Hi, I.m currently facing a weired problem. I use a form to provide a search function. When I do not use any special character in this form everything is fine. As soon as I enter e.g. "Rö" the corresponding form value is set to "Rö" If an umlaut appears in the search resul

Re: German Umlaute

2004-09-17 Thread Christoph Kutzinski
Carl-Eric Menzel wrote: Christoph Kutzinski wrote: ISO-8859-1 should be no problem since it contains all german umlauts. True. But I have standardized on UTF-8 for all text output in my applications, since I sometimes also have to deal with cyrillic stuff, and I don't want to adjust my enco

Re: [FRIDAY] GMail invites

2004-09-21 Thread Christoph Kutzinski
I would like one, too. Shailesh Patel wrote: I've got several more if anyone needs em. - Shailesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Arzttermin

2004-10-14 Thread Christoph Kutzinski
Markus Heck wrote: Hallo Andreas, ich hab um 9:50 Uhr einen Arzttermin; ich meld mich dann noch mal und sag Bescheid, wann und ob ich heute noch komme. Zu MAP: Dein Programm hab ich gestern noch getestet (mit einer Schleife über alle Sätze aus vip_products), ich hab noch eine Änderung eingebaut, da

Re: Session IDs and robots

2004-10-26 Thread Christoph Kutzinski
Hi, I would subclass LinkTag resp. RewriteTag and let them not append the session id if the agent-name is somethink like GoogleBot or so. I already thought about doing something like this to not create session-id for links to css, jsp, gif files, but I didn't have the time until now. HTH Chris

Re: Remotely restart Tomcat.

2004-11-04 Thread Christoph Kutzinski
AFAIk this is generally disrecommended in production environments since there are some memory leaks in Tomcat/Struts (which are seemingly very hard or impossible to fix) regarding webapp restart. The recommended way is to shut down and restart tomcat. For a develop environment webapp restart is

Re: Remotely restart Tomcat.

2004-11-08 Thread Christoph Kutzinski
There are some postings on this issue on the tomcat mailing list. I just found one bookmark: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg137021.html Thomas Kellerer wrote: On 04.11.2004 12:49 Christoph Kutzinski wrote: AFAIk this is generally disrecommended in production