JSF DataTable Not Updated on Action Event

I am building out an order management application and am running into a problem where I cannot get changes to the information in a data table.
My form looks like the following
First Name: Emmet
Last Name: Brown
Line Item     Product ID     Description        Quantity
1             FUELPLTNM      Plutonium Tablet   1
2             FLXCAP88       Flux Capacitor     1
3             DELOREAN       Delorean           1
4             CLRADSUXL      Radiation Suit     1Everything is displayed properly and I have defined the button to save the form changes using the following tag
<h:commandButton action="#{order.save}" value="Save"/>If, when editing the form in the browser, I go to the row with "Plutonium Table" in the 'Description' column, change the value in the 'Quantity' column from "1" to "2", and click on the 'Save' button, the changes to the dataModel are not accessible.
If I look at the contents of my HTTP POST transaction when I click on the 'Save' button, I can see that all the table data elements are present (including the changes); however, I can't figure out how to access the table data when I'm processing the action.
For the time being, I've taken what I would characterize as a brute force hack to accomplish my goals. I'm obtaining a reference to the RequestParameterMap and am parsing out the values for the lineItems which I am then using to update the data model. I know there has to be a more elegant solution.
Any help/guidance would be appreciated.
Message was edited by: Derek Berube

I really need to spend a little more time browsing over the forums and looking for responses.
Here is what I actually ended up doing. This is a total hack-job, but I needed to get some things done. Of course now I have another "problem" which is forcing me to revisit my hack - you know what they say about shortcuts.
Essentially, when I needed to reconstitute the "child table", I was grabbing all the information from the ExternalContext. Since I was naming all of the elements in my JSP page, I knew what to look for.
Here is the code that I'm using. There is a getProperty helper method that I'm using. It follows the harvestLineItems() listing. For the most part, this was working great; however,
private static List<LineItemHandler> harvestLineItems() {
     log.trace("[BEGIN]");
     boolean work=true;
     int elementNum=0;
     ExternalContext eCtx=null;
     FacesContext ctx=null;
     List<LineItemHandler> lineItems=null;
     Map<String,String> parameters=null;
     String value=null;
     String property=null;
     LineItemHandler lineItem=null;
     // Obtain a reference to the Faces Context
     ctx=FacesContext.getCurrentInstance();
     eCtx=ctx.getExternalContext();
     parameters=eCtx.getRequestParameterMap();
     // Check to see if the trace mode is set.
     if (log.isTraceEnabled()) {
          // Logging is enabled, so dump the request parameter map.
          if (parameters.size() > 0) {
               log.trace("Request Parameter Map");
               for (String key: parameters.keySet()) {
                    log.trace(key+"="+parameters.get(key));
               } // END for (String key: parameters.keySet())
          } else {
               log.trace("The request parameter map contains no data.");
          } // END if (parameters.size() > 0)
     } // END if (log.isTraceEnabled())
     // Prepare the list to store line items
     lineItems=new ArrayList<LineItemHandler>();
     // Start with the first lineItem
     elementNum=0;
     while (work) {
          // Get the line item property
          property=getProperty("lineItem",elementNum);
          value=parameters.get(property);
          // The LineItem parameter was found, so get the rest.
          if (value != null) {
               // Handle the lineItem
               lineItem=new LineItemHandler();
               // Add the line item to the list...
               lineItems.add(lineItem);
               lineItem.setItemNumber(Integer.parseInt(value));
               log.trace("itemNumber: "+value);
               // deleteFlag
               property=getProperty("deleteFlag",elementNum);
               value=parameters.get(property);
               if (value==null) {
                    lineItem.setDeleteFlag(false);
                    log.trace("deleteFlag: false");
               } else {
                    lineItem.setDeleteFlag(Boolean.parseBoolean(value));
                    log.trace("deleteFlag: "+value);
               // productId
               property=getProperty("productId",elementNum);
               value=parameters.get(property);
               log.trace("productId: "+value);
               try {
                    lineItem.setProductId(value);
               } catch (ProductIdTooLongException ex) {
                    log.error("ProductIdTooLongException",ex);
                    try {
                         lineItem.setProductId("");
                    } catch (ProductIdTooLongException ex1) {
                         log.error("This shouldn't happen.",ex1);
               // Description
               property=getProperty("productDescription",elementNum);
               value=parameters.get(property);
               log.trace("productDescription: "+value);
               lineItem.setDescription(value);
               // Quantity
               property=getProperty("quantity",elementNum);
               value=parameters.get(property);
               log.trace("quantity: "+value);
               lineItem.setQuantity(Integer.parseInt(value));
          } else {
               // The lineitem parameter is not found, so time to stop working
               work=false;
          // Increment the element number
          elementNum++;
     } // END while (work)
     log.trace("[END]");
     return lineItems;
private static String getProperty(String property, int number) {
     log.trace("[BEGIN]");
     StringBuilder propertyBuilder=new StringBuilder(128);
     propertyBuilder.append("order:tblLineItems:");
     propertyBuilder.append(number);
     propertyBuilder.append(":");
     propertyBuilder.append(property);
     log.trace("[END]");
     return propertyBuilder.toString();
}

Similar Messages

  • JSF, HtmlSelectOneMenu not updating selectitems

    Hi all,
    I've 2 select boxes in my jsp called countries and cities. If I select country then cities should be loaded.. I could able to invoke bean method with AJAX then setting SelectItems list to cities combobox.
    but not able to get newly added select items in cities combobox in jsp
    pls find piece of code i used
    UIViewRoot root = FacesContext.getCurrentInstance().getViewRoot();
                   HtmlSelectOneMenu sMenu = (HtmlSelectOneMenu) root
                             .findComponent("form1:lstCity");
                   sMenu.getChildren().clear();
                   sMenu.getChildren().addAll(mastBean.getCitiestems());
                   System.out.println(sMenu.getChildren().size());
    pls help me..
    thnx in adv.

    In Jdev 10.1.3,there is no operations folder directly under the Application data module control.
    there is only constructors,merge entity,persist entity,refresh entity,remove entity and findalldepartments(),findallemployeeas() nodes under the application data module control.
    In findalldepartments,findallemplloyees the operations node is there.under that i don't have the commit .i have only create,execute,first,previous,last,next,delete,removerowwithkey,setcurrentRowWithkey,setcurrentRowWithkeyValue under the operation node.
    so how can i commit the operations in database.
    Please help me.

  • IPhoto is not update events and photos ( make key photo)

    hi
    i erase all my computer data, and make a backup with time machine.
    and i restore all data again ..
    all works perfect and great.
    but iPhoto is not working good.
    here is a picture of my iphoto how looks like ...
    iPhoto is not updating all my events and pictures...
    it show the same picture .... and
    if i make a picture key frame to show on events ... is not working again ...
    please help ... what can I do. ?
    here is the picture ...
    some events working
    and some events not...
    and inside on an event .... the same problem
    some pictures working and some pitures not.
    thanks for any help.

    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to rebuild the thumbnails. It can take 3 or 4 goes for this to work

  • Is it possible to update projects and events after initial upgrade to 10.1.1 ?

    I just upgraded to FCPX 10.1.1 When I pressed the button ''UPDATE ALL'' one of my exterior drives was not connected. FCPX did not update projects and events on it. Is there a way to do it ?

    Hey Marc.
    You already said that.
    I asked you to post a screen shot of the locate dialog. It''s the one that appears after the one on the screeshot that Tom just posted.
    Russ

  • Button action event not call in dataprovider

    hi,
    i have JSF table and it's bound to Mysql database table. when i bound the table and run it's working properly but it's button action event is not call action. when i use static jsf table then it's table action event work properly.
    my jsp code is
    <ui:table binding="#{search.search_table}" id="search_table" lite="true" selectMultipleButton="true" sortPanelToggleButton="true"
                                style="height: 70px; left: 240px; top: 240px; position: absolute; width: 600px" title="Search Text :" visible="true" width="600">
                                <ui:tableRowGroup binding="#{search.tableRowGroup1}" id="tableRowGroup1" rows="5" sourceData="#{search.srch_tablevalDataProvider1}" sourceVar="currentRow">
                                    <!--    <ui:tableColumn headerText="Script" id="tableColumn2" width="700">
                                        <ui:staticText id="staticText4" text="#{currentRow.value['search_script']}"/>
                                    </ui:tableColumn>-->
                                    <ui:tableColumn binding="#{search.tableColumn13}" headerText="Search Word" id="tableColumn13" style="#{search.columnStyle}">
                                        <ui:staticText binding="#{search.search_word1}" id="search_word1" text="#{search.search_word1}"/>
                                    </ui:tableColumn>
                                    <ui:tableColumn binding="#{search.tableColumn4}" headerText="#{search_lang['search.contentName']}" height="39" id="tableColumn4"
                                        style="#{search.columnStyle}" width="100">
                                        <ui:staticText id="staticText1" onMouseOver="play_video(this);" text="#{currentRow.value['name']}"/>
                                    </ui:tableColumn>
                                    <ui:tableColumn binding="#{search.tableColumn6}" headerText="#{search_lang['search.srchTag']}" id="tableColumn6"
                                        sort="search_tags" style="#{search.columnStyle}">
                                        <ui:staticText id="staticText3" text="#{currentRow.value['search_tags']}"/>
                                    </ui:tableColumn>
                                    <ui:tableColumn binding="#{search.tableColumn5}" headerText="#{search_lang['search.tpDetail']}" id="tableColumn5" style="#{search.columnStyle}">
                                        <ui:imageHyperlink action="#{search.action}" id="imageHyperlink1" text="#{currentRow.value['details']}"/>
                                        <ui:button action="#{search.button2_action}" id="button2" text="Button"/>
                                    </ui:tableColumn>
                                </ui:tableRowGroup>
                             </ui:table>and back bean code is
    public String button2_action() {
            // TODO: Process the button click action. Return value is a navigation
            // case name where null will return to the same page.
            System.out.println("Invoke");
            return null;
        }i don't know what is problem there if found any solution, help me.

    You need to make sure that the getter of the datatable value returns exactly the same list in the apply request values phase of the form submit as it did during the render response phase of the initial display. Only this way JSF can find out which action which row was been invoked. Alternatively you can also place the data bean in session scope (which may have more impact), or use for example Tomahawk's t:dataTable with preserveDataModel attribute set to "true".

  • h:CommandLink : Action event not called on the first click

    Hi,
    I am facing a problem here.
    I have a JSF page:
    When I first load the page, I have few text boxes and dropdowns. With out doing anything If I click the <h:commandLink I call an action in my pagecode.
    But the problem is on the very first load of the page, without doing anything if I click on the command link action event in my pagecode is not called, but If I click on the link the second timethe pagecode actionevent is called.
    So I think tried submitting the form in the JSF page onclik of the commandlink it works in my Local IBM RAD. But doesnot work in the WebSphere Portal.
    So can you tell me if I can submit the form atleast once when the page loads for the first time
    This is my command link:
    <tr>
    <td colspan="2" align="center">
    <h:commandLink styleClass="commandLink" id="lnkBtnCreateUser" action="#{pc_Createuser.doLnkBtnCreateUserAction}">
    <hx:graphicImageEx styleClass="graphicImageEx" id="imgBtnCreateUser" value="/theme/images/btnCreateUser.gif" style="border:0;cursor:pointer" onclick="return onFormSubmit();"></hx:graphicImageEx>
    </h:commandLink>
    </td>
    </tr>
    function onFormSubmit(){
    //enabling all the disable components
    So can anybody please help me on this. Why exactly the pageCode action event is not called for the very first click ???

    seems that a prependID="false" attribute in the respective form was causing the trouble. At least it's working now that I've deleted it.
    I introduced it, because last time the component ID's messed up the output of the error/success messages ("j_id:xxx isn't that of a usefull information to the enduser).
    Edited by: stger on Apr 9, 2008 5:41 PM

  • Temparally remove rows from a ADF table by action event of a jsf page.

    Hello Developers,
    I needed to temporally remove rows of a ADF table when execute action event of corresponding page.
    So in this case my task can describe by following steps,
    (1). I created a ADF table using <af:table> on a jsf page.
    (2). The data populated using a VO.
    (3). Several radio buttons added to the page for temporally remove rows from the table.
    This means one radio button check, it responsible to temporally remove rows which contain empty cell values of a identified column.
    If I check another radio button it should temporally remove identified data included rows but above removed (empty cell included rows) rows should appear in this event
    My ultimate target is temporally remove rows of a table & re call again removed rows another event without again & again query from BC.
    Pleas advice me to archive this task very sealy?
    (Are there have a way to do this using EL or coding in Manage bean ?)
    Thanks in advance..!

    Hi,
    the DCIterator gives you an option to iterate over the fetched rows (the ones you see in the table). You can try call removeAndRetain() on these rows. This will not remove or delete rows but allows you to insert these rows back to the collection.
    JavaDocs:
    * Removes the row from the collection and then retain it for insertion
    * into another location.
    * <p>
    * This method differs from <code>{@link #remove()}</code> in that
    * it just removes the row from the collection. It does not
    * remove the underlying Entity row(s) or database row(s).
    * <p>
    * This method also differs from <code>{@link #removeFromCollection()}</code>
    * in that after the row is removed from the collection, it can be inserted
    * back into the collection at another location.
    void removeAndRetain();
    Frank

  • How do you kick-off an action/event before a JSF Portlet is rendered?

    Hi,
    I am creating JSR-168 Portlets using Sun RI 1.1 and need the ability to call an action (ie. method) of the JSF Portlet before it is rendered. Any ideas how to do this?
    Scenario To Resolve
    If a customer is on the Check-Out Portal Page, the check-out portlet will initially display the shopping cart information.
    The customer will then click buy and the portlet will display a confirmation page.
    Now, if the customer decides to do additional shopping (ie. place a second order).
    The customer will navigate to a different Portal Page to browse items.
    Once the customer is done shopping, the customer will click Check-Out and the Portal will display the Check-Out Portal Page. Currently, when the check-out portlet is rendered, the portlet is automatically rendering the confirmation page (ie. the last state of the check-out portlet).
    Question
    How can I control the state of the portlet so that the initial state of the portlet is rendered (ie. the shopping cart information)?
    - Is there something built into the JSR-168 Spec? Or, Sun's JSF RI 1.1 that will enable me to kick-off an action/event before a JSF Portlet is rendered?
    - If this functionality is not built in, has anyone faced this challenge? If so, how did you extend the framework to resolve it?

    Hi,
    I am creating JSR-168 Portlets using Sun RI 1.1 and need the ability to call an action (ie. method) of the JSF Portlet before it is rendered. Any ideas how to do this?
    Scenario To Resolve
    If a customer is on the Check-Out Portal Page, the check-out portlet will initially display the shopping cart information.
    The customer will then click buy and the portlet will display a confirmation page.
    Now, if the customer decides to do additional shopping (ie. place a second order).
    The customer will navigate to a different Portal Page to browse items.
    Once the customer is done shopping, the customer will click Check-Out and the Portal will display the Check-Out Portal Page. Currently, when the check-out portlet is rendered, the portlet is automatically rendering the confirmation page (ie. the last state of the check-out portlet).
    Question
    How can I control the state of the portlet so that the initial state of the portlet is rendered (ie. the shopping cart information)?
    - Is there something built into the JSR-168 Spec? Or, Sun's JSF RI 1.1 that will enable me to kick-off an action/event before a JSF Portlet is rendered?
    - If this functionality is not built in, has anyone faced this challenge? If so, how did you extend the framework to resolve it?

  • The workflow could not update the item, possibly because one or more columns for the item require a different type of information using Update Item action

       I got error  "The workflow could not update the item, possibly because one or more columns for the item require a different type of information "I  found out the cause is  Update Item action       
    I need to update item in another List call Customer Report ,the field call "Issues"  with data type  "Choice"   to yes
    then the error arise .   please help..

    Thanks for the quick response Nikhil.
    Our SPF 2010 server is relatively small to many setups I am sure. The list with the issue only has 4456 items and there are a few associated lists, eg lookups, Tasks, etc see below for count.
    Site Lists
    Engagements = 4456 (Errors on this list, primary list for activity)
    Tasks = 7711  (All workflow tasks from all site lists)
    Clients = 4396  (Lookup from Engagements, Tslips, etc)
    Workflow History = 584930 (I periodically run a cleanup on this and try to keep it under 400k)
    Tslips = 3522 (Engagements list can create items here, but overall not much interaction between lists)
    A few other lists that are used by workflows to lookup associations that are fairly static and under 50 items, eg "Parters Admin" used to lookup a partners executive admin to assign a task.
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

  • When I update a recurring event on my iPhone, it does not make changes to the calendar in ical or icloud.  Is anyone else having this issue?

    Updating a recurring event on my iPhone does not update the event in either ical or icloud.  If I add a new event on the iPhone it updates right away.  Is this a known problem?  Should I get rid of the recurring event and just make changes day to day manually?  I like having the recurring event set for my work schedule because it rarely changes, but when it does, I'd like to use my iPhone for the updates instead of carrying around my MAC Book all the time.
    Thank you!

    After connecting to iTunes, I noticed that "Back up to iCloud" was selected (in the middle of the screen on the "Summary" tab, under "Backup"), and "Last backed up to iCloud" reflected the time that I attempted to back up from my phone. Even now, the phone still says "Last Backup: Never," so there is clearly a disconnect. Hopefully Apple will fix this soon.

  • Well im not able to updated all the events I had in the imovie, HELP

    Well im not able to updated all the events I had in the imovie, HELP

    I have started preparing a small Database application
    using JDBC with Swing.
    I want to dispaly all the Table names which are
    present in the Access Data Source. When i used the
    Standard query for this "Select * from Tab" as in
    SQL, an eror saying that "not able to resolve symbol
    'Tab' ".
    Can anybody please help me out to display the table
    names?That query
    Select * from tabwould work only for Oracle, as far as I know. There is no system table called Tab in Access.
    ***Annie***

  • Why the PO action history is not updating when i perform the vacation rules

    Hi,
    Can any one explain why the action history is not updating when performed the vacation rules using the below example
    Example: A >B>C>D are in the approval hierarchy here I have defined the vacation rules by login to the user C here I selected the item type as “All” and delegated to D.
    Now the buyer “A” has sent the document for approval. The user “B” can successfully reserve funds and approved the document. Now the document is automatically delegated to D. Here D can open the document from open notifications and approved the document. Now when I checked the Action history here I cannot find the performed name D who has actually approved the document.
    Note:we are using the 11.5.10.2 version.
    The Action History in the following manner
    Seq Action Performed By
    ================================
    4 Approve C
    3 Forward B
    2 Reserved B
    1 Forward A
    0 Submit A
    From the above action history why the user D name is not showing. Can any one let me know ASAP?
    Regards,
    Keivn.
    Edited by: user10960960 on May 5, 2009 3:36 AM

    When you set up the vacation rule, if you simply delegate the ownership to D, then C retains the ownership and the approval occurs with C's limits. And hence D is treated as the approver.
    If you transfer the ownership, then C is out of the picture. The notification goes to D and when he/she approves, D's limits kick in and he will be seen as approver.
    Hope this helps,
    Sandeep Gandhi

  • VO results not updating on Event

    Gurus,
    The output log from the method below indicates that "acct" is correct, however, my VO is not updated with the additional condition I've defined below. Any ideas?
    VO impl code:
    public void initRef9LovVO(String acct)
    setWhereClause("descriptive_flex_context_code in (select vendor_name from spl_account_map where cont_cd = :1)");
    setWhereClauseParams(null); //Always reset
    setWhereClauseParam(0, acct);
    System.out.println("value_selected in acct2>> "+acct);
    executeQuery();
    Any help would be greatly appreciated.

    We're getting warmer. You guys were right, I had the Picklist View Definition defined instead of the Picklist View Instance. However, when I add the path/VO name to Pick View Intance ... item.oracle.apps.spl.part.server.Ref9LovVO
    it gives me the following error now...
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Per the tutorial instructions...
    Note: If you want a poplist to automatically reflect changes to its data as a consequence of a PPR event, you must specify the Picklist View Instance when you define it (also set by calling setPicklistViewUsageName()) and not the Picklist View Definition (also set by calling setPicklistViewObjectDefinitionName()). In other words, this will not work if you opt to create a poplist that is cached in the JVM.

  • TS1492 When I go to iTunes and then check for updates. I can not do this action due to the fact iTunes will not connect to the internet although the internet is working just fine, what do I do to fix this issue? Apparently I am currently using iTunes 7.0.

    When I go to iTunes and then check for updates. I can not do this action due to the fact iTunes will not connect to the internet although the internet is working just fine, what do I do to fix this issue? Apparently I am currently using iTunes 7.0.

    If you're really using iTunes 7.0 you are very far behind the current version - maybe it is trying to connect to a decomissioned server.  In fact I am kind of surprised it will run on a Macbook Air.  Are you sure you are running iTunes 7?

  • Dates in Events do not update automatically

    After iPhoto made events out of my photo library during conversion from from iPhoto06, there are often photos from several days in one "event". I can live with that most of the time, but in several instances I split events. Unfortunately, the dates of the original, unsplit event do not update automatically. This often results in a wrong order of events. If, e.g. I take out pictures from August 10th from an event with photo dates August 10th to August 13th, the original event still shows the starting date of August 10th, and orders the event between August 9th and August 11th.
    The expected behaviour would be that the starting date of the modified event would change automatically to reflect the changes. This does not occur, and, worse, there is not even a possibility to change those dates manually.
    Am I missing something important here, or is this an VERY annoying bug in iPhoto08?

    I agree - but this is a user forum and we can NOT fix anything - only try to help either follow the correct procedures of (as in this case) identify a work around to use until Apple fixes the problem.
    As far as I know the work around of creating a new event form one photo and moving the remaining photos to the new event is the ONLY way arround this problem right now.
    Using the work around will accomplish what you need even though it should not be necessary. Complaining about on this forum will not accomplish anything - compalining directly to Apple might -- iPhoto menu ==> Provide iPhoto Feedback.
    Larry Nebel
    PS - and reading the thread prior to get the work around prior to adding "I have the same problem" would actually be a pretty good idea too!

Maybe you are looking for