Dear all, I want to write a portal in jetspeed,input a query name,then connect to database and execute the simple sql statement and output the result, all should be presented in portal screen,and i'd like , in the result page i can click the 'restore' button so i can go back the previous page. ,i can use ECS elements in my portlet to output query html code like below: ............................. <form action='xxxxxxx'> <input type='text' name='queryName'> <input name="action" type="hidden" value="QueryAction" /> <input type='submit' value='query'> </form> ..............................
my question is: how should i define the 'xxxxxx' in <form action>? i think it should be a template file,a jsp file or vm file,i cant define it with /template/home,but if that,the screen will be display all portlets in result screen,but my desired is only this portal result with a 'restore' button on the right top of page. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
