Hello,

On a Pocket IE, a  form will not submit if a "tr:commandButton" is placed
within a "tr:page". This is because the rendered html form gets an id in the
format "a:b".  The colon ":" is appended as constant SEPARATOR_CHAR defined
in class javax.faces.component.NamingContainer. Replacing a:b by a.b in an
html works on a Pocket IE. Please advise on the right approach to solve this
problem.

-Piyush

Reply via email to