Author: taylor
Date: Wed May 13 06:36:28 2009
New Revision: 774234

URL: http://svn.apache.org/viewvc?rev=774234&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-998
Customer Info resources were broken due to package change

Modified:
    
portals/applications/demo/trunk/src/main/webapp/WEB-INF/demo/customerInfo/Page1.jsp
    portals/applications/demo/trunk/src/main/webapp/WEB-INF/portlet.xml

Modified: 
portals/applications/demo/trunk/src/main/webapp/WEB-INF/demo/customerInfo/Page1.jsp
URL: 
http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/webapp/WEB-INF/demo/customerInfo/Page1.jsp?rev=774234&r1=774233&r2=774234&view=diff
==============================================================================
--- 
portals/applications/demo/trunk/src/main/webapp/WEB-INF/demo/customerInfo/Page1.jsp
 (original)
+++ 
portals/applications/demo/trunk/src/main/webapp/WEB-INF/demo/customerInfo/Page1.jsp
 Wed May 13 06:36:28 2009
@@ -13,6 +13,7 @@
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
+
 --%>
 <%@ page language="java"
          session="true"
@@ -22,8 +23,10 @@
 <%@ page 
import="org.apache.portals.applications.demo.customerInfo.CustomerInfo" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt" %>
+
 <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet"%>
-<fmt:setBundle 
basename="org.apache.portals.applications.customerInfo.resources.CustomerListResources"
 />
+
+<fmt:setBundle 
basename="org.apache.portals.applications.demo.customerInfo.resources.CustomerListResources"
 />
 <portlet:defineObjects/>
 
 <div>

Modified: portals/applications/demo/trunk/src/main/webapp/WEB-INF/portlet.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/demo/trunk/src/main/webapp/WEB-INF/portlet.xml?rev=774234&r1=774233&r2=774234&view=diff
==============================================================================
--- portals/applications/demo/trunk/src/main/webapp/WEB-INF/portlet.xml 
(original)
+++ portals/applications/demo/trunk/src/main/webapp/WEB-INF/portlet.xml Wed May 
13 06:36:28 2009
@@ -348,8 +348,7 @@
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <resource-bundle>
-            
org.apache.portals.applications.demo.customerInfo.resources.CustomerListResources</resource-bundle>
+    
<resource-bundle>org.apache.portals.applications.demo.customerInfo.resources.CustomerListResources</resource-bundle>
     <portlet-info>
       <title>Customer List</title>
       <short-title>List</short-title>


Reply via email to