| Subject: | Using function in JSF page | |
|---|---|---|
| From: | Stephen Carpenter (step...@hotmail.co.uk) | |
| Date: | Dec 15, 2006 4:54:01 pm | |
| List: | org.netbeans.nbusers | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Stephen Carpenter | Dec 15, 2006 4:54 pm | |
| Craig McClanahan | Dec 15, 2006 5:09 pm | |
| Stephen Carpenter | Dec 18, 2006 9:26 am | |
| Craig McClanahan | Dec 18, 2006 2:34 pm | |
| Stephen Carpenter | Dec 21, 2006 4:43 am |
| Subject: | Using function in JSF page | |
|---|---|---|
| From: | Stephen Carpenter (step...@hotmail.co.uk) | |
| Date: | Dec 15, 2006 4:54:01 pm | |
| List: | org.netbeans.nbusers | |
Hi,
I am using Netbeans 5.5 with VWP and have created a page which throws up a popup to confirm that the user wanst to delete a record in db.
I get the popup OK, and if I call the popup (running thro a jsp function) from the onClick() event from a textfield - I get the return value either 'true' or 'false' in the textfield.
My problem is that I need to call the popup from a Delete button and capture the return value. I am trying to do this via a property in the session bean (SessionBean1) called strDelete which has a getter and setter. I need to know how to save the return value to the bean.
I have been thro umpteen forums and tutorials and therefore any asistance would be VERY GREATLY appreciated.
_________________________________________________________________ It's Hotmail's 10th Birthday! Come and play Pass the Parcel http://www.msnpasstheparcel.com

