Hi, I have a radiobutton and want to give its "value"-parameter a dynamic value. My radiobutton in the xsl looks like this: <input type="radio" name="Project" value=""/>
I want to use a dynamic value for the "value"-parameter. For example: <input type="radio" name="Project" value=<xsp-request:get-parameter name="ProjectName"/>/> or <input type="radio" name="Project" value=<xsl:value-of select="projectName"/>/> Using this syntax I get the message: "The file is not well-formed." or messages like "Open quote is expected for attribute "value|". Is there any possibility to set the "value"-parameter dynamically? Regards, Johannes --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>