RE: Deprecated API

2001-02-13 Thread Richard Bothne
I REALLY like that struts is based on javax.xml.parsers. This way, whatever parser comes with my application server is what struts uses. One of the reasons we went with struts is that it doesn't depend on a bunch of other 3rd party products, but can plug into ANY J2EE compliant app server. As for

RE: Error: 500 ????????

2001-01-28 Thread Richard Bothne
The tag must come before the tags. This according to the DTD. A good XML editor (like XmlSpy) can validate your XML file as you write it to catch these kinds of problems early. Richard -Original Message- From: majid kamal [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 28, 2001 1:29

RE:Problem with "bean" tag library on WebLogic 6

2001-01-28 Thread Richard Bothne
Nevermind. Got it working: NEVER put struts.jar in the system classpath! R

Problem with "bean" tag library on WebLogic 6

2001-01-28 Thread Richard Bothne
Howdy, I'm very new to struts, and been using the 0.5. I downloaded the nightly build last night: jakarta-struts-20010127.zip and began fallowing the tutorial at bluestone.com. I have this simple hello.jsp: <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>

Digester used in EJB

2001-01-15 Thread Richard Bothne
Digester classes from the struts.jar and putting them into my EJB.jar file.   Am I missing something?   Richard Bothne Senior Software Engineer Xporta, Inc. 275 Saratoga Avenue Suite 260 Santa Clara, CA 95050 408-556-1422 [direct] 408-556-1400 [main] 408-556-1401 [fax] mailto:[EMAIL PROTECTED