I want suggestion on creating grid in jsp

Hi All,
i want jsp to be designed like below
a b c
|________| |________| |________|
|________| |________| |________|
|________| |________| |________|
|_save_|
the user can enter 1 or 2 or 3 records and when the hit on save i have to capture the value and save it. I am using struts framework
how can i do this?
Any help would be appreciated.
Thanks
prakash

In HTML you can just use <table> for that. I don't know the Struts counterpart. You may have more luck asking Struts related questions at a forum/mailinglist devoted to Struts. It isn't part of Sun JSP or so. There's one at their own homepage over there at apache.org: [http://struts.apache.org].

Similar Messages

  • Had my ipod for one year but now I can't access my music.  ipod wants me to create an account but I already have one.  Any suggestions?

    Had my ipod for a year but now I cannot access my music.  ipod want me to create an account but I already did this a year ago.  Says my email address is already in use.  Any suggestions?

    You said "In order to enter ipod I had to create a new id. " Just why did you have to create a new ID? iTunes/App purchases a re locked to the account that purchased them.
    You also said "Says my email address is already in use." You can only have one account with one email address.
    I do not understand what you did or why you did it. What is current status of the iPod?

  • I am changing to iCloud on my iMac, MacBook Air and my iPhone. My iMac and MacBook both moved over to iCloud but my iPhone when I go to Settings and click on iCloud it shows my Mail setting turned Off. When I turn it on it wants me to create a new

    I am changing to iCloud on my iMac, MacBook Air and my iPhone. My iMac and MacBook both moved over to iCloud but my iPhone when I go to Settings and click on iCloud it shows my Mail setting turned Off. When I turn it on it wants me to create a new email address to turn on iCloud Mail. I already have to "me" accounts plus another email address and don't want to create another one. I don't understand why it's asking me to do this on my iPhone but didn't ask on my iMac or MacBook and is there a way around creating another @me.com email address?

    Hello Timmy790
    Try the suggestions in the article below to resolve the issue of seeing your old Apple ID on your iPhone.
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/ts5223
    Regards,
    -Norm G.

  • Create reports from jsp

    hello!
    I want to create reports from JSP; It works fine, I program every report/JSP.
    The problem is that the customers wants to create customer templates, templates which should be able to retrieve custom data from database, acording to user wish. Is there any possibility to create customer report templates with JSP, created complitely in browser?
    Is there already any tool like this?
    What other reporting JSP tools already exist?
    THANK YOU!

    please, nobody has not any idea?

  • Creating piecharts in jsp

    What is the current popular API to create piecharts in JSP pages?

    hi,
    for creating session,
    String uname = "admin";
    session.setAttribute("username",uname);
    for retreiving the value from session.
    String uname = (String)session.getAttribute("username");
    session is an implicit object in jsp, if u want to use in servlet Declare like this.
    HttpSession session = request.getSession();
    Bala

  • I WANT TO LEARN ALV GRID

    I WANT TO LEARN ALV GRID CAN U TELL ME WHICH ONE WILL BE GOOD TO LEARN AND REFER.

    Hi,
    ALV
    1. Please give me general info on ALV.
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    2. How do I program double click in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=11601
    http://www.sapfans.com/forums/viewtopic.php?t=23010
    3. How do I add subtotals (I have problem to add them)...
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    4. How to add list heading like top-of-page in ABAP lists?
    http://www.sapfans.com/forums/viewtopic.php?t=58775
    http://www.sapfans.com/forums/viewtopic.php?t=60550
    http://www.sapfans.com/forums/viewtopic.php?t=16629
    5. How to print page number / total number of pages X/XX in ALV? http://www.sapfans.com/forums/viewtopic.php?t=29597 (no direct solution)
    6. ALV printing problems. The favourite is: The first page shows the number of records selected but I don't need this.
    http://www.sapfans.com/forums/viewtopic.php?t=64320
    http://www.sapfans.com/forums/viewtopic.php?t=44477
    7. How can I set the cell color in ALV? http://www.sapfans.com/forums/viewtopic.php?t=52107
    8. How do I print a logo/graphics in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=81149
    http://www.sapfans.com/forums/viewtopic.php?t=35498
    http://www.sapfans.com/forums/viewtopic.php?t=5013
    9. How do I create and use input-enabled fields in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=84933
    http://www.sapfans.com/forums/viewtopic.php?t=69878
    10. How can I use ALV for reports that are going to be run in background?
    http://www.sapfans.com/forums/viewtopic.php?t=83243
    http://www.sapfans.com/forums/viewtopic.php?t=19224
    11. How can I display an icon in ALV? (Common requirement is traffic light icon).
    http://www.sapfans.com/forums/viewtopic.php?t=79424
    http://www.sapfans.com/forums/viewtopic.php?t=24512
    12. How can I display a checkbox in ALV? http://www.sapfans.com/forums/viewtopic.php?t=88376
    http://www.sapfans.com/forums/viewtopic.php?t=40968
    http://www.sapfans.com/forums/viewtopic.php?t=6919
    Check this for basic concepts of OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/abap%20objects/abap%20code%20sample%20to%20learn%20basic%20concept%20of%20object-oriented%20programming.doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20display%20data%20in%20alv%20grid%20using%20object%20oriented%20programming.doc
    Tabstrip
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20for%20tab%20strip%20in%20alv.pdf
    Editable ALV
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20edit%20alv%20grid.doc
    Tree
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm
    General Tutorial for OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    http://www.sapdevelopment.co.uk/reporting/alvhome.htm
    http://www.sap-img.com/abap/what-is-alv-programming.htm
    http://www.sap-img.com/abap-function.htm
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree%5Calvtree_basic.htm
    http://esnips.com/doc/ad20dca9-6182-4903-8d8f-96a66dc8590c/ALV.pdf
    http://www.sap-img.com/abap-function.htm
    Thanks
    VIkranth

  • How to create table with jsp in mysql

    Hi, every one,
    I just want to know how to create a table with jsp in mysql, please.
    Thanks in advance

    I have got the same question. I tried to pass sql "Create table" statement, but the servlet engine (tomcat4) threw an error "could not manipulet statement.execute". It works for normal SQL select statement.
    Anyone got the same problem ? or got a solution for this ? someone told me that PHP can do it, but just want to get it works with JSP.

  • Any suggestions for creating  u201CCustom Measuresu201D ......

    Hi SAP BPC guys,
    could  give me   Any suggestions for creating  u201CCustom Measuresu201D for
    §   Average to Daily
    §   Average to Monthly
    Thanks  & Regards,

    Celletti wrote:
    In the text file the ~ ... | creates a radio button group and a #....| creates a checkbox group which all works fine. The problem I am having is with the more complicated options/addons such as having a choice between 0-n number of object 1 and/or object 2, having 0-4 powers out of a 7 checkbox power group, or having 0-n special units added to the squad that all are the same but all can have different powers/addons. I suspect you need to write a data model for the information you want to capture. Seems like you've made a pretty good start with your various types and capabilities, now you just need to extend that to your more esoteric stuff.
    I'd also try to think about it a bit more generally, rather than applying it to a specific Swing component. For example:
    A Radio button is a "one of many" choice (ie, a "Selector"), whereas a Checkbox is a "0 or many of many" (possibly with limits). If you think about it this way, you leave the decision of how to represent them until later on, which is usually good practise.
    If you create a good model, you'll also be better prepared if you later decide to store these things in a database.
    Winston

  • I want to make a grid. Apple said Pages will do the job. I need to change the grid to 1 in. x 1 1/2 in. squares. What tutorial can I use to show me how to do this?

    I want to make a grid. Apple said Pages will do the job. I need to change the grid to 1 in. x 1 1/2 in. squares. What tutorial can I use to show me how to do this?

    A calendar is not difficult nor does it take long once you know where the dates fall.
    Start with a basic month template table.
    1. Click on the table icon on the Toolbar to create a basic table for one month
    2. Click on the resultant table > Inspector > Table > Headers & Footers > 2nd button > 1
    3. Inspector > Table > Body Rows: 6 > Body Columns: 7
    4. Inspector > Metrics > Size > Width: 7 cm/in > Height: 7 cm/in
    You can drag resize the whole month to your liking afterwards
    5. Select the entire header row > Inspector > Table > Edit Rows & Columns > Merge Cells > Type in a month
    6. Type Mon in first cell & Tue in 2nd cell of of 2nd row > Select both cells and drag the white dot in the bottom right corner sideways to fill the cells with the days
    7. Do the same with the dates in the cells below
    8. You can fill the spare dates at the beginning and end of the month if you like and maybe change them to a paler grey.
    9. Style and position the text as you like it.
    10. If you don't want to see the grid or want different strokes, colors etc:
    Inspector > Table > Cell Borders/Cell Backgrounds etc
    When you have the first month looking the way you want, option drag out copies sideways to make the rest of the months.
    Peter

  • CREATE SEQUENCE in jsp

    Dear all
    i have one question would like to ask someone who can help that .
    if when i create one table with sequence in that table when i want to add any value use jsp script how can i declare sequence data type?
    for example
    in sql command line = INSERT INTO test VALUES( some_sequence.nextval
    and how can i defind some_sequence.nextval in jsp page ?
    what should i use ? string or int

    Yes, it's possible to create classes inside JSP files.
    <%!
    class Whatever {
       String variable = "java";
       void doSomething() {
          // Doing nothing :) ...
    %>

  • Want to take "CREATE script" for all roles existing in DB.

    Hi All,
    I want to take "CREATE script" for all roles existing in DB.
    Please provide me script to generate if you have or suggest any link or doc.
    Oracle 10G

    Use this-
    select 'select dbms_metadata.get_ddl(''ROLE'','''||ROLE||''')||chr(10)||''/'' from dual;'
    from dba_roles
    Please be aware grants will not come in the definition
    If you like the answer then don't forget to give points

  • Issue in creating a new JSP in Quoting

    I have created a new JSP in the quoting. That JSP is displaying the data properly but the cue card menu is not visible in that JSP. Is there any mapping need to be done to make it visble.

    Thank you for the response.
    The JSP has a function defined in the menu structure. For a trial I copied an existing jsp into another and called the copied one. the side menu bar did not get displayed, but the content got displayed.
    Can you please tell me, if we create a new JSP page how many mappings need to done and what are they.

  • I want to make a chatroom using jsp, and have some problem, Help!

    I want to build a chatroom using jsp and client using plain html, so i need every client could have a constant connection with the web server and will receive messages realtime. But i got 2 problems.
    First, how can i turn my buffers off so that messages can get to the client the time it is meant to be. I added
    <@page buffer="none">
    but seems that it takes no effect, any tricks here? thx
    Second, I want every user could have a constant conn. with server but i dont want my server to waste resources on those connection that has already been disconnected.so is it possible to stop executing JSP pages once client has diconnected.Since i found that it will throw no exception writing to the client even if the connection is disconnected in JSPs.
    Thanks!!!!!

    By theway, i'm using TOMCat 5.0 as my JSP container.

  • I want to use data binding in jsp,just like microsoft ASP's RDS,how can I d

    I want to use data binding in jsp,just like microsoft ASP's RDS,how can I do?

    I can't claim to know exactly what RDS binding involves, but if my hunch is correct, you can get very similar behavior by using JSTL and define your data source using JNDI. See the JSTL spec, my article series about JSTL, or a JSP/JSTL book (such as mine ;-) for details:
    http://java.sun.com/products/jsp/jstl
    http://www.onjava.com/pub/a/onjava/2002/08/14/jstl1.html
    http://www.onjava.com/pub/a/onjava/2002/09/11/jstl2.html
    http://www.onjava.com/pub/a/onjava/2002/10/30/jstl3.html
    http://www.thejspbook.com/

  • [b]Data Grid in jsp using Struts [/b]

    I need to develop a data grid in JSP using struts .
    I am using Tomcat web server , Intellij IDEA IDE.
    If any one has code, please sent it.
    Thanks in Advance.

    hi,
    Use Struts-Layout datagrid framework to full fill your needs
    Related Topic link
    here is the clear documentation for your topic
    http://struts.application-servers.com/datagrid/index.html
    here is the download link
    (Struts-Layout datagrid framework)
    http://deltha.uh.cu/java/docs/struts-layout-1.0-docs/download.html
    related discuss
    http://forum.java.sun.com/thread.jspa?threadID=5202989&messageID=9811082

Maybe you are looking for

  • Data Quality for name and address

    Hello, We have OWB10G and would like to use Name and Address operator. It seesm to me that we need to buy some Data Quality library from some 3rd party ( FirstLogic etc). Our client is not ready to pay money to buy these 3rd party libraries. How woul

  • How To Make Backup USB Of 10.7 Whilst In 10.8

    I bought a new Macbook Pro 15" Anti-Glare 2.3 (base) recently. I updated to Mountain Lion 10.8 for free, but would like to download Lion 10.7 onto a USB for my Mac Pro (2.66 '06, incomp. with 10.8). Is there any way to get the OS off of the laptop? I

  • WAAS issue with NIC teaming

    Hi, Can someone tell me what has the NIC teaming effect on WAAS. I was preparing a demo for one of my client but before this they were using another popular WAAS product. According to my client, they had a big network issue with NIC teaming, i.e one

  • Receive Error 1328 when trying to install laster update

    I get the following message when trying to update my Acrobat XI Pro, version 11.0.06: I've re-installed the software but still get the message.  Any ideas or solutions?

  • Can I downgrade my ios from 7.0.3 to 7.0.2?

    The problem I had is that ios7.0.3 drain my battery quite a lot compare to 7.0.2. Another thing that makes me want to downgrade is that the 'reduce motion' thing. I very satisfied on what they did on ios7.0.2, which turn of the 3D/ parallax wallpaper