-
Calling the view component from custom component-setcomponentjump
Hi, I have a custom component( a pop up window with a view button) from where i want to call the "view" component.I used the setcomponentjump method in the custom component class setComponentJump("view",args, this.m_actionContext); The view component seems to be called fine but i just get a jsp page with the selected…
-
XCP2 Deployment Error
Hi everyone, I am having this error when I deploy my application with xCP Designer 2.0. [ERROR] Failed to execute goal com.emc.xcp.builder:xcp-deploy:1.0.6:run (xcp-deploy) on project a1: Xcp mojo executing command 'xcp-deploy' for project 'a1' failed unexpectedly: Deployment of project 'a1' failed -> [Help 1] The jar is…
-
Custom Button in Forms Builder
Hi All, I am searching ways to develop a custom button(Not invoke button.). Is there a guide or example for custom buttin in forms builder? Thanks
-
Inconsisent Handling of Apmersand
While working with an admin form we have created we noticed that the ampersand is sometimes not rendering correctly and is not storing correctly on a DB update. If we enter something like "Cats & Dogs" it stores in the DB as "Cats & Dogs" (HTML tag for &). To counter this I am taking my SQL string and executing a replace…