Re: Problem with ArrayList's add() function

2009-02-02 Thread sd9
God Bless you Nuwan and Nils :) I had been stuck with this problem for more than 24 hours and now it's solved. Yeah, as you said, I just had to add this "casePapers=new ArrayList();" And it worked!!! :) Thanks a million!!! -- View this message in context: http://www.nabble.com/Problem-with-

RE: Executing action in a new tab?

2009-02-02 Thread sd9
t; nature and Sender does not endorse distribution to any party other than > intended recipient. Sender does not necessarily endorse content contained > within this transmission. > Date: Sun, 1 Feb 2009 22:09:16 -0500> From: > newton.d...@yahoo.com> To: user@struts.apache.org>

Re: Problem with ArrayList's add() function

2009-02-02 Thread sd9
And this is the error from catalina.out: Feb 2, 2009 5:56:00 PM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Feb 2, 2009 5:56:01 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Feb 2, 2009 5:56:02 PM org.apache.coyote.ht

Problem with ArrayList's add() function

2009-02-02 Thread sd9
Hi, This problem has been driving me mad! I have this code (below), which isn't going beyond the "casePapers.add(cp)" line. It displays the string "--before4--" But doesn't display this string "--after--" The CasePaper class has been

Executing action in a new tab?

2009-02-01 Thread sd9
Hi, I have a form with a submit button which performs an action. On the same form I have link which is supposed to perform another action to upload an image to the server. I want the uploading action to be performed on a new page. Which means that when I click the "upload image" link, I want a n