List item tags li not closing in HTML export

Can anyone explain what triggers list items <li> to close in HTML exported from InDesign CC?
I have bulleted and numbered lists followed by paragraphs and headings, but InDesing is exporting everything following the last list item inside of the last <li> tag.
It seems to me that InDesing CC does not close <li> tags until it hits a paragraph style which has Tag set to [Automatic] within the Export Tagging section. I have lists followed by headings with styles mapped to HTML heading tags.

hello Tony,
My mailid is [email protected]
please do not forget to send me your contact details.
Regards
chandu

Similar Messages

  • Getting error like "The following tags were not closed ..."

    Hi,
    I am getting an error like "The following tags were not closed <Main Report Name>. Error processing resource 'http://abc.cdf.bnm/OA_CGI/FNDWRR.e..."
    Issue is , TAG is breaking with main report name.
    Any suggestions would be appreciated.
    Edited by: user12086550 on May 10, 2010 5:33 AM

    I'm having the same problem, but how did you resolved it??
    my sub query is running good in toad. this is my xml
    <?xml version="1.0" encoding="UTF-8"?>
    <dataTemplate name="Asset_Loc_Change" description="Change_in_Asset_Location_and_Account" version="1.0">
         <properties>
              <property name="xml_tag_class" value="upper"/>
              <property name="include_parameters" value="true"/>
         </properties>
         <parameters>
              <parameter name="P_START_DATE" dataType="varchar2"></parameter>
              <parameter name="P_END_DATE" dataType="varchar2"></parameter>
              <parameter name="P_BOOK_NAME" dataType="varchar2"></parameter>
         </parameters>
         <lexicals>
         </lexicals>
         <dataQuery>
              <sqlStatement name="LOC_DETAIL">
                   <![CDATA[
    select
    ASSET_NUMBER,DESCRIPTION,ASSET_CATEGORY,trunc(MAX(DATE_CHANGED)) DATE_CHANGED,
    MAX(OLD_ACCOUNT) OLD_ACCOUNT,Max(NEW_ACCOUNT) NEW_ACCOUNT,Max(OLD_LOCATION) OLD_LOCATION,Max(NEW_LOCATION) NEW_LOCATION
    from(
    select distinct
    fad.asset_number,
    fad.ATTRIBUTE_CATEGORY_CODE ASSET_CATEGORY,
    fad.description DESCRIPTION,
    max(fdh.DATE_EFFECTIVE) DATE_CHANGED,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8) OLD_ACCOUNT,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8, NULL) NEW_ACCOUNT,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1) OLD_LOCATION,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1, NULL) NEW_LOCATION
    from
    fa_distribution_history fdh,
    fa_locations fal,
    FA_CATEGORIES CAT,
    fa_additions fad,
    gl_code_combinations gcc,
    fa_books fb
    where
    1=1
    and fdh.DATE_EFFECTIVE between to_char(trunc(:P_START_DATE)) and to_char(trunc(:P_END_DATE))
    and fal.location_id = fdh.location_id
    and fad.asset_id = fdh.asset_id
    and fdh.code_combination_id = gcc.code_combination_id
    and fb.book_type_code = fdh.book_type_code
    and fb.book_type_code = to_char(:P_BOOK_NAME)
    and fb.asset_id = fdh.asset_id
    Group by
    fad.asset_number,
    fad.ATTRIBUTE_CATEGORY_CODE,
    fad.description
    ,NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8),
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8, NULL),
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1),
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1, NULL)
    GROUP BY
    ASSET_NUMBER,ASSET_CATEGORY,DESCRIPTION;
    ]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="G_ASSET_LOC" source="LOC_DETAIL">
                   <element name="ASSET_NUMBER" value="ASSET_NUMBER"/>
                   <element name="DESCRIPTION" value="DESCRIPTION"/>
                   <element name="ASSET_CATEGORY" value="ASSET_CATEGORY"/>
                   <element name="DATE_CHANGED" value="DATE_CHANGED"/>
                   <element name="OLD_ACCOUNT" value="OLD_ACCOUNT"/>
                   <element name="NEW_ACCOUNT" value="NEW_ACCOUNT"/>
                   <element name="OLD_LOCATION" value="OLD_LOCATION"/>
                   <element name="NEW_LOCATION" value="NEW_LOCATION"/>
              </group>
         </dataStructure>
    </dataTemplate>

  • List Item event receiver not working: SharePoint 2010

    Hi,
    I have ceated one custom list and also created a Event reciever solution using Visual Studio 2010.
    In the event reciever I added ItemAdded, ItemUpdated events and did some my business related coding.
    It was worked very well when I add/edit the list item.
    But, now suddenly it stopped working!, I i really don't know what went wrong suddenly.
    Only thing I did is, created one more solution event reciver and added some more columns to the list.
    I then reverted all these changes and deleted the new event reciever from the site solution.
    I am able to build and deploy the solution in VS 2010, and I could see the solution in site solution but events are not firing when I created/edited the list items
    Any idea what went wrong and how can I get it back to work.
    It has spoiled my all the work and I am unable to proceed.
    Please let me know if anyone have any inputs.
    I also tried following things: restart visual studio and deploy again, restart IIS, restart system itself, actvate-deactivate solution manually in site, GAC the dll manually.
    But nothing has worked for me.
    One more thing, I am using this solution as Sandbox solution and when I tried to make Sandbox as false and then deploy it gave me error like:
    "Error occurred in deployment step 'Activate Features': Operation is not valid due to the current state of the object."
    Is this something related to my above problem?
    Thanks, Sharath

    Check Event receivers using powershell:-
    Add-PsSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
    $spWeb = Get-SPWeb -Identity "sitename"
    $spList = $spWeb.Lists["yourlistname"]
    $spList.EventReceivers | Select assembly,name
    Replace "sitename" with your site url and "yourlistname" with list name.
    Once you confirm  the event receivers, use below to delete them
    Add-PsSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
    $spWeb = Get-SPWeb -Identity "your site url"
    $spList = $spWeb.Lists["TrackTravel"]
    $evts = $spList.EventReceivers | where {$_.Assembly -eq ""your assembly"}
    $evts
    if ($evts.Count -gt 0) {
                foreach ($evt in $evts) {
                    Write-Host("Deleting..." + $spList.RootFolder.ServerRelativeUrl + ", " + $evt.Type)
                    $evt.Delete()
    Once you run this, you can now redeploy your solution.
    http://social.technet.microsoft.com/Forums/en/sharepoint2010general/thread/a911a64f-b4cb-49a8-ad61-899d4e418c2a
    ganesh

  • List data validation failed when creating a new list item but does not fail when editing an existing item

    Dear SharePoint Experts,
    Please help.
    Why does my simple formula work in Excel but not-work in SharePoint?
    Why does this formula...
    =IF([Request Type]="Review",(IF(ISBLANK([Request Date]),FALSE,TRUE)),TRUE)
    ...work in Excel but fail when I try to use it in SharePoint?
    The intent of this formula is the following...
    If the field "Request Type" has the value "Review" and the field "Request Data" is blank then show FALSE, otherwise show TRUE.
    SharePoint saves the formula, but when a list item is saved where the formula is implemented, (under List Settings, List Validation), SharePoint does not, say anything other than that the formula failed.
    Note that the "list data validation failed" error only happens when I am creating a new item-- the formula above works just fine when one is trying to Save on the edit form. 
    Can you help?
    Thanks.
    -- Mark Kamoski

    Dear Jason,
    I appreciate your efforts.
    However, it seems to me that this statement of yours is not correct...
    "If it meet the validation formula, then you can new or edit the item, otherwise, it will throw the 'list data validation failed' error, it is by design".
    I believe this is NOT the answer for the following reasons.
    When I create a new item and click Save, the validation error is "list data validation failed".
    When I edit an existing item and click Save, the validation error is "my custom error message" and this is, I believe, the way it needs to work each time.
    I think, at the core, the error my formula does not handle some condition of null or blank or other default value.
    I tried a forumla that casts the date back to a string, and then checked the string for a default value, but that did not work.
    I tried looking up the Correlation ID in the ULS when "list data validation failed" occurs, but that gave no useful information because, even though logging was set to Verbose, the stack trace in the error log was truncated and did not given any
    good details.
    However, it seems to me that SharePoint 2013 is not well-suited for complex validation rules, because...
    SharePoint 2013 list-level validation (NOT column-level validation) allows only 1 input for all the multi-field validation formulas in a given list-- so, if I had more than 1 multi-field validation rule to implement on a given list, it would need to be packed
    into that single-line-of-code forumla style, like Excel does. That is not practice to write, debug, or maintain.
    SharePoint 2013 list-level validation only allows 1 block of text for all such multi-field validation rules. So that will not work because I would have something like "Validation failed for one or more of the following reasons-- withdrawal cannot exceed
    available balance, date-of-birth cannot be after date-of-death,... etc". That will not work for me.
    The real and awesome solution would simply be enhancing SP 2013 so that column-level validation forumlas are able to reference other columns.
    But, for now, my workaround solution is to use JavaScript and jQuery, hook the onclick handler on the Save button, and that works good. The only problem, is that the jQuery validation rules run before any of the column-level rules created  with OOTB
    SP 2013. So, in some cases, there is an extra click for the enduser.
    Thanks,
    Mark Kamoski
    -- Mark Kamoski

  • Weird Tags in Story Editor Breaking HTML export

    Some of my manuscript files will not export to html. After further exploration, we found that in story editor mode, there are weird arrow type characters around text (ie, superscript numbers or within references)  that seem to be the problem. Once the characters are removed, the html exports fine.
    Any ideas as to why these random special characters/tags show up only in the story editor mode and where they come from?

    Here is what I am seeing in story editor mode. These tags don't show up in the normal layout or preview mode.
    http://stfm.org/indesigntags.png
    Looking to determine what causes these. Could it be leftover Microsoft Word Formating?

  • How do I send the contents of a list item (such as Notes) in the body of the email created in SP Workflow 2010?

    I have a custom list called "Suggestions" with a field called 'Notes from Reveiwer'.  Folks enter a new suggestion and kicks off a workflow to approvers.  Approvers review the suggestions and add notes.  When notes are added, I would
    like to have the contents of that field show in the email that I created in the workflow that goes back to the user who created the original suggestion.
    LDillon

    Where are the Approvers adding Notes? Is this part of the Task form?
    If yes, you need to get the ID of the task that you created in the workflow for the approvers. Using this ID, you can reference the field in another list and it as lookup in the email body. If you dont have this ID, create a Field in the Custom task and
    call it SuggestionID. Populate this with the ID of the current item from the Suggestions list. You should be able to then reference this to get the response of the Approver.
    If the Approver is responding in the same list, then just add the response field as a Lookup in your email that is sent back to the person who submitted the suggestion.
    Hope it helps.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Can Someone PLEASE Tell Me Why My Muse Site Will Not Work Upon HTML Export?

    Sorry for the long title!
    I've had a few threads going regarding troubles with my Muse site. These issues have been on-going, and once I was no longer able to upload to Fetch—and had to export to html via FileZilla—it just seems the problems continue to snowball.
    I have a web site. I will disclose the URL here now: www.jamescdarling.com
    When this site was html-based (its original form), using my yahoo small business web host and Fetch, it worked like a charm. All Flash files functioned at 100%, embedded videos/players all played great, etc. Then, I switched over to Muse 1.) because I was excited by the potential, and 2.) I wanted to re-design my site, anyway.
    So, I created my site in Muse, and uploaded it all into Fetch. I soon found that some of my Flash files and videos were not working. This was the case for a long time. I finally gave up after trying everything and asking lots of questions here.
    Just recently, I set out to fix these issues as I was afraid this half-assed site would appear to make me look unprofessional and like I had no idea how to use Flash. I had some problems with the new Muse Update (had to ditch Fetch and use "export with html" using FileZlilla). Changes made to my Muse file were not taking... and each time I viewed my updated site, the updates were not there—it still looked like the previous incarnation of the site. However, with some help from some of the good folks here, I was able to make my site not only update, but work nearly perfectly—or so I thought!
    I just clicked on my personal web site URL link in my LinkedIn page, and I see the old-looking site! The bookmark I have of my site is near-perfect—only the videos still will not load. However, it would seem that my site only functions as well as it does on MY computer only—that is, URL's I have been sending out probably are of the old non-functioning site? The changes I make are not being recognized.
    If you will, click on my above URL (in bold)..... If you click on "Resume", you should see light blue rules separating each section. But I bet you will see heavier gray bars with headers inside them. Also, if you view my Flash work, go to the "Epiphone Casino Mini Site".... the "Finshes" and "Features" pages' interactive elements will not function as they should (never mind the video page!)—but they work perfectly when accessing my site from my bookmark on my computer.
    Can someone please tell me how to make my site update web-wide, and how to get my Flash files to function?
    Thanks!!!
    Message was edited by: darling67

    It seams a lot of folks are haveing issues with FTP upload. Try these areas to look at. Maybe the right answer. I dont use Flash on my sites for a long time now. Anyhow, check these out.
    http://tv.adobe.com/watch/muse-feature-tour/adobe-muse-publishing-and-managing-your-site/
    http://www.adobekb.com/using_3rdparty_ftp.html#usingftp-understandinghowftpworks

  • Populate HTML LIST ITEM with a query

    Hello,
    I've a problem,
    I'm building a portlet based on an html form.
    In this forms there are several list items,
    How can I populate an html list item with a dynamic query based on a db table?

    I hope you are looking for something like this
    declare
    v_ret_string varchar2(32767);
    begin
    v_ret_string := ' <TABLE BORDER="1" bordercolor="#0000FF" bgcolor="#FFFFF0">
                   <TR><TD><TABLE BORDER="0" CELLSPACING="3" CELLPADDING="0">
                   <BR>
                        <TR><TD ALIGN=middle><SELECT SIZE="1" NAME="emp_list">
                             <OPTION VALUE="">';
    For get_emp_list In (Select ENAME,EMPNO
    From SCOTT.EMP
              Order by ENAME) Loop
    v_ret_string := v_ret_string || '<OPTION VALUE="'||get_emp_list.EMPNO||'">'||get_emp_list.ENAME;
    End Loop;
    v_ret_string := '</SELECT></TD></TR><TABLE></TABLE>';
    End;
    which uses PL/SQL code to generate the html page.
    Thanks
    -Krishnamurthy

  • NOT urgent. LOV that excludes list item that is already selected

    I have a mutiple record block with a LOV item. I want the LOV to display only list items that have not been selected in the other records. The form do not commit after each record, so I cannot use a databse query to exclude the list items that have already been selected.
    The only way I could think of is to go through the data block and build a LOV that excludes the list items that are in the records. This seems like a lot of work for a simple task.
    Is there an easier way in doing this?
    Any help will be appreciated.
    - Clayton.

    Hello Clayton,
    you don't need to commit. You could try to post your records to the database.
    But make sure you do a rollback when the user doesn't want to commit.
    This will release you from the 'hard work' ;-)
    Bernd

  • RSS - 'META' tag not closed

    Hi there,
    Another newbie question for everyone. I created my own RSS
    feed in cf and, to my surprise, it seemed to work. I tested it
    locally, tweaked it to my needs, and then when I uploaded it to the
    main site, it blew up. Here's the message the feed gave:
    The following tags were not closed: META.
    Line: 0 Character: 0
    Hrmm, great. So it worked, sans message, locally, and then
    choked up in the big pond. My first thought is that it's a problem
    with my web server. Being new to this and not all that hardcore,
    that leaves me in a bit of a fix as I have no clue how to deal with
    a . Two questions. 1) Is this a common problem, and if so how do I
    resolve it? Please be detailed, if possible :) 2) Is there an
    easier way to set up a feed? See my code below for the fruit of my
    mucking about.
    Thanks in advance.

    The following tags were not closed: META.
    I think you used no license product, it will add this tag on
    the top of
    your page
    <META NAME="ColdFusionMXEdition" CONTENT="ColdFusion
    DevNet Edition -
    Not for Production Use.">
    Be carefull!!!!! That's the reson why you have that error
    It sounds like Droopers got the answer s/he needed. But for
    archive
    purposes, there is another reason that one can get a result
    like this.
    It happens if one has IIS security configured on the resource
    generating
    the RSS/webservice XML. When one access the resource directly
    it works
    correctly because the user's creditionals are provided. But
    when
    accessed remotely without these creditionals, a HTTP error
    page is
    returned and this error page is not valid XML and this type
    of error is
    reported.

  • Hide blanks in a list item – Tricky Situation!

    Dear All,
    Let me explain the set up first...
    We have a Data Block A based on a join between two tables. In this data block we have a list item Note Type A and a text item Note Text A, both belongs to the secondary table of the join. This data block is the query data block of the form.
    We have another Data Block B which is not the query data block but is in relation (as a child) with the Data Block A. Data Block B also has a list item Note Type B and a text item Note Text B, and these fields too refer to the same columns and table as the ones in Data Block A.
    This arrangement is in place because business requires enabling query on only those note types which are listed in Note Type A. But once the records are fetched one should be able to see the data for Note Type B and Note Text B as well.
    Now the problem is... when doing a query all for the Data Block A, those records which does not have any note type as listed in Note Type A but have note types as listed in Note Type B will not get listed. This is not desirable, so to fetch all records I have included the list item values of Note Type B in Note Type A and for these values list elements are kept blank. Because of these blank elements we now see a blank space in the list box which might cause a disagreement over the solution.
    My question, is there a way we can avoid this blank space to be shown on the list box while keeping other things as they are, OR is there a different solution altogether to handle this whole requirement? Please suggest, and let me know if more details are required.
    Thanks,
    Amit

    Thanks Andreas. I was able to resolve the issue using Populate_List built in.
    However I'm now stuck with a different problem now [t-844659]. Please see if you can help.
    Regards,
    Amit
    [t-844659]

  • Display list items based on another list item

    Hi All
                I want to display the list item based on another list item, but its not working.
    This is my code:
    /*WHEN-NEW-FORM-INSTANCE*/---Its working.
    DECLARE
       rg_district   recordgroup;
       rg_name       VARCHAR2 (40) := 'district';
       vtemp         NUMBER;
    BEGIN
       rg_district := FIND_GROUP (rg_name);
       IF ID_NULL (rg_district)
       THEN
          rg_district :=
             CREATE_GROUP_FROM_QUERY (rg_name,
                                      'select dist,dist from district_mas'
          vtemp := POPULATE_GROUP (rg_district);
          POPULATE_LIST ('BLOCK3.DISTRICT', rg_name);
       END IF;
       END;
    */WHEN-LIST-CHANGED*/---Not working. Cannot populate the list based on the List
       DECLARE
       rg_branch   recordgroup;
       rg_name1     VARCHAR2 (1000) := 'branch';
       vtemp       NUMBER;
    BEGIN
       rg_branch := FIND_GROUP (rg_name1);
       IF NOT ID_NULL (rg_branch)
       THEN
          DELETE_GROUP (rg_name1);
          rg_branch :=
             CREATE_GROUP_FROM_QUERY
                ('rg_branch',
                    'SELECT branch FROM dist_branch WHERE district IN (SELECT DIST FROM DISTRICT_MAS WHERE DISTRICT ='
                 || :BLOCK3.DISTRICT
          vtemp := POPULATE_GROUP (rg_branch);
          POPULATE_LIST ('BLOCK3.BRANCH', rg_branch);
       END IF;
       END;
    Table:
    CREATE TABLE DISTRICT_MAS
      DIST  VARCHAR2(100 CHAR)
    CREATE TABLE DIST_BRANCH
      DISTRICT  VARCHAR2(100 CHAR),
      BRANCH    VARCHAR2(100 CHAR)
    Values:
    insert into district_mas values('chennai');
    insert into district_mas values('coimbatore');
    insert into dist_branch values('chennai','chennai_north');
    insert into dist_branch values('coimbatore','Podanur');
    Regards
    Shagar M

    Hmm, not tested.
    try this..
    --*/WHEN-LIST-CHANGED*/
       DECLARE
       rg_branch       recordgroup;
       rg_name1     VARCHAR2 (1000) := 'branch';
       vtemp        NUMBER;
       QT            VARCHAR2(10) :='''';
    BEGIN
       rg_branch := FIND_GROUP (rg_name1);
       IF NOT ID_NULL (rg_branch)
       THEN
          DELETE_GROUP (rg_name1);
          rg_branch :=
             CREATE_GROUP_FROM_QUERY
                ('rg_branch',
                    'SELECT branch FROM dist_branch WHERE district IN (SELECT DIST FROM DISTRICT_MAS WHERE DISTRICT ='
                 || QT||:BLOCK3.DISTRICT||QT||')'
          vtemp := POPULATE_GROUP (rg_branch);
          POPULATE_LIST ('BLOCK3.BRANCH', rg_branch);
       END IF;
    END;
    Hope this works..
    Hamid

  • List item in multiblock

    Hi,
    I've a multiblock with 3 columns, office_no, office_name, user_name. I populate office_no and office_name by using refcursor. After populating the first 2 columns i need to populate the 3rd column (user_name) which is the list item and its not database column. In other words the list item needs to display all the "user_name" in each "office_no"
    I tried post-query trigger of the multiblock but no luck. I don't see errors but its not populating the list items
    DECLARE
    l_rgrpid RECORDGROUP;
    l_status NUMBER;
    list_id ITEM;
    BEGIN
    l_rgrpid := find_group('rgrp_m_id');
    IF NOT Id_Null(l_rgrpid) THEN
    delete_group(l_rgrpid);
    END IF;
    l_rgrpid := create_group_from_query('rgrp_m_id','SELECT user_name FROM user_office where office_no = ' ||:block1.office_no);
    list_id := find_item('block1.user_name');
    clear_List(list_id);
    l_status := populate_group(l_rgrpid);
    populate_list(list_id,l_status);
    END;
    please advise or any other way to do this? i'll appreciate your help. Thank you.
    Message was edited by:
    user576352

    It looks like you want one list item to containt different elements for each record of a block. This is not possible in forms. The best you can hope for is to have a single list item on the form, in a control block, and populate it (and set its value) in the when-new-record-instance trigger of the data block, making sure you set the value of the appropriate field in the data block when the list is changed.
    An LOV would be the best solution in a forms environment so if the requirement asks for something different you should find out why. Given a choice between 2 options which are technically possible, the LOV might be the preferred option.

  • Lost emtpy table cells and list items on reset using HTMLEditorKit

    I am using the HTMLEditorKit and creating tables and lists with empty cells, i.e., <TABLE><TR><TD></TD></TR></TABLE> or <UL><LI></LI><UL>. When I toggle from the text pane to the source pane and back the last empty table or list item cell is deleted. This happens again and again until the whole element is deleted. If I place some text in the last cell or list item they are not deleted. When switching to the source pane I use JSourcePane.setText(JTextpane.getText) which works OK. The problem is switching from the source back to the text via JTextPane.setText(JSourcePane.getText). Using the read method results in the same problem. Any suggestions?
    Thanks,
    Steve

    A link to the your live test page would be much more productive here. 
    It's much easier for us to diagnose problems when we can see your page & images in our browsers.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Stax bug: writeEmptyElement not closed

    Hi,
    The following test case:
    xsw.writeStartDocument();
    xsw.writeEmptyElement("test");
    xsw.writeEndDocument();
    xsw.flush();
    xsw.close();
    Produces:
    <?xml version='1.0' encoding='utf-8'?><test
    And the tag is not closed.
    Looks like the logic doesn't cope with one empty element in the document.
    An egde case it has to be said but one we need...
    Thanks,
    M

    ups, forgot: using kodo 2.5.8
    Stefan wrote:
    Hello again ...
    My code looks now like the following:
    q = pm.newQuery(SchuldnerKonto.class, "kontoNr=="1234"");
    for (Iterator it=result.iterator();it.hasNext();) {
    it.next();
    As far as I read the documentation and newsgroups, I would expect, that
    the code above closes the resultset by itself, so that I don't have to
    call
    q.closeAll()
    It works fine, as long as the resultset (LazyResultSet) contains at least
    1 row.
    When the resultset is empty, the query stays open, so that I get more and
    more open session (using Oracle 9i)
    I often use wrapper classes/methods around queries, which only return the
    Collection that the query returned.
    When using these wrapper classes it is of course mandatory to iterate the
    Collection to the end.
    Due to the bug(?) above that whole logic isn't working, at some point
    oracle refuses to give new connections and the application hangs.
    What can I do about it ?

Maybe you are looking for

  • ERROR MESSAGE when installing DB INSTANCE on WINDOWS/ORACLE

    Hi Friends, We are installing our SAP systems (currently SOLMAN 4.0) in a distributed mode. The Central Service Instance is successfully installed. But when we install the DB Instance, we have the following error message at the "Execute Service" step

  • Interactive form Exception

    Hello,   I am creating a WebDynpro application with Interactive form. I have created single context element(pdfSource of binay and attached it to pdf source of Interactive form elemnt). I build and deploy the application. When i run the application,

  • Mounting a windows formated external drive

    I'm running Lion on a Macbook Pro.  It doesn't recognize one of my external drives that was used on my windows based laptop when connected via the USB cable.  Is there a way to mount this external drive on a mac? Thanks, ssc

  • Displaying text dynamically

    Hi I want to display text dynamically on the stage e.g When I click mouse first time its should display " this is the first click" and second time " this is the second clik" and so on. Can someone help me with the code here.

  • Fail to install driver HP1050 deskjet for windows 8 when connecting printer with computer

    I have this great HP desket 1050 printer for less than a year. My computer broke down so I bought a new one, but now with windows 8.1. So my printer was not working anymore, I fail to install my new printer. I can install the driver for HP1050 deskje