Re: JSF - New window to confirm delete

2007-12-15 Thread Ali Ok
I use Richfaces modalPanel for that kinda things. 2007/12/15, Gerhard Petracek <[EMAIL PROTECTED]>: > > hello, > > are you using trinidad? > > regards, > gerhard > > > > 2007/12/15, URaj <[EMAIL PROTECTED]>: > > > > > > i do have this doubt, > > > > please reply to this mail ASAP > > > > regards >

Re: JSF - New window to confirm delete

2007-12-15 Thread Gerhard Petracek
hello, are you using trinidad? regards, gerhard 2007/12/15, URaj <[EMAIL PROTECTED]>: > > > i do have this doubt, > > please reply to this mail ASAP > > regards > URAj > > JSF User wrote: > > > > Hallo, > > > > I have a windown, were I need to open another windown, like a popup > > windown. >

Re: JSF - New window to confirm delete

2007-12-15 Thread URaj
i do have this doubt, please reply to this mail ASAP regards URAj JSF User wrote: > > 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 operat

Re: JSF - New window to confirm delete

2007-03-13 Thread madan chowdary
Hello Wong, Can u tell me how could i do the previously said case for the confirmation.. Madan - Original Message From: madan chowdary <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Tuesday, 13 March, 2007 10:22:32 AM Subject: Re: JSF - New window to confirm delete Hi Wong,

Re: JSF - New window to confirm delete

2007-03-13 Thread edney imme
Hi Gerald, no, I didn't see this component before, but I will try to use it ! Thanks ! Carla 2007/3/13, Gerald Müllan <[EMAIL PROTECTED]>: Hi, did you have a look at our sandbox component modalDialog? http://example.irian.at/example-sandbox-20070313/dojo/dojoDialog.jsf It works very wel

Re: JSF - New window to confirm delete

2007-03-12 Thread Gerald Müllan
Hi, did you have a look at our sandbox component modalDialog? http://example.irian.at/example-sandbox-20070313/dojo/dojoDialog.jsf It works very well with a confirmation-cancel usecase. cheers, Gerald On 3/12/07, edney imme <[EMAIL PROTECTED]> wrote: Hallo, I have a windown, were I need to

Re: JSF - New window to confirm delete

2007-03-12 Thread madan chowdary
uld i do this ? Regards, Madan - Original Message From: "Wong, Emmanuel (Sam)" <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, 12 March, 2007 8:42:38 PM Subject: RE: JSF -

Re: JSF - New window to confirm delete

2007-03-12 Thread Kevin Gutch
Hi, I am trying to use JSCookMenu with facelets. My taglib is configured as shown below. I believe my web.xml is configured correctly as the works. However, the jscookMenu fails and throws: org.apache.jasper.JasperException: ExtensionsFilter not correctly configured. JSF mapping missing.

Re: JSF - New window to confirm delete

2007-03-12 Thread edney imme
Hi David, I need more help... *My new window is:* <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> <%@ taglib uri="http://myf

Re: JSF - New window to confirm delete

2007-03-12 Thread David Delbecq
En l'instant précis du 12/03/07 13:49, edney imme s'exprimait en ces termes: > 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. > > Detai

RE: JSF - New window to confirm delete

2007-03-12 Thread Wong, Emmanuel \(Sam\)
From: Adrian Mitev [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 9:15 AM To: MyFaces Discussion Subject: Re: JSF - New window to confirm delete try javascript confirm

Re: JSF - New window to confirm delete

2007-03-12 Thread edney imme
Hallo David, thanks ! I'm try to do this just this now then. And Adrian, yes, it's would be easily, but as I said, I could't use javascript popup... Thanks, Carla 2007/3/12, David Delbecq <[EMAIL PROTECTED]>: En l'instant précis du 12/03/07 13:49, edney imme s'exprimait en ces termes: > Ha

Re: JSF - New window to confirm delete

2007-03-12 Thread Adrian Mitev
try javascript confirm() ? 2007/3/12, edney imme <[EMAIL PROTECTED]>: 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 ja

Re: JSF - New window to confirm delete

2007-03-12 Thread David Delbecq
En l'instant précis du 12/03/07 13:49, edney imme s'exprimait en ces termes: > 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. > > Detai