Hi All ;
I’ve a strange behaviour of button.
In a tab containing two panel

<tab>
<tc:form id="formSearch">       
  <tc:panel>
    <tc:in value="#{bean1.attribute}" required="true"> 
        ……….
    <tc:button action="#{ method1}" …..>

</tc:panel>

<tc:panel>
</tc:form>
in the same tab I’ve another form
<tc:form id="formAssign">         
  <tc:panel  rendered="#{some value}" > 
           <tc:button action="#{method2}" label="press” />

The first button work fine; but the second’s action is never invoked;
instead of invoking “ method2” when pressing the second button; the
setAtrribute of the bean1 is invoked

-- 
View this message in context: 
http://www.nabble.com/-Tobago--Curious-Problem-%3A-several-buton-inside-same-tab-tf2910058.html#a8130641
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to