any one using Facelets + JSF 1.2 RI + Tomahawk here?

2006-11-28 Thread Arash Rajaeeyan

Hello
I am using Facelts + Tomahawk + JSF 1.2 RI
the number of components which are not working correctly or don't work at
all has surprised me.
to name a few inputHTML and commandNavigation2 which are very obvious
components, don't work at all !
has any one had any similar problem?
is there any special trick like the one for fileupload to get them to work
on facelets?

I am using Netbeans with facelt module with both Tomahawk 1.1.3 and latest
daily SVN snap shots
I have these lines at begining of my faces-config:
   application
   view-handler
   com.sun.facelets.FaceletViewHandler
   /view-handler
   /application

and attached my web.xml

best regards
Arash Rajaeeyan
?xml version=1.0 encoding=UTF-8?
web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;
!--*--
!-- JSF Configurations --
context-param
param-namecom.sun.faces.verifyObjects/param-name
param-valuetrue/param-value
/context-param
context-param
param-namecom.sun.faces.validateXml/param-name
param-valuetrue/param-value
/context-param
!--*--
!-- Facelet Configurations --
context-param
param-namejavax.faces.DEFAULT_SUFFIX/param-name
param-value.xhtml/param-value
/context-param
context-param
param-namefacelets.DEVELOPMENT/param-name
param-valuetrue/param-value
/context-param
context-param
param-namefacelets.LIBRARIES/param-name
param-value/WEB-INF/tomahawk.taglib.xml/param-value
/context-param
!--*--
!-- tomahawk configurations --
context-param
param-namejavax.faces.STATE_SAVING_METHOD/param-name
param-valueclient/param-value
/context-param
context-param
param-nameorg.apache.myfaces.ALLOW_JAVASCRIPT/param-name
param-valuetrue/param-value
/context-param
context-param
param-nameorg.apache.myfaces.DETECT_JAVASCRIPT/param-name
param-valuefalse/param-value
/context-param
context-param
param-nameorg.apache.myfaces.PRETTY_HTML/param-name
param-valuetrue/param-value
/context-param
context-param
param-nameorg.apache.myfaces.AUTO_SCROLL/param-name
param-valuetrue/param-value
/context-param
!--*--


filter
filter-nameMyFacesExtensionsFilter/filter-name
filter-classorg.apache.myfaces.webapp.filter.ExtensionsFilter/filter-class
init-param
param-nameuploadMaxFileSize/param-name
param-value100m/param-value
/init-param
init-param
param-nameuploadThresholdSize/param-name
param-value100k/param-value
/init-param
init-param
param-nameuploadRepositoryPath/param-name
param-value/temp/param-value
/init-param
/filter
filter-mapping
filter-nameMyFacesExtensionsFilter/filter-name
servlet-nameFaces Servlet/servlet-name
/filter-mapping
filter-mapping
filter-nameMyFacesExtensionsFilter/filter-name
url-pattern/faces/myFacesExtensionResource/*/url-pattern
/filter-mapping
servlet
servlet-nameFaces Servlet/servlet-name
servlet-classjavax.faces.webapp.FacesServlet/servlet-class
load-on-startup1/load-on-startup
/servlet
servlet-mapping
servlet-nameFaces Servlet/servlet-name
url-pattern*.jsf/url-pattern
/servlet-mapping
session-config
session-timeout30/session-timeout
/session-config
welcome-file-list
welcome-fileindex.jsp/welcome-file
/welcome-file-list

/web-app


RE: any one using Facelets + JSF 1.2 RI + Tomahawk here?

2006-11-28 Thread Romanowski, Tim
Hi Arash,

I am developing an app using Facelets+Tomahawk+JSF 1.2+Ajax4JSF, and we
did have a big problem with JSCookMenu and panelNavigation2 (we finally
got rid of them).  Other than that, and a stylesheet issue we're having
(see my recent post on Tomahawk + Facelets templates), the Tomahawk
components with Ajax4SJF work great.  This doesn't help you with your
specific issue, but I wanted to point this out so you don't give up
unnecessarily!  We've used both Glassfish and Tomcat with no problems.

 

TR

 



From: Arash Rajaeeyan [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 28, 2006 10:56 AM
To: users@myfaces.apache.org
Subject: any one using Facelets + JSF 1.2 RI + Tomahawk here?

 

Hello
I am using Facelts + Tomahawk + JSF 1.2 RI
the number of components which are not working correctly or don't work
at all has surprised me.
to name a few inputHTML and commandNavigation2 which are very obvious
components, don't work at all ! 
has any one had any similar problem?
is there any special trick like the one for fileupload to get them to
work on facelets?

I am using Netbeans with facelt module with both Tomahawk 1.1.3 and
latest daily SVN snap shots 
I have these lines at begining of my faces-config:
application
view-handler
com.sun.facelets.FaceletViewHandler
/view-handler
/application 

and attached my web.xml

best regards
Arash Rajaeeyan