RE: MyFaces ignores immediate="true" when using Tiles 2.

2009-09-15 Thread bugfactory anonyme
public void setIntField(Integer intField) { this.intField = intField; } public String ok() { return "self"; } public String cancel() { return "self"; } } Thanks in advance, BugFactory From: bugfact...@hotmail.com To: users@myfaces.apache.

MyFaces ignores immediate="true" when using Tiles 2.

2009-09-14 Thread bugfactory anonyme
Good morning. As a first time poster on this list, I'd like to say hello to everybody. I have run into a problem when attempting to upgrade an application to use MyFaces 1.2 and Tiles 2. (It previously used MyFaces 1.1 and Struts Tiles.) My command links ignores their immediate="true" attribut