webwork/src/resources/web/examples/vxml vxmltest.jsp,NONE,1.1
[email protected] Mon, 20 May 2002 22:27:01 -0700
| Newsgroups | gmane.comp.java.webwork.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/webwork/webwork/src/resources/web/examples/vxml In directory usw-pr-cvs1:/tmp/cvs-serv11834/resources/web/examples/vxml Added Files: vxmltest.jsp Log Message: -added support for VoiceXML JSP tags -added support for SOAP JSP tags -updated documentation --- NEW FILE: vxmltest.jsp --- <?xml version="1.0"?> <%@ page contentType="text/xml"%> <%@ taglib uri="webwork" prefix="webwork" %> <%@ taglib uri="webwork" prefix="vui" %> <vxml version="2.0"> <form> <vui:field name="'fieldname'" modal="'true'"> <vui:grammar name="'testgrammar'" model="grammar"> <!-- append a rule to grammar --> <rule name="test"> <item>What is it</item> </rule> </vui:grammar> <vui:prompt bargein="false"> <vui:audio src="'test.wav'" tts="'this is a test'"/> </vui:prompt> <vui:filled action="'formtest.action'" actionaudio="'/action.wav'"> <vui:log label="'somelabel'">Log</vui:log> </vui:filled> </vui:field> </form> </vxml> _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm