Hi,
I use tomahawk version 1.1.3. I have no experience of working with
nightly builds unfortunately, is it safe? Because we have A LOT of stuff
done with MyFaces that I would not want to break:)
The biggest puzzle for me is why <t:div> renders children and
org.apache.myfaces.custom.div.Div does not?
Thanks for your feedback
Cagatay Civici wrote:
Hi,
There was a similar issue with fieldSet which I've recently fixed;
http://issues.apache.org/jira/browse/TOMAHAWK-36
Have you tried it with a tomahawk nightly?
Cagatay
On 11/21/06, *Clemens Schneider* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
just a guess, but have you looked at the tag handler class?
perhaps it does set some additional properties?
greets,
-clem
2006/11/21, Aleksandras Skrynikovas < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>>:
Hi,
Here is the thing. When I put a Div component inside a jsp
page and add
children inside of it, they are rendered nicely like they
should, but
whenever I have to construct part of the JSF tree
programmatically ,
when I'm adding the Div of some component and several other
components
as children of this Div, the result is that the children don't get
rendered. And btw, when using the second approach the
getRendersChildren() always returns FALSE. Am I missing something?
Thanks