Author: craigmcc
Date: Fri Oct 13 10:29:05 2006
New Revision: 463745

URL: http://svn.apache.org/viewvc?view=rev&rev=463745
Log:
Clean up a couple of references that were not changed when we made all of the
states have names without spaces.  With this, the dialog examples in
shale-usecases work.

SHALE-300

Modified:
    
shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/WEB-INF/dialog-config.xml
    shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/usecases.jsp

Modified: 
shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/WEB-INF/dialog-config.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/WEB-INF/dialog-config.xml?view=diff&rev=463745&r1=463744&r2=463745
==============================================================================
--- 
shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/WEB-INF/dialog-config.xml
 (original)
+++ 
shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/WEB-INF/dialog-config.xml
 Fri Oct 13 10:29:05 2006
@@ -82,7 +82,7 @@
     <action              name="Setup"
                        method="#{profile$edit.setup}">
       <transition     outcome="success"
-                       target="Page 1"/>
+                       target="Page1"/>
     </action>
 
     <view                name="Page1"

Modified: 
shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/usecases.jsp
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/usecases.jsp?view=diff&rev=463745&r1=463744&r2=463745
==============================================================================
--- 
shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/usecases.jsp 
(original)
+++ 
shale/framework/trunk/shale-apps/shale-usecases/src/main/webapp/usecases.jsp 
Fri Oct 13 10:29:05 2006
@@ -64,7 +64,7 @@
     </h:commandLink>
 
     <h:commandLink         id="edit"
-                       action="dialog:Edit Profile"
+                       action="dialog:EditProfile"
                      rendered="#{!(empty user)}">
       <h:outputText     value="#{messages['usecases.edit']}"/>
     </h:commandLink>


Reply via email to