Re: Myfaces Portlet Bridge error on deploy

2009-06-21 Thread prelag
Kito, Thanks for the detailed reply! This will help alot. Here is something weird that is confusing me: Inside the standalone myfaces portlet bridge there exists the servlet: javax.portlet.faces.GenericFacesPortlet However, inside the myfaces core 1.2 project there exists the servlet: org.a

[ANNOUNCE] Release of Tomahawk 1.1.9

2009-06-21 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of Apache MyFaces Tomahawk 1.1.9. MyFaces Tomahawk provides a series of JavaServer Faces components that go beyond the JSF specification. These components are compatible with the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1

t:inputDate usage effecting performance?

2009-06-21 Thread COPIOD
Hello, I'm using MyFaces 1.2.6 and Tomahawk 1.1.8. As I wanted to be able to choose a date in my web application, I decided to use t:inputDate as shown: testHandler is the name of my managed bean, that simply contains a date and some other stuff. mydate is of type java.util.Date. Although t