A DESCRIPTION OF THE REQUEST : jhats OQL page contains a textarea where you enter your OQL query. On the result page the query is being displayed in one line below the textarea (the one for the next query). The textarea should also contain that query. JUSTIFICATION : * if you don't get the query right at first try, you can reedit more easily. You may press the back button fore reediting, but in the case you lose your error message. * a query often leads to a more details query, in this case the old query might come in handy. * the repeated message below the textares becomes useless for compilcated querys as the indentation gets lost. EXPECTED VERSUS ACTUAL BEHAVIOR : EXPECTED - The textarea should contain the query as it was entered in the form issuing that query. ACTUAL - The textarea is empty. ---------- BEGIN SOURCE ---------- * Start jhat * Browse to http://localhost:7000/oql/ * Enter any query * Submit ---------- END SOURCE ----------
|