<mobi:commandButton value="Next"
action="#
{contentStackBean.nextPaneParam}
"
styleClass="mobi-col mobi-weight1">
<f:param name="paneName" value="panel2" />
</mobi:commandButton>
renders the following for a script:
ice.mobi.button.select('j_idt522:j_idt525:_t541', event, {singleSubmit: false, params: 'function(p)
{p('paneName','panel2');}
'});
seems like something strange with the f:param rendering
<mobi:commandButton value="Next"
{contentStackBean.nextPaneParam}action="#
"
styleClass="mobi-col mobi-weight1">
<f:param name="paneName" value="panel2" />
</mobi:commandButton>
renders the following for a script:
ice.mobi.button.select('j_idt522:j_idt525:_t541', event, {singleSubmit: false, params: 'function(p)
{p('paneName','panel2');}'});
seems like something strange with the f:param rendering