cool, did u see any error in a log or so? so perhaps sb. will see the issue when using the same stack.
In a case like that, we can point him to a wiki page. -M On 1/23/07, Meyer, Stefan <[EMAIL PROTECTED]> wrote:
The ibm jvm seems to have no issues on Linux. Error only occurred on SUN/Linux. -----Ursprüngliche Nachricht----- Von: Meyer, Stefan [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 23. Januar 2007 15:17 An: MyFaces Discussion Betreff: AW: Error when setting -server option The funny thing is that the menu is not rendered in one session but in any session -> this is an application wide effect. -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Wessendorf Gesendet: Dienstag, 23. Januar 2007 15:06 An: MyFaces Discussion Betreff: Re: Error when setting -server option did already debug UIRepeat ? On 1/23/07, Meyer, Stefan <[EMAIL PROTECTED]> wrote: > There seems to be a bug somewhere in JSF when setting the jvm option > -server. > > After a while of clicking on a menu (see the following code) only the > first element in the ui:repeat loop will be rendered. > > I don't know if trinidad is responsible or facelets or myfaces. I will > need to do some debugging if no one else has experienced this. > > The -server option must work because otherwise Hibernate won't (on > Linux). > > > Code: > <ui:repeat var="menuItem" value="#{groupMenuItem.children}"> > <li class="secLevel"> > <h:commandLink immediate="true" > id="#{menuItem.id}_treeMenuItem" action="#{menuItem.outcome}"> > <h:outputText value="#{menuItem.label}" > styleClass="leftMenuItem" /> > <f:param name="newMenuItemId" > value="#{menuItem.id}" /> > </h:commandLink> > </li> > </ui:repeat> > Code: > > > > > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
-- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

