Trinidad in 11.1.1.2

hi,
i switched 11gJdev but for IE6 compatibility, i m using trinidad components. how i make a
'tr:commandbutton' to DefaultCommand for a page? page structure is f:view->trh:html->trh:head->trh:body->h:form.
for 'InitialFocusId':- by selecting trh:body & looking in 'Property Inspector', the 'InitialFocusId' property has a 'Property Help'
when u right-click . its stating that "The accessibility-mode must be set to 'inaccessible' for this feature to be on".
but where i set this mode to 'inaccessible' . does anyone have some idea?
thanks

Hi,
instead of using tr:head etc, use
http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_document.html
For te isPostback() question, see
http://myfaces.apache.org/trinidad/trinidad-api/apidocs/org/apache/myfaces/trinidad/context/RequestContext.html
Frank

Similar Messages

  • Trinidad-config.xml, number-grouping-separator and decimal-separator

    Hi,
    According to my application locale, numbers are formatted as 1.234,56
    Now I want numbers to be formatted the US flavour: 1,234.56
    Here is my trinidad-config.xml file contents:
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>mySkin</skin-family>
    <number-grouping-separator>,</number-grouping-separator>
    <decimal-separator>.</decimal-separator>
    </trinidad-config>
    The file above is declared in the web.xml file (although I'm not pretty sure this is really necessary):
    <context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/trinidad-config.xml</param-value>
    </context-param>
    And an example of a numerical input text:
    <af:inputText value="#{row.bindings.Salary.inputValue}" label="#{bindings.EmployeesView3.hints.Salary.label}"
    required="#{bindings.EmployeesView3.hints.Salary.mandatory}" columns="#{bindings.EmployeesView3.hints.Salary.displayWidth}"
    maximumLength="#{bindings.EmployeesView3.hints.Salary.precision}" shortDesc="#{bindings.EmployeesView3.hints.Salary.tooltip}"
    id="it5">
    <f:validator binding="#{row.bindings.Salary.validator}"/>
    <af:convertNumber pattern="#{bindings.EmployeesView3.hints.Salary.format}" />
    </af:inputText>
    Where the pattern is set at Entity Object level: Employees EO > Salary attribute > UI Hints > Format: #,##0.00
    But it doesn't work. I don't know what I'm missing... Please, help!
    JDev 11.1.1.3.0

    Hello. With my application locale, numbers are formatted as 1234,56
    But i need 1 234.56 format.
    To achieve this, I use trinidad-config.xml, that contains few options:
    <?xml version="1.0" encoding="windows-1251"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>mySkin</skin-family>
    <number-grouping-separator> </number-grouping-separator>
    <decimal-separator>.</decimal-separator>
    </trinidad-config>
    On my page i use af:outputText with af:convertNumber as shown below:
    <af:outputText value="1234567,890" id="ot2">
    <af:convertNumber currencySymbol="USD" minFractionDigits="2"
    groupingUsed="true" type="currency"
    maxFractionDigits="2"/>
    </af:outputText>
    Output: *1 234 567,89 USD*
    Why decimal separator hasn't changed?
    Byt the way. With convertNumber type "percent" output will be *1 234 567.89%*

  • How to let Trinidad Tag use outside css classes instead of skin?

    In my project, we asked vendor company to create the UI and css of the whole web application. We are using Trinidad in the project, trinidad use skin to customize the look and feel of the page. Since we have already had a set of css classes, we don't want to apply these css classes to the trinidad skin one by one. Is that a solution to achieve that?

    Can we now use jdk 1.5 with Studio Creator? I tried setting the AS_JAVA in
    C:\Sun\Creator\SunAppServer8\config\asenv.bat
    set AS_JAVA=C:\Program Files\Java\jdk1.5.0_04
    however in the help about still says its running 1.4
    There must be someway to use 1.5 with the new version of Creator or no?
    R
    S

  • Trinidad problem in JDeveloper 10.1.3.2

    Hi All,
    I follow the steps from http://www.oracle.com/technology/products/jdev/howtos/1013/trinidad/trinidad.html to use JSF trinidad in JDeveloper, but I don't get to see a preview of the pages. The jsp page appear in outline.
    I saw at console of JDeveloper and I got this error:
    org.apache.myfaces.trinidad.component.UIXComponentBase _createType SEVERE: Could not load type properties
    java.lang.NullPointerException at oracle.jdevimpl.webapp.design.DesignTimeClassLoader.loadClass(DesignT
    imeClassLoader.java:206) at org.apache.myfaces.trinidad.component.UIXComponentBase._createType(UI
    XComponentBase.java:1333) at org.apache.myfaces.trinidad.component.UIXComponentBase.<clinit>(UIXCo
    mponentBase.java:91) at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopTab
    leRenderer.<init>(DesktopTableRenderer.java:87) at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopRen
    derKit.<init>(DesktopRenderKit.java:28) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja va:935)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja va:426)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureLi stener.java:348)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainer Context.contextInitialized(DesignTimeServletContainerContext.java:1048)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.invokeContextInitializ ed(DesignTimeThread.java:682)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.synchronousUpdate(Desi gnTimeThread.java:137)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext._init(DesignT imeDocumentContext.java:1498)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext.<init>(Design TimeDocumentContext.java:249)
            at oracle.jdevimpl.webapp.design.DesignTimeEngine.start(DesignTimeEngine .java:243)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.startupDesignTime(JspEdit or.java:307)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:208)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1206)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
            at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
            at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
            at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
            at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
            at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
            at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:407)
            at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:970)
            at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1751)
            at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
            at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
            at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
            at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
            at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:353)
            at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1824)
            at oracle.ide.layout.Layouts.activate(Layouts.java:758)
            at oracle.ide.layout.Layouts.activateLayout(Layouts.java:179)
            at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
            at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    05/07/2007 09:23:07 oracle.adf.view.faces.webapp.AdfFacesFilterHelper verifyFilterIsInstalled
    WARNING: The AdfFacesFilter has not been installed.  ADF Faces requires this filter for proper execution.
    05/07/2007 09:23:07 org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl _checkTimestamp
    INFO: Apache Trinidad is running with time-stamp checking enabled.
    This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    05/07/2007 09:23:07 org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder$Handler _logError
    SEVERE: jar:file:/C:/jDeveloper10.1.3.2/jlib/adf-faces-impl.jar!/META-INF/agent/capabilities.xml: Parsing error, line 2, column 89:
    org.xml.sax.SAXParseException: Invalid Namespace: http://xmlns.oracle.com/adf/view/faces/agent/capabilities
            at org.apache.myfaces.trinidadinternal.agent.parse.CapabilitiesDocumentParser.startElement(CapabilitiesDocumentParser.java:114)
            at org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder$Handler.startElement(TreeBuilder.java:333)
            at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
            at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
            at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
            at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
            at org.apache.myfaces.trinidadinternal.share.xml.TreeBuilder.parse(TreeBuilder.java:169)
            at org.apache.myfaces.trinidadinternal.agent.parse.CapabilitiesDocumentParser.createInstance(CapabilitiesDocumentParser.java:74)
            at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider._getCapabilityDocument(CapabilitiesProvider.java:131)
            at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider._getCapabilities(CapabilitiesProvider.java:113)
            at org.apache.myfaces.trinidadinternal.agent.CapabilitiesProvider.getCapabilities(CapabilitiesProvider.java:94)
            at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl._getCapabilityMap(TrinidadAgentImpl.java:268)
            at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl._initialize(TrinidadAgentImpl.java:238)
            at org.apache.myfaces.trinidadinternal.agent.TrinidadAgentImpl.<init>(TrinidadAgentImpl.java:43)
            at org.apache.myfaces.trinidadinternal.context.RequestContextImpl.getAgent(RequestContextImpl.java:619)
            at org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit.chooseRenderKit(CoreRenderKit.java:141)
            at org.apache.myfaces.trinidadinternal.renderkit.CoreRenderKitFactory.getRenderKit(CoreRenderKitFactory.java:52)
            at oracle.adfinternal.view.faces.application.StateManagerImpl._getResponseStateManager(StateManagerImpl.java:534)
            at oracle.adfinternal.view.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:263)
            at com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:250)
            at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:265)
            at oracle.adfinternal.view.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:232)
            at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:177)
            at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
            at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.service(DesignTimeServletInfo.java:274)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:380)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:208)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:165)
            at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
            at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher$DesignTimeFilterChain.doFilter(DesignTimeRequestDispatcher.java:357)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeRequestDispatcher.dispatch(DesignTimeRequestDispatcher.java:232)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext._service(DesignTimeServletContainerContext.java:681)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.service(DesignTimeServletContainerContext.java:626)
            at oracle.jdevimpl.webapp.design.DesignTimeRenderThread.service(DesignTimeRenderThread.java:74)
            at oracle.jdevimpl.webapp.design.DesignTimeEngine.service(DesignTimeEngine.java:348)
            at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument._serviceJsp(DesignTimeViewDocument.java:851)
            at oracle.jdevimpl.webapp.design.view.DesignTimeViewDocument.rebuildTree(DesignTimeViewDocument.java:137)
            at oracle.jdevimpl.webapp.design.view.DesignTimeFixedViewDocument.rebuildTree(DesignTimeFixedViewDocument.java:154)
            at oracle.jdevimpl.webapp.model.content.dom.view.proxy.ProxyViewDocument.initialize(ProxyViewDocument.java:80)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.rebuildViewDocument(AbstractWebAppEditor.java:686)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.rebuildViewDocument(HtmlEditor.java:621)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEditor.java:209)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1206)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
            at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
            at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
            at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
            at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
            at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
            at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:407)
            at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:970)
            at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1751)
            at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
            at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
            at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
            at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
            at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
            at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:353)
            at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1824)
            at oracle.ide.layout.Layouts.activate(Layouts.java:758)
            at oracle.ide.layout.Layouts.activateLayout(Layouts.java:179)
            at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:743)
            at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Best Regards,
    Cleiton

    I get the first error and the warning even if I use a fresh copy of jdev10.1.3.2 and a new project with standard JSF. There are no references to ADF components.
    SCHWERWIEGEND: Could not load type properties
    java.lang.NullPointerException
            at oracle.jdevimpl.webapp.design.DesignTimeClassLoader.loadClass(DesignT
    imeClassLoader.java:206)
            at org.apache.myfaces.trinidad.component.UIXComponentBase._createType(UI
    XComponentBase.java:1333)
            at org.apache.myfaces.trinidad.component.UIXComponentBase.<clinit>(UIXCo
    mponentBase.java:91)
            at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopTab
    leRenderer.<init>(DesktopTableRenderer.java:87)
            at org.apache.myfaces.trinidadinternal.renderkit.core.desktop.DesktopRen
    derKit.<init>(DesktopRenderKit.java:28)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja
    va:935)
            at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.ja
    va:426)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureLi
    stener.java:348)
            at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainer
    Context.contextInitialized(DesignTimeServletContainerContext.java:1048)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.invokeContextInitializ
    ed(DesignTimeThread.java:682)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.synchronousUpdate(Desi
    gnTimeThread.java:137)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext._init(DesignT
    imeDocumentContext.java:1498)
            at oracle.jdevimpl.webapp.design.DesignTimeDocumentContext.<init>(Design
    TimeDocumentContext.java:249)
            at oracle.jdevimpl.webapp.design.DesignTimeEngine.start(DesignTimeEngine
    .java:243)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.startupDesignTime(JspEdit
    or.java:307)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.rebuildViewDocument(JspEd
    itor.java:208)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(Ab
    stractWebAppEditor.java:1206)
            at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAp
    pEditor.java:393)
            at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:17
    2)
            at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
            at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
            at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
            at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:
    90)
            at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneSt
    ate.java:231)
            at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPa
    neState.java:194)
            at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupStat
    e.java:103)
            at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
            at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImp
    l.java:1261)
            at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImp
    l.java:1196)
            at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.
    java:1131)
            at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerI
    mpl.java:2332)
            at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorMan
    agerImpl.java:1893)
            at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:
    343)
            at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeEx
    plorer.java:1576)
            at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.
    java:1913)
            at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplor
    er.java:1934)
            at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:
    176)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1774)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    09.07.2007 16:30:28 oracle.adf.view.faces.webapp.AdfFacesFilterHelper verifyFilt
    erIsInstalled
    WARNUNG: The AdfFacesFilter has not been installed.  ADF Faces requires this fil
    ter for proper execution.

  • Flash File not Able to Display using ADF Trinidad components..

    Hi All,
    I am trying to display a flash file using ADF trinidad component for one our project but not able to display when embeded inside the code.
    However I am able to directly access the flash file using http://localhost:7101/test/pages/test.swf
    The below Object code is included inside the tr:panelHorizontalLayout tag. I also tried using tr:media but doesnt display anything on the browser.
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="210" height="230" id="footer_ad1" align="bottom">
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="allowFullScreen" value="false"/>
    <param name="movie" value="http://localhost:7101/test/pages/test.swf"/>
    <param name="quality" value="high"/>
    <param name="bgcolor" value="#ffffff"/>
    <embed src="http://localhost:7101/test/pages/test.swf" quality="high" bgcolor="#ffffff" width="210" height="230" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave- flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>
    </object>-->
    Thanks
    Chetan

    Hi Ramandeep,
    I tried that option early but did not work. Not able to understand why.
    Below is the code snippet.
    <tr:panelGroupLayout layout="vertical">
    <tr:panelHorizontalLayout>
    <!--Some Portlets are added-->
    <f:verbatim>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="210" height="230" id="footer_ad1" align="bottom">
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="allowFullScreen" value="false"/>
    <param name="movie" value="http://localhost:7101/test/pages/test.swf"/>
    <param name="quality" value="high"/>
    <param name="bgcolor" value="#ffffff"/>
    <embed src="http://localhost:7101/test/pages/test.swf" quality="high" bgcolor="#ffffff" width="210" height="230" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave- flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>
    </object>
    </f:verbatim>
    </tr:panelHorizontalLayout>
    </tr:panelGroupLayout>
    And as I mentioned it works fine when I directly access the flash file by using http://localhost:7101/test/pages/test.swf.
    Thanks
    Chetan

  • When ever i try logging into FaceTime or iMessage on my Macpro i get The server encountered an error processing registration. Please try again later. what could be the problem..N.B I'm located in trinidad in the caribbean message

    When ever i try logging into FaceTime or iMessage on my Macpro i get The server encountered an error processing registration. Please try again later. what could be the problem..N.B I'm located in trinidad in the caribbean message

    Hi,
    As the Other threads suggests I would check the Date and Time settings on the Mac and compare that with the settings in the router.
    Messages (and iChat before that) send Time stamped info to Login and to send IMs.
    Obviously most people set their Macs to their Time Zone and nearest city/town.
    What people sometimes forget is that their Router/Modem device(s) have to be set correctly as well.
    EDIT
    Also Add a Public DNS server to your System Preferences> Network > Advanced Button > DNS  tab
    A Google one such as 8.8.4.4 or 8.8.8.8 seem to work well for most people
    10:15 PM      Saturday; March 17, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)

  • Migration of ADF table selection code to Trinidad code problem with RowKeySet

    we found a conversion problem as described below in one of the java files related to Manual UI.
        public void setPsdTable(CoreTable psdTable) {
            this.psdTable = psdTable;
            if (globalBean.isResetCreateRequestPsdQuarters()){
       ADF -code         this.psdTable.setSelectionState(new RowKeySet());
       Trinidad code     this.psdTable.setSelectedRowKeys(new RowKeySet());
                globalBean.setResetCreateRequestPsdQuarters(false);
    In Trinidad RowKeySet is abstract class whereas in ADF the same is normal class. Hence I found the below error message.
    Error(364,45): org.apache.myfaces.trinidad.model.RowKeySet is abstract; cannot be instantiated
    Please guide me if you have an idea on how to change the adf statement to Trinidad code statement “this.psdTable.setSelectionState(new RowKeySet());”

    Hi,
    which "4. click on back button." ? If its the browser back button then this only navigates back the UI not the server state of an application.
    Frank

  • Apache Trinidad: Warning messages when starting WebLogic Server 10.3

    Hi,
    I'm trying to work with Trinidad in WLS / WLW 10.3. I'm using the JSF 1.1 Sun RI.
    When starting WLS the log print this warnings (I'd like to get rid of)
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ValidatorRule]{faces-config/validator} Merge(javax.faces.DoubleRange)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)>
    Does anybody knows how to resolve this or why this happens?
    Thanks in advance,
    Andrés

    I think I saw these warnings before.
    Best is to ping the RI folks on their mailing list.

  • There is no iTunes store for the country of Trinidad and Tobago

    So how do I purchase apps and music and other products?
    I have a paypal account and also a skybox address in Florida.

    Yeah there is, just download iTunes from Apple.com and switch to the Trinidad and Tobago Store. I'm not sure about the paid apps but I know you can download free apps. If you want your music, download a free mp3 downloader and player because apple only allows you to listen to music from iTunes
    Hope it helped!
    -Casophie

  • All columns of trinidad table are not coming up on page while its running

    Hi,
    I have put two trinidad tables on my page.But while the page is run, I am unable to see all the columns of the table.Only a few columns are visible.
    Also, though there are 5 rows in teh table ,there is a lot of gap below the tablespace.So the next table comes after a very big gap.
    How to solve the above two problems? Kindly let me know your valuable suggestions.
    Regards

    Hi santosh,
    Following is my code.I am providing only one column code(similarly there are 3 more columns),along with the table code.
    <tr:table value="#{phonebeannew.inputphone}" var="row"
    rows="#{bindings.phone.rangeSize}"
    inlineStyle="height:#{phonebeannew.rownumbers + 275}px"
    id="t1" width="100%">
    <tr:column sortProperty="phonetype" sortable="false"
    headerText="phonetype"
    id="c3" width="5px">
    <tr:inputText value="#{row.phonetype}"
    simple="true">
    I gave width as 5px but it doesnt make any difference in output.
    The 'phonebeannew' is our bean and inputphone is a property of it.input phone holds the array of values for the 4 columns.
    Kindly let me know if you want any further information which I can provide
    Regards

  • How to apply external CSS file with MyFaces Trinidad?

    In my original JSF page, I used to have
    <head>
        <link href="css/app.css" rel="stylesheet" type="text/css" />
    </head>However, after I switched to MyFaces Trinidad and used <tr:document> tag, the external stylesheet could not be applied.
    <tr:document inlineStyle="css/app.css">I wonder the external stylesheet is not applied in this way with the inlineStyle attribute. So what is the correct way of applying an external stylesheet for the whole page? Thanks.

    ...and which kind of files can be included under
    resources: [] ??
    I have a .json file that I need to be included in a template (and also included in projects created from that template).
    The only way I found to do this is to add it as a script. The problem then is that all included "scripts" will be evaluated when the page is loaded, which will fail since it's a json file. External dependencies makes it impossible for me to change the format of the json file...

  • How do I get my US based iPad to receive and send mail when I am in Trinidad?

    I'm visiting Trinidad. I can connect to the Internet, but I cannot send or receive email.
    If anyone knows how to make email work, I would very much appreciate your help.
    I live in New York City.
    Thank you.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Is trinidad messages skinning broken in Jdeveloper 11.1.2.4.0 ?

    I’m doing localization of ADF components and messages by skinning method with custom java resource bundle. For component keys (resource strings) part, localization is performing  as expected.
    The same file contains also localized org.apache.myfaces.trinidad. keys, but default English language trinidad messages are being displayed instead of localized, while keys related to the ADF components are displayed as correctly localized at the same time.
    There was similar issue reported recently:
    https://forums.oracle.com/message/11186222#11186222
    Clearing browser cache, java cache, weblogic server cache doesn’t help. I’m testing this with af:inpuDate and the following keys:
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED", "A value is required."},
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail", "You must enter a value."}, {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail", "You must make at least one selection."},
    {"org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT", "Enter a date that falls on one of the following days: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.TIME_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT", "Example format: {0}"}
    Are there any different steps required for tirinidad messages localization in comparison to localization of ADF resource strings?
    Regards,
    Boris

    Hi,
    these
    af_inputDate.TIP_TITLE_SELECT_DATE
    af_inputDate.TIP_TITLE_SELECT_DATE_AND_TIME
    af_inputDate.TIP_CLICK_TO_LAUNCH_POPUP_SELECTOR
    are definitively ADF Faces strings that should be filed against ADF if they don't work. My answer referred to strings like
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED", "A value is required."},
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail", "You must enter a value."}, {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail", "You must make at least one selection."},
    {"org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT", "Enter a date that falls on one of the following days: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.TIME_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT", "Example format: {0}"}
    you had in your post, which are Trinidad strings
    Frank

  • Scroll bar and alternate row color in Trinidad table

    I am using Jdeveloper 11g
    I have two question on tinidad table see below sample code
    *1)How to set scroll bar on table*
    *2)how to set different colors for alternate rows*
    <tr:form>
    <tr:panelGroupLayout>
    <tr:panelFormLayout inlineStyle="width:965px; height:512px; margin:50px;">
    <f:facet name="footer">
    <tr:table value="#{bindings.UserFavoriteVO.collectionModel}"
    var="row" rows="#{bindings.UserFavoriteVO.rangeSize}"
    binding="#{UserActionBean.table1}"
    emptyText="#{bindings.UserFavoriteVO.viewable ? 'No rows yet.' : 'Access Denied.'}"
    rowSelection="multiple" id="table"
    inlineStyle="border-width:none; outline-color:ActiveCaption; outline-style:groove; border-color:Navy; color:MenuText; font-size:medium;"
    horizontalGridVisible="true" verticalGridVisible="false">
    Thanks for all help
    Jaydeep

    Hi Sireesha,
    Thanks for reply.
    I forgot to mentioned that i already tried that option *(rowBandingInterval)*
    <tr:table value="#{bindings.UserFavoriteVO.collectionModel}"
    var="row" rows="#{bindings.UserFavoriteVO.rangeSize}"
    binding="#{UserActionBean.table1}"
    emptyText="#{bindings.UserFavoriteVO.viewable ? 'No rows yet.' : 'Access Denied.'}"
    rowSelection="multiple" id="table"
    inlineStyle="border-width:none; outline-color:ActiveCaption; outline-style:groove; border-color:Navy; color:MenuText; font-size:medium;"
    horizontalGridVisible="true" verticalGridVisible="false"
    rowBandingInterval="1">
    but no any success.
    *@ scroll* I found in Frank post it is related to ADF table .So i just want to ask will it be applicable to Trinidad table too.

  • Apache Trinidad is running with time-stamp checking enabled.

    Experts,
    Contents of my web.xml file
    <context-param>
        <description>If this parameter is true, there will be an automatic check of the modification date of your JSPs, and saved state will be discarded when JSP's change. It will also automatically check if your skinning css files have changed without you having to restart the server. This makes development easier, but adds overhead. For this reason this parameter should be set to false when your application is deployed.</description>
        <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
        <param-value>false</param-value>
      </context-param>When my application runs i get the following on the weblogic console
    <ViewHandlerImpl> <_checkTimestamp> Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    <UIXEditableValue> <_isBeanValidationAvailable> A Bean Validation provider is not present, therefore bean validation is disabled
    Isnt it a bit strange ? Please advise what is wrong.
    thnks
    jdev 11.1.2.1

    If you're talking about the integrated WLS, time-stamp checking is automatically enabled no matter what so that changes you make in the IDE can be picked up. It's nothing to worry about.
    John

  • Apache Trinidad support in JDeveloper 10.1.3.2.0

    Hi everyone!
    My company recently decided to use Trinidad faces with JDeveloper. I installed the libraries like Frank described in http://www.oracle.com/technology/products/jdev/howtos/1013/trinidad/trinidad.html.
    I downloaded the libraries (...-1.0.0-incubating...), copied them to the jlib-directory of JDeveloper and added them with the Manage Libraries tool. Then I included them into my project, and changed the web.xml and faces-config.xml files like described in the How-To.
    The problem is, I do not have any visual support in the editor since, after changing the tags in my JSPXs (e.g. from af:frameBorder to tr:frameBorderLayout) Jdeveloper displays the error "Invalid parent element for element f:facet".
    JSPX looks like this:
    <tr:panelBorderLayout>
    <f:facet name="top">
    </f:facet>
    </tr:panelBorderLayout>
    What else do I have to configure to be able to use the Trinidad components in JDeveloper?
    Thanks for help,
    Thomas

    Update:
    I just discovered a really weird effect... I created a new project from the example-war-files that came with Trinidad... To my surprise now the editor displayed the .jspx from my other project, even though I did not change the slightest thing in that project. As well, the editor now doesn't mark the <f:facet> tag as being erroneous due to a wrong parent object anymore. However... when I try to compile it says "ClassDefNotFoundError:UIXComponentTag", a problem I encountered earlier, and solved by deleting and re-including the Trinidad-libraries to my project.
    So now the editor doesn't show me any errors anymore and displays the .jspx correctly, but I can't compile, whereas before importing the Trinidad example to a different project it happened to be vice versa.

Maybe you are looking for