Re: Multiple submit buttons solution

2002-03-05 Thread Olivier Dinocourt
why not use : input type=submit name=edit value=10 or input type=submit name=delete value=10 olivier - Original Message - From: Peter Severin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 4:10 PM Subject: Multiple submit buttons solution Hi folks, I've been

Re: i18n - Escape Codes....

2002-02-26 Thread Olivier Dinocourt
for the tripod link, use tripod.com instead of tripod.ru - Original Message - From: Rustad, Aaron [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, February 25, 2002 5:15 PM Subject: RE: i18n - Escape Codes I know of this site...unfortunatly, it

Re: Hey Struts I have another email address!

2002-02-21 Thread Olivier Dinocourt
Completely OT, but I couldn't resist... From their Terms Of Service : -- 3. MEMBER OBLIGATIONS In consideration for this Service, you agree to provide certain information about yourself as prompted to do so by the Service, and update this information as necessary to keep it current, complete

Re: Hey Struts I have another email address!

2002-02-21 Thread Olivier Dinocourt
always a pleasure to see a lying scum spamming advertiser exposed discredited. Thanks! --- Olivier Dinocourt [EMAIL PROTECTED] wrote: Completely OT, but I couldn't resist... From their Terms Of Service : -- 3. MEMBER OBLIGATIONS In consideration for this Service, you agree to provide

Re: Hey Struts I have another email address!

2002-02-21 Thread Olivier Dinocourt
. --- Olivier Dinocourt [EMAIL PROTECTED] wrote: my pleasure. :-) BTW Shouldn't we rather keep this for tomorrow ? - Original Message - From: keithBacon [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 1:10 PM

Re: !!!!!!Attention Log4J Users !!!!!!!!!!!!!

2002-02-21 Thread Olivier Dinocourt
Yeah ? This is the Struts Users Mailing List. - Original Message - From: Praveer Mathur [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 1:00 PM Subject: !!Attention Log4J Users ! - Original Message -

Re: URGENT: Null Strings in Websphere

2002-02-12 Thread Olivier Dinocourt
I might be wrong, but it seems to me that this standard Java behavior When your String is null and you try to print it, it displays the String value null. A workaround might be to force all empty Strings to be instead of null... - Original Message - From: Dave J Dandeneau [EMAIL

Re: How to put useBean data in HTML attribute?

2002-02-05 Thread Olivier Dinocourt
You can also use the paramId and paramName attributes : logic:iterate name=users property=userList id=currentUser html:link href=admin_userForm.jsp paramId=user_id paramName=currentUser bean:write name='currentUser'/ /html:link br /logic:iterate HTH olivier - Original

Re: RE: [Fwd: Re: Hi....]]

2002-02-05 Thread Olivier Dinocourt
I think he means that you should avoid as much as possible writing code (of any sort : tags, scriptlets, etc...) in your JSPs, and rather put this code in your Action classes / business logic classes - Original Message - From: Jay Sissom [EMAIL PROTECTED] To: Struts Users Mailing List

Re: [OT] Publishing an Application

2002-02-05 Thread Olivier Dinocourt
ant - Original Message - From: Brad Rhoads [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 4:34 PM Subject: [OT] Publishing an Application I'm looking for a good tool for publishing an application. It should compare the source

Re: Java Trivia

2002-02-01 Thread Olivier Dinocourt
yes and no. the point is not really whether arguments are passed by reference or value. It is rather whether a chang to the argument inside the method will be reflected outside. In the case of Objects, it will. In the case of primitives (including Strings, if I am not wrong), it won't. olivier

Re: Transactional Control Tokens?

2002-01-31 Thread Olivier Dinocourt
both - Original Message - From: Greg Hess [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 5:15 PM Subject: RE: Transactional Control Tokens? Could you describe how a user would submit a form twice? By clicking fast? or by going back

Strange behaviour of the logic:equal tag

2002-01-31 Thread Olivier Dinocourt
Hello list I've found what seems to be a bug with the logic:equa tag : I've tested the following struts code in a JSP : ... logic:equal name=FicheCandidatForm property=paysCandidat value=9F bean:write name=FicheCandidatForm property=paysCandidat / est egale à 9F /logic:equal logic:equal

Re: Problems with getting the Oracle thin JDBC drivers loaded with Struts 1.0.1 under Tomcat 3.3a

2002-01-28 Thread Olivier Dinocourt
I think it is because Tomcat searches for *.jar files in specific directories, and it ignores all other files, even though they are valid class libraries - Original Message - From: Thorbjørn Ravn Andersen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday,

ActionError parameters syntax

2002-01-22 Thread Olivier Dinocourt
hello list I want to include parameters in my ActionError messages, and I'm wondering which syntax I should use. I have a key/value pair for the error message in my ApplicationResources.properties. Should I use the MessageFormat syntax (blah {0} blah {1} blah) for the value, or another

Re: HIPAA

2002-01-22 Thread Olivier Dinocourt
btw, what is HIPAA ? - Original Message - From: Rakesh [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 11:23 AM Subject: Re: HIPAA There are three major parts to the HIPAA guidelines: I. Privacy II.

Re: Apostrophes in ApplicationResources.properties

2002-01-22 Thread Olivier Dinocourt
double the apostrophe. I just ran into this problem (a few hours ago), and found this workaround. It seems to be a normal behaviour of the java properties API. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 2:52 PM Subject: Apostrophes

Re: HELP REQUIRED FOR TOMCAT 4.0.1

2002-01-21 Thread Olivier Dinocourt
why don't you ask on the tomcat-users mailing list, if you know there is one ? you'll probably find people who use tomcat and can answer your questions much more easily than here... olivier - Original Message - From: Amitkumar J Malhotra [EMAIL PROTECTED] To: Struts Users Mailing List

Re: html:link inserts an amp; to separate params

2002-01-21 Thread Olivier Dinocourt
That's what the standard requires to separate parameters in the href attribute of an a tag. The ampersand is used to separate parameters, but it's used as rather than amp;, which is used to render an ampersand on-screen. Mathieu's code seems right to me... Is it a bug (as it seems to be), or

Re: Things that use Struts

2002-01-21 Thread Olivier Dinocourt
is it me or do all web developers drink beer ? has anyone made a beer-related web site using Struts ? (which would bring us back to the subject of this thread...) - Original Message - From: Keith Bacon [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday,

Re: WebLogic 6.1 SP1 and the /do/* uri-pattern

2002-01-18 Thread Olivier Dinocourt
IMHO, it should rather be html:form action=/action1 (assuming the actionMapping in yous struts-config is /action1) olivier - Original Message - From: Eduardo Borges [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 18, 2002 4:09 PM Subject: Re:

Re: session id appearing

2002-01-16 Thread Olivier Dinocourt
use cookies - Original Message - From: Henrik Chua [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 2:12 AM Subject: session id appearing Hi folks... I have a problem. What should i do so that the session ids do not appear

Session size management with Struts

2002-01-14 Thread Olivier Dinocourt
Hello list Since I've been developing webapps, I've always been told that the HTTP session should be kept as small as possible. IBM suggests a size of 4kb. Struts seems to put form beans into the HTTP session, and one often needs more than one form bean for a webapp. After browsing the Struts

can't use local forwards with html:link tag ?

2002-01-11 Thread Olivier Dinocourt
Hello list I'm trying to use local forwards with the html:link Struts tag, and I get the following exception : -- javax.servlet.jsp.JspException: Cannot create rewrite URL: java.net.MalformedURLException: Cannot retrive ActionForward named RechercherProfils at

Re: First try using Tiles - what appends ?

2002-01-11 Thread Olivier Dinocourt
If the tiles taglib works in the same manner as the template taglib, then there must be an attribute to specify whether the value attribute refers to a file or a message to be displayed as is. The template taglib uses the direct attribute, set to true if you want the value to be treated as is.

Re: bean:write.../

2002-01-10 Thread Olivier Dinocourt
bean:write name=... property=pty[index] / hope I'm not wrong :) - Original Message - From: Rubens Gama [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 2:52 PM Subject: bean:write.../ How can i write an object's property that belongs to an

Re: What is the best way to display pictures from a database usin g Struts

2002-01-09 Thread Olivier Dinocourt
There's one important thing to do, too : don't forget to set the mime-type, else it will be text/plain or text/html, and your browser will display your byte stream as text - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday,