Entries from Didier's Blog tagged with 'dialog'

Dialog Not Opening In A Popup Window In JDev 11g

We get a lot of questions at Oracle Support about the dialogs not opening in a separate, dialog window in JDeveloper 11g. For example, suppose you specified the following: faces-config.xml <?xml version="1.0" encoding="windows-1252"?><faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee">  <application>    <default-render-kit-id>oracle.adf.rich</default-render-kit-id>  </application>  <navigation-rule>    <navigation-case>      <from-outcome>dialog:popup</from-outcome>      <to-view-id>/popup.jspx</to-view-id>    </navigation-case>  </navigation-rule></faces-config> yourMainPage.jspx <?xml version='1.0' encoding='windows-1252'?><jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">  <jsp:directive.page contentType="text/html;charset=windows-1252"/>  <f:view>    <af:document>      <af:form>        <af:commandButton useWindow="true" action="dialog:popup" text="Open Popup"/>      </af:form>    </af:document>  </f:view></jsp:root> Note the following properties: useWindow="true" action="dialog:popup" that...

Feed Subscription

If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'dialog'.

Subscribe to feed Subscribe to feed