It doesnt work, I created a simple maven project with the artifact creater
and add a tomahawk tag to a jsp.
After that the following exception is thrown:
Caused by: java.lang.ClassCastException: java.lang.Class cannot be cast to
java.lang.String
at
org.apache.myfaces.util.AbstractAttributeMap.put(AbstractAttributeMap.java:35)
at
org.apache.myfaces.custom.inputHtml.InputHtmlRenderer.setThisPageAlreadyRenderedAnInputHtml(InputHtmlRenderer.java:107)
at
org.apache.myfaces.custom.inputHtml.InputHtmlRenderer.encodeEnd(InputHtmlRenderer.java:93)
It seems the the getRequestMap now only accepts Strings.....
Thanks
Juergen
[EMAIL PROTECTED] wrote:
>
> chokdee schrieb:
>> Hi all,
>>
>> I try to use the latest Tomahawk version 1.1.6 with the latest Core
>> version
>> 1.2.3.
>> But it fails.
>>
>> Is there a documentation how to use the 1.2.3 with Tomahawk?
>> I see at http://myfaces.apache.org/tomahawk/dependencies.html
>> that the Tomahawk was build with a snapshot of 1.1.6. Is that right?
>>
> No, the website is generated regularly from the trunk, ie that
> dependency info is for 1.1.7-SNAPSHOT. Tomahawk will have been built
> against the latest released version of core 1.1.x at the time tomahawk
> 1.1.6 was released.
>
> Tomahawk 1.1.6 should work fine with core 1.2.3. There is no special
> documentation for this, because nothing special needs to be done; just
> put the jarfile in the classpath. For some components you also need to
> set up the ExtensionsFilter as documented on the website.
>
> What is the problem?
>
> Regards, Simon
>
>
>
--
View this message in context:
http://www.nabble.com/Tomahawk-dependency-tp18692903p18710225.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.