Hi,

does someone know why following code doesn't render correctly when SiteMesh
is involved?

<%@ taglib uri="webwork" prefix="ww" %>
<html>
<head>
<title>Webwork 2 Demo</title>
</head>
<body>
<p><b>Webwork 2 - Demo 5 Big and compleeeete example!!</b></p>
<ww:form action="'demo5Step1.action'">
    <ww:textfield label="'Skriv ett meddelande'" name="message" />
    <ww:submit value="'Skicka'"/>
</ww:form>
</body>
</html>

Everything is rendered except "action='demo5Step1.action'", the label, the
input-text name, basically anything that goes thru velocity and the
valuestack.

Except that SiteMesh adds the decorators (basically just some lines of text)
correctly.

*confused*

/Daniel


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to