t:tree2 + portlet

2006-08-22 Thread Denis Nikiforov
at org.apache.myfaces.custom.tree2.HtmlTreeRenderer.encodeBegin(HtmlTreeRenderer.java:157) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:307) ... What's a problem here? Which jsf-components I can use in portlet and which one can't? -- ))) => t (WBR '(Denis Nikiforov))

Re: f:loadBundle

2006-07-14 Thread Denis Nikiforov
that the facelets behaviour is more correct. Yep, it works fine without default-locale. JH> The JSF 1.1 spec is vague on what should happen. JSF 1.2 has much JH> nicer support for resource bundles meaning that you no longer need JH> f:loadBundle at all. JSF 1.2' improvements

Re: f:loadBundle

2006-07-13 Thread Denis Nikiforov
laced f:loadBundle into wrong place in my index.xhtml: ... After removing it into layout21.xhtml it works fine :) -- ))) => t (WBR '(Denis Nikiforov) :mailto [EMAIL PROTECTED])

f:loadBundle

2006-07-13 Thread Denis Nikiforov
ties ] | test = Test Test Test... ` But it doesn't work: #{message.test} Where is a bug? -- ))) => t (WBR '(Denis Nikiforov) :mailto [EMAIL PROTECTED])

t:dataScroller + bean' state

2006-07-13 Thread Denis Nikiforov
(message (Hello *Human*) (body '( ... I need to save a t:dataScroller' position in a JavaBean (mailbox.selectedFolder). But it seems that it doesn't work ;( How could it be solved? Sorting' state is saved perfectly but not scroller' state. -- ))) => t (WB