Hi,
I am new to JSF, Facelets, SWF and Trinidad technologies, and I having a problem submitting parameters from the <tr:commandButton>
on a xhtml page to the flow (using the <f:param>
). The interesting thing is when I use <h:commanButton>
instead of the <tr:commandButton>
, everything works fine. The reason I need to use trinidad button is that I have to put it in <tr:forms>
to support PPR.
I really appreciate your helps.