Re: [Webwork-user] WebWork and Sitemesh on WLS 7
Brought to you by:
baldree,
rickardoberg
From: <ma...@sm...> - 2002-06-20 19:48:07
|
Dion, Have you searched WW's e-mail archives and Sitemesh? This really is a Sitemesh issue but there have been e-mails on this issue on both sites. I would recommend reading those e-mails and then see if your situation is similar or different. If it is different and you still believe it is a WW issue, then repost and somebody will look into it. -Matt On Thu, 20 June 2002, "Dion Almaer" wrote > > > Hi guys - > > I am running into this problem running code that uses webwork and > sitemesh on WLS 7.x. > > I have a simple war file that shows the problem. > With a decorator I get an empty page, if I bypass it, all works fine. > To break things I just have a simple action that uses an iterator: > > <webwork:action name="'test'"> > <webwork:bean name="'webwork.util.Sorter'" id="sorter"/> > <webwork:sort source="list" comparator="@sorter/descending"> > <webwork:iterator> > whee > </webwork:iterator> > </webwork:sort> > </webwork:action> > > To see the sample war file: http://www.almaer.com/wls7bug.war > > To test: http://localhost:7001/wls7bug/index.jsp [will not work] > http://localhost:7001/wls7bug/nodecorator.jsp [will work] > > Has anyone found away to get around this problem? > BEA said they had a patch, but that didn't fix this particular problem. > Any ideas would be great. Thanks for the great framework. > > Cheers, > > Dion > > -- > \\|// > (o o) > +----oOOo-(_)-oOOo---------------------------------------------------+ > | di...@mi... | TheServerSide J2EE Community | > | www.middleware-company.com | www.theserverside.com | > +--------------------------------------------------------------------+ > > > > ------------------------------------------------------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > Webwork-user mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-user |