html:radio Javascript

2005-07-14 Thread dumbQuestionsAsker _
Hi everybody. I got a little problem using with javascript. I got a table I want to hide/show a cell if a radio is selected, I tried to do it using javascript without any success. By default the cell is hidden, that's why I can't only use the onclick() event to take care of users who push the F

another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Hi, Im new to Struts, and I want to upload multiple files using only one tag. I made some googleling but I did not find anything working, only "that's not possible"-like answers. So my question is simple, is it really impossible to upload multiple files usng only one ? Thanks in advance. r

Re: another mutliple file uploading question

2005-07-15 Thread dumbQuestionsAsker _
Struts uses FileUploads(it's include in struts) From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 16:03:25 +0200 have you tried with Jakarta's proyect "commons-fileupload"

Re: another mutliple file uploading question

2005-07-16 Thread dumbQuestionsAsker _
Ok thank you for your helpfull answer. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 11:34:25 -0400 dumbQuestionsAsker _ wrote: Im new to St

pre populating

2005-07-17 Thread dumbQuestionsAsker _
Hi everybody, Is there any mechanisme provided by struts to allow prepopulating inputs in the case of iterating Form which retrives beans values ?(It seems that in the best case FormFile only return the file name not the whole path) Thanks in advance. best regards, Dumbo :) ___

Re: pre populating

2005-07-17 Thread dumbQuestionsAsker _
orm=(YourActionForm)form; yourActionForm.setSpecificField(thevaluefromtheFile); ??? Martin- - Original Message - From: "dumbQuestionsAsker _" <[EMAIL PROTECTED]> To: Sent: Sunday, July 17, 2005 6:14 AM Subject: pre populating Hi everybody, Is there any mechanisme provided by struts to

Re: pre populating

2005-07-17 Thread dumbQuestionsAsker _
your code Martin- ----- Original Message - From: "dumbQuestionsAsker _" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Sunday, July 17, 2005 11:14 AM Subject: Re: pre populating >YourActionForm yourActionForm=(YourActionForm)form; yourActionForm.setSpecificField(thevaluefr

Re: pre populating

2005-07-17 Thread dumbQuestionsAsker _
aware of any such restrictions with any Browser with respect to use of When you get the chance please forward the link which contains the information with respect to Client Browser (Opera vs IE vs Netscape) Regards, M- - Original Message - From: "dumbQuestionsAsker _" <[EMA

add a new message to a message resources file

2005-07-21 Thread dumbQuestionsAsker _
Hi everybody, Im wandering a way to add or modify messages into a .properties file only using Struts(cause I can do it using java.io or nio) Thanks in advance. _ MSN Search : des réponses à tous vos besoins ! http://www.imagine-m

Re: add a new message to a message resources file

2005-07-22 Thread dumbQuestionsAsker _
Nice to hear it, after making my own :) thank you very much. Dumbo From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: add a new message to a message resources file Date: Thu, 21 Jul 2005 16:38:17 -0400 du

Netbeans/TOMCAT RMI

2005-08-02 Thread dumbQuestionsAsker _
Hi everybody, I got an RMI code which is working fine into another servlet container. I want to port it into TOMCAT. That's the first time Im doing it, so that's what I did : -I added : -Djava.rmi.server.codebase=http://127.0.0.1:80/ to my JAVA_OPT variables into the catalina.bat file. -I chan

Re: [OT] Netbeans/TOMCAT RMI

2005-08-02 Thread dumbQuestionsAsker _
ybe on the Netbeans lists/forums. L. dumbQuestionsAsker _ wrote: Hi everybody, I got an RMI code which is working fine into another servlet container. I want to port it into TOMCAT. That's the first time Im doing it, so that's what I did : -I added : -Djava.rmi.server.codebase

Form File

2005-08-24 Thread dumbQuestionsAsker _
Hi everybody, Im redesigning a webapp and I got a weird problem with a FormFile object. Actually I got a FormFile into an ActionForm class, to make a better design I want to store this FormFile into a "File" class and access it modifiying the getters/setters content, the problem is when I want

form generation

2005-10-04 Thread dumbQuestionsAsker _
Hi everybody, I got a little problem using Struts with Javascript. Im trying to generate an HTML form which has to be submitted as a String. In my form I got an input which has to contain a bean property which doesn't comes from the current bean but from the one who will focus on the form. So I

Re: form generation

2005-10-04 Thread dumbQuestionsAsker _
x in advance for your help. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: form generation Date: Tue, 04 Oct 2005 14:44:03 -0400 dumbQuestionsAsker _ wrote: Hi everybody, I got a little problem using Struts w