-
Enhancement
-
Resolution: Fixed
-
P4
-
6
-
b03
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2144602 | 6u1 | Sundararajan Athijegannathan | P4 | Resolved | Fixed | b01 |
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 ----------
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 ----------
- backported by
-
JDK-2144602 jhat: oql submit form should put last query into textform for resubmit
-
- Resolved
-