dev@woodstock.java.net

RE: Facelets + Woodstock problem

From: Brent Vaughn <Vaughn_at_iecokc.com>
Date: Mon, 17 Sep 2007 13:59:26 -0500

Instead of 'actionExpression' or 'actionListenerExpression' try using
just 'action'.

 

  _____

From: Jason Suplizio [mailto:suplizio_at_gmail.com]
Sent: Monday, September 17, 2007 1:51 PM
To: dev_at_woodstock.dev.java.net
Subject: Facelets + Woodstock problem

 

A coworker at my company has the following problem:

I am trying to use Woodstock and Facelets. Rendering works correctly,
but the binding of the "action" components did not work. For example, a
button would not invoke its backing beans action. Removing Facelet and
using Jsp allowed Woodstock to work properly.

Tried using the actionExpression and the actionListenerExpression.

Also note:
The h:commandButton worked as expected.
The w:radioButton also failed in Facelets


Does anyone have any similar experiences? Do you know of a solution for
these issues?

Thanks,
Jason

PS Is the dev list the wrong place for these questions?