Re: [shale] Simple Clay example

2006-01-20 Thread Ryan Wynn
Richard, try adding this to your web.xml and try hitting your default.html again. javax.faces.DEFAULT_SUFFIX .html Ryan

Re: [shale] Simple Clay example

2006-01-19 Thread Richard Wallace
Gary VanMatre wrote: I'll direct you to the shale usecase example instead of duplicating in this response but this is the minimum stack to use Clay. Added jars: * JSF archives (myfaces or RI) * Common-chains.jar * shale-core.jar * shale-clay.jar Web.xml * Common Chains – Loads a cou

Re: [shale] Simple Clay example

2006-01-19 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > Ok, let me try a simpler question. Does anyone have an example of a > simple one page webapp using clay and the HTML view? The shale usecases has several Clay examples. The nightly is the most current. You can find it here: http://svn.apache.org

Re: [shale] Simple Clay example

2006-01-19 Thread Gary VanMatre
From: Richard Wallace <[EMAIL PROTECTED]> > > Hello, > > I'm trying to get a simple clay example up and running so that I can use > the full html view (which is similar to facelets, correct?). > They are similar but the differences is that Clay is based on a JSF component and can be used in

Re: [shale] Simple Clay example

2006-01-19 Thread Richard Wallace
Ok, let me try a simpler question. Does anyone have an example of a simple one page webapp using clay and the HTML view? It would be handy to have that available in the source repo so that users can try and consume different aspects of Shale a little at a time and come to grips with features

[shale] Simple Clay example

2006-01-19 Thread Richard Wallace
Hello, I'm trying to get a simple clay example up and running so that I can use the full html view (which is similar to facelets, correct?). I looked at the use cases and copied the web.xml, faces-config.xml and clay-config.xml and stripped out anything that I didn't need, like Spring and di