[Webwork-user] Webwork and Sitemesh
Brought to you by:
baldree,
rickardoberg
From: Vedovato P. <pao...@pr...> - 2002-06-10 14:17:17
|
Hi using Sitemesh: 1.4.1, Webwork 1.1, Bea WLS 7.0. I've tried to integrate SiteMeash in my working WebWork-based webApp. Unfortunately I'm having some problems whioch prevent me to getit up and running well. Hoping that some Sitemesh user use also WebWork and they can share some thoughts. I've also looked in both mailingslist to find advices which could help me but there are still some open issues.. I hope it's not to offensive if I post this question to both mailinglists. I've managed to get the most important webwork tags (property and text) working in the decorators by surrounding <webwork:action name="'BaseAction'"> decorator-content </webwork:action> This is my first question: is this really the only way to get the ww property and text tag working in the sm decorators? After that I've adapted my resource to be decorated. But it works only if in this resource I don't use any ww text or property tag. Instead of the decorated resource I get a blank page: using mie 6.0: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> using mozilla 1.0: <html><body></body></html> Has anybody a solution to this? TIA Cheers -Paolo |