Re: Is struts interfering with Runtime.exec() calls?

2004-08-26 Thread Christian Riedel
On 26.08.2004 17:28, James Mitchell wrote: What container are you using? Apache Tomcat 5.0.19 What user or process is kicking off the jvm? My normal system-user-account (sarek) is running Tomcat. So running the JVM as well. What permissions and/or groups does that user or process have or belong t

Re: Is struts interfering with Runtime.exec() calls?

2004-08-26 Thread Christian Riedel
James, On 26.08.2004 16:48, James Mitchell wrote: Short answer to your question.no, Struts has nothing to do with this. I can't understand how someone would take a week to try and get this working in JSP page, and even go so far as to write this email and send it to this list without first tryi

Re: Is struts interfering with Runtime.exec() calls?

2004-08-26 Thread Christian Riedel
Hi James, On 26.08.2004 15:43, James Mitchell wrote: You are kidding right? I don't see any fun here and I am not kidding at all ... Did you even try this from a test class? As described before I have tried it with the test jsp as well as from the application itself. The String containing the comm

Is struts interfering with Runtime.exec() calls?

2004-08-26 Thread Christian Riedel
Hi all, some days ago I posted a problem about not being able to do a chmod on the local file system from withing my webapp via a Runtime.exec() call. To achieve this I tried the following call: "/bin/chmod 660 /home/sarek/test/testfile" wich did not show any effect. Nor do most of the other calls

Re: How to show a 'please wait' page while performing action

2004-08-05 Thread Christian Riedel
Hi Alexander, thanks for your answer ... - on the main-form perform the submit with the file-upload and show the result-page when it is finished - To do the submit use a javascript function which performs the submit and opens a popup-window with a new request. - The "main"-action puts a f

How to show a 'please wait' page while performing action

2004-08-05 Thread Christian Riedel
Hi, I am trying to implement a page, that is shown during perfoming a file upload action. When the upload form is submitted I want a new page to be displayed showing a 'please wait' message. While this page is shown the actual file-upload should be performed and then, when the upload is finishe

Re: AW: How to use with non-constant values?

2004-04-19 Thread Christian Riedel
Hi Frank, thanks for the prompt answer ... On 20.04.2004 08:46, Otto, Frank wrote: you can do this in this way: why are the easiest solutions always so hard to find? I spent at least 2 days searching for this ... I must admit though that I have found yet another way to

How to use with non-constant values?

2004-04-19 Thread Christian Riedel
Hi list, first of all sorry for the double-post, I had forgotten to put the subject of my first post in English as well - as you should have noticed. I am currently working on an application to generate database queries. This creation dialog is distributed over several pages ... From the 2nd p

Wie mit nicht-konstantem Wert (ueber Bean) nutzen?

2004-04-19 Thread Christian Riedel
Hi list, I am currently working on an application to generate database queries. This creation dialog is distributed over several pages ... From the 2nd page on I want to display a "back"-nutton and until the last but one page I want a "next"-button to be displayed. The first thing is not so di