Common response pattern now impossible

A common pattern when answering a forum question is to quote the original post, then interleave responses contextually at various relevant points. In the previous incarnation of the OTN forums it was simple to quote or unquote content, either by adding or deleting a ">" at the start of the line, or using {quote} tags.
Now there appears to be no way to split the quoted text using the so-called "Full Editor". Attempting to do it using the HTML, Jive produces this gobbet of non-conforming HTML:
<body><pre class="jive_text_macro jive_macro_quote" jivemacro="quote" _modifiedtitle="true">
<p>985678 wrote:</p>
<p></p>
<p><br />Is it possible to show the count of number or rows in table on the Home page Tab button.</p>
<p>On home page there is a Tab called Count and I want to show the count on the right corner of this tab button.</p>
Is the only way to insert responses contextually to pollute ourselves by going along with this monstrous abuse of the pre element? Clearly Jive's developers would top post on Usenet...
Message was edited by: fac586:
Strangely, when the response is shown in the thread view, it correctly uses the blockquote element to render the quoted text. Why not do that in the editor?
Anyway, please consider this an enhancement request for means to add and split block quoted content via the editor.

BluShadow wrote:
fac586 wrote:
A common pattern when answering a forum question is to quote the original post, then interleave responses contextually at various relevant points. In the previous incarnation of the OTN forums it was simple to quote or unquote content, either by adding or deleting a ">" at the start of the line, or using {quote} tags.
Now there appears to be no way to split the quoted text using the so-called "Full Editor". Attempting to do it using the HTML, Jive produces this gobbet of non-conforming HTML:
Ah... but there is a way. 
When you go into the editor (I'm using the advanced editor here)... you click the quote button to quote the text of the person you're replying to and it puts the whole shebang in there for you.
If you click on the quoted section of text a little speak bubbly thing pops up at the side.  Click on that and it expands with a little cross button in it... which "unquotes" the text.
Alas it's impossible to perform that click when using iOS :-(
You can then type your text where you want and highlight the parts of the originally quoted text and re-quote it using the Insert (>>) button and "Quote" option.
Perhaps not a straigtforward as just putting {quote} tags like we used to, but it's not quite as difficult as trying to delve into the depths of the HTML editor. 
Since I can apparently write better HTML than Jive, I'd make the HTML Editor my default, however I can't quote the OP from there, and there doesn't seem to be a true preview option...

Similar Messages

  • AIA Async delayed response pattern :RequestorABCS remains in suspended mode

    Hi All,
    I am trying to implement the Async delayed response pattern for one of my integration flows. After there is a fault on providerABCS it creates the responseEBM along with fault message in it and invokes the ResponseEBS. The ResponseEBS shows as completed and has invoked the desired operation on RequestorABCS. However the RequestorABCS shows as Pending status on the receive activity.
    I have created correlation ids and sets on both Invoke and Receive in requestorABCS as below:
    <invoke name="Invoke_EBS"
    inputVariable="Invoke_EBS_CreateAccountingEntryList_InputVariable"
    partnerLink="JournalEntryEBS" portType="ns1:AccountingEntryEBS"
    operation="CreateAccountingEntryList">
    <correlations>
    <correlation initiate="yes" set="CorrelationSet_1" pattern="out"/>
    </correlations>
    </invoke>
    <receive name="Receive_Response" createInstance="no"
    variable="Receive_Response_updateResponse_InputVariable"
    partnerLink="createjournalentryxxxreqabcsimpl_client"
    portType="client:CreateJournalEntryXXXReqABCSImpl"
    operation="updateResponse">
    <correlations>
    <correlation initiate="no" set="CorrelationSet_1"/>
    </correlations>
    </receive>
    The property aliases are as below:
    <bpws:propertyAlias propertyName="pns1:Identifier" xmlns:ns1="http://xmlns.oracle.com/EnterpriseServices/Core/AccountingEntry/V1"
    messageType="ns1:CreateAccountingEntryListReqMsg" part="CreateAccountingEntryListEBM"
    query="/ns2:CreateAccountingEntryListEBM/ns3:EBMHeader/ns3:EBMID" xmlns:ns3="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2"/>
    <bpws:propertyAlias propertyName="pns1:Identifier" messageType="client:CreateJournalEntryResponseMessage"
    part="CreateJournalEntryResponseMessagePart" query="/ns2:CreateAccountingEntryListResponseEBM/ns3:EBMHeader/ns3:RequestEBMID"
    xmlns:ns3="http://xmlns.oracle.com/EnterpriseObjects/Core/Common/V2"/>
    And the operation I am trying to invoke from ResponseEBS is updateResponse:
    <wsdl:portType name="CreateJournalEntryXXXReqABCSImpl">
    <wsdl:operation name="process">
    <wsdl:input message="client:CreateJournalEntryXXXReqABCSImplRequestMessage"/>
    </wsdl:operation>
    <wsdl:operation name="updateResponse">
    <wsdl:input message="client:CreateJournalEntryResponseMessage"/>
    </wsdl:operation>
    In providerABCS I am mapping the EBMID from requestEBM to RequestEBMID on responseEBM. Any suggestions on what could be going wrong here ?
    Thanks
    Subhankar

    Hi Rahul
    I have added the namespace ns2 defined in both property alias and retested. Its still the same issue. Below is the entire EBM header being sent to RequestorABCS
    <part name="CreateJournalEntryResponseMessagePart">
    <ns0:CreateAccountingEntryListResponseEBM>
    <corecom:EBMHeader>
    <corecom:EBMID>35343732313139303739373930373630</corecom:EBMID>
    <corecom:EBMName>{http://xmlns.oracle.com/EnterpriseServices/Core/AccountingEntry/V1}CreateAccountingEntryListEBM</corecom:EBMName>
    <corecom:EBOName>{http://xmlns.oracle.com/EnterpriseServices/Core/AccountingEntry/V1}CreateAccountingEntryEBO</corecom:EBOName>
    <corecom:CreationDateTime>2010-09-29T10:19:05-05:00</corecom:CreationDateTime>
    <corecom:RequestEBMID>32303139353537383031333433333039</corecom:RequestEBMID>
    <corecom:VerbCode>Create</corecom:VerbCode>
    <corecom:MessageProcessingInstruction>
    <corecom:EnvironmentCode>PRODUCTION</corecom:EnvironmentCode>
    </corecom:MessageProcessingInstruction>
    <corecom:Sender>
    <corecom:WSAddress>
    <wsa:ReplyTo>
    <wsa:ServiceName>CreateJournalEntryXXXReqABCSImpl</wsa:ServiceName>
    </wsa:ReplyTo>
    </corecom:WSAddress>
    </corecom:Sender>
    <corecom:BusinessScope>
    <corecom:ID>YYY-XXX-Create-Accounting-Entry</corecom:ID>
    <corecom:InstanceID>CreateAccountingEntry/34353438393635303036303932373734</corecom:InstanceID>
    <corecom:BusinessScopeTypeCode>BusinessProcess</corecom:BusinessScopeTypeCode>
    <corecom:EnterpriseServiceName>{http://xmlns.oracle.com/EnterpriseServices/Core/AccountingEntry/V1}AccountingEntryEBSV1</corecom:EnterpriseServiceName>
    <corecom:EnterpriseServiceOperationName>CreateAccountingEntryList</corecom:EnterpriseServiceOperationName>
    </corecom:BusinessScope>
    <corecom:FaultNotification>
    <corecom:ReportingDateTime>2010-09-29T10:20:33-05:00</corecom:ReportingDateTime>
    <corecom:CorrectiveAction/>
    <corecom:FaultMessage>
    <corecom:Code>{http://schemas.oracle.com/bpel/extension}bindingFault</corecom:Code>
    <corecom:Text>oracle.fabric.common.FabricInvocationException</corecom:Text>
    <corecom:Severity/>
    <corecom:Stack>null</corecom:Stack>
    </corecom:FaultMessage>
    <corecom:FaultingService>
    <corecom:ID>CreateJournalEntryYYYProvABCSImpl</corecom:ID>
    <corecom:ImplementationCode>BPEL</corecom:ImplementationCode>
    <corecom:InstanceID>1870131</corecom:InstanceID>
    <corecom:ExecutionContextID/>
    </corecom:FaultingService>
    </corecom:FaultNotification>
    </corecom:EBMHeader>
    </ns0:CreateAccountingEntryListResponseEBM>
    Regards
    Subhankar

  • Common Design Patterns For Webservices

    Hi All,
    I am creating a webservice which generate the result by iterating multiple webservices serially(Workflow) or parallel(Aggregator).
    What are the common Design patterns I can apply here ? Currently my application flow is
    WebserviceEndpoint-> WebserviceDelegate(POJO) -> Helper Classes ->Aggregator/Workflow Impl which uses WSClients(JAX-WS Stub)
    Do we need to maintain separate DTO for passing Request to the Inner layers ?
    Please share your comments.
    Thanks,
    Paul

    Thanks for your valuable time
    I have 3 Webservices A(Provider),B,C. Service 'A' is a consumer of service 'B' and 'C'.
    A - is exposed to Consumers, A act as a proxy layer for service B and abstract 'C' from users ,Service 'A' only do the service orchestration .Service 'A' using data from Service 'B' and 'C'
    B – is of same specification as that of Service A (Service B contains All operation defined on A +Internal operation for service A).Internal Webservice which act as active datasource.Request and response structure is same as that of Service 'A'.
    C – is different external service ,requests for Invoking Service 'C' need to be generated from Consumer Request and operations exposed in Service 'B'. External Webservice act as active Data source. Enrich the service 'B' output using service 'C' ,This is done by Service 'A'
    I have done this using following components.
    WebserviceEndpoint-> WebserviceFacade(POJO) -> Helper Classes ->Aggregator/Workflow Impl which uses WSClients(JAX-WS Stub)
    It will be great If some of you can suggest a good logical separation for Service 'A' ? Is above logical separation is correct?
    Thanks,
    Paul

  • May have down loaded a trojan or virus while down loading torrents.  My menu and windows change color and pattern now.  Anyone have this happen before?  I repaired the permissions and everything was fixed except one.

    My dumb *** may have down loaded a trojan or virus while down loading torrents.  My menu and windows change color and pattern now.  Anyone have this happen before?  I repaired the permissions and everything was fixed except one.
    Warning: SUID file “System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent” has been modified and will not be repaired.

    You didn't do anything wrong.
    Not malware or a virus.
    But how do you explain this?
    My menu and windows change color and pattern now.

  • AIA MEP - Why Asynchronous Delayed-Response Pattern needs response EBS

    Hi all,
    I am currently investigating AIA Message Exchange Pattern.
    I do not understand why we need a Response EBS in the Asynchronous Deplyaed Response Pattern? (you can find it in Developer's Guide for Oracle AIA Foundation Pack - 25.1.6.
    Doesn't Mediator support asynchronous request already?
    Many Thanks,
    Tim

    Hi all,
    I am currently investigating AIA Message Exchange Pattern.
    I do not understand why we need a Response EBS in the Asynchronous Deplyaed Response Pattern? (you can find it in Developer's Guide for Oracle AIA Foundation Pack - 25.1.6.
    Doesn't Mediator support asynchronous request already?
    Many Thanks,
    Tim

  • HELP! I created a form and I was getting lots of responses but now they are not showing up

    I created an application and got 13 responses over the past two weeks. Now, people say they are filling them out and submitting them (with the submit button) and they don't show up in my responses file. I tested it several times and my tests did not go through either. I saved the changed to the response file last time--is that the problem? What do I do? I need to find those lost submissions! Please help.

    I've deleted and re-added the account in question. It appears to have resolved the issue.
    David

  • I water damaged my iPhone and want to get my photos back. My iPhone was ios7 but my icloud synced to my work ipad on ios8. Is it now impossible to view any data from ios7 on icloud drive? Any help to get my photos back please!

    I damaged my iphone 5s and want to get my photos back. It was submerged in water for a good five minutes (and is now in rice) but I'm pretty sure it's dead.
    I really would like to get my photos back. I wasn't plugging in my iphone and backing up, I just assumed it did it automatically because about a week ago I had a message saying automatic backups were stopping as my icloud was full.
    My work ipad is running on ios8 (as of a few days ago!) but my iphone was on ios7 as I didnt have enough space to install the update. This means that my icloud is now icloud drive and I cannot view the stuff from my ios7 device without upgrading it to ios8. Trouble is, I cant upgrade it because it's in a rice bowl.
    Any help would be greatly appreciated! Any idea if I will be able to access my photos on icloud at all? I'm not very hopeful for my phone working again and downloading things that way!
    Thanks!

    Photos that are in the cloud stay there until they are removed by a device that has the right privileges. If your iPad is logged in with the same AppleID, then doesn't it show the photos from iCloud?
    You will only be on iCloud Drive if you expressly chose to upgrade.

  • Why is it now impossible to upgrade from Audition CS5.5 to CS6?

    I've obviously waited too long for Adobe to fix all the things in CS5.5 that weren't brought over from Audition 3, and to put them into CS6.
    Sadly now I can't carry on with my chosen upgrade path without the ruinously expensive CC version, the cost of which is prohibitive now that I'm retired!
    Sad to say, this decision by Adobe means that I am having to give up use of Audition and move to a competitor's product! It also means that my recommendation to other radio broadcast users here in the UK is to no longer follow this program unless they have the Beeb's financial backing in acquiring it.
    A real shame! It was always my 'go-to' tool of choice for anything audio. Still, it's their loss ....!

    It's still possible to purchase Audition CS6, but I don't think that there's an upgrade path any more. Doesn't mean absolutely that there isn't though - you'd have to call to find out. I can give you a link to the purchase page though - Adobe hides it rather well...
    Purchase Audition CS6
    (This has been asked about quite a lot, so I've just created an FAQ about it.)

  • I had to reinstall Lion because my computer was non responsive. Now all my stuff (applications, etc) are gone. I have a time machine backup - does that have my applications and if so how do I get them from the backup to my computer? It is power mac 2 x2.8

    It is power mac 2 x2.8 GHz Quad core intel xeon running 10.7.3 - purchased in 2006
    Or how can I transfer the appliucations form my laptop?

    Ok. I have 2 hard drives and one of them died apparently so..not knowing what to do, I did chose reinstall Lion after command r open start-up. The whole thing is a mess but my computer is back up and running with the second hard drive. I had a time machine backup which I've been dragging stuff out of. i had to re enter serial numbers and do all sorts of initial set up stuff. 1) How do I get all of my icons (like my HD icon and external drives icons) to appear on my desktop again? I can only find them through a finder window. 2) i now have to type a password to get into my computer (user) - I 'm the only user and don't want to have to do that.

  • IOs 7 reminders - this app is now impossible to use :-(

    How on earth does this app now work? Awkward and confusing to use with silly sliding pages and no notification numbers on the app icon. Or am I completely unaware of how it now works?
    Help please.

    Sadly, Apple has no approved method to downgrade the version of iOS on your iDevice. You can voice your displeasure with the iOS by leaving feedback at the appropriate subsection from the link below.
    http://www.apple.com/feedback/

  • License error 150:30 Downloaded license recovery, the app doesn't response. Now what?

    Recently had to recover mac from Time Machine … all good.
    Now can't start Photoshop Elements 8.0. Receiving message:
    "Licensing for this product has stopped working. ….. Error 150:30"
    Successfully downloaded License Recovery app package from Adobe website. When I launch the License Recovery app nothing happens and it is not responding.
    Unsure what to do to resolve this.

    Migrating Adobe applications from one system to another does not work.  You need to install using installation files.  If you do not have access to the disks then you might be able to download thru the following page (depends what you need).
    Download and Installation Help -
    https://helpx.adobe.com/download-install.html
    You will need the serial number from the disk packaging to activate the installed files.  You might be able to find this thru your Adobe account online if you registered the software previously.

  • URGENT - I give a trainee soon - Impossible to update CS6 and now impossible to lauch CS5.5

    Hello,
    Big problem with updates. I spent many hours to try maninupulations with other adobe forums, but nobody understand or find a solution.  Here after links of forum conversations + Impossible to launch CS5.5 (since today)
    Re: Impossible to install updates
    Re: Impossible to install updates - CS6 - Windows 7
    Resume of the problem and manipulations :
    I can't install updates for adobe design and webpremium CS6. Actual version : CS6 (8.0.1.406)
    I tried this :
    1/ Through the Help menu
    2/ Manual updaters at :
    Adobe - Digital Publishing Suite : For Windows
    Adobe - DPS Desktop Tools : For Windows
    Adobe - InDesign : For Windows
    => No problem to install updates on CS5.5,  but not on CS6
    3/  In safe mode
    What's happened when trying : I get any error message. The Adobe Application Manager window is  empty and when I try to update with the software a window opens with the following message "recherche de mises à jour..." or "checking for updates..." but nothing... I wait and wait...
    Thank you for your help,

    Try disabling the computer's antivirus and firewall.
    - Next try the manual install method of:
    iDevice Troubleshooting 101 :: iPhone, iPad, iPod touch
    Place the iPod in recovery mode after the firmware download is complete and then restore using the instructions in the article. Sometimes recovery mode timeouts and returns to disabled before the firmware download is complete.
    - Then try on another computer

  • DVD/CD burning now impossible.

    As I've read, alot of disc drive problems...
    Mine seems kind of particular.
    blank CD-Rs are simply ejected from the computer, so I can't burn anything.
    and blank DVD-Rs are accepted, iDvd even went through the process of pretending to burn my dvd project, but the discs don't work in any dvd drives.
    In summation, can't keep a blank cdr in the slot, and dvdr burning is inoperable despite going through the motions

    Yeah me too. I remember burning under Toast 7 and my media was burning @ 8x speeds. 6min for a 4gig dvd burn. now its 28min for a dvd burn @ 2x
    I thought it might have been when I updated to Toast 7.1.2 The bought Toast 8 and still the same issue. So I back dated Toast to 7.0 again and the problem still there. So it must have been when updating the OSX that made it slow down. What version that was I don't know as now im on 10.4.9.
    Sony and imation all burn @ full speed.
    imatation printables (white cover on top) only burns @ 2x.
    Now I know its easy to just say.. Yeah its the media of that type. Wrong.
    I bought 2 iMac 20" machines on the same week.
    The other iMac has a pioneer drive and not a MATSHITA DVD-R UJ-846:
    That iMac will burn any media type at full speed.
    Mine will not due to the drive being different.
    Im running a small business. I can't tell a client to go away and come back in 30min compared to get them a coffee and 6 min later its done.
    Come on a I bought a new machine and its not working as it should.. Come on can't something be done?

  • Set windows as startup, now impossible to boot in leopard

    Dear all,
    This morning i made a windows partition and tried to install windows xp in bootcamp. I had a windows partition in the past, but i needed more hard drive space so i created a new one. I thought i knew what to expect...
    I just did what it said, created the partition and inserted the XP disc and it started to install. During the installation, I selected the BOOTCAMP partition and the option to not make any changes to the format. Then the computer restarted, but i got a black screen saying disk error, press any key to restart.
    I was unable to find the any key, and i restarted a couple times by pressing the button at the back. Finally, I managed to eject the CD by holding the mouse button on startup and it booted in leopard again.
    Then,i made a stupid mistake.
    I set windows in bootcamp as my default startup disc, assuming i would be able to boot leopard at any time by pressing the option key.
    But now, not only does my option-key not work and can i not reboot in leopard, I still get the disc error message from bootcamp and hance my windows XP isn't working either..
    So now I'm stuck with a very useless iMac, being unable to boot in either OS.
    Hopefully someone can help me with this... it would be immensely appreciated!!

    Tibo86,
    Have you tried putting your Leopard disk in and holding down the C key on the keyboard and then in the utilities you can select a start up disk?
    Regards
    Robert

  • Now impossible to insert the cursor by clicking in one paragraph. I am able to 'find' the cursor by going to another paragraph, then using the arrows to position the cursor in this rogue paragraph.

    I use Pages version 4.0.5.
    My software is all up to date, 10.6.8 version of OS.
    The particular document with the problem is 255 pages and currently at 125,000+ words. One area of a paragraph seems to be at fault and clicking within it has no effect. No cursor appears, no editing is possible and no other input is possible for that part of document.
    I can work round this by going to another paragraph, clicking there when the cursor appears, then using the arrows to get the cursor in to position in this 'rogue' paragraph.
    I am fairly new to Mac, only having bought this machine at the end of last year but have used it everyday since then. I did have problems with an image editing program supplied with a new Pentax camera but I have stopped using that program after taking the laptop to Apple tech in Sheffield UK who said the laptop was OK but the program was VERY slow and they could see when checking forums that this program was causing problems for other Mac users.
    That was about three months ago, so the laptop was deemed to have a clean bill of health then.
    I am curious and disappointed more than anything, as I can work around the problem at the moment.
    What might be going wrong, how can I correct it, if at all, and should I be worried that there might be a more significant problem developing?

    zxcwx wrote:
    (1) It is quite likely that I am losing what little cognitive ability I started with due to advancing years,
    (2) perhaps visual acuity as well so your red italic text made your point very well.
    (1) don't worry, I was born on 1943/12/31 23:55
    (2) It's why I change the size or the color from time to time.
    (3) I never use phrases when I search something. Just lowercase words 'linked' by the conjunction AND (uppercase)
    I'm remembering a thread about this behavior.
    https://discussions.apple.com/message/15102726
    Yvan KOENIG (VALLAURIS, France) samedi 9 juillet 2011 22:52:31 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Maybe you are looking for

  • Select multiple options in safari or firefox

    Hello to all, I am trying to select multiple options in web form on safari or firefox. I am trying with ctrl and mouse but is not working. This fields are not in order so I can not use shift it must be Manuel selection. Thank you in advance for fast

  • Issue in evolving sql id from sqlset

    Hi , We have upgraded database from 10.2.0.5 to 11.2.0.3. Before Upgrade we create STS for all our sql statmenet . Now we are facing performance issue in one query and this sql_id in STS so how i can evolve particular statement in SPM from STS? I Kno

  • How to add function group entry in Transport request...

    Hi I had a function group in which I had 4 function modules. I deleted one of the FM and hence in my Transport request, its entry was included. Along with that the function group was also included. I deleted that function group entry by mistake. Now

  • Open directory, network homes and MS Word

    We are running OS X & Server 10.4.8, and Word 11.2. Using network home directories, with 15users and 3 of them are portable. Running Open directory wih LDAPv3, SSL, SMB and AFP for the network homes (?). When one of the portable users try to save his

  • Form 6i problem

    I am facing the following problems in oracle 8i database. 1. I have installed the oracle 8i database on windows2000. oracle 8i database is working right after that I have installed the form 6i on same stand along PC. When I make new form or open old