hi everyone.
i would like to render the dummyForm right at the beginning of an html page. the reason is the following. i have a javscript function, which needs the current state as a parameter. the problem however is, that it needs this parameter right at the beginning, even before the hole dom tree is set up (this functin is not from me so i can't change it). so far it only works, because i render a seperate form myself, where i include the state. but this is obviously not a good solution, since it gets a different state then all the rest...

any ideas? is it at all possible to render the dummyform at the beginning?

best wishes joerg


Reply via email to