Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Shale Wiki" for change 
notification.

The following page has been changed by Hermod Opstvedt:
http://wiki.apache.org/shale/CreatingClayComponents

------------------------------------------------------------------------------
  
  }}}
  
+ Then we need to define the page as a view in the clay-views-config.xml file:
+ 
+ {{{
+       <component jsfid="/personreg.jsf" extends="baseLayout">
+               <symbols>
+                       <set name="title" 
value="#{messages['personreg.title']}" />
+                       <set name="bodyContent" value="/pages/personreg.html" />
+               </symbols>
+       </component>
+ }}}
+ 
  The last thing we need to do is to add another entry in our menu structure 
which is defined in defaultLeftNav.html (in folder pages):
  {{{
  <li>

Reply via email to