Announcement

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

    VisualBuilder: load saved views problem...

    Hello,

    We use SmattGWT for UI creation in our web application. In particular VisualBuilder for change UI by the user. In a case if it will work fine we are ready to buy the licence.

    But now I have problem with opening saved views again in VisualBuilder for editing.
    1. First my problem such problem described also here: http://forums.smartclient.com/showpost.php?p=34381&postcount=7. Iam have exception:
    Code:
    public static com.isomorphic.rpc.RPCResponse com.isomorphic.rpc.BuiltinRPC.loadFile(java.lang.String) throws java.lang.Exception.
    How i can solve this problem? Need attach some logs?

    2. if I try open link which shows after save view I have error messages
    "isc - definition wrong". but i can view own jsp page which content:
    Code:
    <isomorphic:XML >
    <%@ include file="recrmprops/tools/VisualBuilder/workspace/test.xml" %>
    </isomorphic:XML>
    But I have XML parsing error if I use:
    Code:
    <isomorphic:XML filename = "recrmprops/tools/VisualBuilder/workspace/test.xml">
    </isomorphic:XML>
    Why? And how i can use such code without errors?

    3. Can I use for store views (xml and jsp files) other directory, for example: /projname/views ?

    #2
    1. Some users are experiencing this with 2.0. Try the latest nightly instead.

    2. Probably want to retry this with the latest nightly as well, however, that error message is definitely not complete. If it still happens, post the complete client side (Developer Console) and server-side logs during the interaction

    3. This is not yet documented, but, you can set "workspacePath" in the isc.VisualBuilder.create() block inside the index.jsp file that launches Visual Builder

    Comment

    Working...
    X