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:
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:
But I have XML parsing error if I use:
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 ?
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.
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>
Code:
<isomorphic:XML filename = "recrmprops/tools/VisualBuilder/workspace/test.xml"> </isomorphic:XML>
3. Can I use for store views (xml and jsp files) other directory, for example: /projname/views ?
Comment