RE: Pls help me in configuring common logger

2004-03-26 Thread sougata
Hi Van I am not using simple logger.I am using apache's commons logger.Pls le me know how to do it Thanks Sougata -Original Message- From: Van Riper, Mike [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 12:38 PM To: 'Struts Users Mailing List' Subject: RE: Pls help me

Re: Pls help me in configuring common logger

2004-03-26 Thread roy-strutsuser
On 26 Mar 2004 13:59:25 -, struts-user-digest-help wrote Re: Pls help me in configuring common logger 109791 by: sougata sougata, if you're using Log4j you need to add a file called commons-logging.properties file under your WEB-INF/classes directory. In that file you need one line

RE: Pls help me in configuring common logger

2004-03-26 Thread Van Riper, Mike
to the SimpleLog implementation. Good Luck, Van -Original Message- From: sougata [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 4:12 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Pls help me in configuring common logger Hi Van I am not using simple

Pls help me in configuring common logger

2004-03-25 Thread sougata
Hi Guys I am facing a problem in configuration apaches common logger using weblogic8.1.I want to send all my log message to a perticular file.I am using Common logger for my logging message.How to configure Pls let me know Thanks Sougata

RE: Pls help me in configuring common logger

2004-03-25 Thread Van Riper, Mike
-Original Message- From: sougata [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9:15 PM To: Struts Users Mailing List Subject: Pls help me in configuring common logger Hi Guys I am facing a problem in configuration apaches common logger using weblogic8.1.I want

Re: Pls help me in configuring common logger

2004-03-25 Thread Rajat Pandit
: Friday, March 26, 2004 12:37 PM Subject: RE: Pls help me in configuring common logger -Original Message- From: sougata [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9:15 PM To: Struts Users Mailing List Subject: Pls help me in configuring common logger Hi Guys I

Re: Pls help on shopping cart App

2004-03-20 Thread Mark Lowe
-Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:36 PM To: Struts Users Mailing List Subject: Re: Pls help on shopping cart App Do your html:text have the indexed=true attribute? On 18 Mar 2004, at 07:07, sougata wrote: Hi All, I have a shopping cart

Re: RE: Pls help on shopping cart App

2004-03-19 Thread Prakasan OK
] Sent: Thursday, March 18, 2004 1:36 PM To: Struts Users Mailing List Subject: Re: Pls help on shopping cart App Do your html:text have the indexed=true attribute? On 18 Mar 2004, at 07:07, sougata wrote: Hi All, I have a shopping cart apps.When the user is buying items it is coming

Re: Pls help on shopping cart App

2004-03-18 Thread Mark Lowe
Do your html:text have the indexed=true attribute? On 18 Mar 2004, at 07:07, sougata wrote: Hi All, I have a shopping cart apps.When the user is buying items it is coming to mycart .In my mycart page I am showing all the products and the beside that I have a update button by which I can update

RE: Pls help on shopping cart App

2004-03-18 Thread sougata
No it is not like that since I am using weblogic's struts .Anyway I solved that.Thanks for your reply Sougata -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:36 PM To: Struts Users Mailing List Subject: Re: Pls help on shopping cart App Do

Pls help on shopping cart App

2004-03-17 Thread sougata
Hi All, I have a shopping cart apps.When the user is buying items it is coming to mycart .In my mycart page I am showing all the products and the beside that I have a update button by which I can update the quantity of my each item which is in a textbox.I am follwing struts for that.My text box

Pls help

2004-03-16 Thread sougata
Hi All I have a shopping cart apps.The user is buying items it is coming to my cart .In my mycart page I am showing all the products and the beside that I have a update button by which I can update the quantity of my each item which is in a textbox.I am follwing struts for that.My text box name

Pls help on Javascript

2004-03-04 Thread sougata
Hi I am using struts but the weblogic's tag libs for struts. say in jakarta struts we are using html:form for the form tag but in weblogic we are using netui:form Do they have any inbuild javascript.Or I have to write all the javascript checking Thanks Sougata

Re: Pls help on Javascript

2004-03-04 Thread Paul Stanton
you can use a struts plugin called validator.. or you can write for yourself. with validator you have to write your validation in xml. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Pls help on Javascript

2004-03-04 Thread sougata
HI Paul Thanks for the reply.can u pls let me know how to do it in weblogic.Can u pls send me a small example. Thanks Sougata -Original Message- From: Paul Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:38 AM To: Struts Users Mailing List Subject: Re: Pls help

Re: Pls help on Javascript

2004-03-04 Thread Paul Stanton
i dont have weblogic installed, i dont know what you want to validate, and i have very little spare time. sorry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Pls help on Javascript

2004-03-04 Thread Daniel Henrique Alves Lima
Message- From: Paul Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 10:38 AM To: Struts Users Mailing List Subject: Re: Pls help on Javascript you can use a struts plugin called validator.. or you can write for yourself. with validator you have to write your validation in xml

RE: Pls help on Javascript

2004-03-04 Thread sougata
thanks paul.I will try.actullly i want to validate some textfields whether it is null or not. I am checking every field each time -Original Message- From: Paul Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:00 AM To: Struts Users Mailing List Subject: Re: Pls help

RE: unable to find jakarta-poi jar file from the downloaded .tar file. pls. help me finding the right .zip/.tar file location (link).

2004-02-05 Thread Yee, Richard K,,DMDCWEST
: Wednesday, February 04, 2004 8:50 PM To: [EMAIL PROTECTED] Subject: unable to find jakarta-poi jar file from the downloaded .tar file. pls. help me finding the right .zip/.tar file location (link). hi, i have downloaded poi-src-2.0-final-20040126.tar (5MB) but could not find the required poi

unable to find jakarta-poi jar file from the downloaded .tar file. pls. help me finding the right .zip/.tar file location (link).

2004-02-04 Thread ssrinivasrao
hi, i have downloaded poi-src-2.0-final-20040126.tar (5MB) but could not find the required poi*.jar file in the lib folder. pls. help me in locating the right link to the resource. thanks and regards, s.srikanth

RE: html:checkbox pls help

2004-01-26 Thread Wendy Smoak
From: Raman Garg [mailto:[EMAIL PROTECTED] Thanks for your reply... BUT it take the default value=on when I do the way as you were telling me. I want to put the value=232 where 232 is the id value corresponding to my record. Can you post the iterate tag along that's outside the

html:checkbox pls help

2004-01-17 Thread Raman
till now: I have bean:define id=val1 name=subfilters property=subFilterId/ and assign this as html:checkbox property=subfilterids value=%=val1% still it is not working and giving me error this may be simple issue.. but i have tried and couln't find solution.. Pls help. -- Raman

RE: html:checkbox pls help

2004-01-17 Thread Mohan Radhakrishnan
PM To: Struts Users Mailing List Subject: html:checkbox pls help Hello, I have a checkbox and i want to assign html:checkbox value. and that value should be my id value. How should i do that. html:checkbox property=deleteItem value=?? Delete /html:checkbox here i want value to be my id value

Re: html:checkbox pls help

2004-01-17 Thread Raman Garg
List' [EMAIL PROTECTED] Sent: Saturday, January 17, 2004 5:02 PM Subject: RE: html:checkbox pls help Raman, What's wrong with this ? html:checkbox property=deleteItem/ Shouldn't this pick up the property from the ActionForm and generate value=x for example. Is yours dynamic ? Mohan

Problem in deploying struts app in production environment. Pls help

2003-11-22 Thread Samanth Athrey
files are in place and the production environment is a replica of my development envi. Is there something that am missing here? Pls help. Regards, Samanth Athrey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Problem in deploying struts app in production environment. Pls help

2003-11-22 Thread David Friedman
in production environment. Pls help Importance: High Hello, Am using struts1.1, tomcat 4.1.27. During development there was no problem. But when the same was deployed on th production server, not a single page was displayed correctly. Struts code is displayed as it is. When I click on a link, the .do

RE: Problem in deploying struts app in production environment. Pls help

2003-11-22 Thread Samanth Athrey
: Saturday, November 22, 2003 2:25 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Problem in deploying struts app in production environment. Pls help What is the .do page error, exactly? Are there any error messages in the Tomcat /logs directory? Regards, David -Original Message

RE: Problem in deploying struts app in production environment. Pls help

2003-11-22 Thread David Friedman
: Problem in deploying struts app in production environment. Pls help No. There are no messages in the logs directory. It just displays a message The page cannot be found whenever a link is clicked. This is the standard page that IE throws when a page cannot be found. Regards Sam -Original Message

Re: Problem in deploying struts app in production environment. Pls help

2003-11-22 Thread Phil Steitz
be displayed. All the jar files are in place and the production environment is a replica of my development envi. Is there something that am missing here? Pls help. Regards, Samanth Athrey - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: populating Drop down -pls help

2003-09-05 Thread Thomas Max
I use the html:options tag : Just create a Collection (here gender of the Databaseentries (f,m) and pass as a bean to the page with the form. html:select name=yourForm property=gender html:options collection=gender property=id labelProperty=description/ /html:select If you need more

populating Drop down -pls help

2003-09-04 Thread Goldy J
Hello, I have a JSP in which there are number of dropdown along with text boxes. I am using struts tag lib for getting the value when I submit the form. The problem is when I try to populate the dropdown in th JSP with the data that i get from the databse . For example I have dropdown for

Re: populating Drop down -pls help

2003-09-04 Thread Jan Van Stalle
Hello, I always use the html:options tag and it works fine; try the following: (there is a type error in your example) html:select property =gender html:option value=mm/html:option html:option value=ff/html:option /html:select ofcourse, in the database you should have the values f or m

RE: populating Drop down -pls help

2003-09-04 Thread Mainguy, Mike
: Thursday, September 04, 2003 5:38 AM To: [EMAIL PROTECTED] Subject: populating Drop down -pls help Hello, I have a JSP in which there are number of dropdown along with text boxes. I am using struts tag lib for getting the value when I submit the form. The problem is when I try to populate

RE: populating Drop down -pls help

2003-09-04 Thread hari_s
] Subject: populating Drop down -pls help Hello, I have a JSP in which there are number of dropdown along with text boxes. I am using struts tag lib for getting the value when I submit the form. The problem is when I try to populate the dropdown in th JSP with the data that i get from the databse

Re: populating Drop down -pls help

2003-09-04 Thread Thomas Max
I use the html:options tag : Just create a Collection (here gender of the Databaseentries (f,m) and pass as a bean to the page with the form. html:select name=yourForm property=gender html:options collection=gender property=id labelProperty=description/ /html:select If you need more

[OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
I know you guys are all excellent java programmers, so I do believe someone has what I'm looking for? I really please need a date utility class that accurately calculates the number of years between 2 dates? Would appreciate it very much thx!! NOTICE: This message contains privileged and

Re: [OT] A date utility? anyone, pls help

2003-08-26 Thread Kwok Peng Tuck
Try java.util.Calendar or java.util.GregorianCalendar. Butt, Dudley wrote: I know you guys are all excellent java programmers, so I do believe someone has what I'm looking for? I really please need a date utility class that accurately calculates the number of years between 2 dates? Would

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Bill Chmura
Can you just create two DATE objects, subtract them to get the difference? -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 4:19 AM To: 'Struts Users Mailing List' Subject: [OT] A date utility? anyone, pls help I

Re: [OT] A date utility? anyone, pls help

2003-08-26 Thread matsuhashi
My favorite "Core Java" book proposes the "corejava.Day" class (see http://www.horstmann.com/corejava.html) which has int daysBetween(Day b) method. Tt calcurates the number of days between 2 dates, rather than "years". Do you want the number of years in fraction ( like

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:00 AM To: Struts Users Mailing List Subject: Re: [OT] A date utility? anyone, pls help Try java.util.Calendar or java.util.GregorianCalendar. Butt, Dudley wrote: I know you guys are all excellent java

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Hue Holleran
, Dudley [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 09:19 To: 'Struts Users Mailing List' Subject: [OT] A date utility? anyone, pls help I know you guys are all excellent java programmers, so I do believe someone has what I'm looking for? I really please need a date utility class

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Mark Galbreath
java.util.Calendar Mark -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 4:19 AM I really please need a date utility class that accurately calculates the number of years between 2 dates?

Re: [OT] A date utility? anyone, pls help

2003-08-26 Thread graham . stark
Quoting [EMAIL PROTECTED]: My favorite Core Java book proposes the corejava.Day class (see http://www.horstmann.com/corejava.html) which has int daysBetween(Day b) method. Tt calcurates the number of days between 2 dates, rather than years. Do you want the number of years in fraction

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
yes, that would be great, a fraction , yes please -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:18 AM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: [OT] A date utility? anyone, pls help

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
thanx guys for all the input, i'm sure I'll come up with something, with all the emails -Original Message- From: Hue Holleran [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:36 AM To: Struts Users Mailing List Subject: RE: [OT] A date utility? anyone, pls help I read a lot

Re: [OT] A date utility? anyone, pls help

2003-08-26 Thread matsuhashi
I checked the http://www.horstmann.com/corejava.html and downloaded the corejava.zip sample file. I got surprised to find that the corejava.Day class is no longer included in the zip. I have the 4th edition of the book at hand where the corejava.Day class is surely explained. However it seems

Re: [OT] A date utility? anyone, pls help

2003-08-26 Thread Jason Lea
Butt, Dudley wrote: I know you guys are all excellent java programmers, so I do believe someone has what I'm looking for? I really please need a date utility class that accurately calculates the number of years between 2 dates? Would appreciate it very much thx!! I can think of 2 ways of

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Yansheng Lin
How about DateA(mod)DateB? Does it work for floating point:). -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: August 26, 2003 5:28 AM To: Struts Users Mailing List Subject: Re: [OT] A date utility? anyone, pls help Butt, Dudley wrote: I know you guys are all

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Yansheng Lin
To: 'Struts Users Mailing List' Subject: RE: [OT] A date utility? anyone, pls help How about DateA(mod)DateB? Does it work for floating point:). -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: August 26, 2003 5:28 AM To: Struts Users Mailing List Subject: Re: [OT

FW: Checkall for Multibox--pls. help

2003-08-14 Thread Mike Jasnowski
-Original Message-From: Mike Jasnowski [mailto:[EMAIL PROTECTED]Sent: Thursday, August 14, 2003 2:57 PMTo: Goldy JCc: [EMAIL PROTECTED]Subject: RE: Checkall for Multibox--pls. help Hello, Attached is a JSP that illustrates the checkbox interaction you describe in the context

RE: Checkall for Multibox--pls. help

2003-08-14 Thread Mike Jasnowski
Sorry, resending due to errors in attaching file -Original Message-From: Mike Jasnowski [mailto:[EMAIL PROTECTED]Sent: Thursday, August 14, 2003 2:59 PMTo: [EMAIL PROTECTED]Subject: FW: Checkall for Multibox--pls. help -Original Message-From: Mike Jasnowski

RE: Checkall for Multibox--pls. help

2003-08-14 Thread Mike Jasnowski
this comes from renders the set of checkboxes. If you need more info let me know. -Original Message- From: Goldy J [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:49 PM To: [EMAIL PROTECTED] Subject: Checkall for Multibox--pls. help Hello, I have a JSP in which I show

Checkall for Multibox--pls. help

2003-08-14 Thread Goldy J
Hello, I have a JSP in which I show number of records in a table. Each row has a checkbox associated with it. All the valid records has to be checked by default. I have been able to do so using MULTIBOX using TED's famous tip. My problem is that the client wants a checkbox at the top ,

RE: Logic:Iterate - Pls Help.........

2003-06-23 Thread Poon, Johnny
You might need to add this before your logic:iterate: bean:define id=myCollectionElement name=list / -Original Message- From: Shashank Dixit [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 7:44 AM To: Struts Users Mailing List Subject: Logic:Iterate - Pls Help. Hello All

Logic:Iterate - Pls Help.........

2003-06-20 Thread Shashank Dixit
Hello All Can somebody pls explain how to use Logic:iterate I am using following code logic:iterate id=myCollectionElement name=list type=com.dl.bi.vo.ArticleVo scope=page bean:write name=myCollectionElement property=articleId/ bean:write name=myCollectionElement

Pls help me to fix bug !

2003-06-11 Thread Tran Nguyen Thanh Bao
Dear all, Pls help me to fix the bug : [ERROR] DynaValidatorForm - -Resources not defined for Validator org.apache.commons.validator.ValidatorException: Resources not defined for Validatororg.apache.commons.validator.ValidatorException: Resources not defined for Validator

RE: Pls help me to fix bug !

2003-06-11 Thread Robert Taylor
Mailing List Subject: Pls help me to fix bug ! Dear all, Pls help me to fix the bug : [ERROR] DynaValidatorForm - -Resources not defined for Validator org.apache.commons.validator.ValidatorException: Resources not defined for Validatororg.apache.commons.validator.ValidatorException

Re: pls help! regular expressions for the validator

2002-11-19 Thread richmond te
Subject: pls help! regular expressions for the validator To: [EMAIL PROTECTED] I am trying to come up with a reg exp for valid char set that we use..We allow chars, numerics, space, hyphen, slash, full stop, and asterisk as per below.. I've got: charSet ^[a-zA-Z0-9\s-./*]*$ This works OK

pls help! regular expressions for the validator

2002-11-18 Thread richmond te
I am trying to come up with a reg exp for valid char set that we use..We allow chars, numerics, space, hyphen, slash, full stop, and asterisk as per below.. I've got: constant constant-namecharSet/constant-name constant-value^[a-zA-Z0-9\s-./*]*$/constant-value /constant This works OK..

Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
I am using struts runs on IBM WebSphere 4.0 my web site 's name (context root) is 'td' I got an image location error when use img src = /images/general_active_tab.gif or html:image src = /images/address_passive_tab.gif border= 0/ But, if I tried img src = /td/images/general_active_tab.gif

RE: Relative Path Error-- Pls help!

2002-09-09 Thread C.Bhaskaran
Use html:base/ tag before using any relative paths Rgds C.Bhaskaran -Original Message- From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 3:26 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Relative Path Error-- Pls help! I am using struts runs

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
: Subject: RE: Relative Path Error-- Pls help! 09/09/2002 04:59 PM

Re: Relative Path Error-- Pls help!

2002-09-09 Thread unicoletti
Instead of html:img src=/images/somestuff.jpg... use page=/images/somestuff.jpg. Because, as it is explained in the documentation, page will cause the tag to output a reference relative to the app context root. So you'll get this in HTML: img src=/yourappcontext/images/somestuff.jpg while you

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Sri Sankaran
: Relative Path Error-- Pls help! Dear Bhaskaran, It doesn't work... I tried html:html head html:base/ /head ... but it still got an error

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
: Subject: RE: Relative Path Error-- Pls help! 09/10/2002 12:07

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Joe Latty
To: Struts Users Mailing List Subject: RE: Relative Path Error-- Pls help! Yes. the / means the server root NOT the context root. Did I do the wrong thing? umberto suggested me to try 'page' property in 'img' tab It works ! But there are still the problems when I tried html:button property=add

RE: Relative Path Error-- Pls help!

2002-09-09 Thread Sutiwan Kariya
: Subject: RE: Relative Path Error-- Pls help! 09/10/2002 10:07 AM

RE: Newbie pls help: Anyone using JBoss 3 w/ Struts 1.1?

2002-06-20 Thread Brian Topping
Indeed, this works!! Thanks!! -b -Original Message- From: Tadashi Ishikawa [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 1:53 AM To: Struts Users Mailing List Subject: Re: Newbie pls help: Anyone using JBoss 3 w/ Struts 1.1? I just copied struts-example.war

Re: Newbie pls help: Anyone using JBoss 3 w/ Struts 1.1?

2002-06-20 Thread Tadashi Ishikawa
difference there!! Ack. Could I have you try again with that URL? Thanks so much!! Brian -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 1:18 AM To: Struts Users Mailing List Subject: RE: Newbie pls help: Anyone using JBoss 3 w/ Struts 1.1

RE: URGENT - PLS HELP

2002-06-14 Thread Stephen . Thompson
To: Struts Group (E-mail) Subject: URGENT - PLS HELP I know this is not a stutus question, but itz very urgent. Pls help!! I am moving EJBs from Visual Age for Java 4.0 to Websphere 4.0 AES. One servlet contains the following piece of code: InitialContext ic = getInitialContext

URGENT - PLS HELP

2002-06-13 Thread Bhaskar Gopalan
I know this is not a stutus question, but itz very urgent. Pls help!! I am moving EJBs from Visual Age for Java 4.0 to Websphere 4.0 AES. One servlet contains the following piece of code: InitialContext ic = getInitialContext(); java.lang.Object tmpObj = ic.lookup

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: SV: pls Help .java File Wont compile/wrong name packages

2001-07-23 Thread Calvin Yu
What exactly is the package declaration? What is the file structure? When you compile this class, what is the error? Calvin On 23 Jul 2001 11:07:49 +0100, Chuck Amadi wrote: Hi , cheers 4 the return within the IDE when i go to ApplicationMappings a mouseover prompt states invalid package

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

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

2001-07-05 Thread Chuck Amadi
t > > > javac cannot find the struts.jar. > > > > > > Calvin > > > > > > - Original Message - > > > From: "Chuck Amadi" [EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED]> > > > Sent: Tuesday, July 03, 2001 9

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

2001-07-05 Thread Chuck Amadi
Hi me again. After burning the midnight oil i have found and utlised the struts-examples. Firstly i have a classpath C:\jakarta-tomcat-3.2.1\webapps\bbnpa\WEB-INFclasses\examples Thus resides ActionMapping.class and many others. So i have c p my other .java files within this dir as the previous

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

2001-07-05 Thread Chuck Amadi
; Calvin > > > > - Original Message - > > From: "Chuck Amadi" [EMAIL PROTECTED]> > > To: [EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont > > com

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

2001-07-05 Thread suhas
- Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 11:50 AM Subject: Re: SV: pls Help .java File Wont compile/wrong name packages Hi Peter Alfors, i added the dir structure that corresponds to the package ie. WEB-INF/classes

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: pls help java files wont compile - take a look ****

2001-07-05 Thread Calvin Yu
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 Text (text/plain) Encoding: 8bit -- The views expressed by the sender of this message don't

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

2001-07-04 Thread Chuck Amadi
- Original Message - From: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 9:13 AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Hi, pls can some one confirm the package name for ActionMappings as i recieve

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

2001-07-04 Thread Chuck Amadi
ac cannot find the struts.jar. > > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" [EMAIL PROTECTED]> > > To: [EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help Invalid Package Decla

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

2001-07-04 Thread Chuck Amadi
> > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" [EMAIL PROTECTED]> > > To: [EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help Invalid Package Declartions .java File W

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

2001-07-04 Thread Chuck Amadi
ngs.class is in it. The package name is correct, its just that > > javac cannot find the struts.jar. > > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" [EMAIL PROTECTED]> > > To: [EMAIL PROTECTED]> > > Sent: Tues

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

2001-07-04 Thread Chuck Amadi
AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Hi, pls can some one confirm the package name for ActionMappings as i recieve the following error. I am aware that i have the incorrect package thus were does ActionMappings reside

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

2001-07-03 Thread Chuck Amadi
Basic Q, I have concluded that Web Applications handlers must reside in one of the following standard locations for java classes:- 1) in a JAR file in the WEB-INF\l ib dir. 2) in a dir in the \WEB-INF\ classes dir. 3) checked xml file for the necessary tld's look ok (pls state any ambiguous

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

2001-07-03 Thread Calvin Yu
. Calvin - Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 6:55 AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Basic Q, I have concluded that Web Applications handlers must reside in one

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

2001-07-03 Thread Chuck Amadi
Hi, pls can some one confirm the package name for ActionMappings as i recieve the following error. I am aware that i have the incorrect package thus were does ActionMappings reside. Cheers Chuck WEB-INF/classes/logon/LogonForm.java [70:1] Class ActionMapping not found in type declaration or

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

2001-07-03 Thread Peter Alfors
That is the correct package... Where do you have your struts jar? Pete Chuck Amadi wrote: Hi, pls can some one confirm the package name for ActionMappings as i recieve the following error. I am aware that i have the incorrect package thus were does ActionMappings reside. Cheers Chuck

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

2001-07-03 Thread Calvin Yu
AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Hi, pls can some one confirm the package name for ActionMappings as i recieve the following error. I am aware that i have the incorrect package thus were does ActionMappings reside. Cheers Chuck WEB-INF/classes

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

2001-07-03 Thread Chuck Amadi
ActionMappings.class is in it. The package name is correct, its just that javac cannot find the struts.jar. Calvin - Original Message - From: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 9:13 AM Subject: Re: SV: pls Help Invalid Package Declartions .java File

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

2001-07-03 Thread Peter Alfors
: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 9:13 AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Hi, pls can some one confirm the package name for ActionMappings as i recieve the following error. I am aware

Undeliverable: RE: SV: pls Help Invalid Package Declartions

2001-07-03 Thread Microsoft Exchange Connector for Lotus cc:Mail
Your message was not delivered to all recipients. Subject: RE: SV: pls Help Invalid Package Declartions .java File Wont Sent: 7/3/2001 9:29:00 AM The Microsoft Exchange Connector for Lotus cc:Mail was unable to submit this message to the Microsoft Exchange Information Store

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

2001-07-03 Thread Peter Alfors
- From: Chuck Amadi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 9:13 AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Hi, pls can some one confirm the package name for ActionMappings as i recieve the following error

pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Chuck Amadi
Hi, Can anyone suggest why i might be recieving the following invalid package declarations. My Path as follows- C:\jakarta-tomcat-3.2.1\webapps\bbnpa\ thus continued- WEB-INF\classes\org\breconbeacons\it\java(classes). Thus i am aware that they haven't compiled to .class file any help would be

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

2001-07-02 Thread Calvin Yu
What is it exactly are you trying to do? Compile? Run a webapp? What is the exact error output you are getting? Calvin - Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 8:30 AM Subject: pls Help Invalid Package Declartions

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

2001-07-02 Thread Mikkel Bruun
Try removing all the .java files from the WEB-INF dirtomcat doesnt like having them there for some reason... Mikkel -Oprindelig meddelelse-Fra: Calvin Yu [mailto:[EMAIL PROTECTED]]Sendt: 02 July 2001 15:19Til: [EMAIL PROTECTED]Emne: Re: pls Help Invalid Package

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

2001-07-02 Thread Chuck Amadi
Hi, all i have been using struts MVC for a short period of time, thus in simple terms a newbie. Any way i have managed to create a connection (datasource URI) to our PostgreSql db retrieve data and display the result onto a planningdb.jsp form.Thus the general public can analysis the several

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

2001-07-02 Thread Chuck Amadi
Hi, mate were then should i locate them as oppose to WEB-INF\classes\ 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

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

2001-07-02 Thread Mikkel Bruun
Ehh, i dont know...;-) my point is that the WEB-INF tree shouldn't contain any .java files...just .class, properties, etc... Mikkel -Oprindelig meddelelse- Fra: Chuck Amadi [mailto:[EMAIL PROTECTED]] Sendt: 02 July 2001 15:55 Til: [EMAIL PROTECTED] Emne: Re: SV: pls Help Invalid

  1   2   >