Data source

2002-04-17 Thread Daniel WAMARA
Thanks for the answer but I've forgottent to say that it works fine on my workstation (NT4) but I got this on a Linux server. D. - Unit test the beans outside of Struts. Just write a System main console app that calls your bean. hth, Vic Daniel WAMARA wrote: Could

Re: Can Dreamweaver and Struts work together

2002-03-28 Thread Daniel WAMARA
I'm using Dreamweaver since the version 2 and now I'm in the 4th and work with Struts, you can use DW4 qith Struts by adding an extension that you can find on http://javacentral.compuware.com and download OptimalJ Dreamweaver Integration Kit 1.0.9 and you will be able to directly add Struts

Form values

2002-03-04 Thread Daniel WAMARA
I would like to make an update of some values of a form and for that, I have to take back some values in a database and set the values of the form fields relevant to each. I'm trying to use the set Method of the form bean but I got no value back in my form. Could someone help ? Daniel W.

404 Error

2002-01-11 Thread Daniel WAMARA
I'm trying to launch a Struts application that is properly working on one of my colleague's PC because I have to finish up something but as soon as I try to make a login via a login page (which works on other PCs), I have a 404 Page not found error and in my Tomcat Console, I have

Re: File upload error when no file attached - IOException

2002-01-04 Thread Daniel WAMARA
Hi Doug, I don't know if you've already found solution to your problem but what you can do is to put a form validation in your ActionForm that handles that, here is what I did for mine (it also handles the case if a file is empty, saying with a 0 Kb size) : /** * Validate the

Re: Files download

2001-12-14 Thread Daniel WAMARA 2
I know none but I made an application doing that, all you have to do is to set up the content type of the response. Here's the code I made for : public ActionForward perform(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException,

Can't delete upload temporary file

2001-12-04 Thread Daniel WAMARA
) { ... FilePermission filepermission = new FilePermission(file.getFilePath(), delete); try { ... but I still have that permission and making all the uploads I'm doing just for thest could lead to a huge quantity of files, so how could I get ride of that ? Daniel WAMARA

RE: Quickly change page to prevent user to click several times on a link

2001-12-04 Thread Daniel WAMARA
I think that normally, according to the JSP specification, you can not fowrdard them to an html page but only to a JSP so send them to a JSP and put the refresh tag in the head, I did it last week and it works. Daniel WAMARA From: Jeff Martin [EMAIL PROTECTED] Reply-To: Struts Users Mailing

Could not locate TLD META-INF/taglib.tld

2001-12-03 Thread Daniel WAMARA
-archive.com/struts-user@jakarta.apache.org/msg02380.html) doesn't seem to be my solution for that problem. I got some others Struts applications and they work well, except the one that gives back this error, someone can help ? Daniel WAMARA

Re: Struts Dreamweaver extension

2001-11-20 Thread Daniel WAMARA
but I think that some work should be done about this slow getting of properties. Daniel WAMARA From: Kok, Arjan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Struts Dreamweaver extension Date: Mon, 19 Nov 2001 14:01:54

ServletInputStream and Buffered Reader

2001-11-20 Thread Daniel WAMARA
could just close it and get my BufferedWritter. Thanks for help, Daniel WAMARA _ Téléchargez MSN Explorer gratuitement à l'adresse http://explorer.msn.fr/intl.asp -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Struts Dreamweaver extension

2001-11-20 Thread Daniel WAMARA
You got it right, I just got the same and I really don't know why. Daniel WAMARA From: Paul Bienick [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Struts Dreamweaver extension Date: Tue, 20 Nov 2001 07:36

Iterate tag

2001-11-15 Thread Daniel WAMARA
]); System.out.println(b[i]); } because the value of a[i] and b[i] should be displayed in table cells like tr td(the value if A)/td td(the value if B)/td /tr od should I simply use a scriptlet for that. Thanks for help. Daniel WAMARA

Upload question

2001-11-14 Thread Daniel WAMARA
Does anyone has ever made an upload via Struts and this has worked ? Because I've tried y myself and got always failure, and even my Struts-Uplod Example doesn't work. Daniel WAMARA _ Téléchargez MSN Explorer gratuitement à

Re: Upload question

2001-11-14 Thread Daniel WAMARA
So could you telle me what can mean a ServletException BeanUtils.populate because it's the error I got as soon as I click on the upload button and how do I can get a ride on it ? Thanks for help, Daniel WAMARA _ Téléchargez MSN

Re: Upload question

2001-11-14 Thread Daniel WAMARA
I just have one form and I do handle the file via its Input stream but the application doesn't ever let me the time to say hi that I've already this BeanUtils.populate error. Daniel WAMARA From: Balasubrahmanyam Pasumarthy [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

File upload - Help needed in emergecy

2001-11-13 Thread Daniel WAMARA
() java.lang.IllegalArgumentException() I will surely not copy paste all the things under this stacktrace. So someone could tell me what it means and how I should resolve the problem (I must give back the upload method before the end of the week), so please help. Daniel WAMARA

Re: File upload - Help needed in emergecy

2001-11-13 Thread Daniel WAMARA
and accept an object of type UploadFile. So what's next so ? Daniel WAMARA _ Téléchargez MSN Explorer gratuitement à l'adresse http://explorer.msn.fr/intl.asp -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Struts, JSP, Servlets and dB

2001-10-26 Thread Daniel WAMARA
, getting the connection, making statements and so on... I was a bit long but it was for a good explanation. Thanks for helping, Daniel WAMARA Frankfurt/Main, Germany _ Téléchargez MSN Explorer gratuitement à l'adresse http