Q: nested - Tags

2002-05-05 Thread Björn Blum
Hello out there, I've got a urgent question to you. Is it possible to handle nested form - tags with struts or html? e.g. And can I "speak" to them, as they were standalone? in Javascript like 'document.forms[2].submit()' or so. Many thanx for your help. bjoern -- GMX -

Q: inifite loop --> Why?

2002-05-02 Thread Björn Blum
Hello, Everytime i want to initialize the select tag in my jsp. Tomcat or rather struts produces an infinite loop. It always executes the getPlanningperiodid - Method of the PlanningPeriodHelper Class. As you see i have hardcoded the list, which has to be used for the select tag. But the problem s

Re: Q: Need help, by using select tag correctly

2002-05-02 Thread Björn Blum
Hi, Thanx for your help. It works. But now there's another "funny" problem. Struts produces by pasing and generating the select tag an infinite loop. It always calls the getter-method of planningperiodid in my helperclass, although there are only two elements in my pplist. Does anybody knows suc

AW: Need help, by using select tag correctly

2002-05-02 Thread Björn Blum
Hello, and here is the code of the form bean (I forgot in the last mail). I don't see any mistakes in my code. So I don't know why tomcat can't find an gettermethod for the planningperiod - field.. . package forms; import actions.helper.*; import org.apache.struts.action.ActionForm; pu

AW: Need help, by using select tag correctly

2002-05-01 Thread Björn Blum
ittwoch, 1. Mai 2002 17:32 An: 'Struts Users Mailing List' Betreff: RE: Need help, by using select tag correctly Do you have an appropriate form class declaration and an associated action class mapping in your struts-config.xml? -Original Message----- From: Björn Blum [mailto:[EM

Re: Need help, by using select tag correctly

2002-05-01 Thread Björn Blum
Hello, mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 7:21 AM To: Struts Users Mailing List Subject: Need help, by using select tag correctly Hello, I've got a "little" Problem in how using the struts select - tag correctly. I'm new to Struts and have read the mails correspondig to t

Need help, by using select tag correctly

2002-05-01 Thread Björn Blum
Hello, I've got a "little" Problem in how using the struts select - tag correctly. I'm new to Struts and have read the mails correspondig to the select-tag in this mailing-list, but i'm not able to run my select tag. Scenario: In my action class a list of planningperiods is generated. the selec