All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.sequences.mediator-source-validate-ajaxprocessor.jsp Maven / Gradle / Ivy

The newest version!
<%@ page import="org.wso2.carbon.sequences.ui.util.SequenceEditorHelper" %>
<%
    try {
        SequenceEditorHelper.parseStringToMediator(request.getParameter("mediatorSrc"));
        out.write("valid");
    } catch (Exception e) {
        out.write("invalid");
    }                          
%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy