[EMAIL PROTECTED] wrote:
Hi,
I did try the FAQ and a google search, but didn't find anything
immediately obvious. I had written one small example using the RI
version of JSF, which works correctly. Now I'm running the latest
MyFaces, 1.1.1, with JBoss 4.0.2. The output of the JSP works fine, but
no navigation works. This includes the firing of actions and
actionListeners and also page navigation in general. I'm guessing that
the lack of navigation behavior is the root of my problem since my
managed bean is clearly found.
Are your action methods being invoked (ie do logging statements in them
generate output)? If not, one cause can be validation failure; I was
stuck on that for a while where a page would always just "refresh".
Adding an <h:messages> tag to the page revealed the problem. I can't see
any validation configured for your jsp page though.
Regards,
Simon
- Re: Newbie problem with actions and actionListeners Simon Kitching
-