I have a managed bean with request scope with a jump() method
and here is my
jsf:-
When I press the "Jump" button, i get the text "Jump method invoked" in my console (GOOD)
Now, I just changed the jsf as follows :- added a rendered attribute to the "jump" button
Now, when I first visit the page (currentItems is empty), so the Jump button is not displayed. I press the "some" button, which invokes the someMethod() function (which sets the currentItems to a dummy list and redisplays the page).
Now the jump button is visible, but when I press it, nothing happens. ie., I do not get the text "Jump method invoked" in my console.
What could be wrong?
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)