We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 4 matches

by bmatichuk
Thu Nov 11, 2004 12:51 pm
Forum: Plum DEV Q&A
Topic: jsp problem
Replies: 1
Views: 4950

jsp problem

i simplified the grammar to nothing I made a call and was able to get almost all the way through but then there was a problem. when i tried this file on another platform, i had no problems. I cannot imagine what would cause a problem here. after the last quotesucceed.jsp file, there should be no gra...
by bmatichuk
Wed Nov 10, 2004 5:46 pm
Forum: Plum DEV Q&A
Topic: Error creating grammar
Replies: 1
Views: 4700

Error creating grammar

the file http://209.82.100.37:8080/voicestockagent/lesson5.jsp validates but when I try to call, the verbal response is that there is an error in the grammar file. the following log entry is created. Wed 10 Nov 2004 05:33:31 PM EST: New call Beginning tel session Beginning prompt session Beginning r...
by bmatichuk
Wed Nov 10, 2004 5:25 pm
Forum: Plum DEV Q&A
Topic: problem with jsp page
Replies: 2
Views: 7111

Thanks for the help. I figured out the problem. I had to change the first line This is what I had: <%@ page language="java" %> <?xml version="1.0"?> This is what I changed it to: <%@ page language="java" %><?xml version="1.0"?> I think your XML parser should strip white space. Most pre-processors ha...
by bmatichuk
Wed Nov 10, 2004 4:35 pm
Forum: Plum DEV Q&A
Topic: problem with jsp page
Replies: 2
Views: 7111

problem with jsp page

http://209.82.100.37:8080/voicestockagent/lesson5.jsp when I try to validate this I get an error VoiceXML Validator: File: http://209.82.100.37:8080/voicestockagent/lesson5.jsp Validation Results: Fatal Error at line 1, char 7 Message: The XML or Text declaration must start at line/column 1/1 scanFi...