A
Andreas Bauer
Hi,
I would like to get build a vxml-file from a jsp and for that
I want to puta request-Paramater into a variable.
But it is not possible to put < or the equivalent entity
into the expr-Attribute of the voicexml var-Element.
If I use the entities, the HP VoiceXML Toolkit claims
that this is not possible.
How can I solve this?
Example:
<var name="user"
expr="<jsp:expression>request.getParameter("user")
</jsp:expression>" />
Regards,
Andi
I would like to get build a vxml-file from a jsp and for that
I want to puta request-Paramater into a variable.
But it is not possible to put < or the equivalent entity
into the expr-Attribute of the voicexml var-Element.
If I use the entities, the HP VoiceXML Toolkit claims
that this is not possible.
How can I solve this?
Example:
<var name="user"
expr="<jsp:expression>request.getParameter("user")
</jsp:expression>" />
Regards,
Andi