Thread: [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 |
From: Mathias B. <pa...@pa...> - 2002-06-10 23:13:11
|
Hi, It seems that the server is spawning an empty page. From my development experience, I know that this happens when the server receives an exception in the JSP, and is unable to forward (or something like that). Most of the time, this means you have an exception logged somewhere. Check the logs. Also, check if you don't have any compability problems with Weblogic (look here: http://jira.opensymphony.com/secure/ViewIssue.jspa?id=10045 ). Regards, Mathias ----- Original Message ----- From: "Vedovato Paolo" <pao...@pr...> To: "Opensymphony-Sitemesh (E-Mail)" <ope...@li...>; "Webwork-User (E-Mail)" <web...@li...> Sent: Monday, June 10, 2002 7:17 AM Subject: [Opensymphony-sitemesh] Webwork and Sitemesh > 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 > > > > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Opensymphony-sitemesh mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensymphony-sitemesh > |
From: Mathias B. <pa...@pa...> - 2002-06-10 23:16:03
|
Also, try using the CVS version of SiteMesh (or wait for 1.5), as it fixes a whole lot of bugs from 1.4.1. Mathias ----- Original Message ----- From: "Vedovato Paolo" <pao...@pr...> To: "Opensymphony-Sitemesh (E-Mail)" <ope...@li...>; "Webwork-User (E-Mail)" <web...@li...> Sent: Monday, June 10, 2002 7:17 AM Subject: [Opensymphony-sitemesh] Webwork and Sitemesh > 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 > > > > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Opensymphony-sitemesh mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensymphony-sitemesh > |