<form method="post" action="pag2.jsp">
<input>
<xsl:attribute name="type">
text
</xsl:attribute>
<xsl:attribute name="name">
nomews
</xsl:attribute>
<xsl:attribute name="value">
<xsl:for-each select="//invoke">
<xsl:value-of select="@name"/>;
</xsl:for-each>
</xsl:attribute>
</input>
in pag1 inserisco questo, che in effetti produce a video ciò che voglio, ma in pag2 quando leggo nomews è vuoto perchè?

Rispondi quotando