[jboss-cvs] Picketlink SVN: r1468 - console/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 1 19:45:49 EST 2012


Author: pcraveiro
Date: 2012-03-01 19:45:48 -0500 (Thu, 01 Mar 2012)
New Revision: 1468

Modified:
   console/trunk/README.txt
Log:
Informations added.

Modified: console/trunk/README.txt
===================================================================
--- console/trunk/README.txt	2012-03-02 00:43:09 UTC (rev 1467)
+++ console/trunk/README.txt	2012-03-02 00:45:48 UTC (rev 1468)
@@ -1,7 +1,7 @@
 Running in hosted mode:
 ----------------------
 
-1.) Make sure you build the top level module first.
+1.) Make sure you build the top level module first. Also, see the "Important" section below.
 
 2.) cd 'gui'
 
@@ -12,3 +12,15 @@
 When the hosted browser is started, it's enough to hit the 'refresh' button to recompile
 and verify changes. You can get the OOPHM Plugin, required for attaching your browser to the 
 hosted mode execution here: http://gwt.google.com/samples/MissingPlugin/MissingPlugin.html
+
+Important:
+----------------------
+
+This projects uses the Ballroom project. A small change was made in class org.jboss.ballroom.client.widgets.window.DialogueOptions to get the instance
+of the submit button:
+
+    public DefaultButton getSubmit() {
+        return this.submit;
+    }
+
+This change will be discussed with the Ballroom team. Meanwhile, consider the jar file located in gui/src/main/webapp/WEB-INF/lib.
\ No newline at end of file



More information about the jboss-cvs-commits mailing list