Re: URL for the Struts mailing list

2001-04-27 Thread Charlemagne L. Rey
try to research about makefiles... Marouane Louah wrote: hello how can we compile automatically .java classes ??? -Message d'origine- De: Firmin David [mailto:[EMAIL PROTECTED]] Envoyé: jeudi 26 avril 2001 11:45 À: '[EMAIL PROTECTED]' Objet: RE: URL for the Struts mailing

off-topic question

2001-04-27 Thread Charlemagne L. Rey
Hello everybody, Sorry for sending this off-topic message. I know that this is not the exact list where I should send this mail, but I am just hoping that somebody in this list could give me answer on this very simple question. I would like to use the my newly installed DB2 in my Windows NT but

submitting an HTML form

2001-04-13 Thread Charlemagne L. Rey
hello everybody, i would like to know if it is possible to submit a form not using the html:submit tag. i mean, i would like to use an ordinary link and not a button to submit a form. thanx charlemagne

how to display the content of a bean

2001-04-13 Thread Charlemagne L. Rey
hello, i would like to display the content of my bean, but i do not know what tag to use in order to declare the bean inside the jsp page. my idea to display is: bean:write name="mybean" property="firstName"/ and my problem is how i would define the bean that will have an id of "mybean"? sorry

Re: how to display the content of a bean

2001-04-13 Thread Charlemagne L. Rey
thank you... [EMAIL PROTECTED] wrote: how about bean:define...? Dave "Charlemagne L. Rey" [EMAIL PROTECTED] on 04/13/2001 04:15:22 PM Please respond to [EMAIL PROTECTED] To: Jakarta Struts Users [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Sub

Re: struts can't find properties file

2001-04-13 Thread Charlemagne L. Rey
try adding the location of that resource file on your classpath...

Re: handling the errors

2001-04-12 Thread Charlemagne L. Rey
the validation errors? 2. You want to have a general error page for handling exceptions that occur. Which one were you asking? Or was I wildly off base? Anthony -Original Message- From: Charlemagne L. Rey [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 10:40 AM

Re: handling the errors

2001-04-12 Thread Charlemagne L. Rey
? thanks a lot. John Raley wrote: Sorry, thought it was #2... "Charlemagne L. Rey" wrote: i would like to have a separate jsp page for errors. from the choices that you've given me, it's #1. Anthony Martin wrote: I interpreted two possible questions form yo

Re: handling the errors

2001-04-12 Thread Charlemagne L. Rey
thank a lot for all the help... what i did was i just add the tag that Amar has suggested inside my error page. thank you very much. cheers! "Nanduri, Amarnath" wrote: Look at the html:errors/ tag. It will give you a clue. Amar.. -Original Message----- From: Charlema

how to pass an instance of an object?

2001-04-12 Thread Charlemagne L. Rey
hi! i would like to ask if i could pass a certain instance of an object from one page to another. how? btw, this is the scenario: i have a jsp page which contains a collection of objects. then, i iterate that collection and try to pass an element of that collection to another jsp page. is this

Re: how to pass an instance of an object?

2001-04-12 Thread Charlemagne L. Rey
tance that i would like to pass is the l2pdn101.data.AddressBookEntry to the viewentry.jsp page. what would i do? "Charlemagne L. Rey" wrote: hi! i would like to ask if i could pass a certain instance of an object from one page to another. how? btw, this is the scenario: i have

your suggestion for my output presentation

2001-04-10 Thread Charlemagne L. Rey
hello everybody, i have this situation: 1.) I have database for addresses. 2.) I have a class that manages this database using JDBC. 3.) I initializes the database manager thru the servlet. 4.) I would like to provide a search for nicknames in the database. this is what I did: 1.) I have an

just want to know...

2001-03-29 Thread Charlemagne L. Rey
Hello everybody, I currently have the 1.0 version of struts. I tried to look at the examples and studied it. When I recompiled the sources from the examples/src directory, I noticed that the byte size are not equal. And when I replaced the classes, it produces a different output. It is very

Re: just want to know...

2001-03-29 Thread Charlemagne L. Rey
compilers and / or different build environment. Why does not work - no clue? I am using prebuild (night build) version. "Charlemagne L. Rey" wrote: Hello everybody, I currently have the 1.0 version of struts. I tried to look at the examples and studied it. When I recompiled t