This is an interesting problem... on a related note what happened to the old functionality where if a label was not found the label itself was printed? I think that changed with some of the new XML-based stuff and it is unfortunate because with defaulting to the label name at least it isn't totally blank like this.

-David


On Jan 31, 2009, at 3:15 PM, lekt...@apache.org wrote:

Author: lektran
Date: Sat Jan 31 23:15:01 2009
New Revision: 739651

URL: http://svn.apache.org/viewvc?rev=739651&view=rev
Log:
Fix for issue OFBIZ-2142 reported by Hans Bakker: " error message of login service does not show with common/messages.ftl
"
The labels had been moved to a different resource file

Modified:
ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ LoginWorker.java

Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ LoginWorker.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/LoginWorker.java?rev=739651&r1=739650&r2=739651&view=diff
= = = = = = = = ====================================================================== --- ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ LoginWorker.java (original) +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ LoginWorker.java Sat Jan 31 23:15:01 2009
@@ -76,7 +76,7 @@
public class LoginWorker {

   public final static String module = LoginWorker.class.getName();
-    public static final String resourceWebapp = "WebappUiLabels";
+ public static final String resourceWebapp = "SecurityextUiLabels";

public static final String EXTERNAL_LOGIN_KEY_ATTR = "externalLoginKey";
   public static final String X509_CERT_ATTR = "SSLx509Cert";



Reply via email to