Re: Dynamic form handler

2001-08-29 Thread Mario Muja
You can have a hidden field in the form, which tells the processing logic behind it, which action to perform. For example, you could use the hidden field values "process_edit" and "process_display" or corresponding numbers. The processing logic can be an XSP page, which generates content depe

Dynamic form handler

2001-08-29 Thread Mamadou Bobo Sylla
I have a page which contains a form that has been handled according which link has clicked. In another word if some click on edit, the form action attribute will have to be inside XSL as (for example) if the user click on display , the form action attribute would look like this (using the