You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2006/02/17 00:43:42 UTC

svn commit: r378398 - in /struts/shale/trunk: mailreader/src/web/subscription.jsp use-cases/src/web/ajax/zipCode.jsp

Author: craigmcc
Date: Thu Feb 16 15:43:40 2006
New Revision: 378398

URL: http://svn.apache.org/viewcvs?rev=378398&view=rev
Log:
Fixed more typos in EL expressions (missing trailing curly brace).
Thanks to Ryan Lubke (Ryan.Lubke AT sun.com) for finding these.

Modified:
    struts/shale/trunk/mailreader/src/web/subscription.jsp
    struts/shale/trunk/use-cases/src/web/ajax/zipCode.jsp

Modified: struts/shale/trunk/mailreader/src/web/subscription.jsp
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/mailreader/src/web/subscription.jsp?rev=378398&r1=378397&r2=378398&view=diff
==============================================================================
--- struts/shale/trunk/mailreader/src/web/subscription.jsp (original)
+++ struts/shale/trunk/mailreader/src/web/subscription.jsp Thu Feb 16 15:43:40 2006
@@ -88,9 +88,9 @@
     <h:panelGroup>
       <h:message       id="hostMessages"
                       for="host"
-                 rendered="#{state.mode == 'CREATE'"/>
+                 rendered="#{state.mode == 'CREATE'}"/>
       <h:outputText value=""
-                 rendered="#{state.mode != 'CREATE'"/>
+                 rendered="#{state.mode != 'CREATE'}"/>
     </h:panelGroup>
 
     <%-- Third row --%>

Modified: struts/shale/trunk/use-cases/src/web/ajax/zipCode.jsp
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/web/ajax/zipCode.jsp?rev=378398&r1=378397&r2=378398&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/src/web/ajax/zipCode.jsp (original)
+++ struts/shale/trunk/use-cases/src/web/ajax/zipCode.jsp Thu Feb 16 15:43:40 2006
@@ -34,7 +34,7 @@
 
             function zipChanged(zip) {
                sendRequest(<%= request.getContextPath() %> +
-                           "dynamic/remoting$business/cityAndStateForZip.faces" +
+                           "/dynamic/remoting$business/cityAndStateForZip.faces" +
                            "?zip=" + escape(zip),
                             processZipCodeSelection);
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org