Standard Taglibs placement

2002-11-06 Thread Ben Ramsey
that does work, does defining the taglibs in conf/web.xml also work for all sites defined? Thanks, Ben Ramsey Technical Director EUREKA! INTERACTIVE, INC. * Phone: (770) 642-0390 * Fax: (770) 216-1702 * Web: www.eureka-interactive.com * E-mail: [EMAIL PROTECTED] <>-- To uns

RE: JSTL XML x:transform and x:out fetch no data

2002-09-25 Thread Ben Ramsey
e you can access the contents of an XML variable with XPath, you would also have to x:parse it first). Instead, you should just print out the output of the transformation with c:out. Hope that helps. -Ben Ramsey Technical Director EUREKA! INTERACTIVE, INC. * Phone: (770) 642-0390 * Fax: (770

RE: Google Search Tag

2002-08-20 Thread Ben Ramsey
ts(); for(i=0; i < gsre.length; i++) { out.print(""); out.print(gsre[i].getTitle()); out.println(""); out.print(gsre[i].getSnippet()); out.println(""); } %> That should be enough to get you started. You can customize it as you wish by looki

RE: JSP:INCLUDE problem

2002-08-12 Thread Ben Ramsey
> However, you should use nested tags to pass > query parameters. E.g., > > > > Thanks, works like a charm! Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interactive.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTE

RE: JSP:INCLUDE problem

2002-08-12 Thread Ben Ramsey
Can I do this with a tag? Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interactive.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

JSP:INCLUDE problem

2002-08-12 Thread Ben Ramsey
t into the attribute statically: "/scripts/headlines.jsp?section=fodder", but this is not what I prefer to do. Am I doing something wrong? Thanks. Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interactive.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: A JSTL problem...

2002-07-10 Thread Ben Ramsey
t-4.0-doc/config/ajp.html I'm pulling my hair out over this. Has anyone else successfully configured Tomcat 4.x to work on a Cobalt RaQ4 without upgrading glibc to 2.2? If so, can you walk me through it? Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interact

RE: A JSTL problem...

2002-07-10 Thread Ben Ramsey
I point the uri to http://jakarta.apache.org/taglibs/xml and have received no problems. Try it and see, restart, and see what happens. Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interactive.com -Original Message- From: Ryan Lubke [mailto:[EMAIL

RE: XTAGS and DOCTYPE problems

2002-07-10 Thread Ben Ramsey
igure out how to use mod_jk with Tomcat 4.x is that mod_jk is automatically generated everytime Tomcat is restarted in our version. I'm not sure how to set up mod_jk with 4.x to auto generate... or whatever it's supposed to do, if it's supposed to do that. And where can I get mod_jk for ve

RE: XTAGS and DOCTYPE problems

2002-07-09 Thread Ben Ramsey
Haven't heard from anyone regarding this in a while, so I just thought I'd resend it to keep it fresh. Does anyone have a clue as to what I need to do differently? Thanks. Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interactive.com -Origin

RE: Very Basic Help

2002-07-09 Thread Ben Ramsey
I'm running a Cobalt RaQ4r with Apache 1.3.20 and Glibc 2.1.3) Ben Ramsey Technical Director EUREKA! Interactive, Inc. 770-642-0390 www.eureka-interactive.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Very Basic Help

2002-07-09 Thread Ben Ramsey
at problem: <% String removeNodes = "/article[not(@id='" + request.getParameter("id") + "')]"; %> Place the remove command just below the parse command. Does anyone else have this same problem? If not, please tell me what I'm doing wrong so th

XTAGS and DOCTYPE problems

2002-07-07 Thread Ben Ramsey
es in examples)? Here's my code, if it'll help: " target="_blank"> news provided by " target="_blank"> moreover.com