RE: Please help...

2001-09-19 Thread Fletcher, Ken
Thanks. -Original Message- From: Afzal, Tanver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 12:14 PM To: '[EMAIL PROTECTED]' Subject: RE: Please help... yes i got ur message... and believe every one is receiving ur massages. > -Original Messag

RE: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0

2001-08-28 Thread Shamdasani Nimmi-ANS004
I tried that but still the same problem. -Nimmi -Original Message- From: Rama Krishna [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 12:31 PM To: [EMAIL PROTECTED] Subject: Re: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0 try

Re: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0

2001-08-28 Thread Rama Krishna
try placing the oracle classes.zip in you catalina_home/lib hope this helps, rama. - Original Message - From: "Shamdasani Nimmi-ANS004" <[EMAIL PROTECTED]> To: "struts-user@jakarta. apache. org (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 9:53 AM Subject: Please Help!!! S

RE: Please help with JDBC

2001-06-06 Thread Todd Story
Title: Please help with JDBC Put jdbc2_0-stdext.jar in your %Tomcat%\lib directory and restart.  That jar contains the appropriate DataSource class. -Original Message-From: Luna, Kat [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 06, 2001 8:42 AMTo: [EMAIL PROTECTED]Subject:

Re: Please help with logic notPresent

2001-06-05 Thread Ted Husted
Be sure you've included the logic tld. The "I am here" would display regardless, since the browsers ignore tags they don't understand. Alex Colic wrote: > > Hi, > > I have an object in the session that if it is not there I want to display > and error msg to the user. My error code is as follow

RE: please help...iteration question...what i Have is...

2001-05-09 Thread Tony Karas
I'm struggling with the same problem as you are (well similar) and general lack of information / not being able to find information. I think you may need the following method in your ActionForm bean: public TaxPayerData getTaxPayers( int index ) { return taxPayers[index]; } as well as:

RE: please help...this doesn't want to display the exception, is this correct?

2001-05-09 Thread Nanduri, Amarnath
I believe in the erros tag you need to do something like this... errors.add( (ActionErrors.GLOBAL_ERROR, new ActionError("error.exception")); The reson is that the error msg which gets send back to the user is internationalized (i.e a user in France sees the error in fr

RE: please help...this doesn't want to display the exception, is this correct?

2001-05-09 Thread Dudley [EMAIL PROTECTED]
thank-you so much Great I appreciate it!! -Original Message- From: Johan Compagner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:19 PM To: [EMAIL PROTECTED] Subject: Re: please help...this doesn't want to display the exception, is this correct? Action

Re: please help...this doesn't want to display the exception, is this correct?

2001-05-09 Thread Johan Compagner
ActionError constructor wants a message key. not just a string. you could do: errors.add("beanErr",new ActionError("general.exception",ex.toString())); and then have a general.exception in youre resouce bundle: general.exception="An exception occured: {0}" johan - Original Message - Fr

RE: please help...is it possible to dynamically set the form action a ttribute dynamically eg

2001-04-25 Thread Scott Cressler
Sorry, no red code for me. ;-) If the action= is the only change between your forms, you could just define a bean with the action name and then use it in the form tag, e.g.: ... I think that will work. Then, of course, if other things in your form need to be different, you

RE: please help me with ActionForm

2001-04-24 Thread Nanduri, Amarnath
Title: please help me with ActionForm Everything depends on the scope your ActionForm is in If it is request scope, after a response was submitted, the bean gets destroyed. If in session scope, once the session gets invalidated. If in application scope then when the server goes down. You

RE: please help!

2001-03-28 Thread Iraklis Kourtidis
Title: please help! Hi See-Yam,   I am new to this list and don't know much myself, but I have seen a message like this one when an XML file did not conform to the DTD that was specified for it. Try looking at the DTD to see if something in the XML is not valid. If this is the example that

RE: Please Help

2001-03-19 Thread Troy Hart
I have been prototyping an app using struts on my windows workstation for a week now and have never had a problem. Troy -Original Message- From: JOEL VOGT [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 17, 2001 4:48 AM To: [EMAIL PROTECTED] Subject: Re: Please Help Okay, After

RE: Please Help

2001-03-17 Thread Kurt Olsen
It works fine with windows 2000. Later, Kurt -Original Message- From: JOEL VOGT [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 17, 2001 1:48 AM To: [EMAIL PROTECTED] Subject: Re: Please Help Okay, After playing around a little, I am starting to get the impression that struts and

Re: Please Help

2001-03-17 Thread Martin Cooper
- Original Message - From: "JOEL VOGT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 3:47 AM Subject: Re: Please Help > Okay, > After playing around a little, I am starting to get the impression that > struts and windows together is

Re: Please Help

2001-03-17 Thread Ben Souther
-- Original Message - From: "JOEL VOGT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 6:47 AM Subject: Re: Please Help > Okay, > After playing around a little, I am starting to get the impression that > struts and windows together isn't g

Re: Please Help

2001-03-17 Thread dion
31 PM ----- Re: Please Help Okay, After playing around a little, I am starting to get the impression that struts and windows together isn't going to go. Is this neccessarily the case? Anyone had problems and then worked it out? Thanks again, Joel

Re: Please Help

2001-03-17 Thread JOEL VOGT
Okay, After playing around a little, I am starting to get the impression that struts and windows together isn't going to go. Is this neccessarily the case? Anyone had problems and then worked it out? Thanks again, Joel

Re: Please Help

2001-03-16 Thread Craig R. McClanahan
On Fri, 16 Mar 2001, JOEL VOGT wrote: > Okay, > > I've been trying to get my own struts apps going without much success. I > get the following error: > > javax.servlet.ServletException: Cannot find ActionMappings or > ActionFormBeans collection > If the controller servlet is not marked ,

Re: Please Help

2001-03-16 Thread Marc Antoine Garrigue
i had the same probleme under windows.. i try everything possible (path classpath, jars server.xml...) nothing works.. my advice : try linux ;-)) - Original Message - From: "JOEL VOGT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 11:44 AM Subject: Please He

Re: Please Help

2001-03-16 Thread Maya Muchnik
Please, check again if you have struts.jar file under webapps/your_app/WEB-INF/lib dir. JOEL VOGT wrote: > Okay, > > I've been trying to get my own struts apps going without much success. I > get the following error: > > javax.servlet.ServletException: Cannot find ActionMappings or > ActionFormB

RE: PLEASE HELP: How would I use the iterate tag here? Where are you Craig McClanahan?

2001-02-28 Thread Shamdasani Nimmi-ANS004
- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 5:38 PM To: [EMAIL PROTECTED] Subject: Re: PLEASE HELP: How would I use the iterate tag here? You should be able to use nested properties: -- Martin Cooper Tumbleweed Communications - Original Message

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Martin Cooper
You should be able to use nested properties: -- Martin Cooper Tumbleweed Communications - Original Message - From: "Shamdasani Nimmi-ANS004" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 2:25 PM Subject: RE: PLEASE HELP: How w

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
Wes, I did try the code below but it still doesn't work. Anyone has any other suggestion? Imagine all this trouble when all I want to do is to make my "WORKING" JSP code look cleaner by using iterate tag: -- This is what I am t

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Wes Hodges
What Craig is saying here seems inconsistant with the docs for iterate: ... a Map (whose values are to be iterated over), ... However you could add this line right inside of the loop Also you would need to change the id in the iterate to "supplierMapEntry" Wes > Martin, > > According to

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
er [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:19 PM To: [EMAIL PROTECTED] Subject: Re: PLEASE HELP: How would I use the iterate tag here? Yes, there is. See Craig McClanahan's explanation in the archives: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg03625.h

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Maya Muchnik
mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 4:11 PM > To: '[EMAIL PROTECTED]' > Subject: RE: PLEASE HELP: How would I use the iterate tag here? > > Are you using an older JDK? This tag requires JDK 1.2 or later. > > Just a thought, > Dave > > ---

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread D'Orto, David
Are the taglibs defined properly (in the jsp and in web.xml)? Do any struts tags work? -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 5:13 PM To: '[EMAIL PROTECTED]' Subject: RE: PLEASE HELP: How would I use the i

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Martin Cooper
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 2:02 PM Subject: RE: PLEASE HELP: How would I use the iterate tag here? > Is there a problem that getSuppliers() method returns a Hashtable and not an ArrayList? > > -Nimmi > > -Original Message---

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
No, I am using JDK 1.3 -Nimmi -Original Message- From: D'Orto, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 4:11 PM To: '[EMAIL PROTECTED]' Subject: RE: PLEASE HELP: How would I use the iterate tag here? Are you using an older JDK? This tag requ

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread D'Orto, David
Are you using an older JDK? This tag requires JDK 1.2 or later. Just a thought, Dave -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 5:02 PM To: '[EMAIL PROTECTED]' Subject: RE: PLEASE HELP: How would I use the i

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
Is there a problem that getSuppliers() method returns a Hashtable and not an ArrayList? -Nimmi -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 3:59 PM To: '[EMAIL PROTECTED]' Subject: RE: PLEASE HELP: How would

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Shamdasani Nimmi-ANS004
odges [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 3:51 PM To: [EMAIL PROTECTED] Subject: RE: PLEASE HELP: How would I use the iterate tag here? > Could someone help me with replacing the JSP code below with > iterate tag ? I have tried various permutations > of but have bee

Re: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread dhay
Here's what I do in some code, if it's any help - am sure you can manipulate it: David Shamdasani Nimmi-ANS004 <[EMAIL PROTECTED]> on 02/28/2001 04:22:40 PM Please respond to [EMAIL PROTECTED]

RE: PLEASE HELP: How would I use the iterate tag here?

2001-02-28 Thread Wes Hodges
> Could someone help me with replacing the JSP code below with > iterate tag ? I have tried various permutations > of but have been unsuccessful. > > -- > - > type="com.motorola.mms.msqc.beans.UserBean"/> > > > <% >

Re: Please, help with strange exception

2001-02-14 Thread Rob Leland
^ Also make sure you are not mixing 0.5 Tags and 1.0 Tags The old tag librariy is struts.tld the new ones are struts-html.tld struts-logic.tld etc ...

Re: Please, help with strange exception

2001-02-14 Thread Craig Tataryn
from documentation (3.3.1. - example) -Original Message- From: Craig Tataryn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 7:11 PM To: [EMAIL PROTECTED] Subject: Re: Please, help with strange exception   As suspected, replace: name="username" size="10"/

RE: Please, help with strange exception

2001-02-14 Thread Michael Grushko
Thank you Craig. It is work now. Strange ... I took this name of attribute from documentation (3.3.1. - example) -Original Message-From: Craig Tataryn [mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 14, 2001 7:11 PMTo: [EMAIL PROTECTED]Subject: Re: Please, help with

Re: Please, help with strange exception

2001-02-14 Thread Craig Tataryn
nt: Wednesday, February 14, 2001 6:22 PM To: [EMAIL PROTECTED] Subject: Re: Please, help with strange exception Looks to me like you are using an tag (or in your case , because it appears that your Taglib prefix is "struts") somewhere in your form and forgetting to have a "property&quo

RE: Please, help with strange exception

2001-02-14 Thread Michael Grushko
Hello Craig! Thanx for answer. Here my file indexNew.jsp Michael. -Original Message- From: Craig Tataryn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 6:22 PM To: [EMAIL PROTECTED] Subject: Re: Please, help with strange exception Looks to me like you are using an tag

Re: Please, help with strange exception

2001-02-14 Thread Craig Tataryn
Looks to me like you are using an tag (or in your case , because it appears that your Taglib prefix is "struts") somewhere in your form and forgetting to have a "property" attribute present. Can you send us indexNew.jsp so we can see? Craig. Michael Grushko wrote: > Hello everubody! > > I hav

RE: Please Help: Struts issues in Weblogic5.1.0 (sp5+)

2001-01-19 Thread Anderson, Trey
In reference to your question, it looks like WLS 6.0 has changed it's classloader hierarchy to be more J2EE compliant. As a result the servlet's and the jsp's have the same classloader identified by object.class.getClassLoader(). With respect to classloaders, all seems well with WLS 6.0. Howev

RE: Please Help: Struts issues in Weblogic5.1.0 (sp5+)

2001-01-18 Thread Anderson, Trey
oaded by a classloader higher up the hierarchy than the webapp classloader in Weblogic? What do you think? Thanks Again, -ta -Original Message- From: Abraham Kang [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 2:57 PM To: Anderson, Trey Subject: RE: Please

RE: Please Help: Struts issues in Weblogic5.1.0 (sp5+)

2001-01-18 Thread Anderson, Trey
_NAME= -Original Message- From: Abraham Kang [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 1:27 PM To: [EMAIL PROTECTED] Subject: RE: Please Help: Struts issues in Weblogic5.1.0 (sp5+) Can you give the details of your configuration. Where is struts.jar located?

RE: Please Help: Struts issues in Weblogic5.1.0 (sp5+)

2001-01-18 Thread Matthew Heaton
I don't know the solutions of getting struts to run on WL 5.1 but it seems to work fine on WL 6.0 -Original Message- From: Anderson, Trey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 10:20 AM To: '[EMAIL PROTECTED]' Subject: Please Help: Struts issues in Weblogic5.1.0 (sp5+

<    1   2   3