Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 49223 invoked from network); 26 Apr 2006 06:21:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2006 06:21:17 -0000 Received: (qmail 8595 invoked by uid 500); 26 Apr 2006 06:17:08 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 4795 invoked by uid 500); 26 Apr 2006 06:16:51 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 2394 invoked by uid 99); 26 Apr 2006 06:16:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 23:16:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 23:16:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4444F71430C for ; Wed, 26 Apr 2006 06:14:51 +0000 (GMT) Message-ID: <787674.1146032091277.JavaMail.root@brutus> Date: Wed, 26 Apr 2006 06:14:51 +0000 (GMT+00:00) From: "Craig McClanahan (JIRA)" To: dev@struts.apache.org Subject: [jira] Moved: (SHALE-68) ValidatorCommandRenderer breaks MyFaces dummy form. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/struts/browse/SHALE-68?page=all ] Craig McClanahan moved STR-2833 to SHALE-68: -------------------------------------------- Project: Shale (was: Struts Action 1) Key: SHALE-68 (was: STR-2833) Component: (was: Shale) Version: (was: Nightly Build) Assign To: (was: Struts Developer Mailing List) > ValidatorCommandRenderer breaks MyFaces dummy form. > --------------------------------------------------- > > Key: SHALE-68 > URL: http://issues.apache.org/struts/browse/SHALE-68 > Project: Shale > Type: Bug > Environment: Operating System: Windows XP > Platform: PC > Reporter: Simon Matic Langford > > I have a webapp using shale over myfaces, and the front page is a menu, using > jscookmenu. On an older nightly build all was fine, but when I took build > 20060408 of shale core, the menu links stopped working. I traced this back to > the ValidatorCommandRenderer creating a new ResponseWriter: > ResponseWriter buffResponsewriter = context.getRenderKit() > .createResponseWriter(writer, null, > hijackedWriter.getCharacterEncoding()); > This means that when HtmlJSCookMenuRenderer calls setWriteDummyForm(true) on the > writer, the value is not propagated to the main writer for the view and so the > dummy form is no longer output. The source for the page is: > <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> > <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> > <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> > > > > > > <h:outputText value="#{messages['menu.title']}"/> > > > > > > action="newProject"/> > > > > > > > > > action="helpGettingStarted"/> > > > > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org