Hi
I have declared an aliasBean using the following syntax:
In top-level jsp:

<t:aliasBean alias="#{aliasBean}" value="#{realBean}">
                <%@ include file="fragment.jspf" %> 
</t:aliasBean>

In included jsp:

<h:commandButton action="#{aliasBean.doSomething}" type="submit"
value="buttonA" title="buttonA"/>

However, although I can use h:outputText fine on my aliasBean, firing a
command does not seem to work. 
Is this expected behaviour, or am I missing something?
Many thanks, Baljeet.
-- 
View this message in context: 
http://www.nabble.com/Can-I-use-h%3AcommandButton-on-a-Tomahawk-t%3AaliasBean-aliased-bean-tp23217782p23217782.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to