Re: Passing parameters through a form

2008-11-04 Thread Alexander Baetz
Solved with the help of the hidden-tag. Greetings, Alexander Alexander Baetz schrieb: Hi, i'm using a formular (struts form) to edit attributs of my model objects. The intention is that prepare gets the correct model-object, model driven puts it on the stack and params sets all attributes. S

Passing parameters through a form

2008-11-03 Thread Alexander Baetz
Hi, i'm using a formular (struts form) to edit attributs of my model objects. The intention is that prepare gets the correct model-object, model driven puts it on the stack and params sets all attributes. Sounds simple, but prepare needs some informations to work. these have to be set before p