Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 64961 invoked from network); 12 Mar 2007 13:15:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2007 13:15:46 -0000 Received: (qmail 73084 invoked by uid 500); 12 Mar 2007 13:15:50 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 72927 invoked by uid 500); 12 Mar 2007 13:15:50 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 72912 invoked by uid 99); 12 Mar 2007 13:15:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 06:15:49 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of adrian.mitev@googlemail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 06:15:37 -0700 Received: by an-out-0708.google.com with SMTP id c38so1172726ana for ; Mon, 12 Mar 2007 06:15:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=LwxPbQHEKxHOxE3h9PB8YFKz4xVN+VYy3irsytIYCqYCQB26MZUirohWttUeuL/C0fZP0R5GcIczAEAy+9d47AdP2rytHRnPLLhFxfvWTIZiZuu/yeNF3vIF4Q4RZr+CMDGcvU7Jus5SV1cFiUTZ3Lma8R3q2aIZDcPS2S2bxSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Jsn1JYGt8oX0fiNliHakuXsPXVXoWwX7+Wmxx58Ubs7aHD1ZDMEIb3w/ENrcaOVJWVKeGfyaH9nF8yj1Vc0wR9KEhPouL1rQW2Y0Jmkftwh/hy+tb15ix0gUW/tFzTEAYbxcZ1JiWREANZPXWdRwNy10zF6wpyx2xGbD4xkdtxY= Received: by 10.114.46.1 with SMTP id t1mr1499001wat.1173705316299; Mon, 12 Mar 2007 06:15:16 -0700 (PDT) Received: by 10.114.120.5 with HTTP; Mon, 12 Mar 2007 06:15:16 -0700 (PDT) Message-ID: <3ee326610703120615j1ff9f517v31eb72c81c32748d@mail.gmail.com> Date: Mon, 12 Mar 2007 15:15:16 +0200 From: "Adrian Mitev" To: "MyFaces Discussion" Subject: Re: JSF - New window to confirm delete In-Reply-To: <9c46f69e0703120549p530feb33s40cc05df6b0b9660@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_722_24309729.1173705316234" References: <9c46f69e0703120549p530feb33s40cc05df6b0b9660@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_722_24309729.1173705316234 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline try javascript confirm() ? 2007/3/12, edney imme : > > Hallo, > > I have a windown, were I need to open another windown, like a popup > windown. And in that windown, I will use to ask to the user if he wants to > confirm delete the item, or cancel this operation. > > Detail: I can't use javascript popup window, it must be a new window, with > 2 buttons: Ok and Cancel. > > Did anibody did something like that before ? Or has any idea of how I can > do it ? > > I alredy do some similar using Struts, but never with JSF. > > Thanks for atention. > ------=_Part_722_24309729.1173705316234 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline try javascript confirm() ?

2007/3/12, edney imme <listasjsf@gmail.com>:
Hallo,
 
I have a windown, were I need to open another windown, like a popup windown. And in that windown, I will use to ask to the user if he wants to confirm delete the item, or cancel this operation.
 
Detail: I can't use javascript popup window, it must be a new window, with 2 buttons: Ok and Cancel.
 
Did anibody did something like that before ? Or has any idea of how I can do it ?
 
I alredy do some similar using Struts, but never with JSF.
 
Thanks for atention.

------=_Part_722_24309729.1173705316234--