Question on Issue with fmt:formatNumber tag of jstl

Hi,
We have a web application that uses struts framework. In the action class,i am setting an attribute of request object like
request.setAttribute("Val",new Double(11.25489));
I am using jstl fmt:formatNumber function in the jsp page to format the value to 2 decimal places.
<fmt:formatNumber value="${Val}" maxFractionDigits ="2" />
When i access the jsp page,there is no display of anything.
If i access using <c:out value="${Val}"/> ,it does print the value.
Interestingly,tomcat does not generate any corresponding java file in its work area.
Any clues...anybody ?
Edited by: gbhakta on Oct 31, 2007 12:23 PM

Ok you are setting the value in request scope?
How does the control transfer from the Struts Action to your JSP page?
Check the struts-config to see if that forward is configured as a "redirect". If that is so, your request attribute would be lost, because a redirect causes a new request.
The following code prints out all request attributes that are currently in scope.
It might help checking to see if your "Val" is in scope or not.
Request scope attributes:
<table border="1">
<c:forEach var="attr" items="${requestScope}">
  <tr><td><c:out value="${attr.key}"/>a</td><td><c:out value="${attr.value}"/></td></tr>
</c:forEach>
</table>Cheers,
evnafets

Similar Messages

  • Trouble with fmt:formatDate tag

    Hi, I'm using JSTL 1.2 with Tomcat 6.0.26. I have
    <jsp:useBean id="today" class="java.util.Date" scope="request" />
    <fmt:formatDate var="fmtToday" value="${today}" pattern="MM/dd/yyyy"/>but when I try and get the value of ${fmtToday}, I get an empty string. In other words, this produces output ...
    today: ${today}but this does not
    today: ${fmtToday}Any ideas why? - Dave

    Nope. Looks good to me. Tried it out and had no issues.
    So then the questions become
    - have you imported the fmt tag library? <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
    - what server are you using?
    - what version of JSTL?

  • Issue with setting the tag "Bld_localDestDir" in pre-build VI: Project gets saved to previous localDestDir.

    Hey All,
    I'm writing a pre-build VI that updates the build destination (and other items, but we're ignoring those for now). This pre-build vi, when run, grabs the Destination Directory from the tag "Bld_localDestDir" and modifies the directory by incrementing a version number.
    The issue I'm having is that after the pre-build vi is run, the build continues and puts the executable in the *previous* Destination directory instead of the updated one.
    Example:
    Destination Dir = c:\temp\version1   -->   Choose to build the executable   -->   Pre-build VI runs and sets Destination Dir to c:\temp\version2   -->   Build finishes and says "You can locate the build at C:\temp\version1"   -->   Check the build properties, destination dir is C:\temp\version2   -->   build again   -->   Pre-build runs and updates destination to version3   -->   Build finishes and says "you can locate the build at C:\temp\version2"   -->   check build properties, destination dir is C:\temp\version3
    And so on and so forth. As you can see, the tag setting is working (as witnessed by the Build Properties being updated). However, it looks like the destination directory for the build is determined and set *before* the pre-build VI is run. This is, in my opinion, not intended behavior.
    Here's a snippet of a watered-down version of the code, which still has the issue. I've also attached the full VI, saved for LV2010.
    The attached VI will grab the version number of the build, append it to the startup vi's title bar, update the build destinations with a new path that has the version number, and then save the project.
    As a final note, I'd prefer to not use a post-build VI to rename the directory that the build is placed in.
    Solved!
    Go to Solution.
    Attachments:
    Pre-Build Action 2010.vi ‏25 KB

    > Leah-L Said:
    > We were able to replicate your problem here as well. We are also seeing that the destination directory for the build is determined and set *before* the pre-build VI is run. Just so I am aware, have you found any other documentation concerning Pre-Build VI's?
    Cool, thanks for confirming that I'm not crazy.   And no, I haven't found any documentation concerning this phenomenon.
    > gmart Said:
    > it potentially processes the information and so simply updating values may not have the desired effect
    Good to know. I think this should be in the documentation somewhere though, perhaps in the detailed help for the Get/Set Tag invoke nodes for a Build Spec reference.
    To fix the issue, I've just made my own "Build Executable" vi that sets the tags before the build is started. It uses the same VI that I attached earlier (confirming that the VI works). Instead of starting the build from the project window and having a pre-build vi execute, I run this stand-alone VI and it builds the app.

  • Logging issue with rssutils.tld Tag Library

    I'm using the rssutils.tld tag library to display three RSS feeds on my application's JSP homepage. It works very very well and I'm quite happy with the results (I'm running on a Tomcat 5.5.7 server). I implemented the solution following the examples in the tutorial at http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities
    The only problem I'm having though is in my Tomcat logs. Whenever a user loads my home page, a ton of tags are written to my tomcat stdout log:
    <rss>
    <channel>
    <title>
    </title>
    <link>
    </link>
    <description>
    </description>
    <language>
    </language>
    <copyright>
    </copyright>
    and so on for several hundred lines. This not only fills up my logs very very quickly, I'm worried about performance. Has anyone run into this problem and, if so, have a suggestion on how to have the tag library only log errors instead of every tag it processes? Thanks in advance.

    There are 2 System.out's in com/sun/cnpi/rss/handlers/DocumentHandler.class For test purposes I commented these out and it resolved the issue. I think the license allows modifications and redistribution as long as the copyright notice is included but I am no expert on legal stuff. If someone can assist me with this I would be happy to provide the modified package.

  • Reg. JSF fileUpload | issue with t:inputFileUpload tag

    Hi,
    i am new to JSF and i am trying a simple file upload function using the <t:inputFileUpload> tag. But iam always getting the error in JSP compilation. Please help in resolving this issue.
    My project require to use to the Spring/JSF and i am using the following jar file in the WEB-INF/lib
    aopalliance-1.0.jar
    aopalliance-alpha1.jar
    aspectjweaver-1.5.0.jar
    cglib-nodep-2.2.jar
    commons-beanutils-1.8.3.jar
    commons-collections-2.0.20020914.020746.jar
    commons-dbcp-1.2.2.jar
    commons-digester-2.0.jar
    commons-el.jar
    commons-fileupload-1.1.1.jar
    commons-lang-2.5.jar
    commons-logging.jar
    commons-pool-1.4.jar
    javaee.jar
    jsf-api.jar
    jsf-impl.jar
    jstl.jar
    myfaces-extensions-1.0.9.jar
    ojdbc14.jar
    org.springframework.aop-3.0.2.RELEASE.jar
    org.springframework.asm-3.0.2.RELEASE.jar
    org.springframework.aspects-3.0.2.RELEASE.jar
    org.springframework.beans-3.0.2.RELEASE.jar
    org.springframework.context.support-3.0.2.RELEASE.jar
    org.springframework.context-3.0.2.RELEASE.jar
    org.springframework.core-3.0.2.RELEASE.jar
    org.springframework.expression-3.0.2.RELEASE.jar
    org.springframework.instrument.tomcat-3.0.2.RELEASE.jar
    org.springframework.instrument-3.0.2.RELEASE.jar
    org.springframework.jdbc-3.0.2.RELEASE.jar
    org.springframework.jms-3.0.2.RELEASE.jar
    org.springframework.orm-3.0.2.RELEASE.jar
    org.springframework.oxm-3.0.2.RELEASE.jar
    org.springframework.test-3.0.2.RELEASE.jar
    org.springframework.transaction-3.0.2.RELEASE.jar
    org.springframework.web.portlet-3.0.2.RELEASE.jar
    org.springframework.web.servlet-3.0.2.RELEASE.jar
    org.springframework.web.struts-3.0.2.RELEASE.jar
    org.springframework.web-3.0.2.RELEASE.jar
    spring-dao-2.0-rc1.jar
    standard.jar
    tiles-api-2.1.4.jar
    tiles-core-2.1.4.jar
    tiles-jsp-2.1.4.jar
    tomahawk12-1.1.9.jar
    Logs:
    ====
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 15 in the jsp file: /pages/dataupload/fileUpload.jsp
    The method setValue(String) in the type UIComponentTagBase is not applicable for the arguments (JspValueExpression)
    12: <body>
    13: <f:view>
    14: <h:form id="welcomeForm" enctype="multipart/form-data">
    15: <t:inputFileUpload id="fileupload" value="#{fileUploadForm.upFile}"
    16:                size="20" /><p/>
    17: <h:commandButton value="Load the file" action="#{fileUploadForm.upload}" />
    18: <t:outputText value="File Uploaded Successfully."
    An error occurred at line: 15 in the jsp file: /pages/dataupload/fileUpload.jsp
    The method setSize(String) in the type HtmlInputFileUploadTag is not applicable for the arguments (JspValueExpression)
    12: <body>
    13: <f:view>
    14: <h:form id="welcomeForm" enctype="multipart/form-data">
    15: <t:inputFileUpload id="fileupload" value="#{fileUploadForm.upFile}"
    16:                size="20" /><p/>
    17: <h:commandButton value="Load the file" action="#{fileUploadForm.upload}" />
    18: <t:outputText value="File Uploaded Successfully."
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:589)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:542)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.buildView(JspViewHandlerImpl.java:486)
         org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:337)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:127)
         com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
         org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:341)

    Hi,
    But i have defined my upFile as a org.apache.myfaces.custom.fileupload.UploadedFile. So that i can use this object for retieving the uploaded file contents.
    i am using JSF and tomahawk here to aceive that...but i am ending with the same error. please help.
    Code for the File Upload:
    ===================
    import java.io.IOException;
    import java.io.InputStream;
    import org.apache.myfaces.custom.fileupload.UploadedFile;
    public class FileUploadForm {
         private UploadedFile upFile;
    boolean rendSuccess=false;
    boolean rendFailure=false;
    public FileUploadForm(){
    public UploadedFile getUpFile(){
    return upFile;
    public void setUpFile(UploadedFile upFile){
    this.upFile = upFile;
    public boolean getRendSuccess(){
    return rendSuccess;
    public void setRendSuccess(boolean rendSuccess){
    this.rendSuccess = rendSuccess;
    public boolean getRendFailure(){
    return rendFailure;
    public void setRendFailure(boolean rendFailure){
    this.rendFailure = rendFailure;
    public String upload() throws IOException{
    try {
    InputStream stream = upFile.getInputStream();
    long size = upFile.getSize();
    byte [] buffer = new byte[(int)size];
    stream.read(buffer, 0, (int)size);
    stream.close();
    rendSuccess=true;
    rendFailure=false;
    System.out.println("File Upload Successful.");
    return "ok";
    catch (Exception ioe) {
    System.out.println("File Upload Unsuccessful.");
    rendSuccess=false;
    rendFailure=true;
    return "no";
    }

  • Issue with project having Tag File containing definition of other Tag File

    Hi Everyone,
    I have a small problem which you experts are able to help with.
    As the subject of this Post has suggested, I have a project which was originally built in NetBean 6.0 and I'm trying to migrate it across to JDeveloper 10.1.3. So far, I've managed to compiled all jsps and java source files successfully but I'm now stuck with the following error messages during building of the project in JDeveloper:
    --- START OF ERROR ---
    Error(6): Unable to instantiate tag: menu:tab (class: oracle.jsp._tag._tabmenu._tab_tag) Make sure that the tag class is available and that the tag library containing the class is not excluded from this application.
    Error(6): Unable to find class for bean: null defined by tag with class: oracle.jsp._tag._tabmenu._tab_tag
    --- END OF ERROR ---
    I believe the reason was that I have this Tag file (menu.tag) that contains definitions and references to another Tag file and here is its content:
    --- START OF TAG FILE ---
    <%@ taglib prefix="menu" tagdir="/WEB-INF/tags/tabmenu" %>
    <%@ attribute name="tab" required="true" type="java.lang.String" %>
    <jsp:useBean id="login" class="au.wa.apa.webbeans.WrsLogin" scope="session" />
    <div id="menu">
    <ul>
    <menu:tab tab="NEW" currentTab="<%=tab%>" label="New Query" tooltip="Create New Query" url="aq/adv_new_query.wrs?formMode=new"/>
    <menu:tab tab="OPEN" currentTab="<%=tab%>" label="Open Queries" tooltip="View Open/Active Queries" url="aq/adv_queries_list.wrs?view=OPEN"/>
    <menu:tab tab="CLOSED" currentTab="<%=tab%>" label="Closed Queries" tooltip="View Closed Queries" url="aq/adv_queries_list.wrs?view=CLOSED"/>
    <menu:tab tab="SEARCH" currentTab="<%=tab%>" label="Search" tooltip="Search Query" url="aq/adv_queries_search.wrs?view=OPEN"/>
    <% if (!"STAFF".equals(login.getUserType())) { %>           
    <menu:tab tab="ATTN" currentTab="<%=tab%>" label="Attention Of" tooltip="Attention Of Administration" url="aq/adv_query_attention_of_list.wrs"/>
    <% } else { %>
    <menu:tab tab="TEMP" currentTab="<%=tab%>" label="Templates" tooltip="Template Management" url="aq/adv_query_template_list.wrs"/>
    <% } %>
    </ul>
    <div class="clear"></div>
    </div>
    --- END OF TAG FILE ---
    I've this problem for several days now and have not been able to solve it and I hope you are able to help me with this problem. Thank you for time and assistance and have a nice day.
    Kind Regards,
    John

    Hi Guys,
    Do we have any workaround to this problem? Any feedback will be welcomed.
    Thanks and Regards,
    John

  • Answer to support question on issue with title bar disappearing

    I had the issue listed at:
    https://addons.mozilla.org/en-US/firefox/addon/hide-caption-titlebar-plus-sma/versions/
    The answer I found is at:
    http:// www. askvg. com/how-to-enable-titlebar-text-and-icon-in-mozilla-firefox/#comment-1844783
    Please update your support article with this answer. It worked well for me!
    Take care,
    Stephen
    ''inaccurate information hyperlinked''

    No se escribir ingles. pero tengo el mismo problema que aqui se expone. ojala puedan solucionarlo. quisiera que hubiera una opcion para ocultar la barra de tareas.
    I'm having the same issue and would really appreciate a solution. Thanks!

  • Hi i have a question. or issue with muse. page preview

    When i go to pre view my page in the preview munu from muse or in a browser or in adobe bc published. i am getting a small problem. its only do this my site. all the others are fine.  partner site i ment, is mine.  some of the items are over laping the page when i scroll down.  how do i fix it without starting over? i empty my cash in the browser.

    Hello,
    Looking at the site I assume that you want the navigation menu and black rectangle at the top and rest of the content should scroll below that.
    For this you need to make sure rectangle , menu navigation are pinned and they should be in the top layer.
    To create a layer go to the layers panel and create a new layer (make sure its at the top of the layers list)
    Select the elements that you want to stay over other elements > Right click > Move to Layer > Select newly created top layer.
    This should do what you wish for. Please let me know if this not what you are looking for.
    Regards
    Vivek

  • Question about issues with display - MacBook Pro.

    So, recently, my cat jumped onto the keyboard while I was working. Ever since, I have been unable to get the display sized to fit into the screen. Even when I got to the display menu and alter the resolution, the image remains stretched. I have to push my cursor to the top and bottom of the frame to access the dock (which is not set to hiding) or the top bar. Does anyone know what caused this, or how I can fix it???

    Hi m,
    System Preferences > Universal Access > click the Off button under Zoom.

  • Vlan tag issue with Nexus 4001 in IBM Blade Centre

    Hi
    I have a DC architecture with a pair of Nexus 7010's running 3 VDC's (Core/Aggregation/Enterprise). I have at the edge Nexus 5548's which connect to back to the Aggregation VDC. Also connecting back to the Aggregation VDC is an IBM Blade Chassis which has a Nexus 4001i in slots 7 and slot 9. These blade servers are running ESXi 4.0 and are mapped to the Nexus 4001 blade switch.
    I had set up the Native VLAN as VLAN 999 which connects up to the ESXi host and I am trunking up multiple VLANS for the Virtual Machines.
    The problem I have is that VM's in all VLANS except the ESXi host VLAN (VLAN 10) cannot see their default gateway, and I suspect that there is an issue with the VLAN tag going up to the ESXi host. I have read enough documentation to suggest that this is where the issue is.
    My Nexus 4001 interface configuration is below
    interface Ethernet1/1
      switchport mode trunk
      switchport trunk native vlan 999
      switchport trunk allowed vlan 10,30,40-41,60-62,90,96,999
      spanning-tree port type edge trunk
      speed auto
    The Aggregation VDC on the Nexus 7010 is the default gateway for all these VLANS.
    I also noted that the Nexus 5000 and Nexus 7000 supports the command vlan dot1q tag native command yet the Nexus 4000 doesn't seem to support this. Any assistance would be useful
    Thanks
    Greg

    Your configuration on the N4K looks correct. You shouldn't use vlan dot1q tag native commands on your N7Ks and N5Ks. Native VLAN tagging is really for QinQ (dot1q tunneling).
    My only suggestion is check your configuration of the vSwitch in the ESXi host and the host network profile.
    Regards,
    jerry

  • Removing commas in fmt:formatNumber

    Hi
    just wondering how to remove commas with numbers outputted within a fmt:formatNumber tag.
    So for example instead of showing 1,000 I want 1000 to be outputted.
    Thanks in advance

    I found out after a bit of testing just have to add
    pattern="#"

  • How to show indian rupees in fmt:formatNumber

    Hi guys,
    I want to show the price value like Rs. 12,50,500. If I use like this format Rs. *<fmt:formatNumber type="number" value="${stylePrice}" pattern="#,##0.00"/>* it is showing like Rs. *4,240,000.00*. Instead of I want to show Rs. 24,40,000. Is it possible to show like this format. Please help me guys..
    Thanks in Advance
    Regards Pooja

    Hi guys
    I couldn't solve that issue in fmt:numberformat tag. So i have written java code myself. If anyone wants use this..
    Double value=100000;
    String rupees;
              String lastThreeDigits                                   = "000";
              if(value< 100000){
                   DecimalFormat formatter = new DecimalFormat("#,###");
                   return formatter.format(value);
                             }else{
              DecimalFormat formatter = new DecimalFormat("#,##");
              rupeeFormat = formatter.format(value/ 1000) + ",";
              formatter.applyPattern("#,###");
              value= value- value/ 1000 * 1000;
              java.text.DecimalFormat df = new java.text.DecimalFormat(lastThreeDigits);
              rupees+= df.format(value);
              System.out.println(rupees);          
    Regards
    Pooja

  • Issue with af:validateDateTimeRange

    Hi,
    I am getting into an issue with af:validateDateTimeRange tag when assigning an EL expression to the minimum value.
    code
    <af:selectInputDate value="#{row.NewScheduleDate}"
    required="#{bindings.Supplies.attrDefs.NewScheduleDate.mandatory}"
    columns="#{bindings.Supplies.attrHints.NewScheduleDate.displayWidth}">
    <f:convertDateTime pattern="yyyy-MM-dd"/>
    <af:validateDateTimeRange minimum="#{bindings.date}"/>
    </af:selectInputDate>
    error
    java.lang.ClassCastException: oracle.adfinternal.view.faces.model.binding.FacesCtrlAttrsBinding
         at oracle.adf.view.faces.util.ComponentUtils.resolveDate(ComponentUtils.java:201)
         at oracle.adf.view.faces.util.ComponentUtils.resolveDate(ComponentUtils.java:191)
         at oracle.adf.view.faces.validator.DateTimeRangeValidator.getMinimum(DateTimeRangeValidator.java:175)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectInputDateRenderer.getLaunchOnclick(SimpleSelectInputDateRenderer.java:338)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectInputTextRenderer.renderIcon(SimpleSelectInputTextRenderer.java:173)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectInputDateRenderer.renderIcon(SimpleSelectInputDateRenderer.java:195)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectInputTextRenderer.renderAfterTextField(SimpleSelectInputTextRenderer.java:149)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectInputTextRenderer.encodeAllAsElement(SimpleSelectInputTextRenderer.java:126)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.SimpleSelectInputDateRenderer.encodeAllAsElement(SimpleSelectInputDateRenderer.java:172)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.FormElementRenderer.encodeAll(FormElementRenderer.java:48)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.delegateRenderer(CoreRenderer.java:271)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.renderFieldCellContents(InputLabelAndMessageRenderer.java:115)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.LabelAndMessageRenderer.encodeAll(LabelAndMessageRenderer.java:124)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.InputLabelAndMessageRenderer.encodeAll(InputLabelAndMessageRenderer.java:94)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:159)
    the date attribute has been used as String and java.util.Date, but the error persists.
    Thanks in advance for any help on this.
    Sreyans

    try using
    <af:validateDateTimeRange minimum="#{bindings.date.inputValue}"/>

  • Issue with HTML tags visible in Outlook emails

    Hi everyone, I'm having an issue with a website I'm working on.
    On our site, we have a page that generates emails after certain events occur. These are sent to a forwarding address on our mail server, which is then sent to several users on our mail server. These users have their accounts set up in Outlook (one in 2007,
    one in Mac 2011).
    We're are having an issue where these emails are displaying in Outlook with all of the HTML tags in the email visible. One of the users spoke to Microsoft support, and they remoted in and went through their Outlook settings and were not able to find any issues
    there.
    This issue is not global exactly. When one of the users added their email to their iPhone, the email displayed correctly. We added a Gmail account and my work account (which I also access through Outlook) to the forwarding list, and it displayed correctly in
    both. When we view these emails in the server's webmail client, the emails display fine. The issue seems to be with some discrepancy between Outlook and our email server.
    I spoke to our webhost about the issue, and they swore up and down the issue had nothing to do with them, and that it had to be an Outlook issue. I've had several professional web developers analyze the code that creates these emails, and they found nothing
    wrong with it. Something that several of my colleagues and our webhost suggested is that the issue could be with the email headers. This is the header for the email, as viewed through Outlook:
    Return-Path: <[email protected]>
    X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on clubcrown.com
    X-Spam-Level: *
    X-Spam-Status: No, score=1.5 required=7.0 tests=HTML_MESSAGE,MIME_HTML_ONLY,
    NO_DNS_FOR_FROM,NO_RELAYS autolearn=no version=3.3.1
    X-Original-To: [email protected]
    Delivered-To: [email protected]
    Received: by x.com (Postfix, from userid 30)
    id 50F7123D9E; Tue, 11 Feb 2014 14:20:00 -0500 (EST)
    X-Original-To: [email protected]
    Delivered-To: [email protected]
    Received: by x.com (Postfix, from userid 10000)
    id EC28323DA2; Tue, 11 Feb 2014 14:19:58 -0500 (EST)
    To: [email protected]
    Subject: A wholesale order has been placed
    X-PHP-Originating-Script: 10000:thanks.php
    MIME-Version: 1.0
    Any help would be greatly appreciated. Let me know if more information is needed. Thank you.

    Glad to hear that you have found the solution. And thank you for sharing the solution here, it will be helpful to other community members who have same questions.
    Cheers,
    Steve Fan
    TechNet Community Support

  • Is there an issue with Safari in Iphones and Ipads where it does not recognize option disabled="disabled" tag properly?

    Greetings everybody,
    I have run into a peculiar problem with the Safari browser on mobile platforms (IPad, IPod, IPhone) which I hope I can find a solution for in this community.
    I just launched a new website where I sell products with certain variations, for example please view this link: http://www.finerribbon.com/aegean-single-face-satin-ribbon.html
    On this particular product, the product variants are supposed to work in such a way where:
    If you select the value "1/8" from the "Choose Ribbon Width" field
    THEN
    The only options active and available to choose from in the "Choose Roll Size" field should be: 500 Yds, 20 Yds & Sample Swatch
    Now, if we browse to the above link in Safari using a desktop or a laptop, there are no problems at all, but if we browse to the above link using an IPhone or an Ipad, then we have a problem where all the options are available regardless of the values chosen, basically the above functonality does not work.
    I was told that there an issue with Safari in Iphones and Ipads where it does not recognize option disabled="disabled" tag properly, is this true? Can anyone advise me if there is a solution to this problem? I would sincerely apperciate it.
    Thank you very much for your time and help!

    Hi...
    I have run into a peculiar problem with the Safari browser on mobile platforms (IPad, IPod, IPhone) which I hope I can find a solution for in this community.
    Now, if we browse to the above link in Safari using a desktop or a laptop, there are no problems at all, but if we browse to the above link using an IPhone or an Ipad, then we have a problem
    At the top of this window you'll see the following:
    Apple Support Communities > Mac OS & System Software > Safari > Discussions
    This the Safari forum for the Mac OS X.
    Better that you post your topic here  > Developer Forums: Apple Support Communities
    I do see on my iPad what you are rreferring to. But you shoudl get the feedback you need in the developer forum.

Maybe you are looking for