RE: accessing user-defined classes from html:select and html:options tags

2001-07-25 Thread Philip Tucker
orget that it needs to be in your web > server's classpath! > > Hope this helps, > Melissa > Web Developer > > -Original Message- > From: Philip Tucker [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 9:39 PM > To: '[EMAIL PROTECTED]' >

accessing user-defined classes from html:select and html:options tags

2001-07-20 Thread Philip Tucker
I'm using Struts 1.0 with Tomcat 3.2.2 and JBoss 2.2.2. I'm using an containing an tag in a JSP, with the property attributes referring to form and bean fields. It works fine when the Java class of the 2 bean properties is String, but when I try to use class I created I get an error. I've ver

struts-example persistence

2001-07-17 Thread Philip Tucker
The struts-example walking tour says "When the application is shut down, the database servlet unloads the database by writing a fresh database.xml file." When I run it, it reads in the data from database.xml fine, but it doesn't persist any changes I make. Looking through DatabaseServlet.java, it

struts-example with JBoss and Tomcat

2001-07-17 Thread Philip Tucker
I'm using Struts 1.0 with Tomcat 3.2.2 and JBoss 2.2.2, and am having trouble deploying struts-example.war. This may be more of a JBoss issue than a Struts issue, but I'm only having the problem with Struts right now. I'm having a CLASSPATH problem where the server is not finding the deployed cl