cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

Deploying a VC application in flash works fine, but when I change the compiler to webdynpro I get the following error:

The initial exception that caused the request to fail, was:



   com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag HtmlView 

    at com.sap.tc.wd4vc.xglengine.java.XGLParser.getConfigEntryForParser(XGLParser.java:269)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTag(XGLParser.java:298)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseContainersInternal(XGLParser.java:192)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseContainersInternal(XGLParser.java:143)
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseContainersInternal(XGLParser.java:199)
    ... 72 more

What do I have to change to make it work?

0 Likes
View Entire Topic
former_member203343
Contributor
0 Likes

Hi Peter,

HTML view is not supported by the Webdynpro runtime. As a general rule of thumb, I recommend not to use the Webdynpro runtime in VC 7.0. The Flex runtime is much better supported and much more eye catching than Webdynpro.

Regards,

Natty