Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66F0E8F4E for ; Wed, 10 Aug 2011 14:50:51 +0000 (UTC) Received: (qmail 3582 invoked by uid 500); 10 Aug 2011 14:50:51 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 3483 invoked by uid 500); 10 Aug 2011 14:50:50 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 3476 invoked by uid 99); 10 Aug 2011 14:50:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 14:50:49 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 14:50:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 74D3BB573F for ; Wed, 10 Aug 2011 14:50:27 +0000 (UTC) Date: Wed, 10 Aug 2011 14:50:27 +0000 (UTC) From: "Jason Bennett (JIRA)" To: dev@myfaces.apache.org Message-ID: <2143191494.23911.1312987827475.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (TRINIDAD-1813) partialSubmit attribute not working for command button when try to open dialog box MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TRINIDAD-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082375#comment-13082375 ] Jason Bennett commented on TRINIDAD-1813: ----------------------------------------- Scott, I'm actually using the version that is deployed with Oracle's JDeveloper 11.1.2. This issue appeared after an upgrade. However, I have been doing some testing this morning and could not reproduce the "bug" with a new install on another machine (I'm working on vacation ...). This code seems to work fine (I'm trying to add in code piece meal that is similar to the code in my app that is failing until I make it fail ... so far, no failure): <%@ page contentType="text/html;charset=windows-1252"%> <%@ 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/trinidad" prefix="tr"%> <%@ taglib uri="http://myfaces.apache.org/trinidad/html" prefix="trh"%> When I get back to the office I'll hit my code a little harder .... must be something I'm doing. Sorry for pinging you guys so hard. If I find whatever it is that is keeping the dialog from launching, I'll post it. Thanks, Jason > partialSubmit attribute not working for command button when try to open dialog box > ---------------------------------------------------------------------------------- > > Key: TRINIDAD-1813 > URL: https://issues.apache.org/jira/browse/TRINIDAD-1813 > Project: MyFaces Trinidad > Issue Type: Bug > Affects Versions: 2.0.0-alpha > Environment: Window XP, java 6, Eclipse 3.4.2, Tomcat 6 > Reporter: Navnath Kumbhar > Priority: Blocker > > Hi There, > I am trying to implement one simple functionality as shown in live Trinidad demo of Dialog box. Click on button, get value of from parent window to dialog box, change value from dialog box and submit it, then submitted value should get reflected on parent window's field. > I am getting value from dialog box but at code level. But when I try to set that value to display on page it's not reflecting. and ask me to reload page. when I reload page then again dialog box is there. > This is happen when I remove partialSubmit="true" from button attribute. when I place this attribute, then there is no any error, but dialog is not appearing. > Please Please let me know how do I open dialog box using command button with setting partialSubmit="true" attribute? > Is this version problem. > I am stuck on this issue from last 2 Months. still don't have any solution. > Is Trinidad really implement Dialog box as they have shown on demo site? If Yes, then why all downloaded code is working fine only except DIALOG BOX? > Please replay to this post. Any kind of suggestion is welcome. > Thank You, > Navnath Kumbhar. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira