Hi, Last night, I was there at Lynch's from 8:40 to 9:10pm. But I couldn't find anyone else. Of course, I don't recognize anyone, but I did ask around. Was...
Hi Jitesh. Thanks for making the effort to get there and sorry we missed you. Joe Sam must have gotten there right after you left, and I didn't get there...
Hi Jitesh, I'm sorry you ended up going out without seeing anyone. For both business and personal reasons, I didn't get out there until 9:15 - 9:30. They told...
My apologies to Joe and Bridget for not showing up. Got side tracked during the day by some Gentoo related stuff. Had to make up the time later that day, at...
... Hash: SHA1 I have 2 questions concerning tag libs. I am trying to build my first taglib class that extends the TagSupport class. 1) What is the name of...
... servletapi, there is 2.2, 2.3, and 2.4 in portage Once emerge the jsp-api.jar has the class you are looking to extend. ... No clue, I am a Netbeaner :)...
Hi Matt, 1) Don't know oiffhand, but assume William's answer will suffice. Otherwise, ships with Tomcat, J2EE, etc. 2.5 is available with JEE 5, also see ...
... Yeah it's the jar for sure. I checked inside of it before hand to confirm. But I was pretty sure before confirming. ... Not on Gentoo :) Since we compile...
Hi William, ... That was in reference to Gentoo specifically and what it includes. But my response was directed at *compilation*. The servlet API is all ...
Joe, ... Yeah, no confusion, I got that and was just confirming I checked the Gentoo specific package to see what it included and etc. ... Yes, but the current...
... Hash: SHA1 William's first answer did the trick. Altho it leads me to a question: Does anyone know of a tool to search the filesystem and inside jars for ...
... There are many ways to skin a cat. There is a grepjar, but does not seem to have a Gentoo ebuild or be present on my system (provided by other package)....
Robert Half is looking for a fulltime Technical Architect for one of our clients in St. Pete. The client has listed a very detailed description of what they...
... Hash: SHA1 OK I got my tag classes built and I have the tld file fleshed out. Now the question. Where does the class file for the tag handler belong and ...
... Normally I make my taglibs into jars (if it's worth doing as a custom tag, it's probably something I want as a commonly-deployable unit). That would place...
Tim Holloway
timh@...
Aug 10, 2006 11:48 pm
1832
... Hash: SHA1 I got my tag being run and I have tested it but I need to add attributes to the tag that I can pass to the tag handler class. I can pass...
... You need to define that attribute in your TLD as being able to take runtime expressions. <attribute> <name>DBuser</name> <required>true</required> ...
Tim Holloway
timh@...
Aug 11, 2006 10:53 pm
1834
Hi, I need some help with retrieving a value from an Enumeration Object. I'm trying to retrieve the header values. I can retrieve the header names using the ...
Each header name can have multiple values, so when you call " request.getHeaders( value )" you're getting another Enumeration. Loop over this Enumeration to...
Hi, When I check the syntax validity of my web.xml document I receive the following error: xmllint output validity error: Validation failed: no DTD found ! ...
kitwanaa, I was recently having a similar issue in eclipse on windows and ended up using this webapp start tag to alleviate my validation issues: <web-app...
... Back during one of the darker periods of J2EE, everytime you started up a webapp, the system would go out to java.sun.com to fetch the DTD and validate...
Tim Holloway
timh@...
Aug 13, 2006 7:41 pm
1840
Thanks, for the response. I tried that and it still didn't seem to make a difference. Based on the response from Tim however I think that it is a bug in the...
... Hash: SHA1 Thanks. at first glance I was thinking "That is exactly how I have it." Then I noticed I had it spelled "rtexpvalue" instead of "rtexprvalue". ...
This was sent out on another JUG list; thought I'd pass it along. ========================= Google is delighted to announce our 4th Code Jam competition....
I've been reading the e-mail about "real meetings" this fall and I'm curious what subjects the jaxjug group is interested in discussing. Some of the topics...