You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by Apache Wiki <wi...@apache.org> on 2007/03/14 07:26:14 UTC

[Shale Wiki] Update of "CreatingClayComponents" by Hermod Opstvedt

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

------------------------------------------------------------------------------
  
  Here we have defined our reusable components as elements (respecting the rendered) and defined actual values to substitute the symbols with.
  
+ Next we need to add an entry in the faces-config.xml file so that the navigation rules reflect our new page:
+ 
+ {{{
+ 	<navigation-case>
+ 		<from-outcome>personreg</from-outcome>
+ 		<to-view-id>/personreg.jsf</to-view-id>
+ 	</navigation-case>
+ 
+ }}}
+ 
  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>