> Check out the nested form stuff. > See: http://www.keyboardmonkey.com/pilotlight/index.jsp
Thanks, that is kind of a sweet tutorial - but unfortunately it didn't really answer my question (I think it doesn't anyway, might be that I just don't see it). My problem is not display the form but writing the Form class behind it. How to build get-methods for the form-fields that got actually displayed in the end. How to get the values filled in. The problem is that with a variable Form (like I have in mind) I can't have variables and get methods for each field and I can declare the parameters before hand (before compilation) as I will not know which fields will be used. Have I made my problem clearer now? I know, I am not the greatest at explaining things... ;) Now, I'd know how to do it in PHP but that wouldn't help me a whole lot here... :D Greetings, Nadja --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

