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---------------------------------------------------+
|   [EMAIL PROTECTED]   |   TheServerSide J2EE Community   |
|   www.middleware-company.com    |      www.theserverside.com       |
+--------------------------------------------------------------------+



-------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to