PDF form

2002-05-03 Thread BERWART Thierry
Hello ! Do you know a library wich allows to get the value of some form fields stored in a PDF file ? I try iText but it's not possible with this ... Thanks you in advance Thierry ==To unsubscribe: mailto [EMAIL PROTECT

Re: Extract data from Excel file

2002-02-04 Thread BERWART Thierry
Hello, I think it's possible with an ODBC link... Thierry -Message d'origine- De : rajac [mailto:[EMAIL PROTECTED]] Envoyé : mardi 5 février 2002 3:13 À : [EMAIL PROTECTED] Objet : Extract data from Excel file Hi, Is it possible to directly extract the data from excel file?. Y

ERROR page ...

2001-05-18 Thread BERWART Thierry
Hello, I want to create a beautiful error page for my application but I have no idea about the design ... and this is why I ask you whether you would have any examples of error page... Thanks Thierry === To unsubscribe: ma

Re: Difference between bean.field and

2001-05-02 Thread BERWART Thierry
e . The following snippet is nearly equivalent to the previous snippet, with the exception of being correct: Again, this is the *common* cause for this kind of problem. It may be that there's another issue that the source would reveal. >From: BERWART Thierry <[EMAIL PROTECTED]>

Re: Difference between bean.field and

2001-05-02 Thread BERWART Thierry
I just use <%= bean.getField() %> instead of I didn't find the error but now all is working ;) Thierry -Message d'origine- De : Sadanand Mn [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 2 mai 2001 15:47 À : [EMAIL PROTECTED] Objet : Re: Difference between bean.field and Then please l

Re: Difference between bean.field and

2001-05-02 Thread BERWART Thierry
rking, but to be a "good" bean, your attributes > contract_id and payment_method should be private, not public. This answers > your original question -- beanname.propertyname because the latter does an end-run around the bean. > > > > -Original Message- > From

Re: Difference between bean.field and

2001-05-01 Thread BERWART Thierry
" > to get the correct value. Lemme know if it doesn't work. Rishabh. -Original Message- From: BERWART Thierry [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 2:27 PM To: [EMAIL PROTECTED] Subject:

what is better to use ???

2001-04-27 Thread BERWART Thierry
or users.getLast_name(); ? perhaps, when I use , I have nothing as if the last_name is null or is "" and when I try to use the getLast_name, it's working : I have the correct value of my field ? Any ideas ? Thanks Thierry ===

Re: How to hide a user from seeing source code of web page...

2001-04-27 Thread BERWART Thierry
It's only working with basic users... You can go to the "display" menu of your browser and click on "view source" ... Thierry -Message d'origine- De : Prakasan OK [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 27 avril 2001 8:34 À : [EMAIL PROTECTED] Objet : Re: How to hide a user from s

Re: Difference between bean.field and

2001-04-26 Thread BERWART Thierry
eudi 26 avril 2001 8:51 À : [EMAIL PROTECTED] Objet : Re: Difference between bean.field and U have the method as getPayment_method(). U have to use: " > to get the correct value. Lemme know if it doesn't work. Rishabh. -Original Message-

Difference between bean.field and

2001-04-25 Thread BERWART Thierry
Hello, I have a JSP page and a bean. When I want to display some fields of this bean for editing, I used this : " > but it display nothing as if "payment_method" is null or is "". I change this code with this : " SIZE=30 MAXLENGTH=40> and it's working !!! it displays the value of the "payme

Re: Problem with a javabean : It was reseted ...

2001-04-25 Thread BERWART Thierry
ct",t); Thierry -Message d'origine----- De : BERWART Thierry Envoyé : mercredi 25 avril 2001 8:37 À : [EMAIL PROTECTED] Objet : Problem with a javabean : It was reseted ... Hello I have a big problem : I have a bean "contract" with these variables :

Problem with a javabean : It was reseted ...

2001-04-24 Thread BERWART Thierry
Hello I have a big problem : I have a bean "contract" with these variables : Integer contract_id Date validity_start_date Date creation_date String payment_method ( + all the get and set methods) I have 2 pages one to ask to the user to fill some field in an html form and another to inser

Re: AW: Any free JSP hosting??

2001-04-20 Thread BERWART Thierry
http://www.webappcabaret.com -Message d'origine- De : Kurt, Oliver [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 20 avril 2001 11:23 À : [EMAIL PROTECTED] Objet : AW: Any free JSP hosting?? www.mycgiserver.com -Ursprungliche Nachricht- Von: manoj nahar [mailto:[EMAIL PROTECTED]]

Re: putting a comment in jsp code

2001-04-19 Thread BERWART Thierry
va comments in the html or java portions of the page. John BERWART Thierry <[EMAIL PROTECTED]>@java.sun.com> on 04/19/2001 12:43:29 PM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> Sent by: A mailing li

Re: jsp tomcat reloading problems...

2001-04-19 Thread BERWART Thierry
I have the same problem :( Thierry -Message d'origine- De : Martin Kjellqvist [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 18 avril 2001 17:56 À : [EMAIL PROTECTED] Objet : jsp tomcat reloading problems... Hi All. I have run into a really anoing problem which I can't seem to fix.

putting a comment in jsp code

2001-04-19 Thread BERWART Thierry
Hello, How can I put a code in comment in JSP ? Thanks Thierry === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some

Re: Java bean problem, good compilation but I can't access it in my JSP pages :-(

2001-04-12 Thread BERWART Thierry
What's your code ? -Message d'origine- De : Florian DREVET [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 12 avril 2001 17:10 À : [EMAIL PROTECTED] Objet : Java bean problem, good compilation but I can't access it in my JSP pages :-( Hi ! I'm new in JSP programming, I installed Tomc

How can i Debug ???

2001-04-12 Thread BERWART Thierry
Hello I am running a JSP application under Tomcat 3.2 And I have some error : Error: 500 Location: /trustedseal/account_reg_step2.jsp Internal Servlet Error: org.apache.jasper.JasperException: argument type mismatch at org.apache.jasper.runtime.JspRuntimeLibrary.introspecthelper(JspRunti

org.apache.jasper.JasperException: Can't find a method to write p roperty 'nombre' in a bean of type ...

2001-04-11 Thread BERWART Thierry
Hello, I have a bean like this : package be.eTrust.trustedSeal.service.bean; import com.objectmatter.bsf.*; import java.util.*; public class Account_test { //attributes public Integer ACCOUNT_TEST_ID; public String ACCOUNT_TEST_DESCRIPTION; public String ACCOUNT_TEST_DATE;

Re: Integer ?? String ?? - Can't find a method to write property 'age ' in a bean ...

2001-04-10 Thread BERWART Thierry
lic void setAge(String p_age) { try { age = Integer.parseInt(p_age); }catch (Exception e){ } } Best Regards, Alexandr Karimov - Original Message - From: "BERWART Thierry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 2

Integer ?? String ?? - Can't find a method to write property 'age ' in a bean ...

2001-04-10 Thread BERWART Thierry
Hello I have a jsp and a bean : jsp Hello please enter your name and your email ... Name : Email :  Age :  

Re: JSP Examples

2001-04-09 Thread BERWART Thierry
's samples out there ... and try this one too http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/ ~ HL ~ -Original Message- From: BERWART Thierry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 2:27 PM To: [EMAIL PROTECTED] Subject: Re: JSP Examples yes but there is only

Re: JSP Examples

2001-04-09 Thread BERWART Thierry
ginal Message- From: BERWART Thierry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 1:58 PM To: [EMAIL PROTECTED] Subject: Re: JSP Examples Hello I am also interrested !! -Message d'origine- De : Glecio Jr [mailto:[EMAIL PROTECTED]] Envoyé : mardi 10 avril 2001 1:52

Re: JSP Examples

2001-04-09 Thread BERWART Thierry
Hello I am also interrested !! -Message d'origine- De : Glecio Jr [mailto:[EMAIL PROTECTED]] Envoyé : mardi 10 avril 2001 1:52 À : [EMAIL PROTECTED] Objet : JSP Examples Hi, Anybody could send me pratical examples of JSP. Thanks. _

Re: argghh my object is null ... why ????

2001-04-06 Thread BERWART Thierry
Thanks you !! It's working :) Thierry -Message d'origine- De : Marie Josephe Plainecassagne [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 6 avril 2001 15:00 À : [EMAIL PROTECTED] Objet : Re: argghh my object is null ... why setProperty must be d

argghh my object is null ... why ????

2001-04-06 Thread BERWART Thierry
Hello, I have 2 simple JSP page : one for recording the datas and the other to display these datas : GetName2.jsp <%@ page import="UserData" %> What's your name? What's your e-mail address? What's your age? **

Re: How can I catch an JSP error ????

2001-04-05 Thread BERWART Thierry
Thanks you Nils ! It seems to be a good alternative... but i loose the benefit of the setProperty method... Yes sure but my boss don't want to use javascript for field verification :/ I found something on http://www.jsptut.com/Taglibs.html It talk about Blazix server. This server have a tag l

Re: How can I catch an JSP error ????

2001-04-05 Thread BERWART Thierry
Thanks you for your answers It's sure that the javascript is more efficient to check the fields before sending to the server but my boss don't want to use javascript because he want that the checking will be realised on the server side :( ... Thanks you Thierry -Message d'origine- De :

How can I catch an JSP error ????

2001-04-05 Thread BERWART Thierry
Hello, I have a jsp which filled a bean with 3 variables : a name, an address email and an age. This is a part of my JSP : <%@ page import="test_tbe" errorPage="error.jsp" %> Hello please enter your name and your email ... Name : Email :  Age :   ... in my bean, the variabl