The issue is--> i will be having a jsp page with textfields for 'q' and 'indx' but if i click button1 the value for 'id' should be 1 and button2 should result in 'id=2'
Can someone please help me/suggest the exact approach to this? How do i generate these urls so that they are fired from the browser and then invoke the action?.....(jsp example?)
This will be my first complete struts application if i succeed