tomahawk 1.1.10 and Dojo (IE7 and SSL)

2010-11-05 Thread Andreas Schmidt
Hello all, I just downloaded the latest tomahawk release and discovered, that dojo.js still does not contain the patch TOMAHAWK-1389.patch that was made available over a year ago. (https://issues.apache.org/jira/browse/TOMAHAWK-1389). Are there any plans to change the buggy dojo.js in

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Andreas Schmidt
Hi Mathias, the tomahawk component is only available for myFaces 1.1 and 1.2 but not for myFaces 2.0. Thus I doubt that tomahawk will work with myfaces 2.0. One just has to wait until a version for Faces 2.0 is available. Andreas. Matthias Leis wrote: Hi, I'm using myfaces 2.0 beta 2

Antwort: Re: Tomahawk not displaying on jsf 2.0

2010-02-22 Thread Andreas . Schmidt
Hello Ime, as far as I know, the Tomahawk Components are only available for myFaces 1.1 and 1.2. I doubt that any of them work with JSF 2.0. (but maybe I am mistaken) Best regards Andreas Ime Asangansi asanga...@yahoo.com 22.02.2010 17:33 Bitte antworten an MyFaces Discussion

Antwort: duplicate component ids after mirgration to JSF 1.2

2009-12-10 Thread Andreas . Schmidt
Hello, we had the same problems when updating from Faces 1.1.x to 1.2.x. Cause 1) Comment tags i.e. !-- some comment -- inside a t:dataTable and or t:dataScroller Cause 2) input field is set readOnly, ie. after a save whiele staying on the page (only in combination with a t:saveState

Antwort: [fileupload] need help dealing with large files!

2009-11-18 Thread Andreas . Schmidt
Hello Khristian, you have to get the error in the phase listener (Render Phase in before Phase). public class myPhaseListener implements PhaseListener { ... public void beforePhase(PhaseEvent event) { // RENDER_RESPONSE Phase if