Re: Renderkit using Freemarker templates

2007-06-29 Thread Laurie Harper
The performance question is a good one, but I thought I'd throw something else into the discussion... I've thought about creating something like this a number of times, as a way to make components more flexible for the user. When a component has more complex rendering, I often find I'd like

Re: Dojo + myfaces upfront refactoring warning

2006-03-10 Thread Laurie Harper
Werner Punz wrote: The next 1-2 days depending on my schedule there will be minor corrections on the Dojo codebase. The requires and component includes will be moved from the head to the body due to the fact that some dojo components require to have it in the body section. If you have used the

Re: Dojo + myfaces upfront refactoring warning

2006-03-10 Thread Laurie Harper
Werner Punz wrote: Laurie Harper schrieb: Werner Punz wrote: The next 1-2 days depending on my schedule there will be minor corrections on the Dojo codebase. The requires and component includes will be moved from the head to the body due to the fact that some dojo components require to have

Re: ADF Faces javascript rendering

2006-02-22 Thread Laurie Harper
Werner Punz wrote: Laurie, cannot help you there, but a minor sidequestion, did you use my dojo hooks I provided in the sandbox? If yes please give me feedback if you need something changed or added, now is a perfect time for doing it, the whole dojo base will be moved into Tomahawk after 1.1.2,

Re: ADF Faces javascript rendering

2006-02-22 Thread Laurie Harper
On 2/22/06, Laurie Harper [EMAIL PROTECTED] wrote: The Tomahawk components 'inject' Javascript file references into the head section of the response by using a filter to buffer and post-process the response. I'm assuming ADF Faces has some mechanism for injecting Javascript too, but I can't seem

[jira] Created: (TOMAHAWK-155) Move ExtensionsFilter to commons so it can be reused outside Tomahawk

2006-02-22 Thread Laurie Harper (JIRA)
: Laurie Harper Priority: Minor The ExtensionsFilter would be useful across projects. It could be reused by Tobago and/or ADF Faces, and would be useful in other, non-MyFaces component libraries. It would be useful if it were moved to commons to support such reuse. -- This message

Re: ADF Faces javascript rendering

2006-02-22 Thread Laurie Harper
Mike Kienenberger wrote: On 2/22/06, Laurie Harper [EMAIL PROTECTED] wrote: Maybe it would make sense to move Tomahawk's AddResources / Filter based stuff into commons so it can be re-used across Tomahawk, ADFF, Tobago and other component libraries? I don't see any reason why we can't move

Re: [jira] Commented: (TOMAHAWK-155) Move ExtensionsFilter to commons so it can be reused outside Tomahawk

2006-02-22 Thread Laurie Harper
URL: http://issues.apache.org/jira/browse/TOMAHAWK-155 Project: MyFaces Tomahawk Type: Task Reporter: Laurie Harper Priority: Minor The ExtensionsFilter would be useful across projects. It could be reused by Tobago and/or ADF Faces, and would be useful in other, non

ADF Faces javascript rendering

2006-02-21 Thread Laurie Harper
The Tomahawk components 'inject' Javascript file references into the head section of the response by using a filter to buffer and post-process the response. I'm assuming ADF Faces has some mechanism for injecting Javascript too, but I can't seem to track it down... I've found the code that

Re: Dojo stuff from sandbox to tomahawk

2006-02-17 Thread Laurie Harper
Late to the party, but I can show you how to do this better... ;-) Firstly, there's no need to use invalid markup with Dojo, provided you're using XHTML. You can use namespaces. Secondly, I have a Dojo Editor / JSF integration almost working that would let you simply do this: dj:inputEdit

[jira] Created: (MYFACES-1089) commandLink incorrectly accepts 'onclick' attribute

2006-02-01 Thread Laurie Harper (JIRA)
: Laurie Harper Priority: Minor myfaces_html.tld incorrectly lists an 'onclick' attribute for the commandLink comonent tag. 'onclick' is not valid for this component per the JSF reference documentation: http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/tlddocs/index.html -- This message