common-logging config: how to configure log messages detail level

2003-06-13 Thread Dmitrii CRETU
I tried to restrict logging output from strtuts based application, but had no access. I have put common-logging.properties into my WEB-INFO/classes directory with property: org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog and simplelog.properties file with:

Re[2]: are you sure?

2004-03-23 Thread Dmitrii CRETU
we tried to use this (form.onsumbit=return f()) but encountered a problem: if JavaScript is disabled in browser the submiting goes on without confirmation dialogue and other stuff done by JS (wich in our case was more important). We solved this by setting input.type=button instead of submit and

Re: AW: Re[2]: are you sure?

2004-03-23 Thread Dmitrii CRETU
happens. In submit-scenario the submition is taken place without JavaScript preprocessing (onSubmit event) wich could not be accepted sometimes, e.g. when you encrypt some fields. Dima. AS Andreas AS -Ursprungliche Nachricht- AS Von: Dmitrii CRETU [mailto:[EMAIL PROTECTED] AS Gesendet

Re: Struts tag problem (bean:message and bean:write)

2004-03-26 Thread Dmitrii CRETU
Hello Marco, maybe this will help (using struts-el): bean-el:message key='prompt.productType.${product.productType}'/ Dima. Thursday, March 25, 2004, 6:02:54 PM, you wrote: MM Hi all, MM I was wondering if anyone of you have a solution MM For this dilemma. MM I have a collectin of