Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-11-14 Thread Gary VanMatre
Debugged things a little bit: at javax.faces.component.UIComponentBase.getRenderer(UIComponentBase.java:738) at javax.faces.component.UIComponentBase.getRendersChildren(UIComponentBase.java:30 7) at

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-11-14 Thread Craig McClanahan
On 11/14/06, Torsten Krah [EMAIL PROTECTED] wrote: I am using clay - espacially i am using clay only as the html views and the composition of components through inheritance is a dream :-), and navigation between non clay views ( jsp ) and clay ones ( html ) is broken - so i have to choose clay

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-11-14 Thread Torsten Krah
Debugged things a little bit: at javax.faces.component.UIComponentBase.getRenderer(UIComponentBase.java:738) at javax.faces.component.UIComponentBase.getRendersChildren(UIComponentBase.java:307) at

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-11-14 Thread Torsten Krah
I am using clay - espacially i am using clay only as the html views and the composition of components through inheritance is a dream :-), and navigation between non clay views ( jsp ) and clay ones ( html ) is broken - so i have to choose clay or non clay ( wrote a post to the list which is

usecase example logon dialog

2006-11-14 Thread Jonathan Smith
in usecases.jsp where does the #{logon$dialog.enter} come from. Is that a managed bean method or is that something that lets you enter the dialog automatically. If if is declared in a managed bean please let me know which one and where in the faces-config that bean is declared. thank you Jon

SV: usecase example logon dialog

2006-11-14 Thread Hermod Opstvedt
Hi If ypu look in faces-config.xml you will find tke declaration of logon$dialog. Then you can look for the enter method in that bean. Hermod -Opprinnelig melding- Fra: Jonathan Smith [mailto:[EMAIL PROTECTED] Sendt: 14. november 2006 18:00 Til: user@shale.apache.org Emne: usecase

SV: SV: usecase example logon dialog

2006-11-14 Thread Hermod Opstvedt
Hi You must have - I can not find it in any of the current sources. Unless you are running the Tiger stuff, where this is registered using annotations Hermod -Opprinnelig melding- Fra: Jonathan Smith [mailto:[EMAIL PROTECTED] Sendt: 14. november 2006 18:28 Til: [EMAIL PROTECTED] Emne:

Re: usecase example logon dialog

2006-11-14 Thread Craig McClanahan
On 11/14/06, Jonathan Smith [EMAIL PROTECTED] wrote: in usecases.jsp where does the #{logon$dialog.enter} come from. Is that a managed bean method or is that something that lets you enter the dialog automatically. If if is declared in a managed bean please let me know which one and where in the

When to use JSF?

2006-11-14 Thread Thomas Walland
I have a question to the usage of JSF and Shale. Are there any rules or is there any limitation, when Shale/JSF should be applied to a project? Until now I only worked with Struts. So I was involved in page-centric developement. Is it easy to build applications which uses user-input in a

The latest Shale/Tiles release results in a 404

2006-11-14 Thread Dick Starr
I have been trying to update my Tiles development from release shale-framework-20061004 (works fine) to shale-framework-2006 (fails). I am using tiles-core-2.0-r468346-SNAPSHOT.jar, which is included with the Shale release. I am also using the Tiles 2 FAQ as a guide. I immediately die with

Re: The latest Shale/Tiles release results in a 404

2006-11-14 Thread Greg Reddin
On Nov 14, 2006, at 3:24 PM, Dick Starr wrote: Nov 14, 2006 2:18:04 PM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Nov 14, 2006 2:18:04 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/starraShale] startup failed due to previous errors These 2

Re: When to use JSF?

2006-11-14 Thread David Geary
As a general rule, I would only use Struts if I had a considerable legacy system built with it. In that case, depending upon the skillsets of your team and the amount of legacy code, it might be better to stick with Struts. But otherwise, Struts is dated, and in today's world is a pretty tedious