It seems that it didn't work in other versions of Tomee neither. The problem was having a <c:forEach> in that page (inside a custom component used in that page), even though the commandButton was not inside the loop. By switching to <ui:repeat>, the problem is gone in all versions of Tomee.
It is probably a bug in MyFaces, because Glassfish 3.1.2.2 (with Majorra) doesn't have this problem. (tested) -- View this message in context: http://openejb.979440.n4.nabble.com/1-5-2-first-Post-not-executed-error-works-in-1-6-0-29-07-13-tp4664590p4664654.html Sent from the OpenEJB User mailing list archive at Nabble.com.
