Author: jleroux
Date: Sat Aug 30 10:27:02 2008
New Revision: 690538
URL:
http://svn.apache.org/viewvc?rev=690538&view=revLog:
A patch from BJ Freeman " Change the text of the Induce DB." (
https://issues.apache.org/jira/browse/OFBIZ-1936) - OFBIZ-1936
BTW, is it normal that to view the result in FF3 you have to view the page source (Ctrl+U) ? Same in Opera (but faster ;o) in IE7 I get an error...
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp?rev=690538&r1=690537&r2=690538&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp Sat Aug 30 10:27:02 2008
@@ -24,11 +24,16 @@
response.setContentType("text/html");
%>
-<div class='h3'><b>Please specify the helperName to induce from:</b></div>
+<div class='h3'><b>Put the name of the Datasource in the EntityEngine.xml to induce from:</b></div>
<form action='' method="post">
<input type='TEXT' class='inputBox' size='40' name='helperName'>
<input type=SUBMIT value='Induce!'>
</form>
+It's the datasource name. It doesn't need to be associated with a
+ delegator, just defined in entityengine.xml.
+
+
+
<%
} else {
response.setContentType("text/xml");