How to put tab for alignment using out.println?

can anyone tell me how to put something like \t in out.println of JSP/

out.println("<blockquote>your text</blockquote>");

Similar Messages

  • How to Put Legend for Multi Series Stacked Graph...?

    Hi Experts,
    Please guide me how to put Legend for Multi Series Stacked Graph...?
    Its very URGENT...!!!!
    Thanks in advance...
    Regards,
    Manoj

    I searched the forum using "jcombobox multiple columns". The first posting I read had a link to a posting with 4 different solutions.
    Why is it so hard to search the forum before posting a question????

  • How can scan coins for web use?

    How can scan coins for web use?

    Did you Google "Scanning Coins"?
    http://www.telecoins.com/scanning.html
    If you have a specific question after reading the (somewhat dated) article, please post back!

  • How to put condition for one date range should not interfear with another ?

    hi friends,
    how to put condition for one date range should not interfear with another  date range.
    my data base table has two fields
    from date
    to date.
    when we enter the date range in the data base , new date range means from date and to date should not interfear.
    can  anybody help me.
    thanks &Regards,
    Revanth
    Edited by: rk.kolisetty on Jul 1, 2010 7:18 PM

    Do it the SAP way....
    First entry...from is today, to is 99991231.
    New dates entered, now we have two rows...:
        from is original date  to becomes yesterday.
        From is today          to is 99991231

  • How do you pay for apps using an iTunes gift card.  I have money on a gift card but only my credit card shows up as method of payment.

    How do you pay for apps using an iTunes gift card.  I have money on a gift card but only my credit card shows up as method of payment.

    After establishing the Credit Card account (i.e. after you have made purchases), you can remove the credit card information by editing your payment info, choosing "None".
    Settings>iTunes and App Stores>Apple ID>View Apple ID>Sign-in>Payment Information

  • How to put parameter for object/table ID in BW Web Report

    Hi All,
    In my BW Web report, i want to get my object TABLE_1 but the code below seems not to work.
    var mytable = document.getElementsByTagName("table");
    Checking on it, i think IE recognize only document.getElementsByID. ( I tested it by manually creating a table in my template and putting a tag for table ID) But BW does not generate the Object ID in the parameters below, only the name.
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TABLE_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="CAPTION" value="jezel"/>
             <param name="ONLY_HIERARCHY_NAVIGATION" value="X"/>
             <param name="BLOCK_SIZE" value="0"/>
             <param name="SHOW_PAGING_AREA_BOTTOM" value=""/>
             ITEM:            TABLE_1
    do you know how i can add a parameter for object ID? do you know any steps how i can retrieve my table using javascript?
    Thanks in advance.

    Hi JTi,
    what i have understood from your requirement is that you want to access the web item table_1 in javascript, you can get that as below:
    Add
    <span> 
    tag before your web item and set its id to table.
    <span id = "table">
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="GET_ITEM"/>
    <param name="NAME" value="TABLE_1"/>
    <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
    <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
    <param name="GENERATE_CAPTION" value=""/>
    <param name="CAPTION" value="jezel"/>
    <param name="ONLY_HIERARCHY_NAVIGATION" value="X"/>
    <param name="BLOCK_SIZE" value="0"/>
    <param name="SHOW_PAGING_AREA_BOTTOM" value=""/>
    ITEM: TABLE_1
    </span>
    In javascript access it as :
    var mytable = document.getElementsById("table");
    Hope this helps
    Thanks
    Dipika

  • How to apply condition for 3 countries out of 6 counties (in smartforms)

    Moved to correct forum
    hi friends,
    i have a requirement in SMARTFORMS...
    my requirement: i need to implement some logic which should effect only 3 countries out of 6 countries.
    now i implemented my logic but the thing is how to restric only for 3 countries?
    do i need to write the condition in program line like:
    IS_BIL_INVOICE-HD_ORG-SALESORG  = 'O110'
    IS_BIL_INVOICE-HD_ORG-SALESORG  = 'Y110'
    IS_BIL_INVOICE-HD_ORG-SALESORG  = 'W110'
    or
    do i need to write condition like:
    IS_BIL_INVOICE-HD_ORG-SALESORG  = 'O110'
    OR
    IS_BIL_INVOICE-HD_ORG-SALESORG  = 'Y110'
    OR
    IS_BIL_INVOICE-HD_ORG-SALESORG  = 'W110'
    please guide me...
    thanks in advance,
    Edited by: Matt on Mar 23, 2009 10:09 AM

    Hi,
    your 2 (second) option (with the OR) is the right one.
    Gr., Frank
    added the SAP help for the operands to inform GURU RAM.
    SAP Smart Forms: operand                                                                               
    Specification of a field name or operand                                                                               
    Use                                                                               
    Within a Smart Form a node and all inferior nodes are processed only if
        the respective output condition is true. A condition can either be a   
        logical expression on field values or consist of events or position    
        queries in the form processing.                                                                               
    You can determine a condition as logical expression using a table      
        control. Each line of the table control consists of a field name, a    
        comparison operator, and a comparison value. The comparison value can  
        itself be a field name. As compariosn operators, the ABAP operators  =,
        <>, <, >, <=, >=, CP (contains pattern) and NP (not contains pattern)  
        are allowed.                                                                               
    All lines of the table control are linked with the logical AND. In     
        addition, you can use a pushbutton of the table control to insert an OR
        link for comparisons. In the table control, it is displayed as line with
        gray background. The Check function checks whether all field names that
        appear in the comparisons are declared in the form interface or in the 
        global data of the form.                                                                               
    See also: Determining OutputConditions

  • How to output tab character in c:out

    Here is the problem, and I would appreciate your help. I am trying to output text data to Excel. The data must be tab-delimeted.
    This works:
    <%response.setContentType("application/vnd.ms-excel");
    String sCsv = "aaa\tbbb\tccc\txxx<br>";
    out.print(sCsv);%>
    But when I try to use <c:out, it fails:
    <c:out value="aaa\\tbbb2c&#09;cc3x\txxg\\\taaaa"/>
    As you see, I am trying to get tabulation in different ways, but all of them fail. Excel always reads the text in one column. Is there anyway I can insert tab-symbol and use it with <c:out?
    Thank you

    Unfortunately, this is not so simple. Normally, I could probably use an output stream in a servlet. But my environment is a report inside the Oracle Portal 10.2
    And I am not even talking about OC4J server; it is a JSP file that Portal allows to use through its design UI, and which is stored somewhere in its medadata database (not a physical file). I needed a quick solution, and don't have time to dig deep into details how it all works together. Shortly, I cannot use servlets, just JSP

  • How to put tabs in xml file?

    I want to put tabs in xml file, e.g:
    <?xml version="1.0" encoding="windows-1251"?>
    <root name="root1">
    <node name="leaf1"/>
    <node name="leaf2"/>
    <node name="node1">
    <node name="leaf3"/>
    <node name="leaf4"/>
    <node name="node2">
    <node name="leaf5"/>
    </node>
    </node>
    <node name="leaf6"/>
    <node name="node3">
    <node name="node4">
    <node name="leaf7"/>
    </node>
    </node>
    </root>to:
    <root name="root1">
         <node name="leaf1"></node>
         <node name="leaf2"></node>
         <node name="node1">
              <node name="leaf3"></node>
              <node name="leaf4"></node>
              <node name="node2">
                   <node name="leaf5"></node>
              </node>
         </node>
         <node name="leaf6"></node>
         <node name="node3">
              <node name="node4">
                   <node name="leaf7"></node>
              </node>
         </node>
    </root>

    For DOM users:
    public static void serialize(Document doc, Writer writer)
        OutputFormat format = new OutputFormat(model, encoding, isToIndent); // model should be xhtml, xml, etc
        format.setOmitXMLDeclaration(!useProlog);
        if (useProlog)
          format.setStandalone(useStandalone);
        format.setOmitDocumentType(!useDocType);
        if (isToIndent)
          format.setIndent(indentSize);
        format.setLineSeparator(CR);
        XMLSerializer serial = new XMLSerializer(writer, format);
        try {
          serial.asDOMSerializer();
          serial.serialize(doc.getDocumentElement());
          writer.flush();
        } catch (IOException e) {
          System.err.println(e);
        } catch (Exception e) {
          System.err.println(e);
      }Take care with explicit global vars (amazing names like indentSize)
    and go deeper!
    []'s

  • How to Modify Search for Leads using Date types in the Assgmnt Block Date

    Hello Experts,
    I have a requirement to modify the search for Leads using Dates in the Assignment Block Dates and using the Posting Date of the transaction.
    Any ideas?
    Thank you in advance,
    Justin

    If you look at the grants, you'll see that there are over 170 objects from the FLOWS_030000 granted to PUBLIC:
    SQL> select count(*) from dba_tab_privs where owner= 'FLOWS_030000' and grantee = 'PUBLIC';
    173
    If we were go grant these privileges to a role, called APEX_APP_RU, and grant this role to APEX_PUBLIC_USER and any schemas an application is linked to (Workspace to Schema), would that be a workable solution?
    The only problem I see right off hand that this might not work is that PUBLIC has synonyms created for the FLOWS_030000 objects. If we revoke the underlying privileges, because of the synonyms, this might not work.
    SQL> select COUNT(*) from dba_synonyms where table_owner = 'FLOWS_030000' and owner = 'PUBLIC';
    176
    Does anyone else have any ideas?

  • Display newline using out.println

    Can anyone tell me how can I put a new line using the out.println?
    Because I wanna to display the record in the following format
    which is
    Username : xxx
    UserID : xxx
    Age : xxx
    so on .....
    Actually I wanna to do it in a table form(HTML)....
    Can anyone suggest a better way to do it?

    Put the stuff in table then:
    <table>
    <tr>
    <td>username=<%=xyz%></td>
    </tr>
    <tr>
    <td>pwd=<%=abc%></td>
    </tr>
    </table>
    HTH,
    J.Clancey

  • In a JSP having a problem using out.println in method

    I am trying to update a field on a form using JAVASCRIPT generated by JSP. The following code works fine when in the main body of the code.
    The field tota on form mainform is updated based on the contents of strTest.
    out.println("<SCRIPT LANGUAGE='JavaScript'>")
    out.println("document.mainform.tota.value = " + strTest);
    out.println("document.mainform.tota.focus()");
    out.println("</SCRIPT>");
    But if you have 10 flds that you want updated, it would be nice NOT to have to use 40 lines of code to do it. I am trying to build a method that will accept a field name and some data to put in a form field. I started small and just wanted to update 1 fld using the method below:
    <%!
    //Declare method to update form fields
    void Update_Frm_Fld()
    out.println("<SCRIPT LANGUAGE='JavaScript'>")
    out.println("document.mainform.tota.value = " + strTest);
    out.println("document.mainform.tota.focus()");
    out.println("</SCRIPT>");
    %>
    I keep getting the error:
    Time_Entry_jsp.java:21: cannot resolve symbol
    symbol : variable out
    location: class org.apache.jsp.Time_Entry_jsp
    out.println("");
    ^
    Help.....

    try this:
    <%@ page import="java.io.*" %>
    <%!
    //Declare method to update form fields
    public void Update_Frm_Fld(HttpServletResponse response)
         throws ServletException, IOException{
              PrintWriter out=response.getWriter();
              out.println("<SCRIPT LANGUAGE='JavaScript'>");
              out.println("document.mainform.tota.value = "+1);
              out.println("document.mainform.tota.focus()");
              out.println("</SCRIPT>");
    %>and when you call the function use this:
    <%Update(response);%>

  • How to put if condition by using visual studio 2012 for project server 2013 worflow

    Hi,
     If Project Data:Funding Required equals Yes
        Go to s2- Lead Approval
    Else
        Go to End of Workflow
     above condition is used it in sharepoint designer. I want same condition used in visual studio 2012.
    Please help me how to get fields of project server in visual studio 2012.
    Thanks in Advance in helping us.
    Thank you
    Vinay

    Hi Vinay,
    I can't help you for the code, but the IF THEN ELSE statement is pretty well documented in the article below:
    http://msdn.microsoft.com/en-us/library/752y8abs.aspx
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Yellow Opacity line:  how to put points and fade in/out

    Hello,
    I am new to Adobe Premiere Elements 12, but started on Premiere years ago.  It's good to be back.  I used Final Cut Express for 6 years and due to and OS upgrade it no longer works.
    Forgive me if I use the wrong terminology, but I just watched a 15-minute tutorial and did not find the answer I'm looking for.  Here is my quesiton:
    I am trying to put points on the yellow opacity line that is on each video clip.  I want to have total control over laying different clips.  I was able to easily do this in Final Cut Express but choosing a "pencil" tool and clicking on the point where I wanted the opacity to begin changing.  Then click a second point, drag up/down, etc...
    How do I place points on this line and then adjust it up or down?
    thanks

    paulrudophmusic
    So glad you asked. Just happen to have some blog posts that may have all the information that you seek.
    If not, please let me know what is missing and I will supplement what is already written.
    http://www.atr935.blogspot.com/2013/06/pe11-video-and-audio-track-rubberband.html
    http://www.atr935.blogspot.com/2013/06/pe11-timeline-fade-out-shortcuts-and.html
    Looking forward to learning of your progress.
    Thank you.
    ATR

  • Good book - XML and How to put it to practical use.

    Any good books on xml?
    For some reason, I just haven't seen a good book that puts
    xml into
    action in a way that makes sense from a designer/developer's
    (emphasis
    on designer) point of view?
    I've looked at a fair number of books and they all seem to be
    from the
    "How to learn xml" point of view without really getting into
    how it's
    really used.
    I'm sure there's a book out there, just haven't found it.

    I have the same problem on my iMac. My facetime has been working, but now I'm getting the same error as You. I've been through the following:
    The stuff that Linc Davis suggested, new profile on iMac, moved iMac into DMZ zone with no firewall rules, tested with other Apple-ID, checked hosts file, checked different timezone settings, tried to connect to 2 mobile APs (with diferent providors), changed DNS servers (ISP's DNS + Google DNS + Open DNS) - Nothing helped. Also talked to Apple Support, since i have Apple Care, but the seem to be a bit clueless also Well I've mailed them the results of my different tests, so lets see what they come up with - Unfortunately I'm sure it will be the same suggestion as all the major PC manufactures suggests, reinstall and test - RIGHT !!!!!!
    If I get solution, I'll post it here.
    Kind Regards
    Kim

Maybe you are looking for

  • Import files has only imported audio, not video

    I used FCP7 to capture some footage from DV PAL. I then went to FCPX, chose "Import Files" and selected the 2 clips I had captured. I chose to copy into the FCPX events library. FCPX only imported the audio, and not the video. This is the movie info:

  • Calling infotypes in module pool programming

    Hi experts, I want to guide end user to infotype 2003 using pa30 in dialog programming. I am able to take it to pa30 by 'call transaction' but i want it to directly go to 2003 in pa30 for the same employee. Need you help please.

  • Problems with user-defined update-process

    Hi. I have a small problem in the right syntax in an user-defined updated process. The process is called by a button on the page and should update a record in a table. BEGIN UPDATE wam_mod_allocation SET alloc_assessment = V('P2120_ASSESSMENT'), last

  • InfoView Errror - Please wait while the document...

    Hello, I am looking for some assistance as I am stumped on this. Very recently we have had an issue come up on our InfoView site when people attempt to run a report a progress windows comes up saying "Please wait while the document is being processed

  • Integration with SAP BI - SAP BO XI  integration kit or PerformancePoint?

    Hi all, We would like to get some thoughts on SharePoint integration with SAP BI.Could you please help us in solving the following questions: 1. Which one is better? SharePoint integration through PerformancePoint Server 2007 or SAP Business Objects(