Re: help with package struts-classpath

2001-07-03 Thread Chuck Amadi
Message - > From: "Chuck Amadi" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 14, 2001 10:50 AM > Subject: Re: help with package struts-classpath > > > Is This Better Jonathan  !! Cheers Chuck > > > > Jonathan wrote: &g

Re: help with package struts-classpath

2001-07-02 Thread kuma.cra
uot; <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 14, 2001 10:50 AM > Subject: Re: help with package struts-classpath > > > Is This Better Jonathan !! Cheers Chuck > > > > Jonathan wrote: > > > > >Part 1.1

Re: help with package struts-classpath

2001-06-18 Thread Chuck Amadi
pened > > - Original Message - > From: "Chuck Amadi" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 14, 2001 10:50 AM > Subject: Re: help with package struts-classpath > > > Is This Better Jonathan !! Cheers Chuck >

Re: help with package struts-classpath / invalid package

2001-06-15 Thread Chuck Amadi
Hi, Dan i don't really understand your point if it's related to my bad spelling  ( Hi -to-   declarations ).That's called fatigue!!.  My problem was based on the fact that after compiling the original .java class things still worked accordingly, until somehow i have altered something  .I  under t

Re: help with package struts-classpath

2001-06-14 Thread Dan Miser
Take a real close look at the spelling in the following 2 lines. -- Dan Miser http://www.distribucon.com Hi, does anyone no why i now reciveve the following invalid package declarations My Package classpath is struts-bbnpa/WEB-INF/classes/org/breconbeacons/it/ActionForward.java // (and the retst

RE: help with package struts-classpath

2001-06-14 Thread Abraham Kang
n the org.apache.struts.action package. My guess is you are providing custom ActionForward and ActionMapping classes. --Abraham > -Original Message- > From: Chuck Amadi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 14, 2001 7:50 AM > To: [EMAIL PROTECTED] > Subject: Re: help

Re: help with package struts-classpath

2001-06-14 Thread Jonathan
tomcat-3.2.1\webapps\struts-bbnpa\WEB-INF\classes Now try and tell me what happened - Original Message - From: "Chuck Amadi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 10:50 AM Subject: Re: help with package struts-classpath

Re: help with package struts-classpath

2001-06-14 Thread Jonathan
Chuck, I need the WHOLE path from root. - Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 8:40 AM Subject: Re: help with package struts-classpath Hi Jonathan , I sent u a word.doc with a alt & print scrn visual o

Re: help with package struts-classpath

2001-06-14 Thread Jonathan Asbell
Chuck, send me your directory structure and name of your server and I will tell you what your classpath should be. - Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 5:03 AM Subject: Re: help with package struts-classpath

Re: help with package struts-classpath

2001-06-14 Thread Chuck Amadi
3, 2001 9:50 AM Subject: Re: help with package struts-classpath Sorry about this what happens regarding the action path="/admin/addFormBean" as im about to amended the type="org.breconbeacons.it.AddFormBeanAction. cheers chuck    type="org.apache.struts.actions.AddFormBe

Re: help with package struts-classpath

2001-06-13 Thread Dan Miser
- Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 9:50 AM Subject: Re: help with package struts-classpath Sorry about this what happens regarding the action path="/admin/addFormBean" as im about to amended the type="org.breconbeacons.it.

Re: help with package struts-classpath

2001-06-13 Thread Chuck Amadi
Sorry about this what happens regarding the action path="/admin/addFormBean" as im about to amended the type="org.breconbeacons.it.AddFormBeanAction. cheers chuck    type="org.apache.struts.actions.AddFormBeanAction"/>        type="org.apache.struts.actions.AddForwardActio

Re: help with package struts-classpath

2001-06-13 Thread Jonathan
: Chuck Amadi To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 9:32 AM Subject: Re: help with package struts-classpath Thanx 4 confirmation Thus i believe that i must amend the mapping file struts-config.xml from - org.apache.struts.actions.javaClass  to -  org

Re: help with package struts-classpath

2001-06-13 Thread Chuck Amadi
Thanx 4 confirmation Thus i believe that i must amend the mapping file struts-config.xml from - org.apache.struts.actions.javaClass  to -  org/breconbeacons/it/class.java  is this correct procedure in Cheers Chuck     Jonathan Asbell wrote:    Part 1.1    Type: Plain Text (text/plain)   

Re: help with package struts-classpath

2001-06-13 Thread Jonathan Asbell
should be   for UNIX/LINUX /struts-bbnpa/WEB-INF/classes or for Windows c:\struts-bbnpa\WEB-INF\classes   - Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 8:26 AM Subject: help with package struts-classpath Hi, i have

help with package struts-classpath

2001-06-13 Thread Chuck Amadi
Hi, i have checked my struts-config and i noticed that the action mappings reads below. Thus my classpath  is struts-bbnpa/WEB-INF/classes/org/breconbeacons/it/class.java struts-bbnpa the name of my webapp. I have declared  package org.breaconbeacons.it ;    //  top of java classes page