JDK-6442448 : jhat: oql submit form should put last query into textform for resubmit
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2006-06-22
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u1Fixed 7 b03Fixed
Description
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 ----------

Comments
EVALUATION Need to be fixed as suggested.
01-11-2006