I have a JSP page which has a text area and a 3 buttons. The first two buttons - I want to populate the textarea with a SQL query (one simple and one complex) and the 3rd button is a submit query.
How do i populate the text area with a SQL query(i don't mind hardcoding that) on a button click event in my JSP page?
Thanks
How do i populate the text area with a SQL query(i don't mind hardcoding that) on a button click event in my JSP page?
Thanks