You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Hoa Le <ze...@yahoo.com> on 2013/03/01 11:26:55 UTC

window phone 7 support

Hi,
I use Apache MyFaces Trinidad 1.2.14. Tag <tr:commandLink> do not work on nokia lumia. 
My code:
<tr:commandLink title="dsa" id="buttonBuy" action="#{ItemsManagementBean.Demo}" value="test"
                             actionListener="#{ItemsManagementBean.discloseItem}"
                             immediate="true">
                <tr:image source="/images/wallet.png" shortDesc="test"/>
 </tr:commandLink>
 Do you have any solution for it ?