Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Steps for using visual builder output

    The smartgwt FAQ gives a series of steps for using visual builder output.

    I have created a .jsp file with the xml content, the header first looked like:

    <%@ taglib uri="/WEB-INF/iscTaglib.xml" prefix="isomorphic" %>
    <isomorphic:XML>
    xml code
    </isomorphic>

    with this I was getting .isc... undefined. After some searching, I found
    that I need a <isomorphic:loadISC/> tag in my .jsp file. I have tried

    %@ taglib uri="/WEB-INF/iscTaglib.xml" prefix="isomorphic" %>
    <isomorphic:loadISC/>
    <isomorphic:XML>

    I am getting an error:

    missing ; before statement
    [Break On This Error] <SCRIPT SRC=../builtinds/sc/system/mod...RIPT>isc._lastModule='Core';</SCRIPT>

    What is the proper format of the .jsp page?
Working...
X