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 js

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 selecte

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(); test

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

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

2001-08-20 Thread Marion Schwarz
>>if your action class is not being reached, it makes me think that the action >>servlet is not configured properly. do you have the action servlet mapped >>to the *.do extension inside web.xml? it should look like this: action *.do Yes, my web.xml looks like this. >>Maybe you >>ha

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,

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 thisandthat.j