Re: web.xml

2004-07-11 Thread ashwini jagtap
Thanks ... now it's working fine... Pandiaraj <[EMAIL PROTECTED]> wrote: All tags should come before . In your web.xml you have placed tag before tag (second servlet configuration). Put this second tag before Cheers, Pandiaraj On Mon, 12 Jul 2004 ashwini jagtap wrote : >Hi , >I am using stru

Re: logging

2004-07-11 Thread Shinobu Kawai
Hi Viral, > I am using commons-logging (using log4j) for logging.. > > We do following logging style... > > if (logger.isDebugEnabled()) > { > logger.debug("Method Name : + some Message"); > } > > Here can we get the method name using java reflection or some other way > so that no need to

RE: logging

2004-07-11 Thread Apurva Goswami
Try Put these lines on top of your class file // Log4j // Log4j with Try-Catch: try {...} catch (Exception e) { cat.error(e, e); } static org.apache.log4j.Category cat = org.apache.log4j.Category.getInstance("File Name".class.getName()); E.g. static org.apache.log4j.Category cat = org.apache.lo

logging

2004-07-11 Thread Viral_Thakkar
Hi All, I am using commons-logging (using log4j) for logging.. We do following logging style... if (logger.isDebugEnabled()) { logger.debug("Method Name : + some Message"); } Here can we get the method name using java reflection or some other way so that no need to pass the method name wh

Re: web.xml

2004-07-11 Thread Pandiaraj
All tags should come before . In your web.xml you have placed tag before tag (second servlet configuration). Put this second tag before Cheers, Pandiaraj On Mon, 12 Jul 2004 ashwini jagtap wrote : >Hi , >I am using struts 1.1 and tomcat 4.1.29. >while running tomcat i am getting this err

web.xml

2004-07-11 Thread ashwini jagtap
Hi , I am using struts 1.1 and tomcat 4.1.29. while running tomcat i am getting this error... SEVERE: Parse Error at line 243 column 11: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,fil ter*,filter-mapping*,listener*,servlet*,ser

Re: [ANN] Struts 1.2.1 (Beta) Released

2004-07-11 Thread Rick Reumann
Woo Hoo.. Let's start the party:) Any rumors on when 1.3 is coming out? Ted Husted wrote: The Struts team announces the release of Struts 1.2.1, currently ranked at Beta quality. This release removes many features deprecated in prior releases (Struts 1.1 and Struts 1.0.2) and also provides severa

form accept-charset

2004-07-11 Thread Carl-Eric Menzel
Hi, is there any special reason why the html:form tag doesn't support the accept-charset attribute defined in HTML 4.01? I would very much like to use this to make my charset handling at least a little bit cleaner. Right now I'm sending all responses in UTF8, and am assuming that the browsers send

[ANN] Silicon Valley Web Developer JUG

2004-07-11 Thread Van
FYI, After learning about JUG support as projects on java.net at JavaOne, I decided to migrate the Silicon Valley Struts User JUG to a new JUG project on java.net. The other significant change to the group is the shift to a more general focus on all J2EE web application development technologies. O

Re: [ANN] Struts 1.2.1 (Beta) Released

2004-07-11 Thread Niall Pemberton
There a bug for this where theres been some discussion: http://issues.apache.org/bugzilla/show_bug.cgi?id=29679 Niall - Original Message - From: "Matthias Wessendorf" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Sunday, July 11, 2004 11:13 PM Subjec

RE: [ANN] Struts 1.2.1 (Beta) Released

2004-07-11 Thread Matthias Wessendorf
thanks for that, i used them since 1.2.0 with Validator 113 however, let me please ask, whats with ActionErrors: "Although not removed, in many cases you should replace the deprecated ActionErrors with the preferred ActionMessages to ensure correct operation." in my custom validators i still use

[ANN] Struts 1.2.1 (Beta) Released

2004-07-11 Thread Ted Husted
The Struts team announces the release of Struts 1.2.1, currently ranked at Beta quality. This release removes many features deprecated in prior releases (Struts 1.1 and Struts 1.0.2) and also provides several new features. Fixes to known problems have been applied. More detail is available at

Dynamic lookup tag lib (drop down list reverse)

2004-07-11 Thread DGraham
Return Receipt Your Dynamic lookup tag lib (drop down list reverse) document :