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
>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
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
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
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
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
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
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
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