Author: ppoddar
Date: Thu Dec  2 12:03:14 2010
New Revision: 1041344

URL: http://svn.apache.org/viewvc?rev=1041344&view=rev
Log:
OPENJPA-1851: Add a client to JEST

Modified:
    
openjpa/sandboxes/jest/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/jest/jest.html

Modified: 
openjpa/sandboxes/jest/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/jest/jest.html
URL: 
http://svn.apache.org/viewvc/openjpa/sandboxes/jest/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/jest/jest.html?rev=1041344&r1=1041343&r2=1041344&view=diff
==============================================================================
--- 
openjpa/sandboxes/jest/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/jest/jest.html
 (original)
+++ 
openjpa/sandboxes/jest/openjpa-persistence/src/main/resources/org/apache/openjpa/persistence/jest/jest.html
 Thu Dec  2 12:03:14 2010
@@ -235,9 +235,9 @@ find application objects by JPQL query o
        </tr>
        <tr>
          <td></td>
-         <td colspan="2"><input id="query.q" size="60"                  
onchange="javascript:toURI('query');"></td>
-         <td><input id="query.single" type="checkbox" value="true"       
onchange="javascript:toURI('query');"></td>
-         <td><input id="query.named"  type="checkbox" value="true"       
onchange="javascript:toURI('query');"></td>
+         <td colspan="2"><input id="query.q" size="60"               
onblur="javascript:toURI('query');"></td>
+         <td><input id="query.single" type="checkbox" value="true"   
onblur="javascript:toURI('query');"></td>
+         <td><input id="query.named"  type="checkbox" value="true"   
onblur="javascript:toURI('query');"></td>
        </tr>
        <tr id="query.vararg.0">
          <td><input type="button" value="Bind Query Parameter" 


Reply via email to