[Zope] Getting the value of a select button in ZSQL

2008-03-30 Thread sujitha mary
i have a ZSQL search interface that creates a page template in which a form that displays the database content is designed.this form has a select button and a submit button.i need to get the value of select button as argument in zsql method.can anybody plz help me hw to implement this.

Re: [Zope] Getting the value of a select button in ZSQL

2008-03-30 Thread Jaroslav Lukesh
Use javascript hooked on each button and hidden form fields - Original Message - From: sujitha mary i have a ZSQL search interface that creates a page template in which a form that displays the database content is designed.this form has a select button and a submit button.i need