SelectBooleanRadio not showing properly with readonly EL

Hi,
I'm trying to implement a group of selectBooleanRadios that the value or selected value is a read-only EL.
Like:
<af:iterator value="#{backBean.items}" id="id0"
var="row">
<af:panelGroupLayout>
<af:selectBooleanRadio group="items" label="#{row.name}"
simple="true" text="#{row.name}"
value="#{row==backBean.targetItem}" id="sbr2">
</af:selectBooleanRadio>
</af:panelGroupLayout>
</af:iterator>
But it seems the selectBooleanRadio select radio disappear (instead of unselected) when the #{row==backBean.targetItem} value is false.
In the ADF faces says: If the EL binding for the "value" points to a bean property with a getter but no setter, and this is an editable component, the component will be rendered in read-only mode.
Is this a case of this sentence? Say:EL with comparison will be considered as read-only and the selectBooleanRadio will never take in any input?

that is correct. if there is no setter, then the user will not be able to change the value

Similar Messages

  • HP computer will not work properly with an HP printer

    I have the following two items that I am trying to use together:
     - HP 23" TouchSmart Desktop, T6500 2.1GHz 4GB DDR3, 500GB HDD (Windows 7)
     - HP OfficeJet 6500 Multi-Function Printer/Scanner/Fax
    When I try to scan to Adobe Acrobat Professional 9.0, the document goes through the scanner, however the dialog box that I would expect (e.g. "Next Page" or "Done") never shows up.  At this point, the system is unresponsive with respect to Adobe or the printer.
    I suspect that it is waiting for the input from the dialog box that never showed up.  I tried to move the other windows to see if the dialog opened in the background, however I am not able to select any of them (they remain frozen).
    I contacted HP Support, only to have them tell me it must be the driver, and I have an "old" printer.  (I did not realize that a 9 month old printer was considered "old").  I have tried all of the possible drivers that are available (original disk, downloads, other downloads from HP tech support), none of these resolves the problem.
    In any case, they were unable to resolve the problem of having an HP computer work properly with an HP printer.  (The printing function seems to work, just very slowly).
    Has anyone else heard of this?  Is there a resolution?

    Update: I am still looking for a solution to this problem - the scanning portion of the Multi-function OfficeJet 6500 does not work properly with the HP TouchSmart computer.
    I have not been able to find anyone in HP that can tell me when (or if) new drivers will be released for this printer.
    I decided to investigate upgrading to a newer version of printer since HP told me the 9 month old printer I have was "obsolete", only to find that the identical printer is still on sale in many stores.  Hmmm....
    I feel like I am getting the run-around from HP.
    I have since tried several more driver/software combinations, but every time I have the same problem (as described in the previous post).
    If anyone has any ideas or suggestions, I would be most happy to hear them.
    Thank you.

  • My iPad is not syncing properly with my calendar on my computer.  Everything is a day off on the IPad.  Any suggestions?

    My iPad calendar is not syncing properly with my computer.  Everything in the iPad Calendar is one day off....any suggestions?

    Susan,
    Also note that the calender can be set to preserve a time zone by going to Settings > Mail, Contacts, Calendars and turning ON Time Zone Support - but then your flight times will be correct for the local time zone...found that one while on travel and the calender was showing a flight time that was an hour earlier than I thought it was.  I had not turned on Time Zone support and it moved the time I had entered at home to the time of the local zone.
    Convenient as long as you pay attention

  • Anychart labels not showing properly..

    Hi all...
    Anychart Version: 5.1.2
    I have a bar simple bar chart which calculates surgeons and their percentage of surgeries.
    x axis: surgeon name (labels rotated to 90 degrees)
    y axis: percentage
    If i am just showing 10 surgeons it is showing properly.
    But if am trying to show all the surgeons (around 100 surgeons on x axis).
    The Flash chart x axis labels are not showing properly
    In this thread..Austin suggested to increase the width of the chart
    APEX Flash Chart labels not displaying
    If i increase the width the labels are showing properly. But the chart looks so ugly with huge width. Is there any other way to show the labels properly
    without incresing the chart width
    In Mozilla filefox i checked the XML returned. In the XML it is showing the labels but in the chart
    it is not showing up.
    Sample X axis..
    The X axis is looking like this..
    s s
    u u
    r r
    g g
    e e
    o o
    n n
    1 3
    It is not showing the "surgeon 2" which is between 1 and 2
    This is custom XML that i am using..
    <anychart>
    <margin all="1"/>
    <settings>
    <animation enabled="true"/>
    </settings>
    <charts>
    <chart use_anychart3_data_model="true" use_sets_colors="false">
    <chart_settings>
    <title enabled="True" vertical_padding="30">
    <font bold="True" size="15" />
    <text>Death by Surgeon</text>
    </title>
    <subtitle enabled="True">
    <background enabled="false" />
    <font bold="False" size="15" />
    <text>Arranged by Increasing Annual Rate of Procedure</text>
    </subtitle>
    <footer enabled="true" align="Center" padding="30">
    <background enabled="false" />
    <font bold="False" size="12" color="Red"/>
    <text><![CDATA[Notice: This report generated considered privileged and confidential. &APP_TIME_STAMP.]]></text>
    </footer>
    <axes>
    <y_axis>
    <title><text>Percentage</text></title>
    <labels>
    <format>{%Value}{numDecimals:0}</format>
    </labels>
    </y_axis>
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    </x_axis>
    </axes>
    </chart_settings>
    <data_plot_settings default_series_type="Bar">
    <bar_series>
    <tooltip_settings enabled="True">
    <format>
    {%SeriesName}{numDecimals:2,thousandsSeparator:}
    {%YValue}{numDecimals:2}%
    </format>
    </tooltip_settings>
    <bar_style>
    <states>
    <normal>
    <fill color="%Color"/>
    <border color="DarkColor(%Color)" thickness="1"/>
    </normal>
    <hover>
    <fill color="LightColor(%Color)"/>
    <border thickness="2"/>
    </hover>
    </states>
    </bar_style>
    </bar_series>
    </data_plot_settings>
    #DATA#
    </chart>
    </charts>
    </anychart>please help me to solve this

    Hi,
    100 columns is a lot of columns. I understand why you are having this issue. I think you have two options here:
    First, you could use a scrolling chart.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    <zoom enabled="true" allow_drag="false" />
    </x_axis>Second, you could reduce the font size of the labels on the x-axis to a very small number, so that the text of the label is not wider than the column width. With 100 columns, you are probably talking about a terribly small font size, probably making it unreadable.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90">
    <font size="4" />
    </labels>
    </x_axis>Austin
    Edited by: AustinJ on Feb 11, 2011 11:13 AM - fixed typos

  • Not Syncing Properly with Gmail

    Hello fellow Mac owners/fans,
    I am new to Snow Leopard. Just upgraded from Tiger today. Such a nice improvement! Anyways, as such, I was setting everything up when I ran into a problem with Mail
    Mail is not syncing properly with Gmail. My Gmail account has roughly 5800 total messages and 1900 unread messages (I need to clean it up quite a bit, I know ). Mail shows it as having 8500 total messages and 2200 unread messages. Mail is quite wrong. I don't know if I accidentally fetched some of the Gmail files twice, or what, but I would like for Mail to be correctly synced with Gmail.
    Any ideas on what to do? Is there a quick fix or am I going to have to reset Mail?
    I very much appreciate any help! Thanks for your time!
    -Kyle

    Hello,
    You may have the dreaded double download disease. I was just fighting the bug this morning, and may have a cure that I am hoping some other guinea pig will test.
    You may want to check and see if you see duplicate emails in Mail. If you want to know more about the issue you can search duplicate emails.
    Anyway the secret medicine if it is a duplicate issue may be below. (It seems to be working for my issue, but am trying to get some other confirmation)
    I came across an old hint (from 2001 at Mac OS X hints)
    It states:
    Avoid receiving duplicate emails in Mail.app
    Sun, Dec 23 2001 at 9:54AM PST • Contributed by: NikWest
    There is a hidden default for Mail, which I do not think has been mentioned here. You can avoid receiving duplicate Messages (e.g. from mailing lists) by opening a Terminal and typing:
    defaults write com.apple.mail UniqueMessagesBeforeRouting 1
    Before receiving the whole message, the message ID (a mail header) will be checked. If there's already a mail with this message ID, it will be discarded.
    To disable the feature, repeat the command with a '0' at the end instead of a '1'.
    This seems to work for now, any one else willing to try?
    Good luck

  • My garage band will not work properly with new lion upgrade..HELP

    My garage band will not work properly with new lion upgrade..HELP
    I have tried to open old session i have done in garage band and many of the effects and instruments I have used will not show up. The system seems to have a bug.

    If the graphical user interface looks broken, that is quite often a problem of corrupted user preferences - have you tried to remove the preferences file, as described in the FAQ
    http://www.bulletsandbones.com/GB/FAQPages/OddBallProbs.html
    Here is again the short version:
    Quit GarageBand, if it is running.
    Open your User Library in the Finder. It is hidden in MacOS X Lion, so use the Finder's "Go" menu:
    Finder > GO    hold down the "Options" key, until the library appears in the menu, select it.
    In the window that opens, open the folder "Preferences" and remove the file:com.apple.garageband.plist and com.apple.garageband.plist.lockfile
    Then try again to run GarageBand and download the loops.
    The preferences file stores all you user settings that you set using the "Preferences" panel in GarageBand, also the layout of the GarageBand window and the location of your recent projects. You will have to enter these settings again after removing the file.
    Regards
    Léonie

  • ICal To-Do list does not sync properly with Mail To-Do list

    For some reason, my iCal To-Do List does not sync properly with my Mail To-Do list. Any thoughts on how to get them to sync properly? I always have more To-Dos on my Mail list than my iCal list, which probably means that when I complete a To-Do in iCal, it doesn't register with Mail.
    Any thoughts?

    ensure that your mail set up is checked for syncing note; your comment on the todo list is valid and i have been asking the same question for a while. ToDo also syncs on blackberry? I guess it shows that third party software is the kick that come corp's need to pick up their act.

  • Remote not working properly with Apple TV...sporadic fuctioning

    Hello,
    I have no idea what caused this to happen, but both my remotes (I have one from my MacBook Pro and one from my AppleTV) seem to not work properly with AppleTV. It sometimes works but it is extremely frustrating as it only registers about 1 out of every 10-20 clicks then continues to remember the previous clicks therefore making it essentially impossible to select the desired menu/item. Basically it just seems like it's out of control!
    I tested whether it was the remote or AppleTV that was causing the problem by running Front Row on my MacBook Pro and both remotes seem to navigate Front Row perfectly fine. They both act the same way with AppleTV, whether they are paired or not. It seems as though something happened with my AppleTV. This problem occurred randomly, with no specific cause I can think of.
    Please let me know if any of you have ever experienced this problem and what your solution was, if any!
    I have tried restoring to factory conditions, resetting settings, ran diagnostics, unplugged and replugged it, and nothing seems to be working!
    Oh, and I just replaced the battery on one and have tried swapping batteries, etc.
    HELP PLEASE!
    Thank you,
    Travis

    The menus have never been as responsive as they used to since the 2.0 update in my opinion - basically AppleTV seems to cache/buffer remote click if it is busy or perhaps waiting for something to stream from itunes, and when resources become available it suddenly executes all command rapidly which makes it behave wildly in menus.
    Usually happens I find after restarting the unit or if streaming drives have gone in to power saving modes and there's a delay while they wake up to feed the AppleTV.

  • Help, web cam is not working properly with win vista

    Hii.. my web cam is not working properly with win vista..even if the icon appears bt it does nt start.. its
    lenovo easy capture 2.5...so if u cud suggest me anything...
    Moderator note; subject edited

    re-install drivers and try again. ( also easy capture )

  • My maps are not showing buildings with clarity. They have no color. It's like my maps are outdated but my ipad is fully updated. I can't get the option of views in my ipad

    My maps are not showing buildings with clarity. They have no color. It's like my maps are outdated but my ipad is fully updated. I can't get the option of views in my ipad. Like the downtown view and stuff. Please help.

    What locations are you seeing these "problems"? If the satellite photos are older or not as clear, you may see some of what you describe. Take a look at one of the major cities and see if they are also appearing as you describe. Someplace like New York, London, Paris. Those are among the cities that seem to be updated most frequently.
    Incidentally, the maps are web/cloud based and not contained within the maps app on your iPad, so regardless of the version of your app, you will still get the most current map available.

  • FW CS6 Align tool not working properly with lines of text

    Much to my surprise the align tool is not aligning properly with text and I'm not sure what the issue is. My snap to grid distance is set at 1 in preferences.
    Task: Left-align several vertically-stacked lines of type using the alignment tool. All lines have text-align: left.
    Result: Some of lines of type display 1px off from each other. Using the right-align tool yields the same issue.
    Oddly enough shapes align pixel-perfect.
    Any ideas? Thanks!

    I'm not certain of this, but I believe the Align panel aligns the text runs as opposed to the text boxes themselves. This should be a good thing, as it's usually the text that needs to be aligned, not the invisible boxes containing the text.
    Could that be what's happening?

  • Thai characters not showing properly

    Hi,
    When creating a product catalog in thai language the characters do not show properly. The characters have small aspects attached to them that hover above as you can see here http://www.gte-premium.com but when editing in Indesign the small aspects that are meant to hover above overlap the portion of the character below and are not aligned left to right properly.
    I have tried every thai-friendly font I can find but this does not fix the problem, how can I amend this?
    Thanks in advance

    If you're using a well-made font, you can probably get the tone marks to behave by turning on the World-Ready Composer. It's exposed in InDesign CC and CS6, in the Paragraph menu I think, but if you're using an earlier version of InDesign it's a hidden feature that you would need to use a script or a plugin to turn on.

  • Hi, My iPhone 4s does not work properly with the sound.

    Hi, My iPhone 4s does not work properly with the sound. It just ring. Any other app it doesn't make sound unless I have my headset or bluetooth. And it make me choose between "DOCK CONECTOR" or my "APPLE TV". Why? Or any sugestion plz

    Hi M3MB3R,
    Thanks for visiting Apple Support Communities.
    You may find the troubleshooting tips in this article helpful:
    iPhone: Sound muffled or low from the speaker or when speaking into the mic
    http://support.apple.com/kb/TS1631
    Cheers,
    Jeremy

  • My iphone 5 does not work properly with Ford Sync,

    Hi, My iphone 5 does not work properly with Ford Sync, everytime I pair the phone, Ford sync navigation system freezes and does not work !
    Can someone help.

    Hi M3MB3R,
    Thanks for visiting Apple Support Communities.
    You may find the troubleshooting tips in this article helpful:
    iPhone: Sound muffled or low from the speaker or when speaking into the mic
    http://support.apple.com/kb/TS1631
    Cheers,
    Jeremy

  • TS4002 Icloud Mail doet not work properly with PC since a few days!!!

    Icloud Mail doet not work properly with PC since a few days!!!

    If you can't solve your issue and no one in the community can help, contact support to speak with a tech support agent at (800) 631-3811.
    - Peter

Maybe you are looking for

  • SAP Web Service error text : The database returned a value containing an error , type  CX_SY_OPEN_SQL_DB

    Hello Guru's, we are creating sales order in SAP from a quote created in .NET,  through Web Service created in SAP, and consumed in .NET. When ever a order is created in SAP for a given quote, SAP returns the sales order number to .NET. Orders are ge

  • Modify the standard screen of a report

    I've just created a report with some parameters and when i try to modify the standard screen of this report via se80 i've got a warning message that tells me that all changes in standard selection dynpro will be discarded. Does that mean i can't modi

  • Rating system

    Hi, I am implementing the rating system in the application where the user chose the rating from the fiveoptions of 1,2,3,4,5 and then submit, the rating field holds the value of the submited value, when i try to rate again, it picks the current value

  • Recording audio : Input level automatically compressed?

    Hi, in my short experence using Soundtrack Pro, I have never been able to get an input level positiv (yes I know that it means "saturated"). Is the audio signal automatically compressed if it exceeds 0dB ? Thanks for your help. Eric

  • SAP GUI Scripting: Script Is Running.....Help!

    Hello all, I'm new to the forums and have an SAP question problem. I'm an end user of SAP and have been using it since 2002. A couple of weeks ago when I logged into SAP I noticed a red/white icon in the lower right corner of my screen. When I hover