|
I am using the x:commandLink on a x:tree2
component;
<h:panelGroup> <x:commandLink styleClass="document" actionListener="#{loanSelectionTreeActionListener.processAction}" action="" > <h:graphicImage value="images/document.png" border="0"/> <h:outputText value="#{node.description}"/> <f:param name="docNum" value="#{node.identifier}"/> </x:commandLink> When I click on the "Node" it generates an
ActionListener Event, I get the description and navigate to the next JSP which
is display in the right hand frame.
However if I click it a second time no
ActionListener Event is generated and the same x:tree2 is display in the right
hand frame.
So the ActionListener Event only appears to work on
odd clicks!
Any suggestions.
Thanks,
Roger Lee
Internet communications are not secure and therefore NOTiFY
does not accept legal responsibility for the contents of this message. Although NOTiFY operates anti-virus programmes, it does not accept responsibility for any damage whatsoever that is caused by viruses being passed. Any views or opinions presented are solely those of the author and do not necessarily represent those of NOTiFY. Replies to this email may be monitored by NOTiFY for operational or business reasons. |
- x:commandLink ActionListener Event only works alternatel... Roger Lee, NOTiFY
- Re: x:commandLink ActionListener Event only works a... Sean Schofield
- Re: x:commandLink ActionListener Event only wor... Roger Lee, NOTiFY
