Checkbox appears readonly when using selectbooleancheckbox

I am using selectbooleancheckbox type to render checkbox on a table column for transient parameter of type boolean in my VO..but when I execute the page, I am getting checkboxes are readonly in all rows of the table. If anybody has encountered such problem before, can you tell me whats the possible soln for this?

Hi John,
Me too is facing the same issue. I verified my VO and it has the updatable flag set to "Always".
Please let me know how to make the bound boolean check box as editable.
Thanks
Rathnam

Similar Messages

  • How do i stop the rainbow coloured circle from appearing especially when using IPhoto?

    how do i stop the rainbow coloured circle from appearing especially when using IPhoto?

    Back up all data immediately as your boot drive may be failing.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|Previous Sh' | tail | open -ef
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.

  • How can I improve the quality of a photo that appears blurry when used in iMovie but not in iPhoto?

    A 320 x 240, 35 KB Jpeg file looks crisp and in focus in iPhoto.  But as soon as I put it into iMovie and hit full screen, it's blurry and looks terrible.  A photo taken with my Nikon D7100, a 3872 x 2582, 2.5 MB Jpeg photo translates to the big screen just fine, with perfect clarity.  How can I use this former picture but increase its clarity when it's magnified in iMovie?

    Apologies for opening this up again:
    I rasterised and embedded the photos, liked what I saw and marked the question as answered, then I zoomed out and lo! The white jaggedy edges are back! This is despite the fact I rotated them to vertical before rasterising them.
    It appears that the pixels in the rasterised image are relative to the screen, not relative to the object... so when I rotate the photo it goes back to the original hi-res photo and re-rasterises it to fit the new orientation.
    Also doing this has not lowered the filesize at all... It does appear that when you rasterise an image in Illustrator, the new raster is only a veneer, the original (hi-res photo) is still lurking in the background.

  • Problem with checkbox in JTable when using MyTableModel

    Hi all,
    I have been trawling these message boards for days looking for the answer to my question but have not had any success.
    I am extending AbstractTabel model to create MyTableModel which returns a vector containing the results of a MySql query. One column in this query returns a "0" or "1" which I then store as the boolean value into the vector so that it is rendered as a checkbox on the screen.
    I have also overridden the setValueAt method. THe problem is that when I attempt to check the box in the table, the checkbox isn't actually checking.
    Do I need to implement some sort of listener which picks up the user clicking the box and refresh the model?
    Here is my model code:
    public class MyTableModel extends AbstractTableModel {
        private Vector v = null;
        int listId;
        MyTableModel(int listId){
            this.listId = listId;
            v = new ListItemManagement().getFullList(listId);
       public Class getColumnClass(int c) {
            switch(c) {
                case 6:
                    return Boolean.class;
                default:
                    return Object.class;
        public String getColumnName(int colIndex){
            return ((String[])v.get(0))[colIndex];
        public int getColumnCount() {
            return ((String[])v.get(0)).length;
        public int getRowCount() {
            return (v.size() - 1);
        public Object getValueAt(int rowIndex, int colIndex) {
            return ((Object[])v.get(rowIndex + 1))[colIndex];
        public void setValueAt(Object aValue, int rowIndex, int colIndex) {
            System.out.println("Value: " + String.valueOf(aValue));
            Object row[] = (Object[]) v.elementAt(rowIndex);
            if(colIndex<6){
                row[colIndex] = (String)aValue;
            else{
                row[colIndex] = (Boolean)aValue;
            v.setElementAt(row, rowIndex);
            fireTableCellUpdated(rowIndex, colIndex);
        public boolean isCellEditable(int row, int col) {
            //Note that the data/cell address is constant,
            //no matter where the cell appears onscreen.
            return ! (col < 6);
        }Here is the getFullList function which returns the vector:
                rs = stmt.executeQuery();
                ResultSetMetaData colData = rs.getMetaData();
                int columnCount = colData.getColumnCount();
                String[] columnNames = new String[columnCount];
                for (int i = 0; i < columnCount; i++){
                    columnNames[i] = colData.getColumnName(i + 1);
                Vector v = new Vector();
                v.add(columnNames);
                while (rs.next()){
                    Object[] values = new Object[columnCount];
                    for (int i = 0; i < (columnCount-1); i++){
                        values[i] = rs.getString(i + 1);
                    int sel = rs.getInt("selected");
                    System.out.println(sel);;
                    if(sel==0){
                        values[columnCount-1]=new Boolean(false);
                    else if (sel==1)
                        values[columnCount-1]=new Boolean(true);
                    v.add(values);
                rs.close();
                stmt.close();
                return v;

    Thanks for the replies, much appreciated.
    I've looked at the Swing jtable tutorial and added a TableModelListener and have managed to achieve the desired results but for one thing.
    When I attempt to check the box on the first row of the jTable I get a runtime error:
    Exception in thread "AWT-EventQueue-0" java.lang.ArrayStoreException: java.lang.Boolean
    at project.MyTableModel.setValueAt(MyTableModel.java:65)
    I have been playing around with the setValueAt method and it is in my original post. Here is how it currently looks:
        public void setValueAt(Object aValue, int rowIndex, int colIndex) {
            System.out.println("Value: " + String.valueOf(aValue));
            Object row[] = (Object[]) v.elementAt(rowIndex);
            if(colIndex<6){
                row[colIndex] = (String)aValue;
            else{
                    if(getValueAt(rowIndex,colIndex).toString()=="true"){
                    row[6] = new Boolean(false);
                else{
                    row[6] = new Boolean(true);
            v.setElementAt(row, rowIndex);
            fireTableCellUpdated(rowIndex, colIndex);
        }

  • Youtube's video layout does not appear properly when using Firefox.

    [http://img.photobucket.com/albums/v344/Hoofbeats/Picture1-2-1-1.png]
    This is what Youtube videos look like when I watch them; the option buttons normally under the video are now hidden by the video. They are still clickable, but pretty much unviewable. This only appears when I'm using Firefox.
    I'm on Firefox 3.6.12, and on Mac 10.5.8. My plugins for flash and such are all up to date, and I disabled any add-ons relating to Youtube to see if they were effecting it. No results.

    this is caused by kwiclick. disable that addon and it's fixed.
    kwiclick adds the little icons on top of the video that pushes it down, covering the lower buttons and viewcount. you can see the icons in OPs picture.

  • Open File Dialog appears TWICE when using servlet to download an attachment

    Hi,
    This is KILLING me!!! Please HELP.....
    I am using a servlet to download an xml file, which I build on the fly based on user interaction.
    The open file dialog appears nicely and I hit open. The dialog pops up again immediately and I have to click open again in order to open the file.
    This works fine when file extension is txt and I DONOT have to click twice. Here is the code:
    String xmlString = getXMLString(); //builds xml
    String fileName = "myFile.xml";
    response.setContentType("application/x-download");
    response.setHeader("Content-disposition", "attachment;filename=" +fileName);
    PrintWriter out = response.getWriter();
    out.print(xmlString);
    out.flush();
    I am using IE6.0 sp2

    http://forums.java.sun.com/thread.jspa?threadID=596940&tstart=20

  • IPad Air does not appear online when using "Find my Phone"

    Curious why my iPad Air appears "offline" in the Find my Phone app when it is in sleep mode.  All of my other devices (iPhone 5 & iPhone 4) both appear online (and on the map) even though they are sleeping. 
    All devices are running ios7 and are connected to the same wifi network.

    Hey there MntnBikeCT,
    It sounds like you have the iPad Air setup with Find my iPhone but you are not able to locate with the app on a different device, but other devices work just fine. I suggest these steps from the article named:
    iCloud: Troubleshooting Find My iPhone, iPad, iPod touch, or Mac
    http://support.apple.com/kb/TS4006
    "No location available," "Offline," or "Location Services Off" alerts
    This can occur if:
    The date on your device is incorrect. Choose Settings > General > Date & Time to check and set the date.
    Your iOS device is currently off or not connected to a data network (Edge, 3 or 4G, or Wi-Fi). Wait a few minutes and try again.
    Your iPad (Wi-Fi only), iPod Touch, or Mac is currently off or not connected to a Wi-Fi network.
    Location Services is not enabled on your iPhone, iPad, or iPod Touch (Settings > Privacy) or on your Mac (Date & Time) preferences. Learn more about Location Services on your Mac:
    OS X Mountain Lion or later
    OS X Lion
    You are located in a country where Apple does not offer this feature. This feature may not be available in all countries due to technical limitations or local law.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Editing selcted checkboxes in JSF when using h:dataTable

    I have a few records coming in from the Database which are displayed with checkboxes . The JSP code for them is as follows
    <h:dataTable value="#{InvestigationDefendantView.investDefsFindingsModel}" var="def" border="0" >
    <h:column>
    <h:selectManyCheckbox value="#{InvestigationDefendantView.addtype1}" disabled="false">
    <f:selectItem itemValue="Current" itemLabel="Current"/>
    <f:selectItem itemValue="Mailing" itemLabel="Mailing"/>
    <f:selectItem itemValue="Posible" itemLabel="Posible"/>
    <j4j:idProxy id="DefAddTypeProxy"/>
    </h:selectManyCheckbox>
    </h:column>
    </h:dataTable>***********************************************8
    The View class has this get method
    ======================================
    public String[] getAddtype1()
    Logger.info(this, "addtype testing", this.faddType.size());
    if (this.faddType.size() > 0 )
    ArrayList<String> alcb = new ArrayList<String>();
    for (int i = 0; i < this.faddType.size(); i++)
    alcb.add(this.faddType.get(i));
    String[] tempArr = new String[alcb.size()];
    for (int i = 0; i < alcb.size(); i++)
    tempArr[i] = alcb.get(i).intern();
    return tempArr;
    return new String[0];
    }===========================================================
    Now when i edit , It shows all the checkBoxes for a perticuler type (e.g. current ) selected even if one of them was selected while adding the record since the h:datatable runs a loop for all the records in a row and my getaddtype1 shows gets called every time and the value faddType.size() is reset every time this method is called .
    What i want to do is show only those records checked which were selected while adding . please help me in solving the issue

    You need to bind the input values of each row to the row object behind the 'var' attribute of the h:dataTable.
    Also see this article how to use datatables: [http://balusc.blogspot.com/2006/06/using-datatables.html].

  • Can you change the appearence of individual icons (forward, etc) when using an existing persona?

    I would like to change the appearance of the icons (forward, home, etc) when using a pre-existing persona. It appears that when using a persona the icons used are from the FF4 "default theme".

    You can try to force Firefox to use a theme with the persona.
    *https://wiki.mozilla.org/Personas/Personas_and_Themes

  • FW: Caret Location Right Justified for LI when using HTMLEditorKit

    It appears that when using the HTMLEditorKit and inserting any sort of list
    item (ordered list or unordered list) into a view (while in edit mode), the
    caret is initially *---------| right justified with respect to the bullet
    image. If the identical html is loaded all at once however the caret is *-|
    left justified with respect to the bullet image. Is this a bug in
    HTMLEditorKit?

    Sure it is. In this special case IBM's JDK does a better job (at least under Linux).
    Generally I'm totally disappointed by the whole HTML package. I've been trying to implement a really primitive WYSIWIG-HTML-editor which understands <p>, <ul>, <h1> <b>, <i> and <a href>. It is a nightmare!
    - Dynamically modifying the document's structure (e.g., by making a <li> out of a <p>) works more or less, but you have absolutely no control over caret movement, and different JDK's make it differently!
    - The HTMLDocument inserts crude "extra-tags" (e.g., those <p-implied>'s. You never know exactly the structure of your document, and after a long debugging session you notice that the HTMLDocument was bluntly inserting yet another artificial element you did not specify. No docs at all what's going on.
    - It is nearly unbelievable how complicated so simple things like
    are internally modelled.
    - Frankly spoken: The whole document model sucks. Has to be harmonized with XML, DOM, JDOM, and all those nice new technologies where Java does a good job (unless you need a GUI...)
    If anybody has an idea to make it properly -> pls let me know
    thx
    Karl

  • No checkbox appears in dialong box to "use local drafts folder"

    Using Windows 8.1, ,Word 2013, and IE 11.  When I edit a document from SharePoint Foundation 2010 (Hosted), no checkbox appears in the Microsoft Internet Explorer dialog box to "use local drafts folder".  As a result, no SharePoint
    Drafts folder is created in the location specified under Word 2013 Save Option for offline editing and the SharePoint file is not downloaded locally.  I performed the following troubshooting steps below with no fix so far. 
    1) Confirmed that "SharePoint OpenDocuments Class" is "enabled" as an add-on under IE.
    2) Confirmed that Word 2013 Save setting for offline editing are marked as follows:
     Save checked-out files to “The server drafts location on this computer”
     Server draft location: \\users\xxxx\documents\SharePoint Drafts
    3) Tried the SharePoint checkout and editing on a Windows 7, IE 11, Word 2010 workstation and there was no issue.  Checkbox appears. 
     I've exhausted all resources.  Please assist with providing next steps. Unable to load a Screen shot below due to account validation critieria.
    Kind regards,
    Nancy Page

    Hi,
    According to your post, my understanding is that you wanted to display the “use local drafts folder”.
    In Office 2013 it is by design.
    The “Use my local drafts
    folder” functionality has been removed for Office
    2013. 
    This step has been done in order to improve the Client/Server communication by removing some of the redundant network calls generated by this process.
    In order to get office files synchronized with SharePoint document libraries you could
    use SkyDrive Pro instead.
    SkyDrive Pro is getting installed with Office 2013 but is available as a standalone setup as well.  But please note that SkyDrive Pro requires to have a SharePoint server
    2013 installed or a O365 subscription, which brings SPO
    2013.
    If you want to use the “use my local drafts folder”, you should install the Office 2010 instead of Office 2013.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to force simple tags and null attributes to appear when using SQL/XML?

    Hello everybody:
    I'm developing a non-schema based XMLType view.
    When the XML document is generated, i noticed two things I need to manage in order to achieve the desired result:
    1. Oracle generates a <tag></tag> pair for each XMLELEMENT defined; in my case, some tags need to appear as <tag/>... how do I do? Is it possible when using schema based XMLType views? Is it possible while using a non-schema approach?
    2. When using XMLATTRIBUTE('' AS "attribute") or XMLATTRIBUTE(NULL AS "attribute"), no one attribute with label "attribute" and null value appears at the output; how do I force to Oracle DB to render those attributes which are with no values (needed to render those attributes as another parsing code will await for all the items)?
    3. Some tip about how to route the output to an XML text disk file will be appreciated.
    Thanks in advance.
    Edited by: Enyix on 26/02/2012 11:21 PM
    Edited by: Enyix on 26/02/2012 11:22 PM

    Hello odie_63, thanks for your reply:
    Reasons why needed single tags are these two next: Needed to generate a single XML file from 50,000,000 rows, where the XML ouput matches not only row data but another default values for another elements and attributes (not from database but using strings and types with default values); by using start and end tag, the generated file is as much twice bigger than using single tags; second, needed a very precise presentation for all the document.
    For generating that document, currently focus is based on using a batch process relying on Spring Batch with using a single JDBC query where a join happens between two tables. From my point of view, that approach uses: database resources, network resources, disk resources, and processing resources, including the price of making the join, sending to network, creating objects, validating, and making the file (Expending too much time generating that XML file). That processs currently is in development.
    I think possibly another approach is delegating the complete generation of that file to the database using its XML capabilities. My current approach following your recomendations is to generate a clob where I will put all the XML and putting it into a table. It leads me to another issues: Considering limitations on memory, processing and disk space, needed to append a single row-as-xml into the clob as soon as possible, and putting the clob inside the field as soon as possible, or putting the clob inside the field, and appending into it as the data is generated; so How do I manage the process in order to achieve that goals?. Seen these issues aren't related to my original question, so I'll open a new post. Any help will be apreciated.
    Thanks again in advance.

  • TS2755 Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help of how to set up messages on each

    Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help on how to set up messages on each device separately and to start using messages app on each device independently. Thanks

    search google for "iphone remove picture from contact"

  • My files, photos, email files, software programs, and all information did NOT transfer over to Mavericks (from Mt. Lion).  How do I get all my stuff to appear when using Mavericks?

    Will someone please help me?
    My files, photos, email files, software programs, calendar info, and all information did NOT transfer over to Mavericks (from Mt Lion).  How do I get all my stuff to appear when using Mavericks?
    My email did transfer over.
    Thank you.

    First click on the Apple > Logout and Log back in or restart the unit see if that solves it.  If it doesn't do you have a backup of your system prior to upgrade?  Check Disk Utility and see how much space is being used to make sure the drive wasn't somehow erased.

  • How to change gtk theme dialog box button appearance when using tab?

    Hi,
    I'm using candido as my gtk theme and have noticed that when a dialog box pops up (Yes / No), it is extremely difficult to tell which option is highlighted. How do I change this appearance? I searched through the gtkrc and even used gimp to manipulate the images used via trial and error to see if I found one that worked. Can someone familiar with gtk themes tell me which gtkrc or image to alter to affect this appearance?
    I use tab to select my option a ton and hate not being able to tell what I'm looking at.
    For reference,
    - here is the current look (can you tell which one is highlighted? It's "Cancel" -- just slightly bigger or a fine line around it) LINK
    - here is the gtkrc if that helps? LINK
    For one more point of clarification, I'm not talking about the button appearance on mouseover. I have identified that the button-prelight.png file changes that. I specifically am talking purely about a dialog popping up and then using the tab key alone to highlight through the options. I really like this theme, but this one thing drives me crazy. This appearance changes when I select different themes with lxappearance, so I've narrowed it down to being a gtk-theme issue, not my openbox theme or icon set.
    Many thanks!
    Last edited by jwhendy (2011-02-02 18:11:10)

    HI,
    Debug the program after you press the CANCEL button , you will get where the conrol is flowing , And instead of using
    Leave to screen '910'          use               Leave to screen 0.
    Regards,
    Madhukar Shetty

Maybe you are looking for

  • No track list shown

    Hi, I have a problem with iTunes. I started it some minutes ago in order to search for a song. But the results of my search were not shown in the usual way. Usually there is a window on the top and a long list with all songs found among this window.

  • HT4623 App not loading

    Why is my ipad and iPod with different apple ids not loading apps and iMessage not working? Wifi is working as can you the browser Have tried restarting and resetting

  • J7u17 WEB_JAVA_SECURITY_LEVEL= doesnt work?

    Anyone else notice that if you try to invoke the installer switch "WEB_JAVA_SECURITY_LEVEL=" its ignored when installing the EXE per the documented standards here?: [http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jre-installer-options.

  • Open .BMP files

    Hi On SP 2013 Having some BMP files ...now it opens up within IE   - how do I force it to open in Paint?   

  • Scanning into photoshop CS5.1

    Photoshop CS5 does not list my scanner in the File/ Import menu. Is it a twain problem. Anybody know of a fix?