ShowDetail disclosure within a table problem

Hello

I have problems with ShowDetail in one of my pages here at work. I have a table where to display an array of activities using showDetails. Everything is good, when you first enter the page. I have a table with data where the user can obtain more information on each activity by clicking on the sign over the showDetail.

The problem is that the showDetail component seems to remember the last event of the disclosure and ignores the attribute 'leaked' in the jsp next time, go into the page. Not only that, it also seems to apply the last disclosure of all showDetails event in the table. So if I close a showDetail and reload the page, all the showDetails in the page are closed. If I open a showDetail and reload the page, all the showDetails are open. Even hard code that it false does not work.

Here is my code
<af:table id="outerTable" width="765" emptyText="No text" value="#{myBean.listOfObjectsToShow}" var="outer" rows="20" partialTriggers="someTriggers">
     <af:column width="760">
          <h:panelGrid columns="1" border="0" cellpadding="0" rowClasses="row1Bg, row2Bg" width="100%">
               <af:showDetail disclosed="false" styleClass="bold" undisclosedText="#{outer[0].undisclosedText}" inlineStyle="width:100%">
                    <h:panelGrid cellpadding="4" bgcolor="WHITE">
                         <af:objectSpacer height="2" width="0"/>
                         <af:table width="760" value="#{outer}" var="row" banding="row" bandingInterval="1" >                
                            ...
                              x amount of columns
                            ...
                         </af:table>
                         <af:objectSpacer height="5" width="0"/>
                     </h:panelGrid>
               </af:showDetail>
               <af:objectSpacer height="3" width="100%"/>
          </h:panelGrid>
     </af:column>
</af:table>
The reason I use so much panelgrids etc is so that the layout corresponds to the layout specified by the Department and the ease of use. : - s, it's also why I can't use detailStamp, because it does not have the necessary control on the GUI, we need (they want a blank line between each line).

Why ignore the showDetail my attribute of disclosure? So, I want the first detail is open and all others closed whenever you enter the page, but its kinda hard when it ignores the attribute disclosed. :-|

Any ideas?

Thank you very much

William

Hi William

In your initial post, you write... «all the showDetails in the page are closed...» ", but in the code you post, there seems to be one af:showDetail, where are the others?

Also on the use of af: table inside an af:table, which you seem to do, read this message from forum by Ted Farrell
Re: Type of type Table of table conversion?
"+..., you cannot use a table in a table. ...+"
Maybe it doesn't apply to your situation, perhaps someone Oracle can comment on that, but you can take it into consideration.

concerning
Jan Vervecken

Tags: Java

Similar Questions

  • How to insert the table of contents within a table

    Using FrameMaker 12, I create a table of contents within a table. This means, 1st column contains the number of paragraphs, the 2nd column of the text of the paragraphs, the 3rd column the page numbers. Of course, each item must fill each cell of the table. I downloaded an example.

    Thank you for your help

    Nicolas

    TOC special format.jpg

    Create a table of contents in normal conditions and use tabs as separators between the page number and section number, <$paratext>.

    Then use convert FM to the usefulness of the table to convert the table of contents for a table using the table design appropriate to your catalog.

    It's a manual, and you will have to redo this each time that you update the table, but it should only take a few clicks to do. Automate the steps with a script would make it less painful.

  • Access the Structure within a table

    Hello

    What is the correct syntax for access to a Structure within a table.

    Creating table

    < cfset date_examples = ArrayNew (1) >

    < cfset date_example = {date = Application.start, mask =' mm/dd/yyyy '} >

    < cfset date_examples [1] = date_example >

    Attempt to exit

    < cfloop

    index ="i" table =' #date_examples # '>

    < cfoutput > #date_examples [i] .date # < / cfoutput >

    < cfoutput > #date_examples [i] .mask # < / cfoutput >

    < / cfloop >

    Error

    Coldfusion.runtime.Struct value cannot be converted to number.

    .date < cfoutput > #date_examples [i] # < / cfoutput >

    In this construction, the index i is an element of the table, where a struct

       
        

    What apparently is:

       
         #date_examples [i] .date #.

         #date_examples [i] .mask #.

  • to number the entries within a table

    Hello everyone,

    I numbering my entries within a table like this:

    Title 1
    1 entrance a
    2. two Enty
    3. three Enty

    My table in the model looks like this:

    Heading 1
    <? for-each - group:current-group(); / ID? > input <? end for each group -? >

    How can I reach thise result?

    Thanks in advance for your answer!

    Edited by: user8973846 the 10.06.2010 01:13

    You can use

    Entry

  • Changing aid necessary table problem

    Hello. I hope someone can help me with this problem.

    I have two tables, an and mv. Create the following script:

    create table (mv)
    the moduleId Char (2) CONSTRAINT ck_moduleId CHECK (moduleId in ("M1", "M2", "M3", "M4', 'M5', 'M6', 'M7', 'M8'")).
    credit ck_credits Number (2) CONSTRAINT CHECK (credits (10, 20, 40));
    constraint pk_mv primary key (moduleId)
    );

    create table (its)
    stuId Char (2) CONSTRAINT ck_stuId CHECK (stuId ('S1', 'S2', 'S3', 'S4', 'S5')),
    moduleId tank (2),
    primary key constraint (stuId, moduleId) pk_sa,
    constraint fk_moduleid foreign key (moduleId) references (moduleId) mv
    );

    And the scripts below is to insert data into the two:

    insert into VALUES mv ("M1", 20)
    /
    insert into VALUES mv ("M2", 20)
    /
    insert into VALUES mv ("M3", 20)
    /
    insert into VALUES mv ("M4", 20)
    /
    Insert in mv VALUES ('M5', 40)
    /
    insert into VALUES mv ("M6", 10)
    /
    insert into VALUES mv ("M7", 10)
    /
    Insert in mv VALUES ('M8', 20)
    /


    insert into a VALUES ('S1', 'M1')
    /
    insert into a VALUES ('S1', 'M2')
    /
    insert into a VALUES ('S1', 'M3')
    /
    insert into a VALUES ('S2', 'M2')
    /
    insert into a VALUES ('S2', 'M4')
    /
    insert into a VALUES ('S2', 'M5')
    /
    insert into a VALUES ('S3', 'M1')
    /
    insert into a VALUES ('S3', 'M6')
    /

    Now for the real problems.

    First of all, I need to try to overcome the problem of table mutation ensure that stuid = S1 in table its can not take the two moduleId M5 and M6.

    Just one or the other. I created a single trigger, but runs aground because of the changing table problem.

    The second problem that I need to overcome is that none of the stuids can have the ModuleID where total value of more than 120 credit credits. Credit value is stored in the table of mv.

    Thank you very much in advance for any help.

    Use a statement-level trigger:

    First of all, I need to try to overcome the problem of table mutation ensure that stuid = S1 in table its can not take the two moduleId M5 and M6.

    SQL> create or replace trigger sa_trg
      2  after insert or update on sa
      3  declare
      4  c number;
      5  begin
      6    select count(distinct moduleId) into c
      7    from sa
      8    where stuid = 'S1'
      9    and moduleId in ('M5','M6');
     10    if c > 1 then
     11       raise_application_error(-20001,'S1 on both M5 and M6!!');
     12    end if;
     13  end;
     14  /
    
    Trigger created.
    
    SQL> select * from sa;
    
    ST MO
    -- --
    S1 M1
    S1 M2
    S1 M3
    S2 M2
    S2 M4
    S2 M5
    S3 M1
    S3 M6
    
    8 rows selected.
    
    SQL> insert into sa values ('S1','M5');
    
    1 row created.
    
    SQL> insert into sa values ('S1','M6');
    insert into sa values ('S1','M6')
    *
    ERROR at line 1:
    ORA-20001: S1 on both M5 and M6!!
    ORA-06512: at "SCOTT.SA_TRG", line 9
    ORA-04088: error during execution of trigger 'SCOTT.SA_TRG'
    

    The second problem that I need to overcome is that none of the stuids can have the ModuleID where total value of more than 120 credit credits. Credit value is stored in the table of mv

    SQL> create or replace trigger sa_trg
      2  after insert or update on sa
      3  declare
      4  c number;
      5  begin
      6    select count(distinct moduleId) into c
      7    from sa
      8    where stuid = 'S1'
      9    and moduleId in ('M5','M6');
     10    if c > 1 then
     11       raise_application_error(-20001,'S1 on both M5 and M6!!');
     12    end if;
     13
     14    select count(*) into c from (
     15    select stuid
     16    from mv, sa
     17    where sa.moduleid=mv.moduleid
     18    group by stuid
     19    having sum(credits)>120);
     20
     21    if c > 0 then
     22       raise_application_error(-20002,'A student cannot have more than 120 credits!!');
     23    end if;
     24
     25  end;
     26  /
    
    Trigger created.
    
    SQL>   select stuid, sum(credits)
      2  from mv, sa
      3  where sa.moduleid=mv.moduleid
      4  group by stuid;
    
    ST SUM(CREDITS)
    -- ------------
    S3           30
    S2           80
    S1          100
    
    SQL> insert into sa
      2  values ('S1','M4');
    
    1 row created.
    
    SQL>   select stuid, sum(credits)
      2  from mv, sa
      3  where sa.moduleid=mv.moduleid
      4  group by stuid;
    
    ST SUM(CREDITS)
    -- ------------
    S3           30
    S2           80
    S1          120
    
    SQL> insert into sa
      2  values ('S1','M7');
    insert into sa
    *
    ERROR at line 1:
    ORA-20002: A student cannot have more than 120 credits!!
    ORA-06512: at "SCOTT.SA_TRG", line 20
    ORA-04088: error during execution of trigger 'SCOTT.SA_TRG'
    

    Max
    http://oracleitalia.WordPress.com

  • IE table problem

    I have an image sliced in 2 ajoining cells in a table that looks fine in Firefox and Safari but not in IE 6 or 7.

    I have the table border, spacing between cells and inner together the margin to 0.

    www.eabnet.com/Hilton

    Thank you

    Ernie

    Your problem is that the right side is 'yes' because of the use of a single table to contain all your information, IE the menu on the left and content on the right.

    If the menu on the left-hand side box, or whatever it is within this area is stretched to accommodate what in these cells, the right will drop to correspond with the left.  The problem is seems the rogue
    here:

  • manipulation of the table problem

    I'm using Labview 2009 and I have a problem with windows... I have to implement the following code in Labview (X and digital input boards):

    for (i = 0 to MAX (X)) {}

    If (X [i] > (X [i-1] + 1)) {}

    X.Add (X [i], X [i-1] + 1) / / add the value X [i-1] + 1 x [i] position of the X table

    Y [i] = 0

    }

    on the other

    Y [i] = Y [i]

    }

    If I try to add items in the original array Y with the function 'Replace subset of table', the output array is not changed by the VI. If I try to initialize and to build a new table, I get a matrix of zeros. Can someone help me?

    If you want to just add 0 to the index that does not exist in X [] then try this.

  • MS Office report Express VI and table problem

    Hi all

    I have a strange problem with MS Office report VI, which is included with the report generation tool. I created an Excel template that I linked, according to the preference "Custom template for Excel" and all the named ranges. However, two of the named ranges that I entered are 1 d arrays of doubles. Now the problem:

    When I entered the berries to their specific name range (it's only 6 values), instead of simply enter the values in the table in the cells he entries like this:

    A value of 0

    1 value

    2 the value

    ...

    6 value

    He pushes the 'value' to the column next to the beach of name because of 0-6.

    He does it with two tables so it screws to the top of all formulas. Anyone know how to remove the 0-6 and simply enter the values?

    Thank you all

    The Express VI are easy and convenient, but some costs. Since the Express VI can also accept a waveform entry, you have to accept that it will add a channel name.

    With the tool report generation (who are also its limits), it's easy to add only the data you want:

    Ben64

  • simple table problem

    I have read some data from a text file and form a table according to my requirement (the illustrious photo attached).

    What my problem was when I used this table in an other vi through the connector components, all the lines in the resulting table the width of the line of maximum size, and are filled with zeros.

    How do I remove it? I need the lines ending with its own values, here in my case two first rows should have 5 items in the table, the elements of line 7 third and so on...

    Your VI makes no sense. Why not autoidenxing? Why "delete from table?

    Here's a simple possibility (just to write the resulting string in a file).

  • Table problems

    Hello OR Forums, I currently develping a VI to specify the tensions that will be send to the device that will run two mirrors. The idea and the configuration are pretty basic, but programming, it's a question. Matrices X and there are elements that correspond to a point located on a network of coordinates. For example, maybe my items in my grid for X [-2, - 1, 0, 1, 2] and my Y could be [-2, -2, -2, -2, -2]. However, the problem is that I need a larger value of X and Y for I could resign in the grid and reassemble in table X. For example, will be my next line of items [-2, - 1, 0, 1, 2] X and [-3, - 3, -3, -3, -3] for Y. However, how my program is written my last value of is less than the previous item. Thus, ideally I would form a table that would have an extra X element that corresponds to the step down in voltage on the axis Y. This would be ideal: [-2, - 1, 0, 1, 2, 2] x and [-3,-3,-3,-3,-3,-4] for y.

    Sorry for this question is a bit bad made. The application of this program is quite simple, but it seems to me a bit puzzled.

    If you want to start (start X, start) then continue to start X + step X, start. Continue (Start, X, Y). Then go to start X, Y + step start o and increment in X. Repeat for all the table again.

    Is that a correct understanding of what you want?

    If so, you can do this with a picture of the X values and an array of the values, or even with no tables at all.  Create a State with the States for Scan X machine, trace, and no matter what States are required for initialization and shutdown.  Have two shift registers to track the values X and Y or indexes. Whenever you increment X through the State X Scan. When X reaches the maximum value or the index reached the last X, change the State to trace. It increments Y and restores X X start or equivalent for the index. When you reach Max X and Y of Max, go to the State of clean shutdown or restart.

    No complicated manipulation table required.

    Lynn

  • Edge of metering size buffer/table problem (VC ++)

    Hello

    Accidentally, I posted this in the multifunction DAQ forum so forgive me for posting this again here.

    I'm trying to make an edge stamped with PCI-6115 of counting for the application that I'm developing.

    Ideally, I initialize a buffer array, then use a sample clock time and acquire the values of a counter which will then be stored in a buffer.  After a number of samples, I would then use the DAQmxReadCounterU32 function to extract this data and perform calculations.

    However, windows gives me an error when I try to initialize the size of the stamp of table is larger than 255001, I need 264000 +.

    Essentially, it seems that only this part of the code to execute:

    error int = 0;

    TaskHandle taskHandle = 0;

    TaskHandle taskHandleCtr = 0;

    given uInt32 [260000];

    After trying initialize the array of uInt32 my program crashes saying there was an error with my exe with a popup asking me if I want to send an error report to Microsoft.

    That would be a problem of windows not afford to allocated more 255000 32bits samples for this table?  If so how can I put the table on the memory embedded amount?

    Sorry guys, it actually had nothing to do with the DAQ card.

    He was apparently C++ that limits the size of the array that I called him, which was the traditional "int a [size]".

    I used this rather to solve my problem:

    int * a = NULL;
    a = new int [10000000];

    Problem solved.

    Sorry for posting in the wrong forum and thanks to all who read this.

    Howard

  • Windows xp routing table problem

    I'm having a problem with windows routing tables on the pc at my workplace.
    These computers are running windows xp sp3 and the problem occurs when I change the default gateway

    the PCs are on subnet 10.181.1.0/24 with d/g 10.181.1.11.
    with this configuration, the routing on each pc table works as expected [for example, it stores a
    Directions to its own subnet [10.181.1.0/24] but no way to other subnets [for example, it will not store
    a road to 10.180.1.0/24, it will simply send this default network traffic
    gateway].

    However, due to a re-design network, I need to change the default gateway for this lan
    to 10.181.1.254. When I do cela something strange happens. the windows routing table on
    each pc begins to store routes to the entire 10.0.0.0/8 network, even if the current
    config on the pc is still a 24 network [for example, 10.181.1.21/24, d/g 10.181.1.254].
    its as if when I change default gateway from the computer, windows, pleasures of the routing table of the
    10.181.1.0/24 subnet as if it were a network 10.0.0.0/8 classful.

    While, right? I can still connect to other networks, the pc is just using a route
    stored in its routing table local instead of sending traffic to its default gateway.
    The problem is that we have a 10.181.1.12 default backup gateway that we switch to
    If the primary gateway goes down. When we test failover to 10.181.1.12 pcs are always
    Send non-local traffic to 10.181.1.11 [because they still have these routes stored locally in their]
    Windows routing tables]. I want to send traffic to 10.181.1.254 [switch a core of layer 3, which then]
    two lanes of traffic to 10.181.1.11 or. [12]

    I tried to change the default gateway to a range of ip addresses and the same problem occurs every time.
    I rebooted each pc after having changed its d/g and the problem remains the same. I tried
    delete all the information off the power the pc ip address, then re-enter with the new d/g, then restart
    the pc but the problem remains the same.

    so, to summarize, when I change the d/g from any pc on the 10.181.1.0/24 subnet, computers table routing begins to store routes
    in its local routing table to the classful, instead of just the classless 10.181.1.0/24 network 10.0.0.0/8 network.

    Has anyone encountered this before?

    Hi biglouie2010,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Windows XP forum.

    http://social.technet.Microsoft.com/forums/en/itproxpsp/threads

  • Need help - multilevel nested table - create table problem

    Hello

    My version of oracle db: 11g

    I just created a table that contains a nested multi-level table.

    Here is the code:

    create or replace type sdef_t_nt_empNames21 is table of the varchar2 (50);

    create or replace type sdef_ot_SCmarks21 as an object (number of physics, chemistry number, number of Biology);

    create or replace type sdef_t_nt_SCmarks21 is table of the sdef_ot_SCmarks21;

    create or replace type sdef_ot_allsubmarks21 as an object (eid, eng, math, sc sdef_t_nt_SCmarks21 number number);

    create or replace type sdef_t_nt_dep_m_info21 is table of the sdef_ot_allsubmarks21;

    create the table nt_dep21

    (number of fact

    , dname varchar2 (50)

    c_sdef_t_nt_empNames21 sdef_t_nt_empNames21

    c_sdef_t_nt_dep_m_info21 sdef_t_nt_dep_m_info21)

    nested as NT_c_sdef_t_nt_empNames21 table c_sdef_t_nt_empNames21 store

    store table nested like NT_c_sdef_t_nt_dep_m_info21; c_sdef_t_nt_dep_m_info21  <-I know that the problem is here.

    TRACE OF THE ERROR:

    Error at startup on line: 13 in the command.

    create the table nt_dep21

    (number of fact

    , dname varchar2 (50)

    c_sdef_t_nt_empNames21 sdef_t_nt_empNames21

    c_sdef_t_nt_dep_m_info21 sdef_t_nt_dep_m_info21)

    nested as NT_c_sdef_t_nt_empNames21 table c_sdef_t_nt_empNames21 store

    Nested table c_sdef_t_nt_dep_m_info21 (sdef_t_nt_SCmarks21) store as NT_c_sdef_t_nt_dep_m_info21

    Error report-

    SQL error: ORA-00904: invalid identifier

    00904, 00000 - '% s: invalid identifier '.

    * Cause:

    * Action:

    PS: I'm just solve a problem given to me by some1, is not a practical implementation, I'm just trying to get through

    I'm sure that some1 could help me with this, I have searched a lot of this problem but could not find my answer, please help me.

    Concerning

    Rahul

    SQL > create table (nt_dep21)
    Did number 2,
    3 dname varchar2 (50).
    4 c_sdef_t_nt_empNames21 sdef_t_nt_empNames21,
    c_sdef_t_nt_dep_m_info21 5 sdef_t_nt_dep_m_info21
    6                       )
    store c_sdef_t_nt_empNames21 7 nested as NT_c_sdef_t_nt_empNames21 table
    store c_sdef_t_nt_dep_m_info21 8 table nested as NT_c_sdef_t_nt_dep_m_info21)
    9 table nested as NT_sc sc store
    10                                                                               )
    11.

    Table created.

    SQL >

    SY.

  • Composition within another composition - problems

    I have a composition within another composition, but for some reason, the elements inside the composition of the 'child' do not appear where they should do the loading of the page. If I move the edge of the Explorer by a single pixel or more... they all go in the right position.

    The site is Ord River Sports and here are the screenshots.

    Anyone know what is happening here... Muse bug or I do something wrong?

    The loading of the page (no icons and nothing is aligned)...

    Screen Shot 2016-07-08 at 7.32.22 PM.png

    Once I drag the browser a bit (everything works fine?) ...

    Screen Shot 2016-07-08 at 7.32.39 PM.png

    So, I realized what was causing this problem. It was the SVG icons. I replaced all the SVG with png and it works perfectly.

    Adobe... SVG is causing this issue. Please take note and correct this bug. I also noticed that SVG cause major problems with the widget Menu engine Muse themes.

  • How to control several children individually within a table?

    I'm doing a card online game, and although I got a table to add multiple instances of a single card on the stage, I did a code, so you should be able to click and drag cards around on the screen. But it seems that only one LAST created can be moved around.

    So here is the table, it's kind of sloppy at this time, but I was just programming something to make sure that it would work:

    var array: Array = new Array();

    function createCard (): void

    {

    var p1_card: Minion = new Minion();

    p1_card.x = Math.Random () * 400;

    p1_card.y = 900;

    addChild (p1_card);

    Array.push (p1_card);

    }

    createCard();

    createCard();

    createCard();

    This creates 3 cards, all of the same instance.

    Now, here's the script of saying things, if clicked, the card can be moved around:

    for each (var p1_card in table)

    {

    addEventListener (Event.ENTER_FRAME, p1_engine);

    function p1_engine(e:Event):void

    {

    If (p1_card_drag is "true")

    {

    p1_card.x = mouseX;

    p1_card.y = mouseY;

    addEventListener (MouseEvent.CLICK, _click);

    }

    p1_card.addEventListener (MouseEvent.CLICK, click_card);

    function click_card(event:MouseEvent):void

    {

    p1_card_drag = "true";

    }

    function _click(e:MouseEvent):void

    {

    If (p1_card_drag is "true")

    {

    p1_card_drag = "false";

    p1_card.x = 960;

    p1_card.y = p1_card_y;

    }

    }

    removeEventListener (MouseEvent.CLICK, _click);

    }

    }

    }

    Basically, the script makes so when you click on the map, it starts to drag, and after clicking anywhere else with him, he did appear in a specific location. But once again, for some reason, this seems only to apply to the LAST instance created, rather than ALL of them. Anyone know what I'm doing wrong? Thank you.

    There are many problems with this code.

    use:

    var array: Array = new Array();

    var p1_card:Minion;

    function createCard (): void

    {

    p1_card = new Minion();

    p1_card.x = Math.Random () * 400;

    p1_card.y = 900;

    p1_card.addEventListener (MouseEvent.Click, click_card);

    p1_card.clickNum = 0;  assuming that Minion extends movieclip or, at least, is dynamic

    p1_card.endXY = end of x, y, no matter what you want, when you click a 2nd time.

    addChild (p1_card);

    Array.push (p1_card);

    }

    function click_card(e:MouseEvent):void {}

    Minion (e.currentTarget) .clickNum ++;

    If (Minion (e.currentTarget) .clickNum %2 == 1) {}

    e.currentTarget.startDrag ();

    } else {}

    e.currentTarget.x = e.currentTarget.y = e.currentTarget.endXY;

    Remove click listening port if you want to disable repeated dragging

    }

    }

Maybe you are looking for

  • Satellite A355 NXP FM Tuner v. 1.9 Radio Echo after Vista SP2

    I installed the Windows Vista SP2. Now, when I run the utility of Tuner FM NXP v.1.9, radio starts playing after a few seconds of "stuttering". Then, the audio is "echo". In other words, I hear two liable - 2 seconds late on the first. I can't descri

  • BUG: 1 D table sort isn't sorting table of Classes and table Clusters contain Classes

    the function "sort the table 1 d. I wanted to sort the array of Clusters [number and class]. But to my surprise, LV is not like him. Okay, I need sort table Classes. But maybe once in the future I will. :-) 'Research in table 1 d' is the use of class

  • error of communities - "microsoft.public.windows.vista.mail" - Microsoft?

    why I get it...? Your "microsoft.public.windows.vista.mail" folder is not a survey to detect its unread count. Account: 'Microsoft Communities', server: 'msnews.microsoft.com', Protocol: NNTP, Port: 563, secure (SSL): Yes, Socket error: 10060, error

  • Smartphones Etrade blackBerry "BOLD" Mobile Pro for

    I'm having problems trying to download etrade mobile pro on my "BOLD". On the site of the etrade, I am responsible to go my etrade.com/mobile phone to directly download this app on my phone. When there, I get a message saying that I need Adobe Flash

  • Login questions/subscription not found

    Hi all.  While I'm charged for a monthly subscription, my account claims that I do not have.  It is not a question of connection problems.  I am at a loss as to who apply for the resolution!Help, please.  -Thank you, Maria