Hello Yazid,
can you send a simple jsp page for this, please?
Regards
Bernd
yazid wrote:
Hi Bernd;
I'm using the snapshot 1.0.9
no switchType (default)
Bernd Bohmann wrote:
Hello Yazid,
which version of tobago are you using?
switchType of tabGroup?
Regards
Bernd
yazid wrote:
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