ActionListener ADF does not table in a popup

I have a 'af:popup' and a 'af:table' in it.

In the table, I have a 'af:commandImageLink '.

It is placed in a column;

This 'commandImageLink' has a 'actionListener' which does not

< af:commandImageLink text = ' commandImageLink 1 '.

ID = "cil11".

Icon="/resources/Imatges/ver.jpg".

partialSubmit = 'true '.

immediate = "true".

actionListener="#{pageFlowScope.MyBean.setNameFilter}"/ >

I tried to put the "commandImageLink" into the "popup" alone without any 'table', it fires well;

In fact, very strange.

I did the following to solve:

  1. I created new ViewObject of scretch
  2. I created a jspx page of scretch
  3. I implimented the popup with the table
  4. Created a ManageBean with my method and implimented in the actionListener column of the table

And it suddenly started firing the event nicely.

Tags: Java

Similar Questions

  • Panel of the ADF does not variable defined in the ADF view object.

    I created a group of ADF, which allows the user to run some simple queries against a database of Oracle is using the view objects ADF and ADF view links and ADF application module.
    One of them asks detailed information of research on a database object (Table, view, or other) to dba_objects. SQL uses a parameter (: P_OBJ_NAME) which has a default value of "departments". If I run the ADF application by herself outside the ADF panel module, everything works fine, he invites me to provide a value for the parameter: P_OBJ_NAME.
    As I said the Panel contains various links to view ADF which one who must prompt the user to provide a value for: P_OBJ_NAME. When I run the Panel he does not invite me to: P_OBJ_NAME, it only uses the defined default value "departments".
    I hope that I have described my problem for everyone to understand. Of course, the question is how to make the Group ADF to prompt the user to provide a value for the parameter: P_OBJ_NAME, my waiting has been the sql of the view object and request module, both are designed to enter a value for this parameter, then the Panel should do just that, but it's not.

    Expert you would be most appreciated.
    Thank you.
    Bobby has.

    Published by: Babak Akbari, August 13, 2009 08:34

    Published by: Babak Akbari, August 13, 2009 11:12

    The instigation of a parameter is a feature that we have built in the ADF Tester - is not a default behavior that you get in your application when you have just placed a VO on your page.
    To get something like that spend the operations under the VO node in the data control palette and drag the operation "Run with parameters" to your page to drop it as a form of parameter.
    This will give your user name a place to complete the setting, then press a button to run the query.

  • LaserJet M1212nf ADF does not pick it up when scanning of the Acrobat PDF document

    I recently bought this multifunction machine.  The software installed without any problems.  When you copy, the documents are taken from the ADF correctly, but if I use Adobe Acrobat to scan from the computer in PDF format, it does not appear to recognize the ADF and the scans from the glass.  I have not tried scanning directly from the computer in PDF format.  I could not find anything in the user manual or the HP support that relates to this.  If anyone had the problem and knows how to solve this problem, I would really appreciate it.  Thank you!

    Hi Cathy-IT,

    You should be able to go to the HP scanning application settings to change the DPI setting. It seems that there is a problem with this version of Adobe Acrobat (see link below). You have an older version of Adobe Acrobat, you can test with?

    http://forums.Adobe.com/message/4594637

  • Strange behavior with Report Generation Toolkit. Table does not table.

    We use a Word 2003 (.doc) document as a template for a summary of the report.  It works fine on the development PC.  It fills the fields in the document and fills the chart correctly, as shown in the picture below.

    However, he cannot even on another station.  Although the 2D table is identical and so is the software to investigate the matter, the table does not get filled correctly.  I studied using Word 2010 (.docx) as a model, with the same results.

    I was not able to understand what is different between stations 2 and why it does not work on the 2nd station.  I googled similar questions on the Web site of NOR and was only this article in the knowledge base concerning the new lines in the cell, which is not my case.

    That's what I have on the 2nd machine:

    The table that is sent to the table contains the appropriate data :

    I just found out this is a known bug, which obviously has not yet been resolved (finally... at least until LV2012SP1).

    See these threads:

    http://forums.NI.com/T5/LabVIEW/problem-with-append-table-and-Word-2010/TD-p/1268246

    and

    http://forums.NI.com/T5/LabVIEW/report-generation-MS-Word-table-bug/m-p/1605170

    I'll try the workarounds suggested and report back...

  • setCurrentRowWithKeyValue in the Gantt chart project ADF does not work. ?

    @

    Im trying to Create, Updat and delete tasks in Gantt Project chart. Create works very well. But when I try to Delete or Update, its doing the update and delete operations of the first entry on the chart. Its been not to delete and update for the selection of task Im. ?

    I don't know what's wrong. I tried to setCurrentRowWithKeyValue, by the operationBinding, its still does not...

    @

    My bean Code:

    {} public void handleDataChanged (DataChangeEvent dataChangeEvent)

    BindingContainer links is BindingContext.getCurrent () .getCurrentBindingsEntry ();.

    _Type int = dataChangeEvent.getActionType ();

    If (_type is DataChangeEvent.DELETE)

    {

    DCBindingContainer bindings1 = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    DCIteratorBinding iter = bindings1.findIteratorBinding("projectTask1Iterator");

    Line r = dcIteratorBindings.getCurrentRow ();

    OperationBinding operationBinding = bindings.getOperationBinding ("Delete");

    Map params = operationBinding.getParamsMap (); -> First of all here its not not getting the value, I don't know why. I tried to print Im getting printed here NULL values

    params.put ("rowKey", dataChangeEvent.getTaskId ());

    -> Values no. here too...

    operationBinding.execute ();

    }

    ElseIf (_type == DataChangeEvent.UPDATE)

    {

    OperationBinding operationBinding = bindings.getOperationBinding("setCurrentRowWithKeyValue");

    Map params = operationBinding.getParamsMap (); -> First of all here its not not getting the value, I don't know why. I tried to print Im getting printed here NULL values

    params.put ("rowKey", dataChangeEvent.getTaskId ());

    -> Values no. here too...

    operationBinding.execute ();

    DCBindingContainer bindings1 = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    DCIteratorBinding iter = bindings1.findIteratorBinding("MyIterator");

    Line r = dcIteratorBindings.getCurrentRow ();

    createTaskPopup (null);

    }

    -To call createTaskPopup method-

    {} public void createTaskPopup (PopupFetchEvent popupFetchEvent)

    System.out.println ("Popup");

    UIComponent base = JSFUtils.findComponentInRoot ("f1");

    Popup RichPopup = (RichPopup) JSFUtils.findComponent (base, "p1");

    AdfFacesContext.getCurrentInstance () .addPartialTarget (popup).

    FacesContext facesContext = FacesContext.getCurrentInstance ();

    ExtendedRenderKitService service is Service.getRenderKitService (facesContext, ExtendedRenderKitService.class);.

    service.addScript (facesContext, "var AdfPage.PAGE.findComponent = popup (\" "+)")

    popup.getClientId (facesContext) + "\"); Popup.Show ();");

    ADFContext.getCurrent () .getPageFlowScope () .put ("forceActivate", "true");

    }

    }

    Can someone help me solve this problem please.

    Why isn't deleting or updating Im a selection. ? dvohra21 470275 Bob Rhubart-Oracle

    It worked for me...

    If (_type is DataChangeEvent.DELETE)

    {

    OperationBinding opBinding = bindings.getOperationBinding("DeleteProjectTask");

    Key = dcIteratorBindings.getCurrentRow () .getKey ();

    System.out.println (Key);

    dcIteratorBindings.setCurrentRowWithKeyValue (projectTaskId);

    opBinding.execute ();

    }

    ElseIf (_type == DataChangeEvent.UPDATE)

    {

    Key = dcIteratorBindings.getCurrentRow () .getKey ();

    System.out.println (Key);

    dcIteratorBindings.setCurrentRowWithKeyValue (projectTaskId);

    createTaskPopup (null);

    }

    {} public void getTaskId (TaskSelectionEvent taskSelectionEvent)

    Add the code in the event here...

    This code gives all the tasks selected by the user

    String s = taskSelectionEvent.getTask (m:System.NET.SocketAddress.ToString ());

    String [] arr = s.split("");

    System.out.println (Arrays.ToString (arr));

    projectTaskId = arr [0];

    }

    {} public void popupDialogListener (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () .equals (DialogEvent.Outcome.yes)) {}

    OperationBinding opBinding = bindings.getOperationBinding("CommitProjectTask");

    opBinding.execute ();

    }

    ElseIf (dialogEvent.getOutcome () .equals (DialogEvent.Outcome.no)) {}

    OperationBinding opBinding = bindings.getOperationBinding("RollbackProjectTask");

    opBinding.execute ();

    }

    }

    {} public void createTaskPopup (PopupFetchEvent popupFetchEvent)

    System.out.println ("Popup");

    UIComponent base = JSFUtils.findComponentInRoot ("g1");

    Popup RichPopup = (RichPopup) JSFUtils.findComponent (base, "p1");

    now find component IDS of the region

    UIComponent partTable = JSFUtils.findComponent (base, "p1");

    dial the PPR on your component found

    AdfFacesContext.getCurrentInstance () .addPartialTarget (popup).

    FacesContext facesContext = FacesContext.getCurrentInstance ();

    ExtendedRenderKitService service is Service.getRenderKitService (facesContext, ExtendedRenderKitService.class);.

    service.addScript (facesContext, "var AdfPage.PAGE.findComponent = popup (\" "+)")

    popup.getClientId (facesContext) + "\"); Popup.Show ();");

    ADFContext.getCurrent () .getPageFlowScope () .put ("forceActivate", "true");

    }

    }

  • ESXi 5.1 U1 does not table off Adaptec 6805E (supported RAID Controller) - why?

    Hi all

    I built a new system with controller RAID Adaptec 6805E with 3 to 6 discs. My system also has a SATA (AHCI mode) CD Rom and HD. When I go to install ESXI 5.1 U1, the SATA HD presents itself as a storage device however my table off the coast of the 6805E does not work. If I then install 5.1 U1 disk hard, when I use the vSphere client and a new analysis of the discs, the Bay off the coast of the 6805E does not appear.

    The 6805E is listed as compatible 5.1 U1 in the guide here: VMware Compatibility Guide: search for i/o device

    I tried to build the array to the size of 1.5 TB and 3 to, 4 to 8.7 to.

    Does anyone have any suggestions? I can look at the various logs on the server if that would be helpful - I don't know what I should be looking at.

    I thank you very much in advance!

    did you get this job?

    If not you have found, card is supported, but driver is asynchronous, which means that you need to install the driver separately, its not in ISO.

  • HP OfficeJet 8500 Wireless all-in-One ADF does not work

    The ADF on my all-in-One of 8500 Wireless printer has stopped working.  CB023A product number.  I went through all the troubleshooting steps and I reset the printer and the ADF will not feed.  It was working fine earlier, but that are becoming more and more spiratic and now don't feed pages in all.  All CAD looks like it is in good condition.

    There is a document with measures helping address ADF no power problem. This document can be found here.

    Also, be sure to perform a hard reset, although you mentioned try a reset, if you have not already:
    * Unplug the printer while the unit is running
    Disconnect the other end of the power cord from the wall jack directly
    * Wait 30 seconds
    * Plug the rear unit to

    For example, if the problem persists, I would then perform a partial reset:
    * Partial reset for this printer is the same as the top of the page group of printers in the document located here.

    Do you mean the turning rollers as the printer attempts to feed paper through the ADF?

  • the ADF does not work

    I have a Deskjet Pro 8500 has more printer all-in-one series.  Automatic paper feed does not work.  It just does not start.  When a document is inserted, there is no acknowleding 'ping '. When a function is started (for example, copy) the printer behind the funtion, but the document does not feed for playback.

    I guess you meant OFFICEJET 8500 has more, correct?

    If Yes, here is link below that may be able to help you with this problem. It may also cause a blockage in the charger.

    http://goo.GL/KAiJC

    Let me know if this can help, thank you.

  • Visual Editor wysiwyg JDeveloper ADF does not correctly render my page jspx

    Hello world

    I work with JDev 11.1.1.5 and I have a problem with the Editor Visual wysiwyg.

    My jspx page does not render correctly: I don't see the entire page regardless of the resolution, even in mode full-screen.

    I tried to activate in preferences Display the Messages of the newspaper design time option, but it does not display an error.

    When I run my page or run a preview of my page is rendered correctly the browser.

    Can someone please?

    Thank you in advance

    Hi user,

    It is human normal behavior. only way to see all components is the design of this container.

    say, as for example: If 10 components in a loop on an another obviosly I don't see last child components.

  • "Check box" form of the ADF does not work in JDev11.1.1.2

    11 GR 1 material:

    I've created an ADF form in a JSF Page and I deleted a column and move the same column again as a "selectBooleanCheckbox ADF.
    and in Boolean binding dialog box Edit: I entered the value as 'True' selected and deselected as 'false '.
    and when I run the data page not synchronized with chech box item.
    Note:-while the element box is working with Adf Table in example #145 to the link http://blogs.oracle.com/smuenchadf
    can someone help me?

    concerning

    Forakora

    Hello

    just tried and discovered that you define partial triggers for the af: selectBooleanCheckbox as:

                  
                  
                  
    

    Kind regards

    Branislav

  • Selection of a radio button does not work in a popup invoked by default

    Hi all

    I'm working on a condition in which action triggers innovation of a popup on the Web page. The popup has 2 radio buttons and by default, I need to show one of them selected.

    I use the code below in the declaration of popup for the radio buttons.

    < af:selectOneRadio id = 'sor1' autoSubmit = 'true '.

    styleClass = 'popup-text-key '.

    value = "accept" >

    < af:selectItem label = "#{portalBundle.ACCEPT} '"

    value = "accept" id = "si3" / >

    < af:selectItem label = "#{portalBundle.REQUEST_FOR_CHANGE} '"

    value = "requestChange" id = "si2" / >

    < / af:selectOneRadio >

    The problem is when I run the application, on the call of the pop-up window, the default selection in the radio button is not displayed. If I put this code somewhere else in the Web page, the selection is correct.

    Any suggestions or pointers would be useful.

    TIA

    This is what works for me (well I used 12 c but lets see if it works for you too)

    The bean code

    public class PopupRadioBean {}

    String selRadio;

    {} public void setSelRadio (String selRadio)

    this.selRadio = selRadio;

    }

    public String getSelRadio() {}

    If (selRadio == null) {}

    selRadio = "accept";

    }

    Return selRadio;

    }

    public PopupRadioBean() {}

    }

    }

    Page code

    As you can see, I put the string selRadio in bean to 'accept' if the value is null (meaning that the option button has not been selected).

    Timo

  • Region of the ADF does not show

    Hello

    I have a page jsff I want to add a region (through flow of delimited tasks & jsff file).

    When I add an existing workflow (which appears as a region to another page) everything works fine.

    However, when I add a newly created workflow, if nothing shows when the application runs. However, it shows very well in the JDev preview.

    After doing this several times, I believe that the newly created workflow is very well (similar to the existing one that works).

    No idea what can be wrong?

    I use JDeveloper 11,1,1,6.0

    Yes I have a default activity.

    The question listening to be on the permissions and authentication. We have just added the ADF authentication; so you have to added permissions view these newly created resources (taskflows).

    Because it was the first tasfklow which was added after the addition of authentication of the ADF, we have neglected it.

  • ADF does not work in JDeveloper 10 g

    Hi all

    I tried to get ADF to work with JDeveloper 10 g but nothing helps. I followed the steps from the following link: http://www.oracle.com/technetwork/developer-tools/jdev/how-to-adf-faces-10gjdev-085657.html

    the only thing I can't seem to follow is in the creation of the library. I have only the adf faces - api .jar and adf faces - impl.jar but not the hand - 1_1_18.jar
    I don't know if it's creating the problem like my error message is not helpful.

    part on the error msg:
    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.Long, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.lang.Long)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.Float, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.lang.Float)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.Double, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.lang.Double)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (javax.faces.LongRange)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (oracle.adf.DateTimeRange)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (oracle.adf.RegExp)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ValidatorRule end

    WARNING: [ValidatorRule] {faces-config/validator} Merge (oracle.adf.ByteLength)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (oracle.adf.Color, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.awt.Color)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (javax.faces.DateTime, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (oracle.adf.DateTime, null)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.util.Date)

    May 8, 2013 12:25:11 com.sun.faces.config.rules.ConverterRule end

    WARNING: [ConverterRule] {faces-config/converter} Merge (null, java.util.Calendar)


    I tried to solve this problem by creating a new project, but once I entered adf tags the problem arises again.
    Help, please. Thank you!

    Published by: 1003893 on May 7, 2013 21:28

    Now that I looked at the linked article...

    That showing you how to use a very early ADF Faces (a draft version, in fact) version with a very old version of JDeveloper. This document is almost 9 years old.

    ہ JDeveloper 10.1.3 ADF Faces is "integrated".

    And since JDeveloper 10.1.3.x, we had two this JDeveloper 11.1.1.x and 11.1.2.x series issued.

    Why are you still using 10.1.2.x?

  • does not table

    SQL > CREATE TABLE WAP_EMAIL_DETAILS)
    2. TO THE VARCHAR2 PRIMARY KEY (100),
    3 CC VARCHAR2 (100),
    4 ICC VARCHAR2 (100),
    5 IDENTIFICATION NUMBER NOT NULL);
    THE VARCHAR2 PRIMARY KEY (100),
    *
    ERROR on line 2:
    ORA-00904: invalid identifier

    Is a reserved keyword.

    SQL> select table_name from dict where table_name like 'V$%RESERVED%';
    More...
    
    TABLE_NAME
    ------------------------------
    V$RESERVED_WORDS
    V$SHARED_POOL_RESERVED
    
    2 rijen zijn geselecteerd.
    
    SQL> desc v$reserved_words
     Naam                                                                    Null?    Type
     ----------------------------------------------------------------------- -------- ------------
     KEYWORD                                                                          VARCHAR2(30)
     LENGTH                                                                           NUMBER
     RESERVED                                                                         VARCHAR2(1)
     RES_TYPE                                                                         VARCHAR2(1)
     RES_ATTR                                                                         VARCHAR2(1)
     RES_SEMI                                                                         VARCHAR2(1)
     DUPLICATE                                                                        VARCHAR2(1)
    
    SQL> select * from v$reserved_words where keyword='TO';
    More...
    
    KEYWORD                            LENGTH R R R R D
    ------------------------------ ---------- - - - - -
    TO                                      2 Y N N N N
    
    1 rij is geselecteerd.
    
    SQL>
    

    You must use a different name for this column...

    Published by: Toon Koppelaars on December 28, 2011 13:28

  • RoboHelp 9 does not table headers

    Hi all

    the new table style mapping works, but it is not for me if Robohelp is not able to generate table headers in Word output. Having the headers in Word is also a prerequisite for the first line to repeat on each page.

    Is it possible for the release of the first row as a header?

    HTML doesn't have the concept of repeat the line of header on each page as an HTML page is a page, even though it print on several. Print any HTML table that you find from any source, and I don't think that you can repeat the header. I hope that Willam can confirm.

    Because of this, it is not possible for HTML to send this information to a Word document.

    On my site there is a macro to search for all the tables in a document. You could then change than to apply this property for each table.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

Maybe you are looking for