RadioButtonGroup embedded in a table

I'm trying to figure out how to get the selected radio button in a multi-row table. I'm not sure if I need to do something with the RBG "selected" property or not--binding that to an Object array in the SessionBean is causing an error. Does anyone have an example of doing this?

It's interesting, but doesn't quite get me there. In my case I have a RadioButtonGroup with three RadioButtons. I want to get the String value of the selected RadioButton.
I'm convinced there must be a way to read table values without relying on a DataProvider. If, like in his example, you have a table column unbound to a DP and the user enters some information into that column, there must be a way to retrieve it. The browser should be sending that data with the HTTP postback, but I don't see how one retrieves it. His example only shows fetching a row number, not the data within that row. How is that done?

Similar Messages

  • VI embedded in a table

    I try to build a 100X400 table that has VIs, numeric, string (eg the first row is VI, the 2nd row is numeric, 3rd row is numeric). Each record is each column. With this table, I will access each column to get data and run VI embedded in that table. What kind of control or (if there is no control can do that) method is for doing that?

    How about an array of clusters: each element contains a VI path and a 1D array of data. Call the VIs by reference, passing the data associated with the VI path. See the attached example.
    Attachments:
    CallVIsWithData.vi ‏56 KB
    IsSumGT0.vi ‏23 KB
    IsProductGT0.vi ‏23 KB

  • Two Questions Re: Embedding Flash and Tables Shortcut

    .
    Two Questions Re: Embedding Flash and Tables Shortcut
    1) I work on a Mac and use Dreamweaver 8. Often I like to
    embed Flash objects into a page and I do this by using
    Dreamweaver's INSERT > MEDIA > FLASH. However, the SWF file
    doesn't show up on the published web page and I’ve never had
    this issue using previous versions, so I’m not sure what to
    do? Here's what Dreamweaver generates when I use their INSERT
    feature:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','550','height','180','src','flash/BANNER.HOME','quality','high','pluginspage','http:// www.macromedia.com/go/getflashplayer','movie','flash/BANNER.HOME'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="550" height="180">
    <param name="movie" value="flash/BANNER.HOME.swf">
    <param name="quality" value="high">
    <embed src="flash/BANNER.HOME.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="550"
    height="180"></embed>
    It seems a bit weird that the SWF file is not showing
    considering Flash & Dreamweaver are the most compatible apps,
    no? I’m assuming if Dreamweaver is generating this code it
    should work, no?
    2) I’m getting an error when trying to use the Tables
    short cut COMMAND+ OPTION+T that reads...
    "While executing objectTag, the following JavaScript error(s)
    occurred:
    At line 26 of file “Macintosh
    HD:Applications:Macromedia Dreamweaver 8:
    Configuration:Objects:Common:Table.htm”:
    TypeError: cmdDOM.parentWindo.createTableStr is not a
    function"
    What’s strange is it was working fine last week and for
    the life of me I don’t know what could of happened to make
    this shortcut get corrupted?
    I’ve reinstalled the app multiple times and still I get
    the same error :-(
    Any help is greatly appreciated!
    Thanks in advance!
    .

    > It seems a bit weird that the SWF file is not showing
    considering Flash &
    > Dreamweaver are the most compatible apps, no? I?m
    assuming if
    > Dreamweaver is
    > generating this code it should work, no?
    It works. Most likely you have not uploaded the Scripts
    folder referenced
    in the head of the page.
    > What?s strange is it was working fine last week and for
    the life of me I
    > don?t
    > know what could of happened to make this shortcut get
    corrupted?
    Troubleshooting JavaScript errors in Dreamweaver
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19105#dat
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Rupda" <[email protected]> wrote in message
    news:[email protected]...
    > .
    >
    >
    Two Questions Re: Embedding Flash and Tables Shortcut
    >
    >
    >
    1) I work on a Mac and use Dreamweaver 8. Often I like to
    embed
    > Flash
    > objects into a page and I do this by using Dreamweaver's
    INSERT > MEDIA >
    > FLASH. However, the SWF file doesn't show up on the
    published web page
    > and
    > I?ve never had this issue using previous versions, so
    I?m not sure what to
    > do?
    > Here's what Dreamweaver generates when I use their
    INSERT feature:
    >
    >
    <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','550','height','180','src','flash/BANNER.HOME','qualit
    > y','high','pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','f
    > lash/BANNER.HOME' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="550" height="180">
    > <param name="movie" value="flash/BANNER.HOME.swf">
    > <param name="quality" value="high">
    > <embed src="flash/BANNER.HOME.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="550"
    height="180"></embed>
    >
    >
    > It seems a bit weird that the SWF file is not showing
    considering Flash &
    > Dreamweaver are the most compatible apps, no? I?m
    assuming if
    > Dreamweaver is
    > generating this code it should work, no?
    >
    >
    >
    >
    2) I?m getting an error when trying to use the Tables short
    cut
    > COMMAND+ OPTION+T that reads...
    >
    >
    "While executing objectTag, the following JavaScript error(s)
    occurred:
    > At line 26 of file ?Macintosh HD:Applications:Macromedia
    Dreamweaver 8:
    > Configuration:Objects:Common:Table.htm?:
    > TypeError: cmdDOM.parentWindo.createTableStr is not a
    function"
    >
    >
    > What?s strange is it was working fine last week and for
    the life of me I
    > don?t
    > know what could of happened to make this shortcut get
    corrupted?
    >
    > I?ve reinstalled the app multiple times and still I get
    the same error
    > :-(
    >
    >
    >
    > Any help is greatly appreciated!
    >
    >
    > Thanks in advance!
    >
    > :-)
    >
    > .
    >

  • Create PDF Acrobat X Pro - does not display embedded excel 2010 tables in word 2010 properly

    Hello,
    I bought Acrobat X Pro and the first document I used 'Create PDF' on was a Word 2010 document with embedded (read linked) Excel 2010 tables.
    When I opened the document after creating it the linked tables had a little arrow in the corner of a white box with a help text message of "click here to activate". The pdf is basically unusable.
    Is there a setting to ensure that these embedded excel tables are created as normal tables - I do not want to have to keep pasting in tables/images into my Word documents when they are all updating automatically.
    Thanks in advance for any help you can give me.
    Regards,
    Craig

    Hello,
    i am having exactly the same issue with Acrobat X Pro - with linked Excel 2010 tables in Word 2010.
    Has there been a resolution to this eissue - it is potentially very time consuming to work around this issue for me.
    I would post my files but I don't know how to attach them to the thread - only my second post .
    Cheers,
    slobbering_dog
    This is the Word File - the table is an Excel 2010 spreadsheet linked (via Paste Special >Link) .
    This is the resultant PDF file:
    Thanks in advance - again !!
    Message was edited by: slobbering_dog_72

  • Working with Excel spreadsheet embedded in access table

    Hello!
    I have Access DB which contain Excel spreadsheet objects embedded in table. To work with DB I use ADO-Tool based on ActiveX. Data passed to my program from GetRows method as 2D array of variants. As I understand I should convert variant to object refnum and then use this refnum with property and invoke nodes to get data from spreadsheet. How to select data type for VariantToData to work with Excel spreadseet?

    Hi,
    Isn't it the same that using Index Array function? I believe that problem is in conversion of variant to refnum. For example, if I change refnum data type to string in Variant To Data, no error appears, and I've got some text data (see the attachment).
    Attachments:
    Temp.zip ‏25 KB

  • Embedded mapping (one table - two classes)

    I any using ebedded fileds (one table but two related classes like company-adress example in Developer Guide):
    <class name="StyleCoreImpl" detachable="true">
                   <field name="createdBy">
                        <embedded null-indicator-column="CREATEDBY_USER">
    <field name="date" column="CREATEDBY_DATE"/>
                        </embedded>
                   </field>
         </class>
    <class name="MadeByStatusImpl" detachable="true">
         <field name="date"/>
         <field name="user"/>
    </class>
    but get at runtime an error "No table was given for persistent type":
    <4|true|4.0.0> kodo.util.MetaDataException: No table was given for persistent type "com.ottogroup.buying.b2b.assortmentprep.domain.object.style.impl.MadeByStatusImpl".
         at kodo.jdbc.meta.MappingInfo.createTable(MappingInfo.java:479)
         at kodo.jdbc.meta.ClassMappingInfo.getTable(ClassMappingInfo.java:215)
         at kodo.jdbc.meta.strats.FullClassStrategy.map(FullClassStrategy.java:52)
         at kodo.jdbc.meta.ClassMapping.setStrategy(ClassMapping.java:349)
    Question:
    How should we map an embedded class which does not have any table in DB ?
    thanks
    Andre Teshler

    Hi Abe, we have following problem with proposed solution:
    Two embedded instances of the same type pointing to the sametarget
    · Problem
    We have an entity that holds date and user of creation and date and user of last change. The
    information is encapsulated in a state object which is mapped as an embedded object. The table
    holds both dates and the ids of the user. The user information is held in a separate user table. If
    we load the entity, the entity table is only joined once against the user table, even if the user ids for
    create and lastchange are different. In consequence, the user objects of the created and
    lastchange state are always the same.
    Question:
    Why is the fact that t0.createdby_user may differ from t0.lasteditedby_user ignored
    and t0 not joined twice against dbldapusermapping?
    Entities:
    public class MadeByStatusImpl {
    private UserImpl user = null;
    private Date date;
    /* getter and setter */
    public final class UserImpl {
    private long id;
    private String givenName = null;
    private String surname = null;
    /* getter and setter */
    public class StyleApprovalCheckImpl {
    private long id;
    private MadeByStatusImpl created = null;
    private MadeByStatusImpl lastChanged = null;
    private String comment = null;
    /* getter and setter */
    Mapping:
    <class name="MadeByStatusImpl" embedded-only="true">
    <field name="date"/>
    <field name="user"/>
    </class>
    <class name="UserImpl" table="DBLDAPUSERMAPPING" identitytype="
    application" detachable="true">
    <field name="id" primary-key="true" column="LDAPUSERMAPPINGID"/>
    <field name="givenName" column="GIVENNAME"/>
    <field name="surname" column="SURNAME"/>
    </class>
    <class name="StyleApprovalCheckImpl" table="DBSMAPPROVALCHECKENTRY"
    identity-type="application" detachable="true">
    <inheritance>
    <discriminator strategy="final"/>
    </inheritance>
    <field name="id" primary-key="true" sequence="Seq" column="ID"/>
    <field name="comment" column="APPROVALCOMMENT"/>
    <field name="created" default-fetch-group="true">
    <embedded>
    <field name="date" column="CREATEDBY_DATE"/>
    <field name="user" default-fetch-group="true"
    column="CREATEDBY_USER">
    <foreign-key/>
    </field>
    </embedded>
    </field>
    <field name="lastChanged" default-fetch-group="true">
    <embedded>
    <field name="date" column="LASTEDITEDBY_DATE"/>
    <field name="user" default-fetch-group="true"
    column="LASTEDITEDBY_USER">
    <foreign-key/>
    </field>
    </embedded>
    </field>
    </class>
    SQL:
    SELECT t0.smapprovalcheckentryid, t0.approvalcomment,
    t0.createdby_date, t1.ldapusermappingid, t1.givenname,
    t1.surname, t1.ldapuid, t0.lasteditedby_date
    FROM dbsmapprovalcheckentry t0,
    dbldapusermapping t1
    WHERE (t0.smstylesupplierid = 1)
    AND t0.createdby_user = t1.ldapusermappingid(+)
    thanks
    Andre Teshler

  • Layers-fixed width and/or embeding in a table

    I have been setting up a site and am trying to use one, the
    other or both techniques. For a specific design I wanted to use
    layers with a fixed width. I assign the width in the properties but
    when I enter text it does not wrap, instead the layer expands. Then
    I thought I could keep the layer from expanding by embeding it in a
    table cell. The layer does not seem to care that it is in a table
    cell. The layer expands regardless of anything I have done so far.
    Is there anybody that can help with this issue or am I out of
    luck?
    Thanks in advance.

    > I assign the width in the properties but when I enter
    text it does not
    > wrap
    Try adding a space to the text you enter.
    > Then I thought I could keep the layer from
    > expanding by embeding it in a table cell.
    Never put a layer directly into a table cell. You will get
    browser
    rendering differences when you do this.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "layers" <[email protected]> wrote in
    message
    news:e9o95u$gv8$[email protected]..
    >I have been setting up a site and am trying to use one,
    the other or both
    > techniques. For a specific design I wanted to use layers
    with a fixed
    > width.
    > I assign the width in the properties but when I enter
    text it does not
    > wrap,
    > instead the layer expands. Then I thought I could keep
    the layer from
    > expanding by embeding it in a table cell. The layer does
    not seem to care
    > that
    > it is in a table cell. The layer expands regardless of
    anything I have
    > done so
    > far.
    >
    > Is there anybody that can help with this issue or am I
    out of luck?
    >
    > Thanks in advance.
    >

  • Modify internal table embedded in internal table as field

    Hi Experts,
    I am using function module CRM_DNO_READ_ORDER_TEXT.
    One of the output table of this fm is  ET_ALLTEXTS whixh is of structure COMT_TEXT_TEXTDATA_T.
    This structure has two fields one is GUI and other is LINES which itself contains the table in it.
    I want to delete one row from the data of this LINES table in main table ET_ALLTEXTS .
    Actually, this LINES table contains the texts entered by user from some application. So i want to edit the text.
    Pls help me..this is very complicated.
    thnx
    DIvya

    I guess Nilesh is right, there is something wrong with your declaration. Me for one, I've tried to reproduce your problem and I don't see any problem here. How did you declare your internal table for example?
    When you want to delete a line from table LINES you can't just say:
    delete et_alltexts-lines index 1.
    Because this will give you the error message with 'table without header line....". Instead you first have to loop at this ET_ALLTEXTS internal table and only then you have access to the individual lines, which is an internal table as well. The following is only an example, but it should be helpful:
    DATA: gv_header_guid TYPE crmt_object_guid.
    DATA: gt_textdata    TYPE comt_text_textdata_t ,
          gt_alltexts    TYPE comt_text_textdata_t.
    FIELD-SYMBOLS: <alltext>     LIKE LINE OF gt_alltexts.
    CALL FUNCTION 'CRM_DNO_READ_ORDER_TEXT'
      EXPORTING
        iv_header_guid = gv_header_guid
      IMPORTING
        et_textdata    = gt_textdata
        et_alltexts    = gt_alltexts.
    LOOP AT gt_alltexts ASSIGNING <alltext>.
      DELETE <alltext>-lines INDEX 1.
    ENDLOOP.

  • Embedded iFrame breaking table cell

    At
    http://www.marquiseknox.com/schedule.htm,
    you'll see the right margin breaks near the top of the page, as the
    schedule appears. So I'd like to fix this. All help is
    welcome!

    this is domed to fail;
    the table width is a % of the page width while the Iframe is
    an exact
    dimension:
    <table width="90%" border="0" align="center"
    cellpadding="2"
    cellspacing="2">
    <tr>
    <td><div align="center"><iframe height="650"
    width="700"
    If a visitor resizes the browser window the table breaks.
    give the table an
    exact dimension big enough to enclose the Iframe...remember
    to account for
    any cell spacing or padding you specify in your css or table
    parameters.
    Jeff
    "Bushido" <[email protected]> wrote in
    message
    news:fq7i34$8l2$[email protected]..
    > At
    http://www.marquiseknox.com/schedule.htm,
    you'll see the right margin
    > breaks near the top of the page, as the schedule
    appears. So I'd like to
    > fix this. All help is welcome!

  • Embedded/linked numbers tables in pages?

    Can I copy and paste numbers tables into pages documents, but embed them like Word, so when I update the table in numbers, it updates in the pages document? Cant find any instructions or tips!!

    If you had iWork 09 before upgrading the apps should still be in applications/iwork 09 folder.

  • Why does my image or any other embedded object (ie. table, figure, etc.) jump around document when I edit text or anything?

    I have the objects set to "move with text" under "Arrange" in "Inspector", but I'm still having a ton of problems.

    Can you illustrate the problem with screensnals?
    command shift 4 and lasso the area. Post with the camera icon above.
    Peter

  • How to embeded a tree into a table?

    Hi all,
    We want to create a table which rows can be collapsed, looks like a tree embeded into a table.
    But we donot know how to implement it in webdynpro. So anyone can help us?
    Thanks and Best regards
    Deyang

    > Yes, it is possible with regular table +
    > IWDTreeByNestingTableColumn column.
    > You can mail me to vsilaev AT gmail DOT com and I'll
    > send you working example (as far as I can see
    > corresponding article by Bertram Ganz stil pending)
    >
    > VS
    Hi,
      Is it possible to do the same using Portal Application.
    If possible please send sample code both in webDynpro and Portal Application.
    Thanks and Regards
    Santhosh

  • How can I display images in tables?

    My images that I have put into tables in my iBook are visible in iBooks Author. However, when I preview it on my iPad, I cannot see the images in the tables. Any ideas anyone?

    Are you sure the images are embedded in the table and not just sitting on top? You can test by nudging the table slightly to see if the image/s move with the table. Also in the Inspector, an image in a selected table cell will show in Inspector as a background to that cell.
    I haven't tested whether the image in the background of the table cell will actually display in the previewed iBook but am interested in the result that you get. I found that the only way I could get an image into a table cell was by copying it to the clipboard and then selecting the cell and pasting. I also found that none of the sizing options in Inspector worked and that the image shrank to fit the cell and was centred in it by default.

  • Embed gauge view in OBIEE table

    I have a requirement where I want to show gauges as a column of a table on a BIEE dashboard. I know i can use KPI images to do so, but these images are static in nature, for eg, If I have a low variance of 20% for a metric, then I see red flag for any value less than 20%. However with a gauge that is embedded in a table on dashboard, is very user informative.
    Has someone tried doing this so far? I know you can write your custom java script in the iframe to achieve this, but any pointers on accomplishing this will be very helpful.
    Thanks!

    doesnt BIEE itself exposes a Chart API that can be used instead?Not quite. There are web services but won't do what you're after.
    Would it be secure to send the content to Google, to render a chart image?No, it would be going out unencrypted over http. I certainly wouldn't consider it for anything remotely sensitive. Maybe you could get an equivalent API and host it locally but it won't be as good as Google's!
    Paul

  • Report Generation: linebreak text in Word table row

    Hello everybody.
    Im trying to add some pretty tables to my Word report created with the Report Generation Toolkit.
    I build my 2d string array with the table data and that works fine. But if I add a text to the array cell that has a linebreak constant it breaks the table. I.e my strings is not in the right place and some are missing in the table if linebreaks exists in the strings in the 2d string array that I feed to the 'Word Easy Table' VI. Se my lw 7.1 example below.
    Any one have an ide how to solve this?
    Attachments:
    WordTable-LinebreakProblem.vi ‏82 KB

    Paul,
    You last response got me think about the complex nested grouping of my for loops that are surrounding and embedded in my table(s). I analyzed my groupings and found that two of my levels had similiar values. When I moved those groupings outside my table, the 3 TOC entries FINALLY appeared !!! Newbie error!!! Anyway, the only problem left to resolve is the page number is not generating with the TOC entries (Getting Bookmark Not Defined Problem). I am wondering if this is a context problem ...or still part of a looping problem. I also can't seem to get the table headers to replicate on page breaks in RTF mode. They do work in PDF generation mode. It is sort of difficult to pass info because I nature of the info I am working with. Thanks for your time and patience. I have learned alot just trying to get this complex template to work.
    Thanks,
    Tom

Maybe you are looking for

  • Internal speakers are not working,  they're not showing up at all. Does anyone know how to fix this?

    My computer's speakers are not putting out sound. They worked fine yesterday, and I just now started up my computer and began using it today. The internal speakers don't show up on my list of output devices in settings, and I can't adjust the volume.

  • How do I deal with CPU Temp Issues?

    my newly built pc just wanted to shut down b/c the temp hit 80C.  I opened it up and the heatsink, cpu, fan everything is not very hot. One spot (don't know technical terms for each piece yet) is a bit warm, but mostly it is cool. I know this is an o

  • ITunes Library access via external HDD w/ AirPort Extreme

    Ok wizards...  I've read a number of posts, but can't seem to pull together the answer to my question and hoping someone's able to push me in the right direction. I've got a Windows 7 PC with my iTunes library stored on an external HDD due to it's si

  • Swf file not loading over Https(SSL) on Internet Explorer...

    hi , I have a .swf file used in html file and i try to browse using "https(SSL)".it will loads fine in Firefox, but in Internet Explorer wont able to load. When right-clicking it says "movie not loaded". even i googling for the same and i got below o

  • How to create a HTML Table in Workflow Notification ?

    Hi, I have a requirement to display multiple records in a HTML table in Workflow Notification. I have developed the code. In my Notification, I am seeing HTML tags and not a formatted HTML report. Appreciate your help and comments. The following is w