RE: Tomahawk components' javascript are undefined

2011-03-01 Thread AMIR-TAHMASSEB Marc Kamran
] Sent: 13 February 2011 15:38 To: MyFaces Discussion Subject: Re: Tomahawk components' javascript are undefined See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters

Re: Tomahawk components' javascript are undefined

2011-03-01 Thread Richard Yee
Subject: Re: Tomahawk components' javascript are undefined See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters process the request. Richard Sent from my

Re: Tomahawk components' javascript are undefined

2011-03-01 Thread Leonardo Uribe
To: MyFaces Discussion Subject: Re: Tomahawk components' javascript are undefined See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters process the request. Richard

Re: Tomahawk components' javascript are undefined

2011-02-13 Thread Richard Yee
See http://www.oracle.com/technetwork/java/filters-137243.html You should do a chain.doFilter instead of a forward at the end of your method. Your filter isn't letting the other filters process the request. Richard Sent from my iPhone On Feb 12, 2011, at 11:34 PM, omid p vermind...@gmail.com

Re: Tomahawk components' javascript are undefined

2011-02-12 Thread omid p
Hi, Can you not use url-pattern/faces/*/url-pattern instead of url-pattern*.faces/url-pattern maybe you corrupt tomahawk filter servlet by changing URL, just a guess do you use any other javascript library like jQuery or sth else ? On Thu, Feb 10, 2011 at 7:02 PM, AMIR-TAHMASSEB Marc Kamran

Tomahawk components' javascript are undefined

2011-02-10 Thread AMIR-TAHMASSEB Marc Kamran
Dear all, I have some of my Tomahawk component encounter problems to be displayed. More specificaly, components such as - t:inputFileUpload, - t:swapImage - t:popup - t:inputDate generate the following javascript error : Error: xxx_3AtoolsPopupPopup is undefined Error: SI_MM_swapImage is