Problem facing while Enabling the disabled component in the client side.

I have a input text component as below
<h:inputText id="city" disabled="true" rendered="true" styleClass="DisabledField" id="city" maxlength="21" value="#{addressbean.city}" />
Initially this component is rendered as disabled. When user changes a value in the DropDown next to it, i invoke a javascript where i enable the abv text field.
function onCountryChange(city){
city.disabled = false;
city.className = "TextBlackNormal";
Now user types a value in the city text field and Submits the form.
In the action method of the managed bean, i found #{addressbean.city} is always empty. ( i am not able to retain this value in next page )
Can anyone explain why it is happening? could you please help me how to resolve this ?
Thanks
-vijay

You need to enable it at the server side as well.
So, either use Java/JSF instead of Javascript (if necessary with some ajax flavor for better user experience) or let Javascript pass a hidden input parameter and let the 'disabled' attribute rely on it.

Similar Messages

  • Trying to record the school band using Garage band and a Pevey PV14 USB. Have connected the mixer to the Mac using a standard USB lead (is that a problem) but after enabling multitrack option we get the error message

    Trying to record the school band using Garage band and a Pevey PV14 USB. Have connected the mixer to the Mac using a standard USB lead (is that a problem) but after enabling multitrack option we get the error message
    'Can't enable track for recording. Input channel already in use.'
    What are we doing wrong?
    Thanks

    skim this tutorial:
    http://www.bulletsandbones.com/GB/Tutorials.html#bsqrecordmultipletracks
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Enable a disabled user on the native oracle resource

    I have to enable a disabled account on the native resource from a form.
    Field name='view.accounts[$(Resource)].enable'
    doesnot work whereas
    Field name='view.accounts[$(Resource)].disable'
    works properly. I have a custom adapter which has the required "SupportsAccountDisable( )" method returns a true value for both enable and disable to work as per the IdM documentation.
    Please help.

    This is an AccessManager related forum. I�m afraid that you won�t get an answer for Identity Manager.
    -Bernhard

  • Microsoft Project does not open; Even after enabling the project from Options - Addins - enable the Disabled file in the Manage options.

    Dear experts
    I have two issues for which I seek help.
    1. My Microsoft project does not open, hangs, no matter how many times I disable the Options -> Addins -> enable the Disabled file in the Manage options.
    I also copied the file and tried. It has no previous versions. Any advice
    I plan to open this in 2013 version of Project later but I really need your advice.
    Regards

    Hi Protocoder,
    If I understand well, this is a 2013 mpp file that you want to open with Ms Project 2013? Then you get Project hang? Are you using Project Server as well or just the standalone MS Project version?
    Can you reproduce this issue with other files or just this file?
    Your file might be corrupted, try this
    method, export the file as XML and saving it back as mpp.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • The "Basic" component of the Develop module in Lightroom 5 disappeared

    Out of the blue, the Basic component of the Develop module disappeared.  How do I get it back?

    Mac Cmd/1
    Windows Ctrl/1
    OR
    Right-click on one of the other panel headers (Tone Curve, Detail, etc.) and make sure there is a checkmark in Basic.

  • What does the field  "Version of the Reporting Component" in the table RSZC

    Hi Experts,
                       Was wondering if any of you have the answer to the following:
    The table RSZCOMPDIR stores details of the queries.
    Now the field "Version of the Reporting Component" in this table contains many different values viz. 0, 11, 13, 15, 100, 101, 102 etc.)
    However, am not sure if this field denotes the object type....for e.g. bot calculated & restricted key figues may have version 15 etc.
    So, in a nutshell, what does the field  "Version of the Reporting Component" in the table RSZCOMPDIR signify?
    Thanks,
    Bala

    I have not seen this done for CVI but I believe for all Microsoft functions such as this you would use ActiveX to call the Word, Excel, and possibly powerpoint ActiveX classes.
    Ian M.
    National Instruments

  • BAPI to update the bulk component in the packaging order.

    Hi ,
    I am working for the process order.
    I want to update the bulk component in the packaging order with the goods receipt batch number of the bulk order.
    Is there any BAPI that I can use for updating the bulk component or I need to use the BDC?
    Regards,
    Kiran Kumar

    Hi Kiran kumar,
    As per my knowledge, there is no BAPI for process order component update
    you need to use BDC for this
    regards,
    sankaran

  • Error: the QueryInterface call on the COM component for the interface with IID '{00063033-0000-0000-C000-000000000046}' failed due to the following error: Library not registered.

    I have a outlook 2007 plugin created in VS 2008 that reads calendar meetings. This plugin also works with outlook 2010. I used to debug this application from VS 2010 as well.
    Last month, I installed Office 365 to test something. Later I uninstalled this version but after that my plugin application is crashing, every time a new appointment/meeting is created in calendar.
    I get the below error:
    Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Interop.Outlook._AppointmentItem'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00063033-0000-0000-C000-000000000046}'
    failed due to the following error: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
    Tekriti Software

    Thanks for your sharing and have a nice day.
    Yoyo Jiang[MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • What is the Oracle 10g services in client-side use?

    What is the Oracle 10g services in client-side use?--------No188

    Hi,
    Don't you think that including the question number tips-off people that this is course work?
    Anyway, Google can be very helpful for finding answers to your Oracle questions. Check this out:
    http://www.dba-oracle.com/t_google_keyword_searching.htm

  • Problem faced while configuring the domain configuration in WLS 10.0

    Hi all, I am trying to set up a Weblogic server 10.0 web application development environment in which we use persistence store, jms server, jms system module, subdeployments and jms system resources. when i configure everything and activate the changes, i get weird exception. but, i could not figure out why it happens. this is the exception
    weblogic.store.io.jdbc.JDBCStoreException: [Store:280064]Expected empty table. (server="AdminServer" store="limJMSPersistentStore" table="limJMSWLStore")
         at weblogic.store.io.jdbc.JDBCStoreIO.initializeEmptyTable(JDBCStoreIO.java:656)
         at weblogic.store.io.jdbc.JDBCStoreIO.open(JDBCStoreIO.java:375)
         at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:327)
         at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:318)
    It says weblogic.management.DeploymentException: The persistent store "limJMSPersistentStore" does not exist. but it is configured in the domain when i see in console. After that all the resources to jms system module also throws the below exception
    weblogic.application.ModuleException: ERROR: Could not activate limJMSSystemModule!limLidbResponseQueue
    reason is weblogic.messaging.kernel.KernelException: The Messaging Kernel limJMSServer has not yet been opened. I also have another problem with resource bundle properties file. weblogic server could not find the properties file. it throws MissingresourceException for all the properties file. i have placed the properties file inside DOMAIN_HOME/app_classes folder

    Hi all,
    The deployment failure of the "limJMSPersistenceStore" - jdbc store was the root cause. I use "limjms" prefix for this persistence store.It was not able to persist because of the data present in the "limJMSWLStore" table in the db schema. when i deleted all the rows and committed. then, restarted the server. Everything worked just fine :). Thanks!

  • Problem faced while opening the Manage tab of DSO

    Hi All,
    I am trying to open the manage tab of the DSO to activate the request to load the data, But it is throwing the ABAP error when ever I am trying to open the manage tab.
      The error message is some thing like this "     Short text of error message:                                                                  |
    Scheduler
    Long text of error message:
    Technical information about the message:
    Message class....... "RSM1"
    Number.............. 000
    Variable 1.......... " "
    Variable 2.......... " "
    |    Variable 3.......... " "   
    any help on this will be very help ful.
    Thnaks,
    vinay

    Hi
    Step1
    Go to tcode SE16 and query the RSODSACTREQ table to find all records where the DATAPAKID > 0 for the DSO you're trying to manage and delete all of those records. This should leave records that have a value in the DATAPAKID = 0.
    Step2
    Query the RSODSACTREQ table again, after the deletion, to find all of the records where DATAPAKID = 0. Change the value of DATAPAKID to 2 for all of these records.
    After completing these two steps, you should be able to manage the DSO.
    Santosh

  • Problems faced while using MicrosoftOfficeInterop

    We are developing a windows program solution in which we programmatically access the Excel functionality and control the behaviour of the *.xlsx files. 
    We are using
     Visual Studio 2012 Professsional,
     Language C# 
     Namespace Microsoft.Office.Interop.Excel.
     Functions being used are standard functions  like 
    ExcelApp.Workbooks.Open(…….)
    WorkBook.Save(..)
    WorkBook.Close(..) etc.
    To control behaviour of .xlsx files, We are also using events like 
    BeforeClose
    BeforeSave
    BeforePrint   etc 
    On few systems (operating systems Windows 7 and above with Microsoft Office 2010 and above) we are facing problems. It gives exception with exception message as  “HRESULT: 0x800AC472”.  This exception is raised randomly (i.e. if it is raised while
    using WorkBook.Save(..) but few seconds  before this , same file is successfully saved at same machine and same path. OR if it is raised while using ExcelApp.Workbooks.Open(…….), the same was successful just before few miliseconds.)
    We know one instance where it is expected to happen. If we are working on a machine where the office installed is a trial version (i.e. the Product Key id is not entered during installation), the above problem is known to happen. But it disappears immediately
    after we feed the Product key. The Program behaves perfectly.
    But on few machines where the windows is properly installed and the Office is also properly installed, the above mentioned problem is faced and we are not able to locate why the problem occurs.
    Can you guide us to locate  the problem and overcome the same?

    Hi Mukund,
    The
    Excel for Developers forum is a better place for Office development questions. Please feel free to open a new thread at there.
    Thank you for your understanding.
    Best Regards,
    Franklin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problems faced while hosting BO in Citrix server

    Post Author: antlupeter
    CA Forum: Authentication
    Hi,
    We have planned to move BO to Citrix servers located in a different location. We are facing a strange issue here.
    While testing BO in the new server we figured that only accounts with admin access were able to use BO. User accounts in BO were not able to use or even login to BO which is currently residing in the new server. The version we use is 5.1.6.
    Any pointers as to why this is occuring. Appreciated response at the earliest.
    Regards,
    Rocky

    Post Author: antlupeter
    CA Forum: Authentication
    Hi,
    We have planned to move BO to Citrix servers located in a different location. We are facing a strange issue here.
    While testing BO in the new server we figured that only accounts with admin access were able to use BO. User accounts in BO were not able to use or even login to BO which is currently residing in the new server. The version we use is 5.1.6.
    Any pointers as to why this is occuring. Appreciated response at the earliest.
    Regards,
    Rocky

  • Skipping a disabled component in the tab order

    It seems that when you disable a button, it isn't
    automatically skipped in the tab ordering. Worse than that, the two
    obvious methods of skipping a disabled component (in topic summary
    above) have no effect. .... Is there a solution for this?

    Hi,
    i got the solution i came to know the meaning of it
    thanks

  • Problem facing while installing Solman7.0

    Hi !
    We are installing Solamn with Oracle 10g+Solaris 5.10..
    We have installed Solman & installed database too. but on running SAPInst PostDB installation, we are getting following errors :
    An error occured while processing service SAP solution manager 4.0
    Support Release 4> SAP Systems> Oracle> Central System>central systems(Last Error reported by the step : Error return code. Diagnosis return code 1 of executable
    /Oracle/SMT/102_64/binlsnrctl indicates an error.
    1. Choose retry to repeat the step
    2 Stop task & continue
    We also tried to start the listener manually by lsnrctl start & listener status..It's giving following error :
    mtlunt29:orasmt 10% lsnrctl start
    LSNRCTL for Solaris: Version 10.2.0.2.0 - Production on 28-MAY-2008 03:35:13
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /oracle/SMT/102_64/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.2.0.2.0 - Production
    System parameter file is /oracle/SMT/102_64/network/admin/listener.ora
    Log messages written to /oracle/SMT/102_64/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=SMT.WORLD)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=SMT)))
    TNS-01150: The address of the specified listener name is incorrect
    TNS-01153: Failed to process string: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=mtlunt29)(PORT=1527))
    Listener failed to start. See the error message(s) above...
    Please help us out with your suggestions ...
    Regards
    Anju

    Did you install Oracle first before you started sapinst? Did you execute RUNINSTALLER in the SAP subdirectory of the RDBMS DVD or the standard runInstaller?
    Markus

Maybe you are looking for

  • How can i create a simple workflow

    hello every body, i would like to add a workflow in my web portal maked with jdeveloper webcenter and i don't know how can i do it. has jdeveloper a workflow application? i need a portlet? i have to create it? i must use oracle workflow builder? Some

  • I bought a movie and the download failed, how do I get my money back?

    Just 10 minutes ago I bought a 8 dollar movie and it failed to download, however my money was not refunded. How do I get my money back or get it to download properly?!

  • Contextual menu on links in mail doesn't work

    I had hoped that this annoying bug was fixed in release 10.10.1 of Yosemite. It is not and I have to ask the question. There is a contextual menu in mail if you option click on a link: The problem is: it doesn't work! All the three options do nothing

  • Leopard Graphics 1.0 Problem

    After installing Leopard Graphics 1.0, I ceased to be able to play DVDs. A DVD is recognized but the player won't start and I just get the color wheel spinning and the system freezing. To correct I reinstalled Leopard, but I was wondering what I need

  • Payment Card Status (PaCa) status Not Approved for authorized card in VKM3

    Hi, We are noticing that SAP is displaying payment card status as 'B' (Not Approved) in VKM3 even though the order has been successfully authorized with the credit card. Does anyone has any idea why and when SAP does that? Any help would be highly ap