atom feed5 messages in org.netbeans.nbusersUsing function in JSF page
FromSent OnAttachments
Stephen CarpenterDec 15, 2006 4:54 pm 
Craig McClanahanDec 15, 2006 5:09 pm 
Stephen CarpenterDec 18, 2006 9:26 am 
Craig McClanahanDec 18, 2006 2:34 pm 
Stephen CarpenterDec 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.