Region content is not displayed when it is deployed on the OAS

Hello world

I use JDeveloper 10.1.3 and Oracle Application Server 10.1.2.

I'm working on a [JSF, ADF BC] application. I have included a region in one of my jspx pages. Problem is that when I run the JDeveloper page content in the region are displayed, a form of Oracle running in an applet. But when I deploy the application to the OAS 10.1.2 on linux and run the page giving the URL to access my page, the page is displayed but will detect the content of the region, rather than a thin line shows that there is a defined region. Please note that the contents of the region is hard-coded to call the form of OAS (in both cases, either running to JDeveloper or OAS).


See the code as follows:

My jspx page:

<? XML version = "1.0" encoding = "windows-1252'?" " >
< jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.0".
xmlns:h = "http://java.sun.com/jsf/html".
xmlns:f = "http://java.sun.com/jsf/core".
xmlns:af = "http://xmlns.oracle.com/adf/faces".
xmlns:afh = "http://xmlns.oracle.com/adf/faces/html" >
< jsp:directive.page contentType = text/html"; charset = windows-1252 "/ >
< f: view >
< afh:html >
< f: loadBundle basename = "UIResources" var = "res" / >
< afh:head title = "JiRISTemplate" >
< meta http-equiv = "Content-Type".
Content = text/html"; charset = windows-1252 "/ >"
< / afh:head >
< afh:body >
< h:form >
< af:panelPage title = "Oracle Form" >
< f: facet = "menu1" name / >
< name f: facet = "menuGlobal" / >
< f: facet name = "branding" >
"< h:graphicImage height = '93' width = '236' url = '... /images/myLogo.gif"/ >
< / f: facet >
< name f: facet = "brandingApp" / >
< f: facet = 'appCopyright' name / >
< name f: facet = "appPrivacy" / >
< name f: facet = "appAbout" / >
< af:panelForm >
* < af:region id = "oraFormRegion."
regionType = "myapp.regions.oracleForm" > "
* < f: attribute name = "formModuleName."
value = "myoracleform.fmx" / >

* < / af:region > *.
< f: facet = 'footer' name / >
< / af:panelForm >
< / af:panelPage >
< / h:form >
< / afh:body >
< / afh:html >
< / f: view >
< / jsp:root >

oraFormsRegion.jspx

<? XML version = "1.0" encoding = "windows-1252'?" " >
< jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "1.2".
xmlns:h = "http://java.sun.com/jsf/html".
xmlns:f = "http://java.sun.com/jsf/core".
xmlns:af = "http://xmlns.oracle.com/adf/faces".
xmlns:afh = "http://xmlns.oracle.com/adf/faces/html" >
< var af:regionDef = "regionParams" >
< f: verbatim >
& lt; COMMENT id = "forms_plugin_info".
plug_ver = "clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
appheight = "600".
appwidth = "750".
AppCodeBase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1, 4,2,06" & gt;
& lt; / COMMENT & gt;
& lt;! -Forms definition applet (start) - & gt;
& lt; NOSCRIPT & gt;
& lt; OBJECT classid = "clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
CodeBase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1, 4,2,06".
WIDTH = "750".
HEIGHT = "600".
HSPACE = "0".
HSPACE = "0" & gt;
& lt; / NOSCRIPT & gt;
& lt; SCRIPT LANGUAGE = "JavaScript".
SRC = "http://oashostmachine:1234/forms/java/forms_ie.js" & gt; & lt; / SCRIPT & gt;
& lt; PARAM NAME = "TYPE" VALUE="application/x-java-applet;version=1.4.2_06" & gt;
& lt; PARAM NAME = "CODEBASE" VALUE = "http://oashostmachine:1234 /" forms/java & gt;
& lt; PARAM NAME = "CODE" VALUE = "oracle.forms.engine.Main" & gt;
& lt; PARAM NAME = "ARCHIVE" VALUE = "frmall.jar" & gt;
& lt; PARAM NAME = "ServerURI" VALUE = "http://oashostmachine:1234/forms/lservlet" & gt;
& lt; PARAM NAME = "networkRetries" VALUE = "0" & gt;
& lt; PARAM NAME = "serverArgs".
VALUE = "escapeParams = true module=/opt/iris/forms/myoracleform.fmx userid=user/pwd@oraalias sso_userid = sso_formsid % 20 = % 25OID_FORMSID % = sso_usrDN = 25 sso_subDN
Debug = no host = buffer_records port = only = no debug_messages = no table YES obr = yes query_only = no = no = yes render peace = no trace =
TraceGroup = log = expression = "& gt;
& lt; PARAM NAME = "separateFrame" VALUE = "false" & gt;
& lt; PARAM NAME = "splashScreen" VALUE = "" & gt;
& lt; PARAM NAME = "background" VALUE = "" & gt;
& lt; PARAM NAME = "lookAndFeel" VALUE = 'Oracle' & gt;
& lt; PARAM NAME = "colorScheme" VALUE = "teal" & gt;
& lt; PARAM NAME = "serverApp' VALUE = 'default' & gt;
& lt; PARAM NAME = "logo" VALUE = "" & gt;
& lt; PARAM NAME = "imageBase" VALUE = "DocumentBase" & gt;
& lt; PARAM NAME = "formsMessageListener" VALUE = "" & gt;
& lt; PARAM NAME = "recordFileName" VALUE = "" & gt;
& lt; COMMENT & gt;
& lt; EMBED SRC = "" PLUGINSPAGE = 'http://java.sun.com/products/archive/j2se/1.4.2_06/index.html' "
Type="application/x-Java-applet;version=1.4.2_06".
java_codebase = "http://oashostmachine:1234/forms /" java
java_code = "Oracle.Forms.Engine.main"
java_archive = "frmall.jar"
WIDTH = "750".
HEIGHT = "600".
HSPACE = "0".
HSPACE = "0".
serverURL = "http://oashostmachine:1234/forms/lservlet.
networkRetries = '0 '.
serverArgs = "escapeParams = true module=/opt/iris/forms/myoracleform.fmx userid=user/pwd@oraalias sso_userid sso_formsid % 20 = % 25OID_FORMSID % 25 = sso_subDN =
sso_usrDN = debug = no host = buffer_records port = no = no debug_messages = no table = YES obr = yes query_only = no = yes = no render peace
folder = tracegroup = log = expression ="
separateFrame = "false".
splashScreen =""
Background =""
lookAndFeel = 'Oracle '.
colorScheme = "teal."
serverApp = "default".
logo =""
imageBase = "DocumentBase.
recordFileName =""
& gt;
& lt; NOEMBED & gt;
& lt; / COMMENT & gt;
& lt; / NOEMBED & gt; & lt; / EMBED & gt;
& lt; / OBJECT & gt;
& lt;! -Forms definition applet (end) - & gt;
< / f: verbatim >
< / af:regionDef >
< / jsp:root >


Metadata.XML of region

<? XML version = "1.0" encoding = "windows-1252"? >
< faces-config xmlns = "http://java.sun.com/JSF/Configuration" >
< item >
Type < element > myapp.regions.oracleForm < / component type >
oracle.adf.view.faces.component.UIXRegion < component class > - < / component class >
< attribute >
< name of the attribute - > formModuleName < / attribute name >
java.lang.String < class attribute > < / attribute class >
<-attribute extension >
< required > true < / required >
< / attribute extension >
< / attribute >
< component-extension >
oraFormsRegion.jspx < region-jsp-ui-def > < / region-jsp-ui-def >
< / approval-extension >
< / component >
< / faces-config >

Is someone can you please tell me what could be the problem? Path, XML or something else?

Thank you

Amir

Amir,

don't know what you think of the advantage of performance of a region is. From the point of view of the end-user an area resembles an inclusion.

KUBA, in fact, it seems that you can get parts of work when running. However, design-time support am never added and so we did not support this feature. If JHeadsart use this, then it is fine and is not contradict to what we recommend, because as an offering consulting, JHeadstart supports itself

Frank

Tags: Java

Similar Questions

  • Value of the parameter is not displayed when moving from page of the dialog box

    Hello

    The question I face, is that I have a backup button with the logic in the PFR in which I call a page of dialogue that has an OK button. I give the floor to press ok another page. I need to capture a XXParty parameter that I put in the CO LIC key but is not displayed in the central of the PR of the other page that is called when you press the OK button. Probably I'm missing something very small. Any help would be greatly appreciated. Thank you


    SAVE BUTTON controller LIC... (Call the dialog box and the parameter)
    =============================================
    If (SaveButton! = null)
    {am.invokeMethod ("addNotes", params);  Transaction record.
    System.out.println ("save backwards");
    Try to build your own Page of dialogue here...
    String MainUrl = "OA.jsp?page=xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG & retainAM = Y;
    OAException descMesg = new OAException ("XXTSA", "XX_KSMS_SAVED_NOTES");
    OAException instrMesg = new OAException ("FND", "FND_CANCEL_ALERT");

    DialogPage OADialogPage = new OADialogPage (OAException.INFORMATION, descMesg, null, MainUrl, null);
    OK button to send back the values of the PartyID for CO of the ShipperOverview Page.
    System.out.println ("The party ID is" + left); It is displayed.
    dialogPage.setPostToCallingPage (true);
    java.util.Hashtable formParams = new java.util.Hashtable (1);
    formParams.put ("XXParty", out); Part definition ID in XXParty.
    dialogPage.setFormParameters (formParams);
    pageContext.redirectToDialogPage (dialogPage);


    Partial code in the process asks in the called ShipperOverview Page of the dialog box's OK button
    ====================================================
    super.processRequest (pageContext, webBean);
    Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
    String XXId = pageContext.getParameter ("XXParty"); Try to recover part ID here of page of the dialog box.
    System.out.println ("The PartyID is" + XXId);

    Salvation;

    Try one of these two options.

    1. pass the value of the part directly in the URL & get it 2nd co:
    String MainUrl = 'OA.jsp?page=xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG&retainAM=Y&XXParty="+Party;

    2. After selecting the button ok in the dialog box get the parameters in CO 1 himself then using URL forward, send them to CO 2

    If (SaveButton! = null)
    *{*
    * //Your code... *.
    *//..............*
    *//............*

    Default OAException = new OAException ("XXABCD", "XXABCD_GNO_DELETE_WARNING");
    DialogPage OADialogPage = new OADialogPage (OAException.WARNING, default, null, "","");
    dialogPage.setOkButtonItemName ("DeleteYesButton");
    dialogPage.setOkButtonToPost (true);
    dialogPage.setPostToCallingPage (true);
    String lineId = pageContext.getParameter ("lineId");
    Hashtable ht = new Hashtable();
    HT.put ("lineId", lineId);
    HT.put ('actor', actor);
    HT.put ("empId", empId);
    dialogPage.setFormParameters (ht);
    pageContext.redirectToDialogPage (dialogPage);

    *}*

    * combination else if (pageContext.getParameter ("DeleteYesButton")! = null) {*}
    String lineId = pageContext.getParameter ("lineId");
    String = pageContext.getParameter ("actor") actor;
    Var empId = pageContext.getParameter("empId");
    HashMap formParams = new HashMap (1);
    formParams.put ("lineId", lineId);
    formParams.put ('actor', actor);
    formParams.put ("empId", empId);
    pageContext.forwardImmediately ("OA.jsp?page=/xxx/oracle/apps/xxabcd/appraisal/webui/DrillDownPG",
    NULL, KEEP_MENU_CONTEXT,
    NULL, formParams, true,
    ADD_BREAD_CRUMB_NO);
    *}*

    --
    GsrC

  • Changes on request not visible when it is deployed in the weblogic application server

    Hi all

    I have an ADF faces application that runs on a weblogic server.
    Application works fine, but I added a few features on some pages.

    I tested it with Jdeveloper and the build in weblogic server, that works very well.
    Now, I have deployed my application (trough the menu application-> deploy) to the weblogic server.

    When I open the application now, I don't see the changes I made!
    In the menu that I did run Build-> Make and Build-> rebuild but this did not help.

    What is causing this behavior?

    Thank you is advanced.

    Try first cancel the deployment of the server application, and then deploy it again.
    Then, you clear the browsers cache...

    Timo

  • Submenu Spry not displayed when you use open from the computer (not published online Web site)

    Hey,.

    I am designing a website for my ICT levels A course and I am currently using CS6. The submenu will not be displayed in mode live view, or in the browser. Hover will not work on the 1st and 3rd buttons spry and when I open the webspage on a browser, and stationary currently functioning whitens and then to the assigned image, and I was also wondering how I can centralize the entire Web page including the background image.

    I'd appreciate strongly all the solutions to these problems.

    PS - It is just the base model, and that's why I have so many empty cells.

    WEBSITE HTML CODING: -.

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > Untitled Document < /title >

    < script src = "SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script > "

    < link href = "SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / > "

    < style type = "text/css" >

    {body

    background-image: url(Assets/Images/Untitled-66.jpg);

    background-repeat: no-repeat;

    }

    < / style >

    < / head >

    < body >

    < table width = "1010" border = "0" align = "left" >

    < b >

    < td width = "1004" align = "center" > < table width = "1000" border = "0" align = "left" >

    < b >

    < td width = "208" height = "90" > < table >

    < td width = "763" > < table >

    < td width = "15" > < table >

    < /tr >

    < b >

    < td = '102' height > < table >

    < td align = "left" valign = "bottom" > < ul id = "MenuBar1" class = "MenuBarHorizontal" >

    < li > < a href = "#" class = "MenuBarItemSubmenu" > item 1 < /a >

    < ul >

    < li > < a href = "#" > Untitled point < /a > < /li >

    < li > < a href = "#" > Untitled point < /a > < /li >

    < /ul >

    < /li >

    < li > < a href = "#" > item 2 < /a > < /li >

    < li > < a href = "#" class = "MenuBarItemSubmenu" > point 3 < /a >

    < ul >

    < li > < a href = "#" > Untitled point < /a > < /li >

    < li > < a href = "#" > Untitled point < /a > < /li >

    < /ul >

    < /li >

    < li > < a href = "#" > point 4 < /a > < /li >

    < /ul > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < / table > < table >

    < /tr >

    < /table >

    < script type = "text/javascript" >

    var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});})

    < /script >

    < / body >

    < / html >

    Kind regards

    Asif Farid

    This works in all browsers (except pre - IE9).

    http://ALT-Web.com/test/resizable-BG.shtml

    Nancy O.

  • volume level missing meter after accident and install new hard drive. The volume level indicator does not display when I raise or lower the volume. How to show again?

    volume meter

    Hello

    You have reinstalled the drivers for your audio card yet? Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

  • Under TOOLS/Account Settings / your name / what I chose for "your name" is not displayed when you send an email. What should do? Thanks, paul

    Question: Under TOOLS/Account Settings / your name / what I chose for "your name" is not displayed when you send an email. What should do? Thank you! Paul

    This looks like a problem with your email service, not with Firefox (or Thunderbird).

    It is possible that you need to set the name sent by logging into your webmail account online (e.g., Yahoo! Mail or Gmail). Web e-mail providers like these often put sending appoint themselves, ignoring the settings of your email client.

    Unfortunately, since it is not a matter of Firefox you're unlikely to get help on these forums. I suggest that you find the support site for your e-mail provider, as they should be much more useful.

  • After the upgrade to Firefox 6.0.2 first flash content was not displayed, but now the plugin does not load. Firefox plugin check says Flash is obsolete, but I just downloaded it from the Web site.

    After the upgrade to Firefox 6.0.2 first flash content was not displayed, but now the plugin does not load. Firefox plugin check says Flash is obsolete, but I just downloaded it from the Web site.
    Mac OS X 10.7.1
    Firefox 6.0.2
    Flash 10.3.183.7

    The current versions of Firefox are 64-bit on OS X, if you need a 64-bit version of Flash with Firefox 6.0.x or you must start Firefox as a 32-bit application to be able to use a 32-bit version of a plugin.

    1. Closing of Firefox
    2. Launch the Finder and open the Applications folder
    3. Make a right click or Ctrl-click the icon of Firefox.app
    4. Select "Get Info."
    5. Select or deselect the option "open in 32-bit mode".
    6. Close window "Firefox Info"
    7. Restart Firefox
  • Acer toggle display does not display when you use the Fn + F5 key secret on my Acer Aspire 5560

    What it does:

    When you use the Fn + F5 key combination on my Acer Aspire 5560, it brings up a screen changes on the laptop screen for the selection of an external monitor, I am currently using Windows 7 Ulitmate

    Before the problem:

    Display mode switch Acer existed prior to the upgrades of the drivers

    The problem:

    The toggle screen Acer does not display when you use the Fn + F5 key secret on my Acer Aspire 5560?

    Additon Information needed to solve the problem or any other information:

    I would like to know what driver or software operates the Acer toggle display Mode?

    Also where can I find this driver for computer: Acer Aspire 5560 to bring this Acer toggle display Mode function?

    Acer Toggle display Mode: this is a picture of it when you use the Fn + F5 combination:

    Thank you very much Ironfly Ace, it has worked Acer hero of the day

  • My lexmark X 7550 printer will not display when uac is enabled.

    Original title: user account problems

    My lexmark printer will not display when uac is enabled. I have a lexmark X 7550. Someone has any ideas

    Hello

    1. what happens when you try to print the User Account Control (UAC) is enabled? You get the error message? After return the correct error message if applicable.
    2. you are connected to a user administrator account?
    3. don't you make changes on the computer before this problem?

    I suggest you install the latest printer driver and check.
    http://support.Lexmark.com/index?locale=en&ProductCode=LEXMARK_X7550&UserLocale=en_US&segment=download&OS=WINDOWS_VISTA&page=downloadsList&oslocale=en_US

  • Sharing Facebook picture is not displayed when I use an image which is transferred to Eloqua

    Hello

    I've implemented the standard functionality of sharing Facebook on a Landing Page.

    Anyone know why the Facebook sharing image is not displayed when I use an image which is transferred to Eloqua.

    As soon as I change the path of the image to an external server/site, the Facebook sharing image does not work.

    Any ideas? Everyone knows about this problem as well? And can it be resolved without the help of an external server/site?

    Thank you in advance.

    I suspect it's the media as well. To test that for sure, drop this URL in bitly to get a shorter URL without brackets and replace the longer URL, bracketed by the short URL. What will you do at least know whether or not that is the question.

  • My panels are not displayed when I click on it in the menu drop-down windows. The box appears but not the Panel. Can anyone help?

    My panels are not displayed when I click on it in the menu drop-down windows. The box appears but not the Panel. Can anyone help?

    Try to reset your preferences using Cmd (LTRC) - Opt (Alt) - move when restart you the version of AI. Did you once two monitors?

  • InDesign extension is not displayed when run via the option "Debug as".

    InDesign extension is not displayed when run via the option "Debug as".

    Hi all

    I worked on an application InDesign Extension for a few months now. I am Member creative cloud. I FlashBuilder 4.6 + Extension Builder 2.1 (both licensed versions) and InDesign CS6 and CC installed on my machine. The application is targeted for InDesign CS 5.x and 6 CS and CC versions. So far, I've tested it via "run as" and "Debug as" options of the FB; and in time, I "export as" ZXP for internal versions.

    I'm having two problems, do not know if they are related.

    1. when I try to bundle manifest, it fails with the following error: (at first, I thought it was an installation problem, but I did another test project and bundle manifest works on that one)

    Could not open the Editor: an unexpected exception was thrown.

    Details:

    java.lang.NullPointerException

    at com.adobe.cside.ui.editors.pages.MainBundlePage.isPointProductSupported (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createTargetAppSection (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createFormContent (unknown Source)

    to org.eclipse.ui.forms.editor.FormPage$ 1.run(FormPage.java:152)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)

    at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)

    at com.adobe.cside.ui.editors.BundleManifestEditor.pageChange (unknown Source)

    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1067)

    at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:603)

    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:352)

    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)

    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)

    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)

    to org.eclipse.ui.internal.WorkbenchPage.access$ 11 (WorkbenchPage.java:2842)

    to org.eclipse.ui.internal.WorkbenchPage$ 10.run(WorkbenchPage.java:2793)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)

    at com.adobe.cside.ui.popup.actions.CSIDEBundleEditorAction.run (unknown Source)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionI tem.java:584)

    to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:501)

    to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent (ActionContributionItem.java:411)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)

    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2494)

    to org.eclipse.ui.internal.Workbench$ 7.run(Workbench.java:674)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start (FlashBuilderApplication.ja goes: 108)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    Here is my manifest file:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < ExtensionManifest Version = "2.0" ExtensionBundleId = "ConnectXPress".

    " ExtensionBundleVersion ="1.0.0"xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

    < author >

    <! [CDATA [Swati Sisodia]] >

    < / author >

    < ExtensionList >

    < extension Id = "com.pubpress.CXP.extension1" Version = "1.0" / > "

    < / ExtensionList >

    < ExecutionEnvironment >

    < parameter Listehotes >

    < host name = "IDSN" Version = "7.0" / >

    < host name = "Clement POUPARD" Version = "7.0" / >

    < / parameter Listehotes >

    < LocaleList >

    < Locale code = 'All' / >

    < / LocaleList >

    < RequiredRuntimeList >

    < RequiredRuntime Name = "CSXS" Version = "2.0" / >

    < / RequiredRuntimeList >

    < / ExecutionEnvironment >

    < DispatchInfoList >

    < Id = "com.pubpress.CXP.extension1 extension" >

    < DispatchInfo >

    < resources >

    < SwfPath >./ConnectXPress.swf < / SwfPath >

    < / resource >

    life cycle of the <>

    < AutoVisible > true < / AutoVisible >

    < / life cycle >

    < UI >

    Panel < type > < / Type >

    ConnectXPress < menu > < / Menu >

    < geometry >

    < size >

    < height > 520 < / height >

    < width > 350 < / width >

    < / size >

    < / geometry >

    < icons >

    < Type icon = 'Normal' >./icons/normal_icon.png < / icon >

    < Type icon = "RollOver" >./icons/rollover_icon.png < / icon >

    < Type icon = "Disabled" >./icons/disabled_icon.png < / icon >

    < Type icon = "DarkNormal" >./icons/dark_icon.png < / icon >

    < Type icon = "DarkRollOver" >./icons/dark_icon.png < / icon >

    < / icons >

    < /UI >

    < / DispatchInfo >

    < / extension >

    < / DispatchInfoList >

    < / ExtensionManifest >

    2. my other problem is, I recently changed the name of the project and the name of the application in the Menu, and since I did that, my extension is not displayed when I perform "run as" or "Debug as" Flash Builder. To enforce as / debug as, the code compiles and appears in the folder "bin-debug", the application is triggered, but when I navigate to Windows > Extensions, my extension is not present here. Although when I export as ZXP and install via Extension Manager CS 6 or CC, it shows my last extension in Windows > Extensions with the correct name.

    Any help is very appreciated. Please let me know if I need to provide more information.

    Kind regards

    Swati.

    I've solved both of my problems. And I thought I'll post for others.

    First problem, where the manifest failed Bundle of FlashBuilder, was resolved by a change in the manifest.xml (who lives at /.staged-extension/CSXS). The change I made was tag. Earlier it was (generated by FlashBuilder 4.5):

    I changed it to:

    I did a bit of hit and trial and it seems that FlashBuilder generated 4.5 tag host with the Version with only the specialties of the minimum version while FlashBuilder 4.6 requires that all versions of specialties listed in the Version attribute.

    The second problem of debug/run as not to install the extension properly in InDesign, has been set as a result of the software update of FlashBuilder.

    This is what brought me to do:

    I retraced my steps and realized last thing I did before the "Debug as Adobe InDesign Extension" of in FlashBuilder broke on my machine has been updated InDesign CS6 to the latest available version, which probably ended up with flash/flex versions of InDesign and FlashBuilder. Therefore, perform a fixed update debugging.

  • SGV item is not displayed when downloaded html

    Image SGV referred to as in http://motorimageworks.com/Gav/index.html is not displayed when all edge generated files are downloaded to--and yet it works fine when all the edge files are read on the local hard drive.

    The code was generated with Edge and remains raw - it is a simple document with a layer of SGV any

    In the meantime - the raw SGV works when played directly on the server ("describes" text from illustrator) - http://motorimageworks.com/gav/images/for.svg

    All things being equal - when we have included GIFs layer in the same file, gif displays fine in line while svg is not there - so it can't (I think not) be a simple relative or absolute for issues of image path. Naturally, the SGV may be displayed but without black fill I guess but why would it only when it is on a www server.

    I'm stumped and would have thought that Edge would not need tweaking on such a file but even if we would like to play with such things far so suggestions or of the popular workarounds.

    Thank you

    Hey Gav,

    In the post below, Schrene explains how to enable SVG support via a .htaccess file:

    http://forums.Adobe.com/thread/994839?TSTART=30

    To quote Schrene:

    You only see your s on Go Daddy SVG because they do not support of SVG MIME type.

    You must add a file .htaccess on Go Daddy to include SVG

    Use Notepad and disable Word wrap... copy and paste this:

    AddType image/svg + xml .svg day

    AddEncoding x-gzip day

    Save the document with the .htaccess

    Place it in your root directory of sites

  • Script where the zero is not displayed when no value is selected, indicates when a value of zero is selected

    How can I write a calculation script where the zero is not displayed when no value is selected, but when a value field null is selected as part of the zero calculation will show?

    Option 1 has a score of 0 value

    Option 2 has a value of 5 score

    When someone chooses option 1, I want the value 0 to appear at the cell of notation.

    Here is the script that I have so far:

    If (event.value == 0 | event.value == ") event.value =";

    OK, the custom calculation script could be:

    Get the value of the checkbox field

    var v = getField("checkbox1").value;

    Set this field value

    V = Event.Value = "Off"? "" : v;

    Replace "checkbox1" with the actual name of the checkbox.

  • JPG files is not displayed when I put them in Dreamweaver CS5

    HEY people: I've been a user of Dreamweaver MX for the years running on Windows XP and the Suite CorelDraw 12.  I loved.  Never had a problem.  The hard drive is dead and I was forced to buy a new, and I am now under Windows7 I hate with passion.  I also had to upgrade to Dreamweaver CS5 and CorelDraw X 5 because none of the programs were compatible with Windows7.  Sorry about that.

    My problem is all of a sudden, the CorelDraw files that I export to jpg in my web directory are not displayed when I place a placeholder image on the page.  I drag the target to the file and the icon changes to a broken image rather than the file appears as it would normally.  I can change the image to a png file and it will appear, but I didn't do anything the jpg appear.  First of all, I thought it was some kind of permission problem, because the jpgs in the directory all have liitle gold padlock icon in the lower left corner.  I can make these go away with a complicated set of clicks on the page permissions for the directory, but that does not appear on the page.  I have no idea how to deal with this.  I'm pulling my hair out because I got hundreds of graphics files on the site and moat of them will not be displayed.  any ideas would be greatly appreciated.  Thank you.

    Post a link to one of your jpg images.

    Most of the browsers cannot render CMYK images.  They should be RGB.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

Maybe you are looking for