Hello all,
I want to use request parameter value  in xsp as
<field>
<xsp-request:get-parameter name="txtValue"><xsp:attribute name="
default">333</xsp:attribute></xsp-request:get-parameter>
</field>
It doesnot work, doesnot show default value.
But if I use as
<field>
<xsp-request:get-parameter name="txtValue" default="333/
</field>
It works.
How can I set default value as shown in first way?
Thanks,
Niket




---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to