Re: General questions to shale...

2006-11-03 Thread Ryan Wynn
On 11/3/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: Thomas Walland <[EMAIL PROTECTED]> > > Hi, > > As I already wrote, I am a newby to apache shale. So I have a few > general questions. > > I have great experience with apache struts, but never made some work > with JSF or other technologi

Re: General questions to shale...

2006-11-03 Thread Gary VanMatre
>From: Thomas Walland <[EMAIL PROTECTED]> > > Hi, > > As I already wrote, I am a newby to apache shale. So I have a few > general questions. > > I have great experience with apache struts, but never made some work > with JSF or other technologies which are used in shale. > > So I need some

Re: General questions to shale...

2006-11-03 Thread Craig McClanahan
On 11/3/06, Thomas Walland <[EMAIL PROTECTED]> wrote: Hi, As I already wrote, I am a newby to apache shale. So I have a few general questions. I have great experience with apache struts, but never made some work with JSF or other technologies which are used in shale. So I need something like

SV: server error

2006-11-03 Thread Hermod Opstvedt
Hi Looks like you have version clashes here. The Tomahawk library you are using depends on a newer version of Myfaces (hence the java.lang.NoSuchMethodError) Hermod -Opprinnelig melding- Fra: Jonathan Smith [mailto:[EMAIL PROTECTED] Sendt: 3. november 2006 17:34 Til: user@shale.apache

server error

2006-11-03 Thread Jonathan Smith
I have a question about a server error i am getting since i added the tomahawk lib to my project.I am useing tomcat 5.5.17. here is the error. 11:28:13,908 ERROR [faces]: Servlet.service() for servlet faces threw exception java.lang.NoSuchMethodError: org.apache.myfaces.renderkit.html.util.Du

Re: General questions to shale...

2006-11-03 Thread David Geary
2006/11/3, Thomas Walland <[EMAIL PROTECTED]>: Hi, As I already wrote, I am a newby to apache shale. So I have a few general questions. I have great experience with apache struts, but never made some work with JSF or other technologies which are used in shale. So I need something like a short

RE: General questions to shale...

2006-11-03 Thread hermod.opstvedt
Hi First thing to note is that while Struts is page-centric, JSF is component-centric. To describe this in short: In struts a submit/get from a page always goes to an action. In JSF, each component is (may be) wired to its own method in what is known as a backing bean (or i Shale ViewControll

General questions to shale...

2006-11-03 Thread Thomas Walland
Hi, As I already wrote, I am a newby to apache shale. So I have a few general questions. I have great experience with apache struts, but never made some work with JSF or other technologies which are used in shale. So I need something like a short introduction in the style of "shale für struts us

RE: Question about prerenderer?

2006-11-03 Thread hermod.opstvedt
Hi You have messed (i.e mixed) things up. Try this: <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%> <%@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t"%> Debug