You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Anton Gavazuk <an...@gmail.com> on 2009/12/03 12:02:47 UTC

Re: pop up for delete confirmation

I'm using the basic javascript...

2009/11/30 <pb...@johnson.ca>

> I am using the Tomahawk set of tags for this project.  I need a pop to
> confirm the deletion of a record.  There doesn't seem to be any concept of
> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm popup and
> functionaly it works perfect but the color scheme doesn't match my
> application and it doesn't look good.  Just wondering what everyone else
> does to confirm a delete?
>
> Pat

Re: pop up for delete confirmation

Posted by Zeng Lingzhu <ze...@gmail.com>.
http://www.primefaces.org/


2009/12/10  <pb...@johnson.ca>:
> Thanks folks, it was the port being blocked.  I'll have to look at the
> source and give it a try.
>
> Pat
>
>
>
>
> Walter Mourão <wa...@gmail.com>
> 10/12/2009 10:00 AM
> Please respond to
> "MyFaces Discussion" <us...@myfaces.apache.org>
>
>
> To
> MyFaces Discussion <us...@myfaces.apache.org>
> cc
>
> Subject
> Re: pop up for delete confirmation
>
>
>
>
>
>
> Working fine.
>
> Walter Mourão
> http://waltermourao.com.br
> http://arcadian.com.br
> http://oriens.com.br
>
>
>
> On Thu, Dec 10, 2009 at 10:50 AM, <pb...@johnson.ca> wrote:
>
>> Can anyone else hit the url for PrimeFaces below?    I'm trying to
>> determine if it's my network that won't let me out or if the app is
>> down???  I really want the ajax fluff that goes with prime faces.  I had
> a
>> few instances where I could have used it in my last project.
>>
>> Pat
>>
>>
>>
>>
>>
>> Luka Surija <lu...@iytim.hr>
>> 09/12/2009 06:57 PM
>> Please respond to
>> "MyFaces Discussion" <us...@myfaces.apache.org>
>>
>>
>> To
>> MyFaces Discussion <us...@myfaces.apache.org>
>> cc
>>
>> Subject
>> Re: pop up for delete confirmation
>>
>>
>>
>>
>>
>>
>> Cagatay,
>> I'm really impressed with your PrimeFaces.
>>
>> Luka Surija
>>
>>
>>
>> On 12/09/2009 05:45 PM, Cagatay Civici wrote:
>> > There's a special component for this in PrimeFaces called
> confirmDialog
>> > integrated with command components.
>> >
>> > http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf
>> >
>> > That will work smoothly with Tomahawk.
>> >
>> > On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith<wo...@gmail.com>
> wrote:
>> >
>> >
>> >> I use RichFace's ModelPanel for this...
>> >>
>> >> On Wed, Dec 9, 2009 at 8:39 AM,<pb...@johnson.ca>  wrote:
>> >>
>> >>
>> >>> So that's the second person who is using the regular old javascript
>> >>> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
>> >>> component?  My leader seems to think that we shouldn't use this
>> because
>> >>>
>> >> it
>> >>
>> >>> is ancient.  I wish he could come up with a better excuse than that.
>> >>> However, does anyone an idea for a better looking component?
>> >>>
>> >>> Pat
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> Luka Surija<lu...@iytim.hr>
>> >>> 09/12/2009 01:01 PM
>> >>> Please respond to
>> >>> "MyFaces Discussion"<us...@myfaces.apache.org>
>> >>>
>> >>>
>> >>> To
>> >>> MyFaces Discussion<us...@myfaces.apache.org>
>> >>> cc
>> >>>
>> >>> Subject
>> >>> Re: pop up for delete confirmation
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> onclick="return(confirm('#{msg.AreYouSure}'));"
>> >>>
>> >>> Luka Surija
>> >>>
>> >>>
>> >>>
>> >>> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
>> >>>
>> >>>> I'm using the basic javascript...
>> >>>>
>> >>>> 2009/11/30<pb...@johnson.ca>
>> >>>>
>> >>>>
>> >>>>
>> >>>>> I am using the Tomahawk set of tags for this project.  I need a
> pop
>> to
>> >>>>> confirm the deletion of a record.  There doesn't seem to be any
>> >>>>>
>> >> concept
>> >>
>> >>> of
>> >>>
>> >>>>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm
>> popup
>> >>>>>
>> >>> and
>> >>>
>> >>>>> functionaly it works perfect but the color scheme doesn't match my
>> >>>>> application and it doesn't look good.  Just wondering what
> everyone
>> >>>>>
>> >>> else
>> >>>
>> >>>>> does to confirm a delete?
>> >>>>>
>> >>>>> Pat
>> >>>>>
>> >>>>>
>> >>>>
>> >>>
>> >>>
>> >>
>> >> --
>> >> Grant Smith
>> >>
>> >>
>> >
>>
>>
>
>

Re: pop up for delete confirmation

Posted by pb...@johnson.ca.
Thanks folks, it was the port being blocked.  I'll have to look at the 
source and give it a try.

Pat




Walter Mourão <wa...@gmail.com> 
10/12/2009 10:00 AM
Please respond to
"MyFaces Discussion" <us...@myfaces.apache.org>


To
MyFaces Discussion <us...@myfaces.apache.org>
cc

Subject
Re: pop up for delete confirmation






Working fine.

Walter Mourão
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br



On Thu, Dec 10, 2009 at 10:50 AM, <pb...@johnson.ca> wrote:

> Can anyone else hit the url for PrimeFaces below?    I'm trying to
> determine if it's my network that won't let me out or if the app is
> down???  I really want the ajax fluff that goes with prime faces.  I had 
a
> few instances where I could have used it in my last project.
>
> Pat
>
>
>
>
>
> Luka Surija <lu...@iytim.hr>
> 09/12/2009 06:57 PM
> Please respond to
> "MyFaces Discussion" <us...@myfaces.apache.org>
>
>
> To
> MyFaces Discussion <us...@myfaces.apache.org>
> cc
>
> Subject
> Re: pop up for delete confirmation
>
>
>
>
>
>
> Cagatay,
> I'm really impressed with your PrimeFaces.
>
> Luka Surija
>
>
>
> On 12/09/2009 05:45 PM, Cagatay Civici wrote:
> > There's a special component for this in PrimeFaces called 
confirmDialog
> > integrated with command components.
> >
> > http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf
> >
> > That will work smoothly with Tomahawk.
> >
> > On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith<wo...@gmail.com> 
wrote:
> >
> >
> >> I use RichFace's ModelPanel for this...
> >>
> >> On Wed, Dec 9, 2009 at 8:39 AM,<pb...@johnson.ca>  wrote:
> >>
> >>
> >>> So that's the second person who is using the regular old javascript
> >>> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
> >>> component?  My leader seems to think that we shouldn't use this
> because
> >>>
> >> it
> >>
> >>> is ancient.  I wish he could come up with a better excuse than that.
> >>> However, does anyone an idea for a better looking component?
> >>>
> >>> Pat
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> Luka Surija<lu...@iytim.hr>
> >>> 09/12/2009 01:01 PM
> >>> Please respond to
> >>> "MyFaces Discussion"<us...@myfaces.apache.org>
> >>>
> >>>
> >>> To
> >>> MyFaces Discussion<us...@myfaces.apache.org>
> >>> cc
> >>>
> >>> Subject
> >>> Re: pop up for delete confirmation
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> onclick="return(confirm('#{msg.AreYouSure}'));"
> >>>
> >>> Luka Surija
> >>>
> >>>
> >>>
> >>> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
> >>>
> >>>> I'm using the basic javascript...
> >>>>
> >>>> 2009/11/30<pb...@johnson.ca>
> >>>>
> >>>>
> >>>>
> >>>>> I am using the Tomahawk set of tags for this project.  I need a 
pop
> to
> >>>>> confirm the deletion of a record.  There doesn't seem to be any
> >>>>>
> >> concept
> >>
> >>> of
> >>>
> >>>>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm
> popup
> >>>>>
> >>> and
> >>>
> >>>>> functionaly it works perfect but the color scheme doesn't match my
> >>>>> application and it doesn't look good.  Just wondering what 
everyone
> >>>>>
> >>> else
> >>>
> >>>>> does to confirm a delete?
> >>>>>
> >>>>> Pat
> >>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>
> >> --
> >> Grant Smith
> >>
> >>
> >
>
>


Re: pop up for delete confirmation

Posted by Walter Mourão <wa...@gmail.com>.
Working fine.

Walter Mourão
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br



On Thu, Dec 10, 2009 at 10:50 AM, <pb...@johnson.ca> wrote:

> Can anyone else hit the url for PrimeFaces below?    I'm trying to
> determine if it's my network that won't let me out or if the app is
> down???  I really want the ajax fluff that goes with prime faces.  I had a
> few instances where I could have used it in my last project.
>
> Pat
>
>
>
>
>
> Luka Surija <lu...@iytim.hr>
> 09/12/2009 06:57 PM
> Please respond to
> "MyFaces Discussion" <us...@myfaces.apache.org>
>
>
> To
> MyFaces Discussion <us...@myfaces.apache.org>
> cc
>
> Subject
> Re: pop up for delete confirmation
>
>
>
>
>
>
> Cagatay,
> I'm really impressed with your PrimeFaces.
>
> Luka Surija
>
>
>
> On 12/09/2009 05:45 PM, Cagatay Civici wrote:
> > There's a special component for this in PrimeFaces called confirmDialog
> > integrated with command components.
> >
> > http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf
> >
> > That will work smoothly with Tomahawk.
> >
> > On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith<wo...@gmail.com> wrote:
> >
> >
> >> I use RichFace's ModelPanel for this...
> >>
> >> On Wed, Dec 9, 2009 at 8:39 AM,<pb...@johnson.ca>  wrote:
> >>
> >>
> >>> So that's the second person who is using the regular old javascript
> >>> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
> >>> component?  My leader seems to think that we shouldn't use this
> because
> >>>
> >> it
> >>
> >>> is ancient.  I wish he could come up with a better excuse than that.
> >>> However, does anyone an idea for a better looking component?
> >>>
> >>> Pat
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> Luka Surija<lu...@iytim.hr>
> >>> 09/12/2009 01:01 PM
> >>> Please respond to
> >>> "MyFaces Discussion"<us...@myfaces.apache.org>
> >>>
> >>>
> >>> To
> >>> MyFaces Discussion<us...@myfaces.apache.org>
> >>> cc
> >>>
> >>> Subject
> >>> Re: pop up for delete confirmation
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> onclick="return(confirm('#{msg.AreYouSure}'));"
> >>>
> >>> Luka Surija
> >>>
> >>>
> >>>
> >>> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
> >>>
> >>>> I'm using the basic javascript...
> >>>>
> >>>> 2009/11/30<pb...@johnson.ca>
> >>>>
> >>>>
> >>>>
> >>>>> I am using the Tomahawk set of tags for this project.  I need a pop
> to
> >>>>> confirm the deletion of a record.  There doesn't seem to be any
> >>>>>
> >> concept
> >>
> >>> of
> >>>
> >>>>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm
> popup
> >>>>>
> >>> and
> >>>
> >>>>> functionaly it works perfect but the color scheme doesn't match my
> >>>>> application and it doesn't look good.  Just wondering what everyone
> >>>>>
> >>> else
> >>>
> >>>>> does to confirm a delete?
> >>>>>
> >>>>> Pat
> >>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>
> >> --
> >> Grant Smith
> >>
> >>
> >
>
>

AW: pop up for delete confirmation

Posted by "Günther, Rene - Innflow AG" <re...@innflow.com>.
Probably it is the port 8080, which is blocked for some companies.
You could just download the jar and see their documentation. As long as you
are using JSF 1.2+ it is very easy to use.

Cheers
Reen 

-----Ursprüngliche Nachricht-----
Von: pbreen@johnson.ca [mailto:pbreen@johnson.ca] 
Gesendet: Donnerstag, 10. Dezember 2009 13:51
An: MyFaces Discussion
Betreff: Re: pop up for delete confirmation

Can anyone else hit the url for PrimeFaces below?    I'm trying to 
determine if it's my network that won't let me out or if the app is 
down???  I really want the ajax fluff that goes with prime faces.  I had a 
few instances where I could have used it in my last project.

Pat





Luka Surija <lu...@iytim.hr> 
09/12/2009 06:57 PM
Please respond to
"MyFaces Discussion" <us...@myfaces.apache.org>


To
MyFaces Discussion <us...@myfaces.apache.org>
cc

Subject
Re: pop up for delete confirmation






Cagatay,
I'm really impressed with your PrimeFaces.

Luka Surija



On 12/09/2009 05:45 PM, Cagatay Civici wrote:
> There's a special component for this in PrimeFaces called confirmDialog
> integrated with command components.
>
> http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf
>
> That will work smoothly with Tomahawk.
>
> On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith<wo...@gmail.com> wrote:
>
> 
>> I use RichFace's ModelPanel for this...
>>
>> On Wed, Dec 9, 2009 at 8:39 AM,<pb...@johnson.ca>  wrote:
>>
>> 
>>> So that's the second person who is using the regular old javascript
>>> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
>>> component?  My leader seems to think that we shouldn't use this 
because
>>> 
>> it
>> 
>>> is ancient.  I wish he could come up with a better excuse than that.
>>> However, does anyone an idea for a better looking component?
>>>
>>> Pat
>>>
>>>
>>>
>>>
>>>
>>> Luka Surija<lu...@iytim.hr>
>>> 09/12/2009 01:01 PM
>>> Please respond to
>>> "MyFaces Discussion"<us...@myfaces.apache.org>
>>>
>>>
>>> To
>>> MyFaces Discussion<us...@myfaces.apache.org>
>>> cc
>>>
>>> Subject
>>> Re: pop up for delete confirmation
>>>
>>>
>>>
>>>
>>>
>>>
>>> onclick="return(confirm('#{msg.AreYouSure}'));"
>>>
>>> Luka Surija
>>>
>>>
>>>
>>> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
>>> 
>>>> I'm using the basic javascript...
>>>>
>>>> 2009/11/30<pb...@johnson.ca>
>>>>
>>>>
>>>> 
>>>>> I am using the Tomahawk set of tags for this project.  I need a pop 
to
>>>>> confirm the deletion of a record.  There doesn't seem to be any
>>>>> 
>> concept
>> 
>>> of
>>> 
>>>>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm 
popup
>>>>> 
>>> and
>>> 
>>>>> functionaly it works perfect but the color scheme doesn't match my
>>>>> application and it doesn't look good.  Just wondering what everyone
>>>>> 
>>> else
>>> 
>>>>> does to confirm a delete?
>>>>>
>>>>> Pat
>>>>>
>>>>> 
>>>> 
>>>
>>> 
>>
>> --
>> Grant Smith
>>
>> 
> 



RE: pop up for delete confirmation

Posted by "Nilekar, Shirish" <sh...@hp.com>.
Agreed. PrimeFaces is surely an impressive component library. 
Is a trial version available for download? Thanks.

- Shirish


-----Original Message-----
From: Luka Surija [mailto:luka@iytim.hr] 
Sent: Wednesday, December 09, 2009 12:33 PM
To: MyFaces Discussion
Subject: Re: pop up for delete confirmation

Cagatay,
I'm really impressed with your PrimeFaces.

Luka Surija



On 12/09/2009 05:45 PM, Cagatay Civici wrote:
> There's a special component for this in PrimeFaces called 
> confirmDialog integrated with command components.
>
> http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf
>
> That will work smoothly with Tomahawk.
>
> On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith<wo...@gmail.com>  wrote:
>
>    
>> I use RichFace's ModelPanel for this...
>>
>> On Wed, Dec 9, 2009 at 8:39 AM,<pb...@johnson.ca>  wrote:
>>
>>      
>>> So that's the second person who is using the regular old javascript 
>>> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup 
>>> component?  My leader seems to think that we shouldn't use this 
>>> because
>>>        
>> it
>>      
>>> is ancient.  I wish he could come up with a better excuse than that.
>>> However, does anyone an idea for a better looking component?
>>>
>>> Pat
>>>
>>>
>>>
>>>
>>>
>>> Luka Surija<lu...@iytim.hr>
>>> 09/12/2009 01:01 PM
>>> Please respond to
>>> "MyFaces Discussion"<us...@myfaces.apache.org>
>>>
>>>
>>> To
>>> MyFaces Discussion<us...@myfaces.apache.org>
>>> cc
>>>
>>> Subject
>>> Re: pop up for delete confirmation
>>>
>>>
>>>
>>>
>>>
>>>
>>> onclick="return(confirm('#{msg.AreYouSure}'));"
>>>
>>> Luka Surija
>>>
>>>
>>>
>>> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
>>>        
>>>> I'm using the basic javascript...
>>>>
>>>> 2009/11/30<pb...@johnson.ca>
>>>>
>>>>
>>>>          
>>>>> I am using the Tomahawk set of tags for this project.  I need a 
>>>>> pop to confirm the deletion of a record.  There doesn't seem to be 
>>>>> any
>>>>>            
>> concept
>>      
>>> of
>>>        
>>>>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm 
>>>>> popup
>>>>>            
>>> and
>>>        
>>>>> functionaly it works perfect but the color scheme doesn't match my 
>>>>> application and it doesn't look good.  Just wondering what 
>>>>> everyone
>>>>>            
>>> else
>>>        
>>>>> does to confirm a delete?
>>>>>
>>>>> Pat
>>>>>
>>>>>            
>>>>          
>>>
>>>        
>>
>> --
>> Grant Smith
>>
>>      
>    

Re: pop up for delete confirmation

Posted by pb...@johnson.ca.
Can anyone else hit the url for PrimeFaces below?    I'm trying to 
determine if it's my network that won't let me out or if the app is 
down???  I really want the ajax fluff that goes with prime faces.  I had a 
few instances where I could have used it in my last project.

Pat





Luka Surija <lu...@iytim.hr> 
09/12/2009 06:57 PM
Please respond to
"MyFaces Discussion" <us...@myfaces.apache.org>


To
MyFaces Discussion <us...@myfaces.apache.org>
cc

Subject
Re: pop up for delete confirmation






Cagatay,
I'm really impressed with your PrimeFaces.

Luka Surija



On 12/09/2009 05:45 PM, Cagatay Civici wrote:
> There's a special component for this in PrimeFaces called confirmDialog
> integrated with command components.
>
> http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf
>
> That will work smoothly with Tomahawk.
>
> On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith<wo...@gmail.com> wrote:
>
> 
>> I use RichFace's ModelPanel for this...
>>
>> On Wed, Dec 9, 2009 at 8:39 AM,<pb...@johnson.ca>  wrote:
>>
>> 
>>> So that's the second person who is using the regular old javascript
>>> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
>>> component?  My leader seems to think that we shouldn't use this 
because
>>> 
>> it
>> 
>>> is ancient.  I wish he could come up with a better excuse than that.
>>> However, does anyone an idea for a better looking component?
>>>
>>> Pat
>>>
>>>
>>>
>>>
>>>
>>> Luka Surija<lu...@iytim.hr>
>>> 09/12/2009 01:01 PM
>>> Please respond to
>>> "MyFaces Discussion"<us...@myfaces.apache.org>
>>>
>>>
>>> To
>>> MyFaces Discussion<us...@myfaces.apache.org>
>>> cc
>>>
>>> Subject
>>> Re: pop up for delete confirmation
>>>
>>>
>>>
>>>
>>>
>>>
>>> onclick="return(confirm('#{msg.AreYouSure}'));"
>>>
>>> Luka Surija
>>>
>>>
>>>
>>> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
>>> 
>>>> I'm using the basic javascript...
>>>>
>>>> 2009/11/30<pb...@johnson.ca>
>>>>
>>>>
>>>> 
>>>>> I am using the Tomahawk set of tags for this project.  I need a pop 
to
>>>>> confirm the deletion of a record.  There doesn't seem to be any
>>>>> 
>> concept
>> 
>>> of
>>> 
>>>>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm 
popup
>>>>> 
>>> and
>>> 
>>>>> functionaly it works perfect but the color scheme doesn't match my
>>>>> application and it doesn't look good.  Just wondering what everyone
>>>>> 
>>> else
>>> 
>>>>> does to confirm a delete?
>>>>>
>>>>> Pat
>>>>>
>>>>> 
>>>> 
>>>
>>> 
>>
>> --
>> Grant Smith
>>
>> 
> 


Re: pop up for delete confirmation

Posted by Luka Surija <lu...@iytim.hr>.
Cagatay,
I'm really impressed with your PrimeFaces.

Luka Surija



On 12/09/2009 05:45 PM, Cagatay Civici wrote:
> There's a special component for this in PrimeFaces called confirmDialog
> integrated with command components.
>
> http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf
>
> That will work smoothly with Tomahawk.
>
> On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith<wo...@gmail.com>  wrote:
>
>    
>> I use RichFace's ModelPanel for this...
>>
>> On Wed, Dec 9, 2009 at 8:39 AM,<pb...@johnson.ca>  wrote:
>>
>>      
>>> So that's the second person who is using the regular old javascript
>>> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
>>> component?  My leader seems to think that we shouldn't use this because
>>>        
>> it
>>      
>>> is ancient.  I wish he could come up with a better excuse than that.
>>> However, does anyone an idea for a better looking component?
>>>
>>> Pat
>>>
>>>
>>>
>>>
>>>
>>> Luka Surija<lu...@iytim.hr>
>>> 09/12/2009 01:01 PM
>>> Please respond to
>>> "MyFaces Discussion"<us...@myfaces.apache.org>
>>>
>>>
>>> To
>>> MyFaces Discussion<us...@myfaces.apache.org>
>>> cc
>>>
>>> Subject
>>> Re: pop up for delete confirmation
>>>
>>>
>>>
>>>
>>>
>>>
>>> onclick="return(confirm('#{msg.AreYouSure}'));"
>>>
>>> Luka Surija
>>>
>>>
>>>
>>> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
>>>        
>>>> I'm using the basic javascript...
>>>>
>>>> 2009/11/30<pb...@johnson.ca>
>>>>
>>>>
>>>>          
>>>>> I am using the Tomahawk set of tags for this project.  I need a pop to
>>>>> confirm the deletion of a record.  There doesn't seem to be any
>>>>>            
>> concept
>>      
>>> of
>>>        
>>>>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm popup
>>>>>            
>>> and
>>>        
>>>>> functionaly it works perfect but the color scheme doesn't match my
>>>>> application and it doesn't look good.  Just wondering what everyone
>>>>>            
>>> else
>>>        
>>>>> does to confirm a delete?
>>>>>
>>>>> Pat
>>>>>
>>>>>            
>>>>          
>>>
>>>        
>>
>> --
>> Grant Smith
>>
>>      
>    

Re: pop up for delete confirmation

Posted by Cagatay Civici <ca...@gmail.com>.
There's a special component for this in PrimeFaces called confirmDialog
integrated with command components.

http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf

That will work smoothly with Tomahawk.

On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith <wo...@gmail.com> wrote:

> I use RichFace's ModelPanel for this...
>
> On Wed, Dec 9, 2009 at 8:39 AM, <pb...@johnson.ca> wrote:
>
> > So that's the second person who is using the regular old javascript
> > confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
> > component?  My leader seems to think that we shouldn't use this because
> it
> > is ancient.  I wish he could come up with a better excuse than that.
> > However, does anyone an idea for a better looking component?
> >
> > Pat
> >
> >
> >
> >
> >
> > Luka Surija <lu...@iytim.hr>
> > 09/12/2009 01:01 PM
> > Please respond to
> > "MyFaces Discussion" <us...@myfaces.apache.org>
> >
> >
> > To
> > MyFaces Discussion <us...@myfaces.apache.org>
> > cc
> >
> > Subject
> > Re: pop up for delete confirmation
> >
> >
> >
> >
> >
> >
> > onclick="return(confirm('#{msg.AreYouSure}'));"
> >
> > Luka Surija
> >
> >
> >
> > On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
> > > I'm using the basic javascript...
> > >
> > > 2009/11/30<pb...@johnson.ca>
> > >
> > >
> > >> I am using the Tomahawk set of tags for this project.  I need a pop to
> > >> confirm the deletion of a record.  There doesn't seem to be any
> concept
> > of
> > >> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm popup
> > and
> > >> functionaly it works perfect but the color scheme doesn't match my
> > >> application and it doesn't look good.  Just wondering what everyone
> > else
> > >> does to confirm a delete?
> > >>
> > >> Pat
> > >>
> > >
> >
> >
>
>
> --
> Grant Smith
>

Re: pop up for delete confirmation

Posted by Grant Smith <wo...@gmail.com>.
I use RichFace's ModelPanel for this...

On Wed, Dec 9, 2009 at 8:39 AM, <pb...@johnson.ca> wrote:

> So that's the second person who is using the regular old javascript
> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
> component?  My leader seems to think that we shouldn't use this because it
> is ancient.  I wish he could come up with a better excuse than that.
> However, does anyone an idea for a better looking component?
>
> Pat
>
>
>
>
>
> Luka Surija <lu...@iytim.hr>
> 09/12/2009 01:01 PM
> Please respond to
> "MyFaces Discussion" <us...@myfaces.apache.org>
>
>
> To
> MyFaces Discussion <us...@myfaces.apache.org>
> cc
>
> Subject
> Re: pop up for delete confirmation
>
>
>
>
>
>
> onclick="return(confirm('#{msg.AreYouSure}'));"
>
> Luka Surija
>
>
>
> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
> > I'm using the basic javascript...
> >
> > 2009/11/30<pb...@johnson.ca>
> >
> >
> >> I am using the Tomahawk set of tags for this project.  I need a pop to
> >> confirm the deletion of a record.  There doesn't seem to be any concept
> of
> >> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm popup
> and
> >> functionaly it works perfect but the color scheme doesn't match my
> >> application and it doesn't look good.  Just wondering what everyone
> else
> >> does to confirm a delete?
> >>
> >> Pat
> >>
> >
>
>


-- 
Grant Smith

Re: pop up for delete confirmation

Posted by Anton Gavazuk <an...@gmail.com>.
even if it completely differs from your design it just does what is required
in simple way and you dont have to worry "how will it  look/behave in Opera,
Chrome...."

2009/12/9 <pb...@johnson.ca>

> So that's the second person who is using the regular old javascript
> confirm dialog.  Doesn't it seem odd that there is no tomahawk popup
> component?  My leader seems to think that we shouldn't use this because it
> is ancient.  I wish he could come up with a better excuse than that.
> However, does anyone an idea for a better looking component?
>
> Pat
>
>
>
>
>
> Luka Surija <lu...@iytim.hr>
> 09/12/2009 01:01 PM
> Please respond to
> "MyFaces Discussion" <us...@myfaces.apache.org>
>
>
> To
> MyFaces Discussion <us...@myfaces.apache.org>
> cc
>
> Subject
> Re: pop up for delete confirmation
>
>
>
>
>
>
> onclick="return(confirm('#{msg.AreYouSure}'));"
>
> Luka Surija
>
>
>
> On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
> > I'm using the basic javascript...
> >
> > 2009/11/30<pb...@johnson.ca>
> >
> >
> >> I am using the Tomahawk set of tags for this project.  I need a pop to
> >> confirm the deletion of a record.  There doesn't seem to be any concept
> of
> >> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm popup
> and
> >> functionaly it works perfect but the color scheme doesn't match my
> >> application and it doesn't look good.  Just wondering what everyone
> else
> >> does to confirm a delete?
> >>
> >> Pat
> >>
> >
>
>

Re: pop up for delete confirmation

Posted by pb...@johnson.ca.
So that's the second person who is using the regular old javascript 
confirm dialog.  Doesn't it seem odd that there is no tomahawk popup 
component?  My leader seems to think that we shouldn't use this because it 
is ancient.  I wish he could come up with a better excuse than that. 
However, does anyone an idea for a better looking component?

Pat





Luka Surija <lu...@iytim.hr> 
09/12/2009 01:01 PM
Please respond to
"MyFaces Discussion" <us...@myfaces.apache.org>


To
MyFaces Discussion <us...@myfaces.apache.org>
cc

Subject
Re: pop up for delete confirmation






onclick="return(confirm('#{msg.AreYouSure}'));"

Luka Surija



On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
> I'm using the basic javascript...
>
> 2009/11/30<pb...@johnson.ca>
>
> 
>> I am using the Tomahawk set of tags for this project.  I need a pop to
>> confirm the deletion of a record.  There doesn't seem to be any concept 
of
>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm popup 
and
>> functionaly it works perfect but the color scheme doesn't match my
>> application and it doesn't look good.  Just wondering what everyone 
else
>> does to confirm a delete?
>>
>> Pat
>> 
> 


Re: pop up for delete confirmation

Posted by Luka Surija <lu...@iytim.hr>.
onclick="return(confirm('#{msg.AreYouSure}'));"

Luka Surija



On 12/03/2009 12:02 PM, Anton Gavazuk wrote:
> I'm using the basic javascript...
>
> 2009/11/30<pb...@johnson.ca>
>
>    
>> I am using the Tomahawk set of tags for this project.  I need a pop to
>> confirm the deletion of a record.  There doesn't seem to be any concept of
>> a popup in JSF or Tomahawk.  I can use a basic javascript cofirm popup and
>> functionaly it works perfect but the color scheme doesn't match my
>> application and it doesn't look good.  Just wondering what everyone else
>> does to confirm a delete?
>>
>> Pat
>>      
>