Author: gvanmatre Date: Thu Sep 22 19:26:43 2005 New Revision: 291059 URL: http://svn.apache.org/viewcvs?rev=291059&view=rev Log: Fixed a few typos.
Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java struts/shale/trunk/use-cases/src/web/rolodex/xhrolodex.html Modified: struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java URL: http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java?rev=291059&r1=291058&r2=291059&view=diff ============================================================================== --- struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java (original) +++ struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/component/Clay.java Thu Sep 22 19:26:43 2005 @@ -156,7 +156,7 @@ /** * <p> * Sets the unique identifier used to build the component subtree. - * This property is accessible from the JSP tag. + * This property is not accessible from the JSP tag. * </p> */ public void setClayJsfid(String jsfid) { @@ -166,7 +166,7 @@ /** * <p> * Returns the unique identifier used to build the component subtree. - * This property is accessible from the JSP tag. + * This property is not accessible from the JSP tag. * </p> */ public String getClayJsfid() { Modified: struts/shale/trunk/use-cases/src/web/rolodex/xhrolodex.html URL: http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/web/rolodex/xhrolodex.html?rev=291059&r1=291058&r2=291059&view=diff ============================================================================== --- struts/shale/trunk/use-cases/src/web/rolodex/xhrolodex.html (original) +++ struts/shale/trunk/use-cases/src/web/rolodex/xhrolodex.html Thu Sep 22 19:26:43 2005 @@ -109,7 +109,7 @@ </head> <body class="section-1"> <form id="rolodex"> -<span jsfid="clay" allowBody="false" managedBeanName="rolodex$xhrolodex" shapeValidator="#{rolodex$xhrolodex.createTabs}"> +<span jsfid="clay" allowBody="false" managedBeanName="rolodex$xhrolodex" shapeValidator="#{managed-bean-name.createTabs}"> <ul id="menu"> <li id="nav"><a href="#">Tab 1</a></li> <li id="nav-sel"><a href="#">Tab 2</a></li> @@ -253,7 +253,7 @@ <option value="#{rolodexDao.countries}"/> </select> </td> - <td><span for="businessCountry" allowBody=false jsfid=message>Mock Error Country</span></td> + <td><span style="color:red" for="businessCountry" allowBody=false jsfid=message>Mock Error Country</span></td> </tr> <tr> <td><label style="color:#99CC66" for="contactBusinessPhone" allowBody=true>#{messages['rolodex.address.phone']}</label></td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]