F:actionListener type= ... does not work?

I am using the following tags, the result in a jsp exception:
<h:commandLink id="abort" action="#{methodsBean.doit}">
<f:actionListener type="de.pixxi.listener.LocaleActionListener" />
<h:outputText value="Abort" />
</h:commandLink>
The ActionListener Class looks like this:
public class LocaleActionListener implements ActionListener
     public void actionPerformed(ActionEvent event)
          //throw new AbortProcessingException("Processing was aborted due to an error.");
When I acces the jsp page, I get this error:
java.lang.ClassCastException
     com.sun.faces.taglib.jsf_core.ActionListenerTag.createActionListener(ActionListenerTag.java:150)
     com.sun.faces.taglib.jsf_core.ActionListenerTag.doStartTag(ActionListenerTag.java:107)
     org.apache.jsp.pages.methods_jsp._jspx_meth_f_actionListener_0(methods_jsp.java:498)
     org.apache.jsp.pages.methods_jsp._jspx_meth_h_commandLink_2(methods_jsp.java:469)
     org.apache.jsp.pages.methods_jsp._jspx_meth_h_form_0(methods_jsp.java:238)
     org.apache.jsp.pages.methods_jsp._jspx_meth_f_view_0(methods_jsp.java:158)
     org.apache.jsp.pages.methods_jsp._jspService(methods_jsp.java:100)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:142)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
Why? What is wrong with my code?

But still I don't know why I should use AbortProcessingExeption ? The user really sees the exception, I thought it would be put in a FacesMessage or so? Why should I use it?
Or is it more for other implementations to do something more meaningful?
thanx!

Similar Messages

  • UNION for Columns of CLOB data type does not work

    Hi,
    I have two tables Encounter & Encounter_History. They have same columns. One column is of type CLOB. My requirement is to retrieve all the distinct records from both the tables with order by a date column. But problem is, UNION does not work in case of CLOB data type.
    I know it will work if I use UNION ALL, but it returns duplicate records.
    Please give me suggestion, how to solve this problem.
    For example: The following query does not work since column1 is a CLOB data type
    select column1 from table1
    union
    select column1 from table2
    Thanks

    But for sufficiently small clobs you can try:
    michaels>  SELECT TO_CLOB ('abc') cl
      FROM DUAL
    UNION
    SELECT TO_CLOB ('abc')
      FROM DUAL
    Error at line 1
    ORA-00932: inconsistent datatypes: expected - got CLOB
    michaels>  SELECT TO_CHAR (TO_CLOB ('abc')) cl
      FROM DUAL
    UNION
    SELECT TO_CHAR (TO_CLOB ('abc'))
      FROM DUAL
    CL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
    abc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    1 row selected.

  • EA1: Adding file types does not work.

    The File Type preferences panel doesn't seem to work.
    1 Go into Preferences
    2 Click on File Types in the tree
    3 CLick Add, enter an extension and click on OK
    You get the stack dump below in the console.
    The extension you just entered goes in a 'DeployableTextNode' with a tick in the Open with SQL Developer column.
    But the check box in the bottom panel is Unchecked and all the other fields in bottom panel are disabled (Remove button; File Type drop down; Content Type Radio group).
    4 Click on OK
    5 Go back into Preferences | File Type.
    The first time I did this, the extension I just added was gone.
    Going through it again for this post, they are all gone, including the pre-supplied ones.
    6 Exit SQL Developer and go back in and they are back.
    java.lang.NullPointerException
            at oracle.ide.config.DocumentExtensionsPanel._addButton_actionPerformed(DocumentExtensionsPanel.java:8
            at oracle.ide.config.DocumentExtensionsPanel.mav$_addButton_actionPerformed(DocumentExtensionsPanel.ja
            at oracle.ide.config.DocumentExtensionsPanel$2.actionPerformed(DocumentExtensionsPanel.java:376)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            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(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
            at java.awt.Dialog$1.run(Dialog.java:515)
            at java.awt.Dialog.show(Dialog.java:536)
            at java.awt.Component.show(Component.java:1300)
            at java.awt.Component.setVisible(Component.java:1253)
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
            at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
            at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
            at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
            at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
            at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
            at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
            at oracle.ide.controller.IdeAction.performAction(IdeAction.java:536)
            at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:843)
            at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:486)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
            at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
            at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            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(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)

    I notice the line numbers of the first to lines of the dump have been truncated. Here are the first two lines again.
    at oracle.ide.config.DocumentExtensionsPanel._addButton_actionPerformed(DocumentExtensionsPanel.java:885)
    at oracle.ide.config.DocumentExtensionsPanel.mav$_addButton_actionPerformed(DocumentExtensionsPanel.java:96)

  • Versioning and Video Content type does not work.

    Hello,
    I have out of the box sharepoint installed.
    When I apply versioning to a library. And try to see "Document set version history" (as I suggest Video content type actually inherits from Document Set). I don't see any version.
    Can you tell me how can i see versions of the "Video" content type item in this Version History window?

    Document set versions are slightly different than item versions. Document sets can be managed by a separate ribbon tab called Document Set and group called Manage.
    Check below link for detail go through:
    How to retrieve document set version history
    Manage versions for Document Set
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer :)

  • This.print(pp) with interactive type silent or automatic does not work  after upgrade acrobat reader 9 to acrobat reader 11

    After an upgrade of acrobat reader 9 to acrobat reader 11 the automatic printing of a pdf. The pdf is opened, but the print does not happen. With acrobat reader 9 it works. But with acrobat reader 11 the printing does not happen.
    I discovered when you specify pp.constants.interactionLevel.full it works on acrobat reader 11. But when you specify pp.constants.interactionLevel.silent or pp.constants.interactionLevel.automatic it does not work on acrobat reader 11. But with the full option we have a dialog  print box
    we do not want.
    In our jsp we load a pdf document and create a message handler to detect the print events of a pdf document that is in an <object> tag.
    In the pdf document we add
    package be.post.lpo.util;
    import org.apache.commons.lang.StringEscapeUtils;
    import org.apache.commons.lang.StringUtils;
    public class AcrobatJavascriptUtil {  
        public String getPostMessageToHostContainer(String messageName, String messageBody){
            return "var aMessage=['"+messageName+ "', '"+ messageBody+"'];this.hostContainer.postMessage(aMessage);";
        public String getAutoPrintJavaScript(String interactiveType, String printerName,String duplexType) {    
            String interactiveTypeCommand = "";
            if (StringUtils.isNotBlank(interactiveType)){
                interactiveTypeCommand = "pp.interactive = " + interactiveType + ";";
            String duplexTypeCommand = "";
            if (StringUtils.isNotBlank(duplexType)){
                duplexTypeCommand = "pp.DuplexType = " + duplexType + ";";
            return "" + // //
                    "var pp = this.getPrintParams();" + // //
                    // Nointeraction at all dialog, progress, cancel) //
                    interactiveTypeCommand + //
                    // Always print to a printer (not to a file) //
                    "pp.printerName = \"" + StringEscapeUtils.escapeJavaScript(printerName) + "\";" + //
                    // Never print to a file. //
                    "pp.fileName = \"\";" + //
                    // Print images using 600 DPI. This option MUST be set or some barcodes cannot //
                    // be scanned anymore. //
                    "pp.bitmapDPI = 600;" + //
                    // Do not perform any page scaling //
                    "pp.pageHandling = pp.constants.handling.none;" + //
                    // Always print all pages //
                    "pp.pageSubset = pp.constants.subsets.all;" + //
                    // Do not autocenter //
                    "pp.flags |= pp.constants.flagValues.suppressCenter;" + //
                    // Do not autorotate //
                    "pp.flags |= pp.constants.flagValues.suppressRotate;" + //
                    // Disable setPageSize i.e. do not choose paper tray by PDF page size //
                    "pp.flags &= ~pp.constants.flagValues.setPageSize;" + //
                    // Emit the document contents. Document comments are not printed //
                    "pp.printContent = pp.constants.printContents.doc;" + //
                    // printing duplex mode to simplex, duplex long edge, or duplex short edge feed //
                    duplexTypeCommand +
                    // Print pages in the normal order. //
                    "pp.reversePages = false;" + //
                    // Do the actual printing //
                    "this.print(pp);";
    snippets for java code that adds
    package be.post.lpo.util;
    import org.apache.commons.lang.StringUtils;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfAction;
    import com.lowagie.text.pdf.PdfDestination;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfName;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.ArrayList;
    import java.util.Iterator;
    import java.util.List;
    public class PdfMergerUtil{
        private static final PdfName DID_PRINT = PdfName.DP;
        private static final PdfName WILL_PRINT = PdfName.WP;
        private List<PdfActionJavaScriptHolder> actionJavaScripts = new ArrayList<PdfActionJavaScriptHolder>();
        private class PdfActionJavaScriptHolder{
            private final PdfName actionType;
            private final String javaScript;
            public PdfActionJavaScriptHolder(PdfName actionType, String javaScript) {
                super();
                this.actionType = actionType;
                this.javaScript = javaScript;
            public PdfName getActionType(){
                return this.actionType;
            public String getJavaScript(){
                return this.javaScript;
        public void writePdfs(OutputStream outputStream, List<InputStream> documents, String documentLevelJavaScript) throws Exception {
            Document document = new Document();
            try {          
              // Create a writer for the outputstream
              PdfWriter writer = PdfWriter.getInstance(document, outputStream);
              document.open();      
              // Create Readers for the pdfs.
              Iterator<PdfReader> iteratorPDFReader = getPdfReaders(documents.iterator());
              writePdfReaders(document, writer, iteratorPDFReader);
              if (StringUtils.isNotBlank(documentLevelJavaScript)){
                  writer.addJavaScript(documentLevelJavaScript);
              addAdditionalActions(writer);
              outputStream.flush();      
            } catch (Exception e) {
                e.printStackTrace();
                throw e;
            } finally {
                if (document.isOpen()){
                    document.close();
                try {
                    if (outputStream != null){
                        outputStream.close();
                } catch (IOException ioe) {
                    ioe.printStackTrace();
                    throw ioe;
        public void addAdditionalDidPrintAction(String javaScript){
            actionJavaScripts.add(new PdfActionJavaScriptHolder(DID_PRINT, javaScript));   
        public void addAdditionalWillPrintAction(String javaScript){
            actionJavaScripts.add(new PdfActionJavaScriptHolder(WILL_PRINT, javaScript));   
        private void writePdfReaders(Document document, PdfWriter writer,
                Iterator<PdfReader> iteratorPDFReader) {
            int pageOfCurrentReaderPDF = 0;      
              // Loop through the PDF files and add to the output.
              while (iteratorPDFReader.hasNext()) {
                PdfReader pdfReader = iteratorPDFReader.next();
                // Create a new page in the target for each source page.
                while (pageOfCurrentReaderPDF < pdfReader.getNumberOfPages()) {
                  document.newPage();
                  pageOfCurrentReaderPDF++;          
                  PdfImportedPage page = writer.getImportedPage(pdfReader, pageOfCurrentReaderPDF);
                  writer.getDirectContent().addTemplate(page, 0, 0);          
                pageOfCurrentReaderPDF = 0;
        private void addAdditionalActions(PdfWriter writer) throws DocumentException{
            if (actionJavaScripts.size() != 0 ){
                PdfAction action = PdfAction.gotoLocalPage(1, new PdfDestination(PdfDestination.FIT), writer);
                writer.setOpenAction(action);
                for (PdfActionJavaScriptHolder pdfAction : actionJavaScripts ){
                    if (StringUtils.isNotBlank(pdfAction.getJavaScript())){
                        action = PdfAction.javaScript(pdfAction.getJavaScript(), writer);
                        writer.setAdditionalAction(pdfAction.getActionType(), action);
        private Iterator<PdfReader> getPdfReaders(Iterator<InputStream> iteratorPDFs) throws IOException {
            List<PdfReader> readers = new ArrayList<PdfReader>();
              while (iteratorPDFs.hasNext()) {
                InputStream pdf = iteratorPDFs.next();
                PdfReader pdfReader = new PdfReader(pdf);
                readers.add(pdfReader);        
            return readers.iterator();
    JSP code
    <script type="text/javascript" src="<bean:message key="scripts.js.internal.jquery" bundle="app"/>"></script>
        <script language="javascript">
        function goToDidPrintUrl(){
            var url = "<%=didPrintUrl%>";
            window.location.assign(url);
        function createMessageHandler() {
            var PDFObject = document.getElementById("myPdf");
            PDFObject.messageHandler = {
                onMessage: function(msg) {
                     if (msg[0] == "WILL_PRINT"){      
                        $("#printingTransitFeedBackMessage").text('<%=willPrintMessage%>');                   
                     if(msg[0] == "DID_PRINT"){
                        $("#printingTransitFeedBackMessage").text('<%=didPrintMessage%>');               
                        setTimeout('goToDidPrintUrl()',4000);
                onError: function(error, msg) {
                    alert(error.message);
        </script>
    </head>
    <body onLoad="createMessageHandler();">
    <div id="printingTransitFeedbackArea">
      <div class="info" id="printingTransitFeedBackMessage"><%=documentOpenMessage%></div>
    </div>
    <object id="myPdf" type="application/pdf" width="100%" height="100%"  data="<%=toBePrintedUrl%>">
    </object>
    </body>

    From the JS API Reference of the print method:
    Non-interactive printing can only be executed during batch, console, and menu
    events.
    Outside of batch, console, and menu events, the values of bUI and of interactive are ignored
    and a print dialog box will always be presented.

  • html:link action="" input type="button"... does not work under IE browser

    Greeting,
    I have the following codes in struts1.3.5. It works fine under Firefox, but it does not work at all under Internet Explore (IT) at all. Any clues why under IE it does not work?
    <html:link action="/private/search">
    <input
    type="button"
    value="Search"
    class="search-button">
    </html:link>
    Thanks a lot!

    This would probably generate a HTML in which there will be a button inside anchor tag.
    This is not a standard HTML feature and no wonder this is not supported by IE. I copied the generated html codes into test.html to try on IE, the button does not work at all.
    Firefox is probably lenient here. True. test.html works in Firefox.
    You might want to just have a link or do a form submission on button click.The action designed does not need an actionForm. I updated my code to :<html:button onclick="location.href='processSearch'"
    property ="Search"
    value ="Search">
    </html:button>
    And now both Firefox & IE works fine.
    Thanks a lot!

  • Why my ipod touch 5g crashes, it does not work and the touch after a type is loaded and will be locked?

    why my ipod touch 5g crashes, it does not work and the touch after a type is loaded and will be locked?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • JTextField actionListener does not work

    I am writing an application, and I am using Swing and consequently JTextFields. There is a JTextField whose actionListener works when I use the compiling environment to run the application, but it is not working when I run it from a piece of code written in Visual Basic. All the others JTextFields work properly.
    Any idea coming up?
    May it be any conflict with Microsoft?

    Veena,
    Always mention your JDev version.
    When used in combination, the actionListener is either ignored or the popwarning.show does not work.Can you elaborate the above? Does this happen everytime? Can you also check what is the value for validator.addWarningIfCityNotApproved() - you can run the app in Debug mode to see where exactly it fails ?
    -Arun

  • Can not type in the body of email program & reply button does not work.

    I installed 10.4 (Family Pack) on my G4 400 and after a few days the email program does not work as it originally did. The reply button no longer works. (It did for a few days.) Additionally on a new mail or mail forward. I can not type in the body of the email after the first word. It just beebs at me. (It did work as normal for a few days.) I can still receive and can send mail. I have also installed this Family pack on my iMac flat panel G4 and have no mail problems. That mac is about 200 mile from this location. Before I installed 10.4 I was using 10.3.9 and mail was ok. I use high speed internet with the iMac and use dialup with the G4.

    I've lost track of what computer you have where, and I don't understand why you keep installing buggy OS X 10.4.0 on systems that worked fine under OS X 10.3.9, without being able to update to install system updates afterwards.
    That said, you may want to look at this web site for general Mac OS X troubleshooting tips:
    http://www.thexlab.com/faqs/faqs.html
    In particular, since I know of other people with the same problem as you that fixed it deleting caches, you may want lo look these two pages:
    Resolving Disk, Permission, and Cache Corruption
    Side effects of System cache cleaning
    In addition to some utilities mentioned there for cache cleaning, you may also consider OnyX, if for no other reason, because it's free:
    http://www.titanium.free.fr/
    Although utilities such as OnyX allow you to clean many caches with just a click of the mouse, I'd recommend to be as selective as possible and clean them up one at a time, to try to identify which exactly is causing your problems, if any. This information, in turn, could be useful for other users. I'm pretty sure some Mail problems are related to cache issues, but I don't yet know which cache exactly is the culprit here (since it was not the Mail cache, I would say that the fonts cache should be next in the list).

  • HT204319 When I power on my Macbook os x the keyboard does not work, so I can't type in my password  Help !!!

    When I power on my Macbook os x the keyboard does not work, so I can't type in my password  Help !!!

    Try these as a starting point:
    http://support.apple.com/kb/HT3964
    Follow directions for a battery you can remove, or a battery you should not remove yourself (which ever applies to you)
    Try a NVRAM/PRAM reset:
    http://support.apple.com/kb/HT1379
    If no joy, take it in to an Apple Gennius bar for a FREE evaluation.

  • I get this error when I go to imovie, I have instalerat on via appstore, but it does not work. The QuickTime components necessary to view, edit, import and export various types of films are not installed. The components included in the iMovie installer. R

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

  • HT1430 My password does not work any longer. I type it in and it is telling me incorrect password. What do I do?

    My password does not work for my IPAD any longer.

    If you don't know your passcode for iPad, you have to restore your iPad as a new device in iTunes on your computer. 

  • Help: commandLink does not work.

    commandLink does not work. It just simple refreshes the page, and not enter the Listener,( he listener work pretty well in other page).
    Is it dataTable problem? If I not use dataTable but just use JSTL & JSF commandLink and it works fine.
    --------------CODE---------------
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <link rel="stylesheet" type="text/css" href='<%= request.getContextPath() + "/style/styletable.css"%>'/>
    <f:loadBundle basename="bundle.admin.Attribute" var="bdlAttribute"/>
    <f:subview id="AttributeListView">
    <h:form id="AttributeListForm">
    <center>
    <h:outputText escape="false" value="Text Here"/>
    <br>
    <h:dataTable id="AttributeTable"
    columnClasses="list-column-center,list-column-right, list-column-center, list-column-right"
    headerClass="list-header"
    rowClasses="list-row"
    styleClass="list-background"
    value="#{list}"
    var="attribute">
    <f:facet name="header">
    <h:outputText value="#{bdlAttribute.TitleList}"/>
    </f:facet>
    <h:column>
    <f:facet name="header">
    <h:outputText value="#{bdlAttribute.Category}"/>
    </f:facet>
    <h:outputText id="category" value="#{attribute.category}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:outputText value="#{bdlAttribute.Value}"/>
    </f:facet>
    <h:outputText id="value"
    value="#{attribute.value}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:outputText value="#{bdlAttribute.DataType}"/>
    </f:facet>
    <h:outputText id="dataType" value="#{attribute.dataType}">
    </h:outputText>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:outputText value="#{bdlAttribute.Edit}" />
    </f:facet>
              <h:commandLink action="#{Action.action}" styleClass="link">
                   <f:actionListener type="my.AttributeListener"/>
                   <h:outputText value="Edit"/>
                   <f:param name="ID" value="#{attribute.attributeId}"/>
                   <f:attribute name="COMMAND" value="getAttribute"/>
              </h:commandLink>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:outputText value="#{bdlAttribute.Delete}"/>
    </f:facet>
         <h:commandLink action="#{Action.action}" styleClass="link">
              <f:actionListener type="my.AttributeListener"/>
              <h:outputText value="Delete"/>
              <f:param name="ID" value="#{attribute.attributeId}"/>
              <f:attribute name="COMMAND" value="deleteAttribute"/>
         </h:commandLink>
    </h:column>
    </h:dataTable>
    <h:messages styleClass="validationMessage"/>
    </center>
    </h:form>
    </f:subview>

    Hi,
    I was casually reading your code and noticed the line:'
    <h:commandLink action="#{Action.action}" styleClass="link">
    I recall from other posts that if you want the method on the bean (of the clicked/ selected row) to be called, you probably need:
    <h:commandLink action="#{attribute.action}" styleClass="link">
    Ofcourse you would need to have a method called action in the class of instance "attribute". This method should return string for navigation etc.
    Looking at your code again:
    <h:commandLink action="#{Action.action}" styleClass="link">
    <f:actionListener type="my.AttributeListener"/>
    <h:outputText value="Delete"/>
    <f:param name="ID" value="#{attribute.attributeId}"/>
    <f:attribute name="COMMAND" value="deleteAttribute"/>
    </h:commandLink>
    I don't understand why you need:
    <f:actionListener type="my.AttributeListener"/>
    As I am not coding a lot of JSF I am only answering from what I have read.
    All the best,
    Vinay

  • Alum BT keyboard does not work after wake up - but BT trackpad does!

    Here is my set up:
    MBAir 2011 model (13", i7 4GB, Lion.. all up to date)
    Desktop set up (same at work and home)
    - Thunderbolt display
    - Aluminum Bluetooth Keyboard
    - Aluminum Bluetooth Trackpad
    What I do:
    - Plug in the sleeping mbair into my display via thunderbolt and power cable
    - Wake up using external bluetooth trackpad
    - computer wakes up and external trackpad is functional (it always works)
    - 7/10 times the external keyboard will not connect to enter password to get into system
         - I have tried power button banging on it for a long time and does not work
         - open mbair and type password in and remove keyboard and repair and after several tried it will work
         - then I can close mbair and use external keyboard
         - painful to do this most days at home and work
    What have I tried
    - PRAM, SMC reset
    - remove all BT entries - trash blutooth properties files and freshly add them back
    - I have tried waking using keyboard as well and it does not work
    Only think I have wanted to try and have not found out is, if keyboard can reset to factory.
    Yes I also have the occasionaly wifi not connecting from sleep issue

    Hello
    Have you noticed this problem on factory settings or only on your Windows 7 installation? Maybe its just a driver or software issue
    Make also sure that latest BIOS version is installed. Look on the Toshiba website for an update:
    http://eu.computers.toshiba-europe.com > Support & Downloads > Download Drivers
    Before you start the update, make sure that all programs are closed and you are logged in as Administrator.

  • Scrolling in Preview does not work after update?

    Hi everyone,
    I have recently updated my MacBook Pro (bought in 2011) to Maverix OS X 10.9.1 and ever since had problems with the Preview app.
    Whenever I open a PDF no matter what size with Preview I cannot use the trackpad to scroll down.
    It's not a fault in the trackpad since I can move the mouse and scroll in the sidebar and any other apps, simply not when I move the mouse over the PDF and want to scroll down.
    <edit> This is all the time! I have read dicussions where people had a problem with the trackpad not scrolling for 1-2seconds and then it's working again. Mine just does not work period. It never has unfortunately. <edit>
    I have enabled 'Continuous Scroll' in preferences and tried several other solutions I could find in this community (e.g. System Preferences -> Trackpad -> Change setting to 'with inertia'; that option was not available in my preferences) and I just don't seem to be able to solve this problem.
    I have also tried to set the preferences for 'Show Scrollbar' to 'always' (which had been suggested by one user). The scrollbar dows show up and I can click and drag the bar und thus the pages but it did not change my problem with the two-finger-touch-scroll on the trackpad.
    It's really bugging me since the only way I can scroll down is using the down-arrow constantly which is incredibly annoying.
    Anyone got any ideas? The same problem? A solution even?
    Thanks for your help!!!
    Cheers
    haiviva

    There's a few possibilities then.
    1) Startup to your Leopard installation disk. Don't reinstall the OS, just choose Disk Utility from the menu bar when you can. Once Disk Utility is running, choose your hard drive and click on Repair Disk. If any errors are indicated, keep running Repair Disk until it says everything is okay. If you can't repair the errors (if any) after a few tries, you'll need something much better suited to the task. Most people rely on Disk Warrior.
    2) If the drive has no errors, remain booted to the Leopard installation disk. Without leaving Disk Utility, on the same hard drive, run Repair Permissions.
    You can do both of these steps from an external hard drive if you have Leopard installed on it. Boot to the external drive and run the same two first steps. DO NOT use Tiger or Panther. Running Repair Permissions from the wrong level of OS X will cause a lot of headaches.
    3) If you still can't change file associations, then try dumping the Launch Services Database. This is the file which controls what file types are tied to which applications. OnyX is one such utility that can delete the database for you. Be careful with this utility. It can do a lot of different things, so only do what you need to at this point. Also make sure to download the version for Leopard. Once you have Onyx, launch the app and type in your admin password. Click on the Maintenance heading. Turn on the check box at the top for "LaunchServices". Make sure all other check boxes are off and click the "Execute" button. Onyx should tell you to restart. Do not skip restarting".
    Now try changing any file associations. If it still doesn't work, the OS may be damaged. It's not uncommon for a damaged system to appear okay until after you install a large package like CS4. If that's the case, then perform an Archive and Install from the Leopard installation disks. Make sure to choose the option to preserve your settings.

  • Click to activate does not work after update

    Click to activate plugin does not work after updating to version 23.0.1

    hello Kamullia, if you have set click-to-play to true in about:config you can now go to the ''addons-manager > plugins'' section and set the permissions individually for each plugin type.

Maybe you are looking for

  • A few good time machine questions...

    Mac Users, I had a Macbook Pro that was stolen at the end of June and I am now getting ready to replace it with an iMac. In as much as that is the case, I have some questions about using Time Machine to get my Macbook Pro backup loaded onto the new i

  • HTTP Code:503

    Hi, My scenario is file->XI->Mail. yesterday it was running perfectly. Now it is giving following System error: <SAP:Category>XIServer</SAP:Category>   <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>   <SAP:P1>503</SAP:P1>   <SAP:P2

  • What is JCOP?what can i do depend on JCOP?

    what is JCOP?what include in it?waht can i do on it?

  • ITunes won't stay minimised

    anyone else experiencing iTunes not staying minimised either to the system tray or the taskbar in Vista? .. I keep minimising it and it keeps popping back up again (just when you least expect it) - get's to be quite irritating when you're trying to d

  • Internal drive disappeared !

    Help! my drive evacuated ! My external turned Internal 160 WD drive seems to have disappeared from the desktop. Although it shows up in the Utilities window, when I try to run repair disk, it prompts me that the drive cannot be found. What happened t