Re: when is form tag required?

2006-05-11 Thread Cosma Colanicchia
I'm a near-newbie, but I think that these components must always live inside a . Is there any reason you can't simply put a at the top of all your other jsf components, right under your element? CosmaOn 5/11/06, Ken <[EMAIL PROTECTED]> wrote: Hi,Given commandButton, commandLink, and outputLink al

Re: when is form tag required?

2006-05-11 Thread xie min
commandButton and commandLink must be in a form, but outputLink can be used without form.   2006/5/12, Ken <[EMAIL PROTECTED]>: Hi,Given commandButton, commandLink, and outputLink all render as html anchors, I only wrapped them with form tags when a form field was required (inputText, selectItem..

when is form tag required?

2006-05-11 Thread Ken
Hi,Given commandButton, commandLink, and outputLink all render as html anchors, I only wrapped them with form tags when a form field was required (inputText, selectItem...).  Everything worked fine across multiple browsers in myfaces 1.1.1.Now with myfaces 1.1.3 and tomahawk 1.1.2, I'm having a di