RE: help with and

2003-04-03 Thread Jesse Vitrone
This doesn't show how to use optionsCollection, but I this is how I solved a similar problem with . I've got a Patient, who has an address. The Address has a String state. I've got a collection of States, which I want to have be a , and I want the default one to be the one who's value matches the

html:select

2003-04-02 Thread Jesse Vitrone
I'm pretty new to the jsp tag stuff, and I need to do something that I would think is pretty common, but I can't seem to do it without resorting to scriptlets. I have an Address, which has a String state on it. I have a Collection of States which have an int id, and String name on them. How can

root context

2001-04-30 Thread Jesse Vitrone
I'm using Tomcat 3.2 and I'm having some trouble with it in the ROOT context. I've done other Struts things w/o any problems, but I'm having some trouble with error 400's when I try to submit to a *.do in the ROOT context. Is there something that I'm missing? I know there are ways around with w

encoded URLs

2001-04-16 Thread Jesse Vitrone
If I do a mapping.getForward("x"), is the URL that goes to encoded with the session and stuff? Thanks, Jesse

struts.jar

2001-04-02 Thread Jesse Vitrone
I've know we've been through this before, but can someone refresh me on where it's OK to have struts.jar and where it's not OK? Thanks, Jesse Vitrone

tag libraries

2001-03-30 Thread Jesse Vitrone
Title: tag libraries Does anyone know if they have tag libs for anything besides HTML?  Are there any tig libs for WML or HDML out there? Thanks,     Jesse Vitrone

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
ributes you have set in some of the struts tags in you jsp code can you send the jsp code for the file that is causing  this error ? -Original Message-From: Jesse Vitrone [mailto:[EMAIL PROTECTED]]Sent: 15 March 2001 13:48To: &

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
ts\\lib\struts.jar file. struts.jar file must be ONLY under webapps/WEB-INF/lib for each yours application !!!   Jesse Vitrone wrote:  Maya,    Here's my classpath. CLASSPATH=C:\IBMDebug\lib\dertrjrt.jar;C:\IBMVJava\eab\runtime30;C:\IBMVJava\eab\runtime20;.;C:\SQLLIB\java\db2jav

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
From: Jean-Noël Ribette [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 10:04 AM To: [EMAIL PROTECTED] Subject: Re: new problem - fixed one, now I've got another Hum... I think you shoud have and not . (no / at the end) - Original Message - From: J

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
of the struts tags in you jsp code can you send the jsp code for the file that is causing  this error ? -Original Message-From: Jesse Vitrone [mailto:[EMAIL PROTECTED]]Sent: 15 March 2001 13:48To: '[EMAIL PROTECTED]'Subject: RE: new problem - fixed one, n

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
   Jesse    -Original Message-From: Maya Muchnik [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 15, 2001 8:43 AMTo: [EMAIL PROTECTED]Subject: Re: new problem - fixed one, now I've got anotherCheck how many struts.jar files you have. Did you try EXAMPLE? What is you

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
insert one line (see below in red). I am not sure that it will help. Jesse Vitrone wrote:  Ana - here's the soruce of the jsp that's getting the errors.  Anything look wrong? <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld&quo

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
to find it?   Thanks again,     Jesse -Original Message-From: Jesse Vitrone [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 15, 2001 8:30 AMTo: '[EMAIL PROTECTED]'Cc: '[EMAIL PROTECTED]'Subject: RE: new problem - fixed one, now I've got another Yes, my

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
ubject: RE: new problem - fixed one, now I've got another Is struts.jar in in WEB-INF\lib? (you answered all of Maya's questions except that one) Wayne [EMAIL PROTECTED] -Original Message- From: Jesse Vitrone [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 7:11

RE: new problem - fixed one, now I've got another

2001-03-15 Thread Jesse Vitrone
quot;html" %><%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>           ERROR:  Application resources not loaded -- check servlet container   logs for error messages.                      Thanks in advance,     Jesse   -Or

RE: new problem - fixed one, now I've got another

2001-03-14 Thread Jesse Vitrone
  /WEB-INF/struts-config.xml Jesse Vitrone wrote:  That's exacly the setup that I have :)*.tld and my web and config xml files are in my_app/WEB-INFand my 2 jsp's are under my_app/http://localhost/my_app/index.jsp is what's giving me that error.I have Apa

RE: new problem - fixed one, now I've got another

2001-03-14 Thread Jesse Vitrone
pp directory and try http://localhost:8080/your_app/first.jsp Jesse Vitrone wrote:  Good idea, but it didn't help, I still got the same directory.Thanks anyway,    Jesse -Original Message- From: Maya Muchnik [mailto:[EMAIL PROTECTED]] Sent: Wednesd

RE: new problem - fixed one, now I've got another

2001-03-14 Thread Jesse Vitrone
x27;ve got anotherTry to stop Tomcat. Remove everything under tomcat/work directory and startup Tomcat again. Jesse Vitrone wrote:   OK, I fixed the other properties file problem, it turned out that I had a syntax error in my web.xml and I didn't see Tomcat barf when it loaded

newbie problem - fixed one, now there's more

2001-03-14 Thread Jesse Vitrone
Title: newbie problem - fixed one, now there's more I sent this a few hours ago, but never saw it, so I'm sending again. OK, I fixed the other properties file problem, it turned out that I had a syntax error in my web.xml and I didn't see Tomcat barf when it loaded. Now that I've fixed that

new problem - fixed one, now I've got another

2001-03-14 Thread Jesse Vitrone
Title: new problem - fixed one, now I've got another OK, I fixed the other properties file problem, it turned out that I had a syntax error in my web.xml and I didn't see Tomcat barf when it loaded. Now that I've fixed that, and Tomcat doesn't give any error when it starts, I get this error w

RE: newbie question

2001-03-14 Thread Jesse Vitrone
t added to your webapps classpath. Having them in a the classpath for the appserver will cause problems.   -Original Message-From: Jesse Vitrone [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 14, 2001 10:52 AMTo: Struts User Mailing List (E-mail)Subject: newbie quest

newbie question

2001-03-14 Thread Jesse Vitrone
Title: newbie question I'm new to struts and I'm trying to create a little sample app, but I'm getting this error when I try to go my index.jsp javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.jasper.runtime.PageContextImp