- This topic has 1 reply, 2 voices, and was last updated 10 years, 3 months ago by support-michael.
-
AuthorPosts
-
flptuonMemberI was trying to publish my web app and an error message appears:
java.lang.RuntimeException: com.genuitec.mobione.designer.comp.iphone.MultiBoxPage is outside com.genuitec.mobione.designer.comp.iphone.MultiBox (but in class com.genuitec.mobione.designer.comp.iphone.MultiBoxPageinstead)
at com.genuitec.mobione.codegen.processors.MultiBoxPageProcessor.process(MultiBoxPageProcessor.java:18)
at com.genuitec.mobione.codegen.processors.ElementProcessor.generateCodeFor(ElementProcessor.java:145)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:474)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:494)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:494)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:494)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.exportScreen(IPhoneComponentExporter.java:453)
at com.genuitec.mobione.codegen.HTMLExporter.generateHTML(HTMLExporter.java:861)
at com.genuitec.mobione.codegen.HTMLExporter.exportForm(HTMLExporter.java:366)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:447)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:297)
at com.genuitec.mobione.designer.export.ExportManager$WizardDialogProviderImpl.exportHTML(ExportManager.java:889)
at com.genuitec.mobione.designer.wizards.SendDesignToServerWizard$8.actionBody(SendDesignToServerWizard.java:439)
at com.genuitec.mobione.http.AsyncOperation.start(AsyncOperation.java:39)
at com.genuitec.mobione.designer.wizards.SendToPhoneWizard$5.run(SendToPhoneWizard.java:285)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)Please.
support-michaelKeymaster>com.genuitec.mobione.designer.comp.iphone.MultiBoxPage is outside com.genuitec.mobione.designer.comp.iphone.MultiBo
This error msg indicates that some how your design is corrpupted. It contains a page component that is not contained by a multipage widget. Technically this should not happen.
Without looking at the specific design I would recommend that you look at the outline for this situation. If you can find that page then either delete it and reimplement it in the designer or try to reparent it using drag-drop such that it is a child of the multibox widget. See attachment mpwidget.jpg
Attachments:
You must be logged in to view attached files. -
AuthorPosts