cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.IllegalArgumentException: WDTextViewDesign: No such enumeration

Former Member
0 Kudos

Hi All,

I'm trying to evaluate Visual Composer CE 7.1 ( Developer Studio 7.1, EHP1 Trial) and I'm getting the following exception when I run my application.

java.lang.IllegalArgumentException: WDTextViewDesign: No such enumeration value with name: =(IF("true","EMPHASIZED",""))

at com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDTextViewDesign.valueOf(WDTextViewDesign.java:249)

at com.sap.tc.wd4vc.core.xgl2_2.controls.impl.renderers.XGL2_2PlainTextRenderer.render(XGL2_2PlainTextRenderer.java:55)

at com.sap.tc.wd4vc.util.java.renderer.XGLAbstractRenderManager.render(XGLAbstractRenderManager.java:71)

at com.sap.tc.wd4vc.core.std.interactors.pane.java.impl.form.XGLFormViewRenderer.renderVFlowWithColumns(XGLFormViewRenderer.java:374)

at com.sap.tc.wd4vc.core.std.interactors.pane.java.impl.form.XGLFormViewRenderer.render(XGLFormViewRenderer.java:69)

... 82 more

The deploy finished successfly. I'm trying to change the "Search for and Create Customer" sample application that I get from

http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19...

When I install the sample on my local CE 7.1, it's run OK. When I change for example a simple label of one form field I get that Exception.

I found the string "EMPHASIZED" on files soacmpssc~creacus_impl.xml and XGL.xml of my project:

textStyle="=(IF("true","EMPHASIZED",""))"

Thanks You in advance,

CD

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved.

I removed the style from the Plain Text control in Form View "Form1".