3 Replies Latest reply on Jul 30, 2008 5:22 PM by kosl

    strange problems with h:commandLink

    kosl

      Hi All,


      I'm having some strange problems with h:commandLink tag. I'm having a webpage where I have such code:



                                    
      <h:commandLink action="#{newTask.newTask(task)}">
                                         <l:outputText value="#{messages.msg}" />
      </h:commandLink>
      



      Most of the page where is the code is backed by a Statefull Backing bean (let's call it cat), newTask is also such a bean. The problem is that when I change the scope of the cat bean to CONVERSATION this link doesn't work (it just reloads the page). When I make it SESSION scope it works fine. newTask is also a stateful session bean scoped CONVERSATION.


      Any clues?


      Thanks in advance.


      Regards,


      Karol