form tag position
HI there,
I'm quite new with this IDE, and following the tutorials I've noticed that the form tag always includes all the content (grid layout,etc.).
Now, what actually is the sense to put that tag just after the bofy tag and before its closing.
What if I have two or more forms on the same page?
Thanks in advance
Message was edited by:
X_sandro
[392 byte] By [
X_sandro] at [2007-11-26 10:06:16]

# 1
While the Palette does offer a Form component in the Layout sectionm the virtual form mechanism is a much better way to handle multiple forms on a page, in most situations. See http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/vir tual_form.html
# 2
Ok, I've understood that virtual forms are a better solution instead of the form layout component, but I don't get why, anytime wich I try to delete that tag, it appears again.
It seems that the page requires at least one form tag....
Let's suppose, I want to make a static page with Creator. Would it be possible avoid it?
Thanks