Antw: RE: multibox always checked

2001-09-26 Thread Marion Schwarz
Yes, that's what I figured out at last. One more question: I notice that even objects in session scope cannot be used by different frames. When my frameset is built, the first frame contains a jsp page which is called with a parameter. This page puts the parameter in session scope. The second

multibox always checked

2001-09-25 Thread Marion Schwarz
Hi folks, after reading a million postings on the subject, I still have a question. When a checkbox is selected, I want to count the selected object in a different bean. The total amount should be displayed immediatly in another frame so I have to submit my form every time a checkbox is

Error 500 - silly me

2001-08-22 Thread Marion Schwarz
hi , going through my code over and over again, I finally realized that the path of my action class had changed... @-} thanx a lot, anyway Marion

iterate in a template

2001-08-22 Thread Marion Schwarz
Hello world, I'm trying to fill a struts template with an interate tag. The collection, an ArrayList, is set in the jsp page. My Code looks like this: JSP-Page = ... % ArrayList testList = new ArrayList();

Error 500 : No action instance could be created

2001-08-20 Thread Marion Schwarz
Hello everybody, since I have already searched the archives for any posting concerning my problem, I only need a confirmation now: Am I right, assuming that I cannot use action mapping when coming from a URL like http://.../thisandthat.do?param1=value and only wanting to dislpay a

Antw: Re: Error 500 : No action instance could be created

2001-08-20 Thread Marion Schwarz
Hi Jon, my action class look just as you described. But I looked closer at the error message and discovered that it goes like this: 500 R /thisandthat.do + null No action instance... So it seems like the parameters don't go through ! Still my action class doesn't even do a system.out.println,