Search screen with results
Hi,
Is there anyway I can post from one JSP and capture the results in another JSP using CQ5?
I've a text box with a button in say component A.JSP. I used a template..etc http://localhost/...../Search.html
Now I want to capture the textbox value and search it in the SearchResults.html against a database. How can I call the SearchResults.html (say component B.JSP) on Submit button click from Search.html?
If I use the entire URL in the form action. I am getting the left nav bar multiple times in the SearchResults.html
Thanks,
Sudhin