Your are correct - I'm getting a conversion error. I guess that qualifies as something to work on. Thanks very much.
Doug
| Mike Kienenberger <[EMAIL PROTECTED]>
11/29/2005 05:45 PM
|
|
You should still stick a message tag on and check the values. Conversion might be failing even if there's no validating going on.
On 11/29/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
No, the action methods are not being invoked at all. I have no validation configured (yet) for my
pages since I'm still stuck on this simpler problem.
Thanks,
Doug
| Simon Kitching <[EMAIL PROTECTED]>
11/29/2005 05:41 PM
|
|
[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

