Re: Create a jsp page with 1 button

2005-02-05 Thread Christian Bollmeyer
On Saturday 05 February 2005 08:07, Sab wrote: > 1>How to create a jsp page in struts with it's mappings in config, if > it has 1 button and no fields. > When user clicks on button it will go to another webpage or action > defined. Use a ForwardAction to simply forward to your button page. There,

Create a jsp page with 1 button

2005-02-04 Thread Sab
1>How to create a jsp page in struts with it's mappings in config, if it has 1 button and no fields. When user clicks on button it will go to another webpage or action defined. 2>It's going to be a jsp page which brings in rows of data with checkbox added to it's front. --