Re: Missing bean when validating

2004-02-29 Thread Martin Gross
Thanks, Hubert! That was the information I was looking for. Hubert Rabago wrote: http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg94386.html hth, Hubert --- Martin Gross [EMAIL PROTECTED] wrote: Hi, I have a form with a dropdown list: html:options collection=campaignList

Missing bean when validating

2004-02-27 Thread Martin Gross
Hi, I have a form with a dropdown list: html:options collection=campaignList property=id labelProperty=name / The collection is set by an action which redirects to this form. action path=/showNewCampaigns type=de.evolt.newsletter.webgui.CampaignAction scope=request forward name=success

Best Practice for long running tasks with status check

2004-01-29 Thread Martin Gross
Hi, I need to start an long running task by a struts action which will run for maybe half an hour. I dont want the action to run for half an hour. It should start the task and then respond that the task has been started. Also it should be possible to check the status of the task and see

Re[2]: Best Practice for long running tasks with status check

2004-01-29 Thread Martin Gross
and the Timer service to see if it suits you Regards marco -Original Message- From: Martin Gross [mailto:[EMAIL PROTECTED] Sent: 29 January 2004 17:20 To: Struts Users Mailing List Subject: Best Practice for long running tasks with status check Hi, I need to start an long

Re[2]: Best Practice for long running tasks with status check

2004-01-29 Thread Martin Gross
that will respond with the total tasks over tasks completed. -Original Message- From: Martin Gross [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 11:20 AM To: Struts Users Mailing List Subject: Best Practice for long running tasks with status check Hi, I need to start an long

Re[4]: Best Practice for long running tasks with status check

2004-01-29 Thread Martin Gross
for events from you task thread, telling you when things are completed. You in turn, ask Bean A for information that it receives as a call back handler for your task thread. -Original Message- From: Martin Gross [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 12:55 PM

Re[2]: How to read contents of MANIFEST.MF

2003-10-10 Thread Martin Gross
That is what I was looking for. Thanks a lot. Will this do? import java.util.jar.Manifest; ... ServletContext ctx = ...; InputStream in = ctx.getResourceAsStream(/META-INF/MANIFEST.MF); if (in != null) { Manifest mfst = new Manifest(in); ... in.close(); } Quoting Martin Gross

Sharing violation when editing JSP file

2003-02-11 Thread Martin Gross
Hi, I ported an existing web application to Struts 1.1b3. Now I am getting a sharing violation whenever I try to save an edited JSP file after testing the application. The file seems to be locked by Tomcat. After restarting tomcat everything works fine as long as I do not test the

Re: Tool to convert html file to strustified jsp

2003-02-11 Thread Martin Gross
Look at the ressources part of the Jakarta Struts Website. One example would be Struts Console. is there any tool which can convert an html file to strutsified jsp?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Automated Site testing

2002-09-19 Thread Martin Gross
You did not explain what kind of features you are exactly looking for, but this might be the right tool for you: http://www.opensta.org/ Regards, Martin Hey All, I was hoping that someone of the list would be able to help me out. Our company currently uses JUnit to perform automated

Re: Object Mapping w/ Struts?

2002-03-27 Thread Martin Gross
Try ObjectRelationalBridge: http://objectbridge.sourceforge.net/ Martin [EMAIL PROTECTED] . EVOLT Internet Applications GmbH Brüningstrasse 35 61350 Bad Homburg, Germany http://www.evolt.de . I am looking for an