G.L. Grobe wrote:

> Grabbed the latest CVS as of today and having a tough time trying to find
> out why the following action in the webwork:include tag no longer runs (as
> it did from a CVS pull about 10 days ago).
> 
> <webwork:include page="actions.Overviews.action"/>
> 
> This action completely runs through successfully, then the following gets
> dumped.


Why do you think this has to do with the SD? The trace implies that it's 
a JSP bean tag use that crashes. My guess would be that you forgot to 
add '' around the param name, so it tries to resolve it as a property 
name which yields null.

/Rickard

-- 
Rickard �berg
Chief Architect, TheServerSide.com
The Middleware Company



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

Reply via email to