[JSF 2.0] ui:repeat fails to transmit a nested var to a tag.

Hello,
I have a table that allows my user to enter many occurrences of addresses.
I plan to add some lines to it dynamically, and if today my source code is the one below, I know that it is not the one that shall work, because it uses c:forEach tag and won't work during the render phase, but only during the component tree building step.
<c:forEach var="adresse" items="#{assoCtrl.association.adresses}">
   <tr><td colspan="2"><territoire:adresse adresse="#{adresse}" commentaire="true" /></td></tr>
</c:forEach>However, it displays at least one occurrence my addresses fields, what my <ui:repeat> version is unable to do:
<ui:repeat var="adresse" value="#{assoCtrl.association.adresses}">
   <tr><td colspan="2"><territoire:adresse adresse="#{adresse}" commentaire="true" /></td></tr>
</ui:repeat>fails with the message:
+"<territoire:adresse> The following attribute(s) are required, but no values have been supplied for them: adresse. "+
as if the nested parameter adresse wasn't able to be transmitted (to enter) the tag.
When I set a comment inside the <ui:repeat> tag (instead of the <territoire:adresse> call)
<ui:repeat var="adresse" value="#{assoCtrl.association.adresses}">
   <!-- The address content is: #{adresse} -->
</ui:repeat>I have a value for the adresse variable: for HTML results, I can see:
<!-- The address content: is Adresse [nom: , complément de nom: null, complément de voie: null, voie: , code postal: 00000, ville: , pays: France, commentaire: null, types adresse: []] -->
meaning that inside the <ui:repeat> tag, the adresse variable really exists, but cannot be transmitted to the tag.
That behavior seems a bit tricky to me.
Can you help me to understand what is happening?
Thanks!
Grunt.

Hello,
I have a table that allows my user to enter many occurrences of addresses.
I plan to add some lines to it dynamically, and if today my source code is the one below, I know that it is not the one that shall work, because it uses c:forEach tag and won't work during the render phase, but only during the component tree building step.
<c:forEach var="adresse" items="#{assoCtrl.association.adresses}">
   <tr><td colspan="2"><territoire:adresse adresse="#{adresse}" commentaire="true" /></td></tr>
</c:forEach>However, it displays at least one occurrence my addresses fields, what my <ui:repeat> version is unable to do:
<ui:repeat var="adresse" value="#{assoCtrl.association.adresses}">
   <tr><td colspan="2"><territoire:adresse adresse="#{adresse}" commentaire="true" /></td></tr>
</ui:repeat>fails with the message:
+"<territoire:adresse> The following attribute(s) are required, but no values have been supplied for them: adresse. "+
as if the nested parameter adresse wasn't able to be transmitted (to enter) the tag.
When I set a comment inside the <ui:repeat> tag (instead of the <territoire:adresse> call)
<ui:repeat var="adresse" value="#{assoCtrl.association.adresses}">
   <!-- The address content is: #{adresse} -->
</ui:repeat>I have a value for the adresse variable: for HTML results, I can see:
<!-- The address content: is Adresse [nom: , complément de nom: null, complément de voie: null, voie: , code postal: 00000, ville: , pays: France, commentaire: null, types adresse: []] -->
meaning that inside the <ui:repeat> tag, the adresse variable really exists, but cannot be transmitted to the tag.
That behavior seems a bit tricky to me.
Can you help me to understand what is happening?
Thanks!
Grunt.

Similar Messages

  • AFW: Failed to transmit message due to RecoverableException

    Hi all,
    I use a XI 3.0 SP 14.
    I've created a BPM with 3 steps:
    1) receive step
    2) send synchronous step
    3) send asynchronous step
    XI exposes a  Asynchronous Message Interface as a Web Service. Than the BPM uses this information to send a synchronous call to a Web Service (this WS is created from an EJB and deployed on a SAP Web AS 6.40). Than the BPM uses the WS response to send an asynchronous mail.
    In the SXI_MONITOR everything works fine, but in the message monitor (Messages from the Adapter Framework) I get this error when I try to send an e-mail (step 3):
    2005-11-08 15:22:25 Success The message was successfully received by the messaging system. Profile: XI URL: http://sapadx01:51600/MessagingSystem/receive/AFW/XI
    2005-11-08 15:22:25 Success Using connection AFW. Trying to put the message into the receive queue.
    2005-11-08 15:22:25 Success Message successfully put into the queue.
    2005-11-08 15:22:25 Success The message was successfully retrieved from the receive queue.
    2005-11-08 15:22:25 Success The message status set to DLNG.
    2005-11-08 15:22:25 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
    2005-11-08 15:22:25 Success The asynchronous message was successfully scheduled to be delivered at Tue Nov 08 15:27:25 CET 2005.
    2005-11-08 15:22:25 Success The message status set to WAIT.
    2005-11-08 15:27:25 Success Retrying to deliver message to the application. Retry: 1
    In the default trace I can see:
    Failed to transmit message 436f38c9-0617-022e-0200-00000ab44471(INBOUND) due to com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.NullPointerException.
    java.lang.NullPointerException
         at com.sap.aii.af.service.alerting.Alert.getInputInterface(Alert.java:330)
         at com.sap.aii.af.service.alerting.Alert.send(Alert.java:103)
         at com.sap.aii.af.service.alerting.Alert.run(Alert.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    I don't have this problem if instead of SOAP Synchronous call I do an RFC Synchronous call (on step 2)
    I also get a mail (step 3) if I have a System Error Exception in the SOAP synchrounous call (step 2)
    I have also noticed that:
    when I call the mail adapter (asynchronous step) with the Web Service Response in the HEADER I've got the ACK field:
    <SAP:Ack xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Status>OK</SAP:Status>
      <SAP:Category>permanent</SAP:Category>
    </SAP:Ack> 
    Instead if I call the mail adapter (asynchronous step) with the BAPI Response in the HEADER I haven't got the ACK field.
    But in the BPM send Asynchronous step the "acknowledgement" parameter is set to NONE
    Could you please help me?
    Best Regards,
    Paolo

    Ops... the note will be released in the near future...
    Anyway my problem was that the response message from the SOAP Receiver Adapter included the XI Ack header for any successfull response message. Then, when I tried to send an asynchronous request message to the Mail Receiver Adapter it was not able to manage this ACK.
    Best Regards,
    Paolo

  • Java.io,IO​Exception: Failed to transmit error in whatsapp..​...HELP!!

    I get java.io,IOException: Failed to transmit when I input my phone number into Whatsapp.  I need help to get past it because I have made sure my data has stayed on while trying to connect and it still has not worked and I keep getting this message. 
    Could someone please help me!!

    could you provide details stack trace... 
    Leslie Love

  • Java.io.io​exception: Failed to transmit

    Hi,
    I'm basically trying to get whatsapp started on my fon. It worked well for abt the first two hours n then started acting up. I then deleted and re-installed it again and it gives me this message:
    java.io.ioexception: Failed to transmit
    Also whenever my fon is rebooted i get this message
    java.lang.nullpointerexception
    Help wil be greatly appreciated because it's very important i get the app up and running

    could you provide details stack trace... 
    Leslie Love

  • So let me get this straight. I own 5. And I own 6. But when I try to open 6 am being prompted for my subscription info. When I ask for support I get referred to a forum. Remember, two licenses. Oh and since I started the project in 5, It's repeatedly fail

    I own 5. And I own 6. But when I try to open 6 am being prompted for my subscription info.Otherwise am locked out. When I ask for support I get referred to a forum. Remember, two licenses. Oh and since I started the project in 5, It's repeatedly failed to manually save, the audio just disappears, it loses the program monitor, fails to save renders, timecode window burn doesn't work, and that's just for starters.
    Thanks Adobe.
    What makes you people think this is acceptable?

    If you have the serial number version of CS6, and you have ever had even a Cloud trial installed... read Cloud takes over https://forums.adobe.com/thread/1584746

  • Acrobat Pro repeatedly failing

    Hello,
    I have Adobe Design Standard Creative Suite 6 (ps, ai, acrobat pro) for windows on a single computer, yet Acrobat X Pro has been continually failing.  Version 10.1.13.
    I have reinstalled it twice.  Both times, it works briefly and then fails.  I have a DVD copy of the programs and serial number.  I uninstall, re-install and enter in the serial number.  Once, I tried to reinstalled through Adobe's Website, but frankly trying to get into contact with Adobe is incredibly frustrating, as is navigating the site.  We pay hundreds of dollars for these programs and rely on them for our work, only to have something as basic as viewing a PDF and PDF printing repeatedly fail.
    I would like to express how irate I am with Adobe at the moment for lack of an adequate customer support structure.  I realize it is likely that I am doing something wrong, however it also seems that there is something wrong with the serial number recognition.  Am I being deactivated because it thinks I have installed on too many computers?  Finding this out could be resolved with a simple phone call, but there does not seem to be one.
    I would greatly appreciate any input anyone might have.
    Thank you very much.
    Sincerely,
    C

    Hi ,
    I would request you to refer the following links to get in touch with the Adobe support team to get your issue fixed .We sincerely apologize that you were experiencing issues with our product and also were unable to connect with our team .
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    http://helpx.adobe.com/x-productkb/global/service1.html
    Regards
    Sukrit Dhingra

  • IE 10 Update 2977629 on Windows 7 x64 SP1 repeatedly fails to install.

    IE 10 Update 2977629 on Windows 7 x64 SP1 repeatedly fails to install with error code 214794205 "Access is Denied".  This update is being run using an administrator account.  This is a systemic issue on all domain joined systems, desktops
    not in a domain are not affected.  I cannot find any guidance on how to fix this, please help!

    Hi,
    Based on your description, ED's suggestion is available. You could use gpresult command to export the group policy settings to check if there any group policy affect the installation.
    About how to use it, please read the guide below:
    How to Use the Group Policy Results (GPResult.exe) Command Line Tool
    http://technet.microsoft.com/en-us/library/bb456989.aspx
    If it's not helpful, please provide the Windows Update installation log in order to analyze it.
    You could find it from the following path:
    %windir%\Windowsupdate.log
    Karen Hu
    TechNet Community Support

  • Failed to transmit

    Hi all
             I am developing a app Which is working fine on blackberry bold but when i run the same app on curve it gives me error 
            Failed to transmit
            This error comes when i hit a url like this.
             hc = (HttpConnection) Connector.open(url +";interface=true");
             hc.setRequestMethod(HttpConnection.GET);
    What should i do.Please help.

    interface=true is not a valid suffix. Valid ones are e.g.:
    interface=wifi
    deviceside=true
    deviceside=false

  • Creative cloud installer repeatedly fails to launch. [was: What is this crap?]

    Just paid for creative cloud and the installer repeatedly fails to launch.

    More details will help.
    You should be able to sign in with your Adobe ID to the Creative Cloud Apps page at https://creative.adobe.com/apps and click the Download link for an application. The first time the Adobe Application Manager (AAM) will download and install. After that AAM will handle installing applications.
    If AAM is not installing correctly you can install it manually from here:
    Windows: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    Mac OS X: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    If you already have AAM installed and and having an issue with installing an application let us know which operating system you are on, which application is failing to dowloand / install, and perhaps provide a screenshot or error message.

  • Failed to transmit & internet not working

    Hello,
    iny one app, then i try to update, i get error "Failed to transmit". I have a BlackBerry service ordered and I have 800 MBs of Internet left. There are four dots near 3G in the bottom. The browser isn't working too. But then i connect to WiFi everything works. Also i noticed that my time zone not update as it has to. Then i choose Helsinki (+2) time zone my time changes to +10.

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Delete and Resend Service Books
    KB05000Delete the service book for the BlackBerry Internet Service email account from the BlackBerry smartphone
    If you have no CMIME entry, then skip the deletion
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Reboot
    With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should contact your mobile service provider for formal support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Blocking clients with repeating failed attempts in ACS 5.4

    Hi
    I use my ACS to authenticate clients from both LNS ans wireless.
    There are always users with wrong configuration that repeat the authentication process and fail thousands time and 'hammer' the ACS servers.
    Is there a way to block repeated failed attempts?
    Thanks!
    Naor.

    Hi, and thanks for the quick reply! Few questions:
    That will prevent clients from re-authenticating for 15 minutes?
    If so, how client will be able to roam on campus? that requires re-authentication...
    Naor.

  • [svn] 3968: Fix for - ASDoc fails if example code included by the @ includeExample tag contains an "&"

    Revision: 3968
    Author: [email protected]
    Date: 2008-10-30 10:45:04 -0700 (Thu, 30 Oct 2008)
    Log Message:
    Fix for - ASDoc fails if example code included by the @includeExample tag contains an "&"
    Also fix for broken links with $$ symbol.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17830
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17830
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Revision: 3968
    Author: [email protected]
    Date: 2008-10-30 10:45:04 -0700 (Thu, 30 Oct 2008)
    Log Message:
    Fix for - ASDoc fails if example code included by the @includeExample tag contains an "&"
    Also fix for broken links with $$ symbol.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17830
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17830
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • Repeater fails using {container.item} context within included JSP pages

    Greetings,
    I'm using Bea Workshop 8.1.2 and netui's based framework.
    I'm experiencing a problem relating to the use of jsp:insert tags as a way of templating the code as to make it more maintainable and cost effective.
    The problem arises when using repeaters and then binding a <netui> tag with a "container.item" context inside the included jsp page.
    Example:
    On a PageController we define on its scope a rather simple data structure:
    public String[] array={"Item1","Item2","Item3"}
    The associated index is as follows:
    index.jsp
    <netui:html>
    <netui-data:repeater dataSource="{pageFlow.array}">
    <netui-data:repeaterHeader></netui-data:repeaterHeader>
    <netui-data:repeaterItem>
    <netui:label value="{container.item}"/><br>
    </netui-data:repeaterItem>
    <netui-data:repeaterFooter></netui-data:repeaterFooter>
    </netui-data:repeater>
    </netui:html>
    This works as expected, it prints the data in the array list. Fine.
    Now, with the <jsp:insert> tag usage, we get two files index.jsp and body.jsp:
    index.html
    <netui:html>
    <netui-data:repeater dataSource="{pageFlow.array}">
    <netui-data:repeaterHeader></netui-data:repeaterHeader>
    <netui-data:repeaterItem>
    <jsp:include page="body.jsp" flush="true"/>
    </netui-data:repeaterItem>
    <netui-data:repeaterFooter></netui-data:repeaterFooter>
    </netui-data:repeater>
    </netui:html>
    body.jsp
    <netui:html>
    <netui:label value="{container.item}"/>
    <netui:label value="{pageFlow.array[0]}"/>
    </netui:html>
    With this example the {container.item} tag fails with this exception:
    "Caught exception when evaluating expression "{container.item}" with available binding contexts [actionForm, pageFlow, globalApp, request, session, appication, pageContext, bundle, container, url, pageInput]. Root cause: com.bea.wlw.netui.script.xscript.IllegalContextStateException: The Tag "com.bea.wlw.netui.tags.html.Label@cb5dce" does not have a valid parent of type DataAccessProvider. The expression "container["item"]" requires a parent of this type."
    BUT - and here is my problem with this - the label tag with {pageFlow.array[0]} PRINTS THE DESIRED ELEMENT.
    Also, on an extended example with a <form> tag around the main index html and the array structure inside a FormData class, {actionForm.array[0]} ALSO PRINTS THE DESIRED ELEMENT.
    Only {container.item} gloriously fails with an exception complaining about IllegalContextStateException.
    This is a total nonorthogonal behaviour, the features do not work as expected and indeed, with the importance of repeaters for netui's development, this preclude us from the minimum standard for structured web application design.
    Does anyone have any clue about this behaviour? If not a fix, at least an explanation...
    Thanks in advance.

    I am trying to insert multiple rows I when submited I am get ting only 1 row in the DatabaseForm.
    my netui.log file shows this error:
    29 Oct 2004 17:25:48,941 WARN NetUIReadVariableResolver []: Could not create a ContextFactory for type "com.bea.netuix.servlets.script.PortalVariableResolver$PortalContextFactory" because the ContextFactory implementation class could not be found.
    29 Oct 2004 17:26:35,288 ERROR SortFilterColumn []: Unable to load /com/bea/wlw/netui/databinding/grid/filter/filter-window.properties. Using com.bea.wlw.netui.tags.databinding.grid.util.grid
    Throwable: java.util.MissingResourceException: Can't find bundle for base name /com/bea/wlw/netui/databinding/grid/filter/filter-window.properties, locale en_US
    Stack Trace:
    java.util.MissingResourceException: Can't find bundle for base name /com/bea/wlw/netui/databinding/grid/filter/filter-window.properties, locale en_US
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
    at com.bea.wlw.netui.tags.databinding.grid.column.SortFilterColumn.<clinit>(SortFilterColumn.java:143)
    at jsp_servlet._activitychange.__grid._jspService(grid.jsp:21)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:208) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:316)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.superForward(PageFlowRequestProcessor.java:1301)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor$DefaultHttpRedirector.forward(PageFlowRequestProcessor.java:1317)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.doForward(PageFlowRequestProcessor.java:1199)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processForwardConfig(PageFlowRequestProcessor.java:1093)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:650)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6456)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    29 Oct 2004 17:27:31,164 WARN FlowController []: Could not find exception handler method exceptionHandler for java.lang.ArrayIndexOutOfBoundsException.
    29 Oct 2004 17:27:31,165 WARN FlowController []: Could not find exception handler method exceptionHandler for java.lang.IndexOutOfBoundsException.
    29 Oct 2004 17:27:31,165 WARN FlowController []: Could not find exception handler method exceptionHandler for java.lang.RuntimeException.
    The actionForm uses a FormData which has a Array of all the fields that need to be populated.
    Any idea why only 1 row shows up ?.
    Thanks
    Raghav

  • Update failed error  U44M1l210 repeat fail to update indesign fails at 53%

    Update failed on Indesign. Fails at 54% repeatedly with message  error UM44M21l210 - Please help!

    U44M1I210 - Creative Cloud Help / Error U44M1I210 | Install updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • Why do my attempts to update my iPhone 5 to iOS 7.0.6 repeatedly fail?

    I recently downloaded the iOS 7.0.6 software update to my iPad and my wife's iPhone 5 without any difficulty at all.  However, when I try to update my own iPhone 5, I repeatedly get a "Software Update Failed...An error occurred downloading iOS 7.0.6" message.  Please help.  Thanks.

    I reset my iPhone 5 but was still unable to download the iOS 7.0.6 software update.  If I were to install iTunes on my PC, as suggested above, what would I do after that? 
    As I mentioned previously, I was able to do the download directly onto another iPhone 5 and an iPad without any problem.  This, I find the whole thing kind if confusing.
    Thanks in advance for your help.

Maybe you are looking for