Integrating Shale with Ajax4JSF

2007-11-04 Thread Dominik Böhm
Hello, I tried vainly to use Shale 1.0.4 with Ajax4JSF. When I put some ajax component onto my page and try to open it, I receive a NullPointerException: javax.servlet.ServletException javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)

Re: Integrating Shale with Ajax4JSF

2007-11-04 Thread Dominik Böhm
Hi Lionel, thank you, that did the trick! Best regards Dominik Lionel Port schrieb: Try wrapping your ajax code in a a4j:region tag. On Nov 5, 2007 3:53 AM, Dominik Böhm [EMAIL PROTECTED] wrote: Hello, I tried vainly to use Shale 1.0.4 with Ajax4JSF. When I put some ajax component onto

Using nullValue-properties with Shale Tiger

2007-10-28 Thread Dominik Böhm
Hello, I am doing my first steps with Shale and ran into some problems with Shale Tiger. I think the @Property-annotation has the same semantics as the managed-property thing in the faces-config.xml. Main difference seems to be that @Property only supports non-null values whereas