Re: [S2] Struts tags for generating html, head and body

2007-08-30 Thread Nils-Helge Garli
I have created https://issues.apache.org/struts/browse/WW-2149 for this suggestion. Nils-H On 8/24/07, Tom Schneider [EMAIL PROTECTED] wrote: I already created a body tag on our webwork project at work (we needed the onload event hook) +1 from me. Tom Ted Husted wrote: Another good use

[S2] Struts tags for generating html, head and body

2007-08-24 Thread Nils-Helge Garli
It would be nice having struts tags that generate the html, head and body sections of the HTML page. These tags could have support for different renderers, as the url and form tags have, that could be overriden in plugins like the portlet plugin. So when the tag runs in a regular servlet

Re: [S2] Struts tags for generating html, head and body

2007-08-24 Thread Ted Husted
Another good use for head or body tags might be to generate a JavaScript hook. A head tag could also inject the doctype redtape, that we might otherwise paste into every page. On 8/24/07, Nils-Helge Garli [EMAIL PROTECTED] wrote: It would be nice having struts tags that generate the html, head

Re: [S2] Struts tags for generating html, head and body

2007-08-24 Thread Tom Schneider
I already created a body tag on our webwork project at work (we needed the onload event hook) +1 from me. Tom Ted Husted wrote: Another good use for head or body tags might be to generate a JavaScript hook. A head tag could also inject the doctype redtape, that we might otherwise paste into