Re: radio button help

2002-04-22 Thread chuck amadi
Hi there , just edit the html:radio element and add the following prior the end tag element as follows: Muthukumar Subramanian wrote: how to make a radio button checked by default in group of radio buttons? html:radio property=affiliation value=C checked / Cbr html:radio

Re: Development Environment

2002-02-25 Thread Chuck Amadi
Jonathan James wrote: Windows 2000, cygwin vim - Original Message - From: Dave Wellman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 11:41 AM Subject: Development Environment Hello, Quick question, what is the preferred development environment that you

Re: no subject I have a question about putting jsp in web-inf

2002-02-22 Thread Chuck Amadi
Cheers Chuck Amadi Systems Programmer. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Can't find bundle for base name forms, locale en_US ,

2002-01-28 Thread Chuck Amadi
if this is the wrong group!! Cheers Chuck Amadi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Please can someone post an example of there Environment setup 4 tomcat 4- Sorted Now

2002-01-03 Thread Chuck Amadi
:\JDK1.3 Also tried and checked the three most common / likely reasons in the userguide . Nevertheless i assume it is my path any suggestions or can someone post an example of there Win98 Environment variable in Autoexec.bat Cheers Chuck Amadi Cheers 4 your reply i will try that when i get home

Help with Scriptlet within jsp - Oops i know.

2001-12-14 Thread Chuck Amadi
/ % } else { % jsp:forward page=Submit.jsp / % } % Everthing pass thru but if purposly leave out a field no action is taken by the PlanBean. Please help as this is stalling me. Cheers Chuck Amadi IT Systems Programmer -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Any suggestions Prob with validation be passing to db

2001-09-25 Thread Chuck Amadi
When the Submit.jsp form is complete it is passed to the ProcessForm.jsp (Inserted to db) Thus i have created a UserInfoValid.jsp as below. I now that i should'nt use script albeit i need something to demostrate my keep. jsp:useBean id=planBean scope=session class=PlanBean / jsp:setProperty

Re: How do i pass a constant %=request.getParameter( )% to Db

2001-08-31 Thread Chuck Amadi
not look good but it works , thus i can go on to using html:text/ tag instead of html tags. Chuck Amadi wrote: Hi , I have created a submitForm.jsp that has a value parameter named app_code that is a unique value from my PostgreSql Database. from a sql query/ select from my planningdb.jsp

Am i on the right lines regarding form:text/ tags

2001-08-29 Thread Chuck Amadi
Hi, I am replacing my HTML(input) tags with form:text/ tags , thus no problem nevertheless what do i use instead of HTML textarea name=address rows=3 cols=30 align=middle/textarea br tag. I assume that i can still use form:text property =address rows=3 cols=30 align=middle/ You may say why don't

'sql:escapeSql%=request.getParameter(app_code)% - no value

2001-08-29 Thread Chuck Amadi
Hi, I have exstablished a connection and all but app_code values appear in my Postgresql Database. The app_code is A UNQIUE value that is required thru the process . I have a jsp called planningdb that selects the following and displays the values from the Database. Thus i have a html input

Re: Hard time understanding tld(s)...

2001-08-24 Thread Chuck Amadi
Hi, there. These are tag library declarations that are modified into your application web.xml and thus declared in your JSP FILE ( %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % )as an example. Thus you can refer to ie the prefix=bean bean:write/ or bean:message/ as write and message tags

Re: MVC ..... Model... debate

2001-08-21 Thread chuck amadi
Hi all , Just thought i send a acknowledgement all the comments so far have been very interesting thus i have a folder full of MCV prints . I find that reading the MVC material as well as other documentation has made getting the grips of Struts Implemetation of MVC easier to comprehend.

Re: Can't find message Resources or DatabaseServlet

2001-08-20 Thread chuck amadi
Hi all , I have a MyApplicationResources at the following level . wardens/WEB-INF/classes/org/breconbeacons/wardens/MyApplicationResources wardens/WEB-INF/src/org/breconbeacons/wardens/MyApplicationResources I have also declared the above path in my web.xml.and consructed a DatabaseServlet in

Acronym BMO ( Session Beans )What does it stand 4.

2001-08-14 Thread Chuck Amadi
Hi i didn't get a response or a suggestion regarding BMO (Session Beans ) Thus i would like to know what this acronym stands for . I have come across a UML class diagram that connects a BMO TO a DAO (Data Access Object ) via Query / Update.Has or does BMO SOMETHING TO DO WITH Business Method

acronym BMO from the Session Beans mean.

2001-08-13 Thread Chuck Amadi
Hi there , I would like to know what does the acronym BMO from the Session Beans mean. As i am going thru the Walk Thru Tour and other Materials. My main interest is JDBC/DBTags. As we are currently designing and constructing a Database driven site. As we currently have numerous Island Windows

Re: Out of memory

2001-08-03 Thread chuck amadi
Martin Cooper wrote: You might have more luck with this if you ask on the tomcat-user list. I would also recommend providing a bit more information about the problem - for example, which Hi , there - is your problem (out of memeory or out of environment space ). Cheers Chuckie now using

Re: struts - webapps confirmation

2001-08-03 Thread chuck amadi
chuck amadi wrote: Hi , Im back again - unfortunately i am left to my own devices thus after making good progress i fell flat when i made modifications to mt action classes (Windows box). Nevertheless i am to try again albeit this time on a linux box running v7.1. Thus it may sound

Re: Missing type on declaration - any poniters 1 error left

2001-07-26 Thread chuck amadi
HI, I will be Cheers 4 yer time and effect.Thanx Calvin On 25 Jul 2001 12:51:08 +0100, Chuck Amadi wrote: Hi i have got it done to 1 error as below webapps/bbnpa/WEB-INF/classes/org/apache/struts/action/ActionForward.java [9:1] 'class' or 'interface' keyword expected. public

Re: Cant compile my .java files to a class - is it a path issue --

2001-07-26 Thread chuck amadi
\webapps\bbnpa\WEB-INF\classes\helloworld\HelloWorldResources.properties C:\jakarta-tomcat-3.2.2\webapps\bbnpa\WEB-INF\classes\helloworld\HelloWorld.java if you HelloWorld.java class has a package declaration of: package helloworld; Calvin On 25 Jul 2001 12:10:25 +0100, Chuck Amadi wrote: Hi , I

Cant compile my .java files to a class - is it a path issue --

2001-07-25 Thread Chuck Amadi
Hi , I have been posting this problem for a while now - sorry. Albeit i was on a role until i modified my Action Class. Thus or hell broke loose. I had got to the stage whereby i had exstablished a connection to PostgreSQL v6( though posted a bug on PostgreSQL v7.1- same code don't work) and

Missing type on declaration - any poniters

2001-07-25 Thread Chuck Amadi
Hi, can someone take a peek at my ActionFoward Class - webapps/bbnpa/WEB-INF/classes/org/apache/struts/action/ActionForward.java [10:1] Missing type on declaration public perform(ActionMapping mapping,

Re: Missing type on declaration - any poniters 1 error left

2001-07-25 Thread Chuck Amadi
Hi i have got it done to 1 error as below webapps/bbnpa/WEB-INF/classes/org/apache/struts/action/ActionForward.java [9:1] 'class' or 'interface' keyword expected. public ActionForward perform (ActionMapping mapping, ^ 1 error Errors compiling ActionForward. Chuck Amadi wrote

Re: Missing type on declaration - any poniters- perform Q

2001-07-25 Thread Chuck Amadi
that the method perform will as it say's on the tin perform ActionMapping and ActionForm etc thus why they are not functionally.Thus what point am i missing. Cheers Chuck suhas wrote: perform method returns ActionForward - Original Message - From: Chuck Amadi [EMAIL PROTECTED

ActionForward.java [11:1] 'class' or 'interface' keyword expected.

2001-07-25 Thread Chuck Amadi
Hi again i have one error but this is the example from 2.6 Accessing Relational Databases found within the struts - documentation. Any Pointers as i assumed that Action.class was the interface/abstract class and thus i am totally confused. ActionFoward at the below address.

Re: ActionForward.java [11:1] 'class' or 'interface' keyword expected.

2001-07-25 Thread Chuck Amadi
queries cheers all. suhas wrote: ActionForward is class - public class ActionForward Suhas - Original Message - From: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 6:29 PM Subject: ActionForward.java [11:1] 'class' or 'interface' keyword

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
- Original Message - From: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 23, 2001 10:49 AM Subject: Re: Baisc q 2 Cannot find message resources u/key - Hi , in my wem.xml i have the following defined for the apllication init-param. init-param

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Yes my property file is located there. Cheers Chuckie. Peter Alfors wrote: Is your property file then located here ? WEB-INF/classes/helloword/HelloWorldResources.properties Pete Chuck Amadi wrote: Hi , in my wem.xml i have the following defined for the apllication init

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Hi, I have tried that thanks. Cheers Chuck [EMAIL PROTECTED] wrote: give this a try.. add the classes folder to classpath... -Original Message- From: Chuck Amadi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 10:19 AM To: [EMAIL PROTECTED] Subject: Re: Baisc q 2

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Hi, there only promlem is that i am not running tomcat 4. Cheers Chuck Jon Brisbin wrote: i have discovered that this is an xml parser issue of some sort...i have this problem when running tomcat 4...the fix for that is to remove crimson and jaxp jars from the catalina/jasper directory and

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
directory be located here? /bbnpa/WEB-INF Pete Chuck Amadi wrote: Hi i still get the following error message. My path is /bbnpa/helloworld/WEB-INF/classes/helloworld/HelloWorldResources.properties Any more pointers Cheers Chuck Error: 500 Location: /bbnpa/helloworld

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-24 Thread Chuck Amadi
Hi, Ted i have been using the following path. C:\jakarta-tomcat-3.2.2\webapps\bbnpa\META-INF \WEB-INF\classes /// dont work thus temp shifted them. \css///all work cascade style sheets dir

Re: SV: pls Help .java File Wont compile/wrong name packages

2001-07-23 Thread Chuck Amadi
Hi , cheers 4 the return within the IDE when i go to ApplicationMappings a mouseover prompt states invalid package declaration. Thus path is as u noted plus the name of my package is package action; Thus i intend to create another Action Class From the package com.ora.jsp.servlets. Thus can i

Re: Any Pointers regarding Action Classes

2001-07-23 Thread Chuck Amadi
+0100, Chuck Amadi wrote: Hi , i require to create another Action Class contoller as the ApplicationMappings ActionForward.java won't compile so i would like to create an Action.java and run ant to compile. Thus is there a n example of this class and is it a abstract class with no methods

Properties file notation / Java won't compile /calvin yu

2001-07-23 Thread Chuck Amadi
Hi , the path was the same as described (calvin yu ) , nevertheless i have started again thus redeploy as you mentioned. Only other query .properties files what is the correct notation as i am creating the property files in Ms WordPad and the result is a txt notations ie Form.properties.txt Thus

Re: Properties file notation / Java won't compile /calvin yu

2001-07-23 Thread Chuck Amadi
Hi Pls ignore that request from above it hit me to go to W/EXPLORER VIEW FOLDER OPTIONS VIEW UNCHECK HIDE FILE EXT FOR KNOWN FILE TYPES. Chuck Amadi wrote: Sorry folks. Hi , the path was the same as described (calvin yu ) , nevertheless i have started again thus redeploy as you

Baisc q 2 Cannot find message resources u/key -

2001-07-23 Thread Chuck Amadi
Hi , can anyone work out this one i have followed the correct procedures albeit i am missing somthing. (bbnpa the name of my application) My path C:\jakarta-tomcat\webapps\bbnpa\helloworld\hello.jsp 1) declared directives. 2) created property file. 3) created web.xml file. 4)Copied all necessary

Re: Baisc q 2 Cannot find message resources u/key -

2001-07-23 Thread Chuck Amadi
init-param). Pete Chuck Amadi wrote: Hi , can anyone work out this one i have followed the correct procedures albeit i am missing somthing. (bbnpa the name of my application) My path C:\jakarta-tomcat\webapps\bbnpa\helloworld\hello.jsp 1) declared directives. 2) created property

Any Pointers regarding Action Classes

2001-07-20 Thread Chuck Amadi
Hi , i require to create another Action Class contoller as the ApplicationMappings ActionForward.java won't compile so i would like to create an Action.java and run ant to compile. Thus is there a n example of this class and is it a abstract class with no methods(uniplemented methods-empty

Help Pls regarding Action Classes - Path

2001-07-20 Thread Chuck Amadi
Hi, is it feasiable to drop my .java file into classes dir instead of the path bbnpa/WEB-INF/classes/org/apache/struts/action bbnpa/WEB-INF/classes/org/apache/struts/custom bbnpa/WEB-INF/classes/org/apache/struts/logon Use bbnpa/WEB-INF/classes/action and so on. As i have tried to create a

Re: Wer is d/load 4 Actions.classes - need 2 reinstall !!

2001-07-19 Thread Chuck Amadi
to the sutruts-examples either as on open the .java file in a editor (notepad) the code is encrypted/un-readable. Thus Pls point me were i can check or obviously download again.As this has now caused me to fall back a fair bit . Cheers All Chuck -- Chuck Amadi wrote: Hi, all i previously had config

Re: Ant Q sorted root element missing

2001-07-19 Thread Chuck Amadi
Hi, all (re-sent) from a created build file project i have the following error:- C:\development\test\build.xml:6: Document root element is missing. I have checked line 6 seems ok didn't like - property name= typo i keep on doing this Cheers Chuck Calvin Yu wrote: Chuck Amadi wrote: Hi, all from

Re: Basic ant's q regarding unexpected element copy

2001-07-19 Thread Chuck Amadi
Cheers i will look it up from doc's , sorry about that albeit prerequiste software for struts is inclusive of the Any Build System and is strongly recommended for use in developing web apps based on struts. Thus i wasn't aware it was a different kettle of fish as people bring into the domain a

Re: Antigen found =*.vcf file

2001-07-19 Thread Chuck Amadi
Sorry about that i have been trying 2 post mail to ant's-user mailing list ANTIGEN_MG01 wrote: Antigen for Exchange found peter.alfors.vcf matching =*.vcf file filter. The file is currently Deleted. The message, Re: Basic ant's q regarding unexpected element copy, was sent from Peter

Re: Basic ant's q regarding unexpected element copy

2001-07-19 Thread Chuck Amadi
Well played typo error again - sorry 4 posting this 2 struts-user group i have now subscribed Cheers Again. Chuck Peter Alfors wrote: You are ending your target prematurely. target name=copy depends=jar/ should be: target name=copy depends=jar HTH, Pete Chuck Amadi wrote

Re: Ant Q regarding deployment of jar's

2001-07-18 Thread Chuck Amadi
ink reference not valid. target name="init"> which I assume has been added by word as it attempts to interpret the xml as html. Could you open your build.xml up in notepad copy+paste the entire thing into an email to me? - hopefully I'll be able to spot your problem... Paul > -Or

Re: Ant Q regarding deployment of jar's

2001-07-18 Thread Chuck Amadi
your project, I would recommend putting them in a 'lib' directory under your project directory. You could put them in C:\jars, but that might cause some confusion later on if you're building different projects with conflicting libraries in C:\jars. Calvin On 18 Jul 2001 13:52:26 +0100, Chuck Amadi

Re: Ant Q regarding deployment of jar's

2001-07-18 Thread Chuck Amadi
with conflicting libraries in C:\jars. Calvin On 18 Jul 2001 13:52:26 +0100, Chuck Amadi wrote: Hi, I am currently working thru ant's and from a few articles and example they lay claim to create deploying all jar's to C:\jar . Thus within the -target name=init the property name- value

Wer is d/load 4 Actions.classes - need 2 reinstall !!

2001-07-18 Thread Chuck Amadi
Hi, all i previously had config/editing problems regarding Action Classes.ie ActionMappings,ActionForward, and ApplicationMappings . Thus Pls can someone direct me to what download file as i have checked my jakarta-struts-1.0-b2,struts-trail-map. Thus there are no examples and in relation to the

Re: Unable to run both Ant Tomcat (set classpath)

2001-07-17 Thread Chuck Amadi
Hi,all I have just installed and configured the ant's build and thus ran a few examples and it running ok.Albeit on trying to run the tomcat container i have recieved a bad command on startup. I have still got the set TOMCAT_HOME=C:\jakarta-tomcat-3.2.2 in my classpath. If this is the case i

Working with Ant - Confirm package name

2001-07-17 Thread Chuck Amadi
Hi, I have just installed ant, thus i am toying with a few simple examples. Nevertheless i just like to confirm that when creating .java files i save them into a C:\development directory (as text doc) thus i am led to believe that this dir isthe name of my package name i.e package development;

Re: Unable to run both Ant Tomcat (set classpath)rectified

2001-07-17 Thread Chuck Amadi
2001 11:30:31 +0100, Chuck Amadi wrote: > Hi,all > I have just installed and configured the ant's build and thus ran a few > examples and it running ok.Albeit on trying to run the tomcat container i have > recieved a bad command on startup. > I have still got the set TOMCAT_HOME=C:

Re: Unable to run both Ant Tomcat (set classpath)rectified

2001-07-17 Thread Chuck Amadi
. If it is necessary for the code to run properly, I'd put it in etc. Calvin On 17 Jul 2001 14:40:17 +0100, Chuck Amadi wrote: Hi Calvin your right , i mispelt jakarta,within the classpath. I would also like to know does it matter that i have copied from tomcat/lid dir to my webapp/WEB-INF/lib dir

Re: Working with Ant - Confirm package name

2001-07-17 Thread Chuck Amadi
project organization will suffer. So just remember, package declaration is *relative* to the source directory. Calvin On 17 Jul 2001 13:44:34 +0100, Chuck Amadi wrote: Hi, I have just installed ant, thus i am toying with a few simple examples. Nevertheless i just like to confirm

Re: Ant problem - but getting closer any suggestions on snippet

2001-07-16 Thread Chuck Amadi
Chuck Amadi wrote: Part 1.1.1Type: Plain Text (text/plain) Encoding: 8bit Name: buildxml.doc buildxml.doc Type: Winword File (application/msword) Encoding: base64 Download Status: Not downloaded

A copy of my Ant Build.xml File (Ant Problems)

2001-07-16 Thread Chuck Amadi
I apologise 4 mailing u direct, regarding your comments in relation to C:\ant (My current problem) I haven't got a dir named nbuild, thus i have digested your remarks which make sence to me now. Albiet i have placed the build.xml file in numerous places in order 4 it to be located to no avail.

Ran another ant( build.xml) new problem - messages -

2001-07-16 Thread Chuck Amadi
Hi again, i have a new build.xml file from the joinstruts.zip business.zip . Anyway from C:\jakarta-tomcat-3.2.2\webapps\bbnpa\business\build.xml:43: Compile failed ,messages should have been provided. Any Ideas. Regarding these messages as on line:43: The only thing is as follows jar

Re: Ant problem - build.xml file does not exist

2001-07-13 Thread Chuck Amadi
:\ant\bin\ant.bat thus get can't find build file. Any ideas Cheers Chuck Peter Alfors wrote: how are you executing ant.bat? In your dos prompt, move to the ant/bin directory, then execute it. Pete Chuck Amadi wrote: Hi all i have just downloaded a exampl from

Re: Ant problem - build.xml file does not exist

2001-07-13 Thread Chuck Amadi
heers Chuck > > > > Peter Alfors wrote: > > > > > > how are you executing ant.bat? > > > In your dos prompt, move to the ant/bin directory, then execute it. > > > > > > Pete > > > > > > Chuck Amadi wrote: > > > >

Ant Problem any ideas from here Build Failed!!

2001-07-13 Thread Chuck Amadi
Hi , getting closer within MS- DOS prompt i changed dir to - C:\>cd:\ant C:\ant>ant Buildfile: buildfile.xml Build FAILED C:\ant\build.xml:19: The file or path you specified (..\..\..\nbuild\netbeans) is invalid realative to C:\ant Total time : 1 second Getting Closer :^}. This my set classpath

Re: Ant(bash) problem - build.xml file does not exist

2001-07-13 Thread Chuck Amadi
C:\>ant\bin\ant.bat thus get can't find build > file. > > Any ideas Cheers Chuck > > Peter Alfors wrote: > > > > how are you executing ant.bat? > > In your dos prompt, move to the ant/bin directory, then execute it. > > > > Pete > > > > Chuck

Re: ant's Classpath just(ANT'S need some guidance!!)

2001-07-12 Thread Chuck Amadi
=C:\JDK1.3 Cheers 4 your help Chuck Amadi wrote: I have tried that already no joy . Thus must i do away with set TOMCAT_HOME as i assumed that i needed this for the container. set JAVA_HOME=C:\JDK1.3 set set classpath=%ANT_HOME%\lib\ant.jar Again this didn't work . Thus i try again

Re: just d/l installed ANT'S need some guidance!!

2001-07-12 Thread Chuck Amadi
Hi i believe that i have now installed ant , now have i got to install the source from the Ant source distribution. As i can see the syntax code for build ant - build -Ddist.dir=directory_to_contain_Ant_distribution>dist (windows) Calvin Yu wrote: Part 1.1 Type: Plain Text (text/plain)

Re: just d/l installed ANT'S need some guidance!!

2001-07-12 Thread Chuck Amadi
Sorry foliks excuse my igorance i have the binary distribution and have installed it now i want to run ant , except my ant does'nt have a build.xml file in the current dir. Thus i d/loaded a build.xml from joinstruts that is in my netbeans filesystem thus can i utilise that build.xml. Any

Re: SV: just d/l installed ANT'S need some guidance!!

2001-07-12 Thread Chuck Amadi
are you using an ant.bat that you wrote yourself? Make sure you > use > ant.home>/bin/ant.bat. Try fully declaring it ([prompt:] > C:\jakarta-ant-1.3\bin\ant.bat). It you're still seeing the problem, > send > me the ant.bat file. > > Calvin > > > - Original Message --

just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
Hi, all eventhugh Ant's is bundled with netbeans 3.2.2 i have just downloaded (binary) , installed and config the set up environment - C:\jakarta-ant.Thus do i mount the C:\jakarta-ant-1.3 onto the netbeans filesystem or do i just add ant.jar and any jars/classes that i require to my webapp's

Re: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
Hi again i have set my classpath within AutoExec.bat as follows set TOMCAT_HOME=C:\jakarta-tomcat-3.2.2 set ANT_HOME=C:\jakarta-ant-1.2 set JAVA_HOME=C:\JDK1.3 set PATH=%PATH%;%ANT_HOME%\bin Thus on checking the ant's bin dir the ant.bat states the following. Exception in thread "main"

Re: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
Hi, tried that and just ant from the ms-dos command line and got Exception in Thread - I assume that i have a classpath issue regarding multithreading . Any Suggestions Cheers Chuck suhas wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views

Re: SV: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
- Fra: Chuck Amadi [mailto:[EMAIL PROTECTED]] Sendt: 11 July 2001 14:43 Til: [EMAIL PROTECTED] Emne: Re: just d/l installed ANT'S need some guidance!! Hi, tried that and just ant from the ms-dos command line and got Exception in Thread - I assume that i have a classpath issue regarding

Re: SV: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
can look into it... Mikkel -Oprindelig meddelelse- Fra: Chuck Amadi [mailto:[EMAIL PROTECTED]] Sendt: 11 July 2001 14:43 Til: [EMAIL PROTECTED] Emne: Re: just d/l installed ANT'S need some guidance!! Hi, tried that and just ant from the ms-dos command line and got Exception

Re: SV: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
Is this ok Peter Alfors wrote: print out your classpath and see which ant.jar is being used. Pete Chuck Amadi wrote: Oops forgot to mention that i am running Netbeans v 3.2.2 wereby ant's is apparently alreay bundled nevertheless i would like a standalone , as the ant 1.3 download

Re: .Re: SV: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
ms-dos command line entered ant . Cheers Chuck Mikkel Bruun wrote: please post the exception so we can look into it... Mikkel -Oprindelig meddelelse- Fra: Chuck Amadi [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]> ] Sendt: 11 July 2001 14:43 Til: [EMAIL PROTECTED] Emne: Re: just d/l

Re: SV: just d/l installed ANT'S need some guidance!!

2001-07-11 Thread Chuck Amadi
I have since removed the TOMCAT_HOME path that resulted the fact that my classpath is directing towards the tool.jar. I haven't got a tool.jar in the ant dir. Cheers Chuck. Peter Alfors wrote: print out your classpath and see which ant.jar is being used. Pete Chuck Amadi wrote: Oops

Re: ant's Classpath just(ANT'S need some guidance!!)

2001-07-11 Thread Chuck Amadi
I have tried that already no joy . Thus must i do away with set TOMCAT_HOME as i assumed that i needed this for the container. set JAVA_HOME=C:\JDK1.3 set set classpath=%ANT_HOME%\lib\ant.jar Again this didn't work . Thus i try again at home as after i solve this it's time 4 linux Cheers all.

[Fwd: revised struts visual]

2001-07-10 Thread Chuck Amadi
Here we go UML diagrams of Struts (specialy the class model diagram) ? this was forwarded on as Jonathan Asbell visual a few day's ago i found it pretty good. All the Best Chuck. Thanks. Bruno Morin -- The views expressed by the sender of this message don't necessarily represent those of

Ant build tools - Need to get to grips with.

2001-07-10 Thread Chuck Amadi
ANT is part of the Apache Jakarta project i know, and is fast becoming the defacto build tool for Java projects.Pls can anyone suggest a good src other than within netbeans Ant 1.3 manual as it is difficult to print intact and will take a bit of editing.Thus any other src doc's ie. ant's made

Re: ActionForward snippet can any work out!

2001-07-10 Thread Chuck Amadi
Hi, this is my modified ActionForward class that i believe i made a serious bo bo. package classes.org.apache.struts.action; /*Accessing Relational Databases *Struts can define the datasources for an application from within its standard configuration file. A simple JDBC connection pool is also

Re: SV: Ant build tools - Need address to get grips with.

2001-07-10 Thread Chuck Amadi
Pls could you post this ant website address or link. Cheers chuck. Mikkel Bruun wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park

Java files won't compile- compilation errors/utlise Ant's

2001-07-10 Thread Chuck Amadi
Excuse me 4 mailing u direct. I have just seconded a linux box for home use as well as my home windox box is practically full). Thus as per your mail u mentioned i should try and compile it via the command line(ant prferrably) that would give you sufficient data to work with. Thus it may

Re: pls help java files wont compile - take a look ****

2001-07-09 Thread Chuck Amadi
Message - From: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 5:56 AM Subject: Re: pls help java files wont compile - take a look Hi, can anyone work this one out visual attached. Cheers Chuck. Chuck Amadi wrote: Part 1.1Type: Plain

Ant 1.3 build process (check errors etc config)

2001-07-09 Thread Chuck Amadi
Hi strutters , can anyone recommend help / demo ( online-print) regarding ant's build other that netbeans ideV2. I would like to verbose/print thus have a good read in the bath.I am aware of the Ant 1.3 Manual never the less it is not user printable foramt. Well not 4 me anyway. Cheers chuck --

Re: Iterate tag update / expalin/why what form bean!!

2001-07-09 Thread Chuck Amadi
Hi, i am currently reading up on delegating as much processing as possible to javabeans components hence i have come across various beans regarding html forms ie html:select,html:option, logic:iterate etc etc . Pls could anyone explain or advise were one can get an understanding on selection to

Invalid package declarations:action / and my others packages

2001-07-09 Thread Chuck Amadi
Hi , I have constructed a classpath bbnpa/WEB-INF/classes/org/apache/struts/action . Thus within ActionForward.class hence the package name is as follows package classes.org.apache.struts.action; Now is this correct or shpuld the package name simply be package action; As i have on numerous

Re: pls help java files wont compile - take a look

2001-07-05 Thread Chuck Amadi
. or there path. Any Suggestions as i i have come against a brick wall. Chuck Amadi wrote: Hi again, i have encountered within the strus-examples a class path that states the wrong name.I have attached a visual for your perusal. Please comment Cheers chuck. Peter Alfors wrote: > Are you look

Re: pls help java files wont compile - take a look ****

2001-07-05 Thread Chuck Amadi
Folks Chuck. Chuck Amadi wrote: Part 1.1 Type: Plain Text (text/plain) Encoding: 8bit -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message is intended for the addressee(s) only and is sent in confidence

Re: Basic Q were can i gets details on BMO DAO(SESSION BEANS)

2001-07-05 Thread Chuck Amadi
Hi , i am after details regarding BMO DAO - Process Bussniess logic Session Beans. Cheers chuck -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message is intended for the addressee(s) only and is sent in

Re: Basic Q were can i gets details on BMO DAO(SESSION BEANS)

2001-07-05 Thread Chuck Amadi
Cheers suhas suhas wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message is intended for the addressee(s) only

Re: Regarding JavaOne Presentations

2001-07-05 Thread Chuck Amadi
I will try my password for JDC Community cheers again suhas wrote: Part 1.1Type: Plain Text (text/plain) Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This message

Re: Regarding JavaOne Presentations - no joy :^{

2001-07-05 Thread Chuck Amadi
Hi again not much there , can you explain what theses ancorithms are BMO DAO (presentations) or are they just abbreviations for what was requries inside of the Process Business Logic Session Bean. Cheers Chuck suhas wrote: Part 1.1Type: Plain Text (text/plain) Encoding:

Re: SV: pls Help .java File Wont compile/wrong name packages

2001-07-05 Thread Chuck Amadi
looking for the ActionMapping class file or java file? either way, it should be in your download of struts??? Pete Chuck Amadi wrote: > Hi yes all my jar files are in WEB-INf\lib.Could you post a snippet of > ActionMappings.class. > As i have located a copy in the struts-example in another ap

Re: SV: pls Help .java File Wont compile/wrong name packages

2001-07-05 Thread Chuck Amadi
Hi suhas, cheers 4 info regardong Data Access Objects (DAO), Regarding my dilema some how i had modified the ActionMapping.class files etc Thus i created a package path to suit my companies. Thus i renamed the files (post change to) org.breconbecons.it.the class nevertheless i then recieved

Re: the build process !!/invalid package declarations

2001-07-05 Thread Chuck Amadi
-- Original Message - From: Chuck Amadi [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 2:20 PM Subject: Re:the build process !! > On attempting to creat the joinstruts project recieved the following > error. > Cheers Chuck > compile: > Created dir: C:

Re: the build process !!/Servlet.jar

2001-07-05 Thread Chuck Amadi
Guesss WHAT No Peter pleasse go on , im a looking for it as we speek albiet i don't recall deleting that servlet.jar or seeing it. Cheers Chuck Peter Alfors wrote: Do you have the servlet.jar in your classpath? Pete Chuck Amadi wrote: On attempting to creat the joinstruts project

Re: the build process !! found servlet others

2001-07-05 Thread Chuck Amadi
? Pete Chuck Amadi wrote: > On attempting to creat the joinstruts project recieved the following > error. > Cheers Chuck > compile: > Created dir: C:\jakarta-tomcat-3.2.2\webapps\joinStruts\build\classes > Copying 1 file to > C:\jakarta-tomcat-3.2.2\webapps\joinStruts\build\

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
/classes/org/apache/struts/action directory and place your ActionMapping class in it. HTH, Pete Chuck Amadi wrote: Hi does explain anything that can be digestable and config my .java files problems as i am aware that i have declared the right package path. except for ActionMappings.class

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
an web-inf/classes/org/apache/struts/action directory and place your ActionMapping class in it. HTH, Pete Chuck Amadi wrote: > Hi does explain anything that can be digestable and config my .java files > problems as i am aware that i have declared the right package path.

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
/apache/struts/action directory and place your ActionMapping class in it. HTH, Pete Chuck Amadi wrote: > Hi does explain anything that can be digestable and config my .java files > problems as i am aware that i have declared the right package path. except for > ActionMappings.class

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
that Action Class is or is it a Abstract class - final modifer (can't be over ridden). Peter Alfors wrote: Are you looking for the ActionMapping class file or java file? either way, it should be in your download of struts??? Pete Chuck Amadi wrote: > Hi yes all my jar files are in WEB-INf\lib.Co

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
of struts??? Pete Chuck Amadi wrote: Hi yes all my jar files are in WEB-INf\lib.Could you post a snippet of ActionMappings.class. As i have located a copy in the struts-example in another application albeit i can't access it. Cheers Chuck Calvin Yu wrote: Is struts.jar in WEB

Re: help with package struts-classpath

2001-07-03 Thread Chuck Amadi
cat-3.2.1\lib > c:\..the jars inside > c:\jakarta-tomcat-3.2.1\webapps\struts-bbnpa\WEB-INF\lib > c:\jakarta-tomcat-3.2.1\webapps\struts-bbnpa\WEB-INF\classes > > Now try and tell me what happened > > - Original Message - > From: "Chuck Amadi" [EMA

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
called "ApplicationMapping.java". public final class ApplicationMapping extends ActionMapping { ^ 3 errors Errors compiling ActionMapping. Chuck Amadi wrote: Hi, here is a copy of my clipboard. Cheers Chuckie WEB-INF/classes/org/breconbeacons/it/ActionMapping.java [66:1] Class ActionMapping

  1   2   >