On 5/19/06, octoberdan <[EMAIL PROTECTED]> wrote:
When will it officialy be removed? and how does a developer get involved with this project?
It's being worked on now. We'd like to do a MyFaces core and a tomahawk release fixing this bug and the server-side state saving issue as soon as it's fixed. You're already involved :) If you're not already subscribed to myfaces-dev, you can do that. The example code you posted below provides a great test case. You can do a search for DummyForm on the MyFaces users and dev mailing list over the past couple of weeks to catch up on the topic. Also, postings about commandLinks and commandButtons for the last four weeks are probably also appropriate. TOMAHAWK-416 is where the issue is officially being tracked. The best thing you can do (short of providing patches yourself) is to keep testing the latest svn code against JSF RI 1.1 + Tomhawk, Myfaces Core by itself, and MyFaces Core + Tomahawk, and telling us when all three combintations are working without error. At that point, we can do a release. On 5/22/06, octoberdan <[EMAIL PROTECTED]> wrote:
I have the newest build and it's still failing. Here's the pages code: <%@ page language="java" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> <f:view> <h:form> </h:form> </f:view> </body> </html> -- View this message in context: http://www.nabble.com/java.lang.NoSuchMethodError%3A+.DummyFormUtils.isWriteDummyForm...-t1651961.html#a4506131 Sent from the MyFaces - Users forum at Nabble.com.

