You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Sam <sa...@gmail.com> on 2009/06/09 04:45:57 UTC

action not being invoked. Facelets 1.1.14, MyFaces 1.2.6, Spring 2.5.x

I'm about to lose all my hair.  I have a h:commandLink inside a h:form that
I want to to invoke a method on my backing bean upon form submit.  I read
that facelets doesn't support method binding.  What do I need to do to get
something this simple to work?  The page renders just fine.  Is there a
sample app I can look thru?  I'm using Spring to manage the backing bean.
 Otherwise, everything else is pretty much by the book.  I can provide
config and code but I think I just need a reference app to see a working
sample.
Sam

Re: action not being invoked. Facelets 1.1.14, MyFaces 1.2.6, Spring 2.5.x

Posted by Walter Mourão <wa...@gmail.com>.
Hi Sam,
I attach some samples, just run "mvn jetty:run" inside each folder to run
the sample.

Cheers,

Walter Mourão
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br



On Mon, Jun 8, 2009 at 11:45 PM, Sam <sa...@gmail.com> wrote:

> I'm about to lose all my hair.  I have a h:commandLink inside a h:form that
> I want to to invoke a method on my backing bean upon form submit.  I read
> that facelets doesn't support method binding.  What do I need to do to get
> something this simple to work?  The page renders just fine.  Is there a
> sample app I can look thru?  I'm using Spring to manage the backing bean.
>  Otherwise, everything else is pretty much by the book.  I can provide
> config and code but I think I just need a reference app to see a working
> sample.
> Sam
>