#### Arrays in attribute values.....Can I do this ??? ####

2001-02-20 Thread Jonathan Asbell
Can I do this..   String category = "restaurants"; String[] selections = new String[]{McDonalds, Burger King, Roy Rogers}       category="<% category%>"     selections="<% selections %>" />     I want to pass an array into the set method of a tag class

Re: Taglib URI error in Weblogic60

2001-02-20 Thread Maya Muchnik
Do you have jaxp.jar file or compatible? The second thing the line 3 <%@ taglib prefix="rdbm" uri="/rdbmstags6_0.tld" %> has to be as <%@ taglib uri="/rdbmstags6_0.tld" prefix="rdbm" %> "Raible, Matt" wrote: > I get the following error when I try to get my taglibs running in WLS > 6.0 - any ide

RE: Taglib URI error in Weblogic60

2001-02-20 Thread Lee Ball
Try <%@ taglib prefix="rdbm" uri="/WEB-INF/rdbmstags6_0.tld" %> Lee -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED]] Sent: 20 February 2001 17:41 To: [EMAIL PROTECTED] Subject: RE: Taglib URI error in Weblogic60 I get the following error when I try to get my taglibs ru

RE: Taglib URI error in Weblogic60

2001-02-20 Thread Raible, Matt
I get the following error when I try to get my taglibs running in WLS 6.0 - any ideas? Parsing of JSP File '/Project.jsp' failed: /Project.jsp(3): Could not parse deployment descriptor: org.xml.sax.SAXParseException: Could not parse: taglib starting at line 1 probably occurred due to an error