I experienced something like this several weeks ago and fixed it.  Are
you sure you are using RC2 or the latest nightly build?  In the past
we have had problems with users who still had an old jar in the
classpath or not removing the temp/work directories for the webserver
where the compiled pages are.

sean


On Apr 4, 2005 6:47 AM, Roger Lee, NOTiFY <[EMAIL PROTECTED]> wrote:
>  
> I am using the x:commandLink on a x:tree2 component; 
>   
> <f:facet name="loan">
>     <h:panelGroup>
>         <x:commandLink styleClass="document"
> actionListener="#{loanSelectionTreeActionListener.processAction}"
> action="#{loanSelectionTreeActionListener.isTreeNodeSelected}"
> >
>             <h:graphicImage value="images/document.png" border="0"/>
>              <h:outputText value="#{node.description}"/>
>              <f:param name="docNum" value="#{node.identifier}"/>
>              </x:commandLink> 
>     </h:panelGroup> 
> </f:facet> 
>   
> 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.

Reply via email to