Re: how do you folks handle a "Cancel" button?

2006-07-25 Thread Thomas_Perry
Original Message - From: "Cosma Colanicchia" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, July 25, 2006 9:05 PM Subject: Re: how do you folks handle a "Cancel" button? > Using is the > way to go if you want to navigate to another page (u

Re: how do you folks handle a "Cancel" button?

2006-07-25 Thread Chandra Sekhar
Thanks Cosma. Regds, Chandru. - Original Message - From: "Cosma Colanicchia" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, July 25, 2006 9:05 PM Subject: Re: how do you folks handle a "Cancel" button? Using is the way to go if

Re: how do you folks handle a "Cancel" button?

2006-07-25 Thread Cosma Colanicchia
riginal Message - From: "Cosma Colanicchia" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, July 25, 2006 8:13 PM Subject: Re: how do you folks handle a "Cancel" button? > What page should not get refreshed? Can you try to explain exactly in >

RE: how do you folks handle a "Cancel" button?

2006-07-25 Thread Conway. Fintan \(IT Solutions\)
osma Colanicchia" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, July 25, 2006 8:13 PM Subject: Re: how do you folks handle a "Cancel" button? > What page should not get refreshed? Can you try to explain exactly in > what context that cancel butto

Re: how do you folks handle a "Cancel" button?

2006-07-25 Thread Chandra Sekhar
" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, July 25, 2006 8:13 PM Subject: Re: how do you folks handle a "Cancel" button? What page should not get refreshed? Can you try to explain exactly in what context that cancel button is to be places, and what y

Re: how do you folks handle a "Cancel" button?

2006-07-25 Thread Cosma Colanicchia
Discussion" Sent: Tuesday, July 25, 2006 11:05 AM Subject: RE: how do you folks handle a "Cancel" button? > > You cant navigate to another page without a proper submit (for example, > to cancel and return to a calling page). This is why immediate is > preferred to

Re: how do you folks handle a "Cancel" button?

2006-07-25 Thread Chandra Sekhar
: "Dhananjay Prasanna" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, July 25, 2006 11:05 AM Subject: RE: how do you folks handle a "Cancel" button? You cant navigate to another page without a proper submit (for example, to cancel and return to a cal

RE: how do you folks handle a "Cancel" button?

2006-07-24 Thread Dhananjay Prasanna
ekhar [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 July 2006 2:43 PM To: MyFaces Discussion Subject: Re: how do you folks handle a "Cancel" button? Hi, When type = "button" is given will act as html button , and a necessary javaScript function wcan be called on an event. So ther

Re: how do you folks handle a "Cancel" button?

2006-07-24 Thread Chandra Sekhar
uot; please mention it. Rgds, Chandru. - Original Message - From: "Dhananjay Prasanna" <[EMAIL PROTECTED]> To: "MyFaces Discussion" Sent: Tuesday, July 25, 2006 10:03 AM Subject: RE: how do you folks handle a "Cancel" button? I believe the pr

RE: how do you folks handle a "Cancel" button?

2006-07-24 Thread Dhananjay Prasanna
ubject: Re: how do you folks handle a "Cancel" button? Instead you can do it as type = "button" in the , then it will function as a normal Button. Chandru. - Original Message - From: "Julian Ray" <[EMAIL PROTECTED]> To: "'MyFaces Discussion&

Re: how do you folks handle a "Cancel" button?

2006-07-24 Thread Chandra Sekhar
Instead you can do it as type = "button" in the , then it will function as a normal Button. Chandru. - Original Message - From: "Julian Ray" <[EMAIL PROTECTED]> To: "'MyFaces Discussion'" Sent: Tuesday, July 25, 2006 2:12 AM Subject:

RE: how do you folks handle a "Cancel" button?

2006-07-24 Thread William Huang
ideally, most of the time cancelling will not even require any form submit, you can just use javascript like onclick="javascript.func(..)" William Huang Product Development Team IntraLinks, Inc. 99 Bedford Street Boston, MA 02111 t 617 648 3511 f 617 648 3550 [EMAIL PROTECTED]

RE: how do you folks handle a "Cancel" button?

2006-07-24 Thread Julian Ray
Add immediate="true" to the command button. This will by pass any updates. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 4:37 PM To: MyFaces Discussion Subject: how do you folks handle a "Cancel" button? hello to everyone, I have