Table not showing in the JSP

I added the below code
<table>
<th colspan=8 class='clsColumnHeader' ><bean:message key="label.Heading.DocumentNote"/></th>
<td class="columnHeader"><bean:message key="label.DocumentNote"/></td>
<tr>
<td class="ddnt-label">
<bean:message key="label.DocumentNote"/><bean:message key="label.colon"/>
</td>
<td class="ddnt-body">
<html:select name="TransactionForm" property="documentnote">
<html:option value="">None Selected</html:option>
<html:option value="0"><bean:message key="label.active"/></html:option>
<html:option value="1"><bean:message key="label.complete"/></html:option>
</html:select>
</td>
<td></td>
</tr>
</table>
there is other tables above and below this which were already existing. I added only the above but not seeing the table added.
Any suggessions?
Thanks.

I am not seeing the combobox now
<td class="ddnt-body">
<html:select name="TransactionForm" property="documentnote">
<html:option value="">None Selected</html:option>
<html:option value="0"><bean:message key="label.active"/></html:option>
<html:option value="1"><bean:message key="label.complete"/></html:option>
</html:select>
</td>
what should be given for property attribute? does this have to match the attribute in formbean?? I did match the property value in JSP to formbean attribute.
Thanks.

Similar Messages

  • Table not showing data after refresh

    Hi gurus ,
    A unique problem We have added a field in the custom table . once moved to quality system it is not showing up the data whwn when we do a select query on that table in se16 . say total entries are ten thousand four of them are checked and when display not checked i.e eq space we get just 100 entries on number of entries ..i asked to regenerate the table in quality system but it did not help .The Quality system was refresh 1 month ago and we see it not working after it ..please suggest the correct steps we need to perform  to recover the data . Adjust database with keep data has already been done ...

    Hi Anjaneya Bhardwaj,
    If I understand well, your issue is that you have a SELECT in your program, saying newfield is your newfield, something like:
    SELECT ... FROM ztable INTO ... WHERE newfield = space.
    and it doesn't return the records that existed in quality before newfield was added.
    It it because, by default, when you add a field to an existing database table, with records already present, they are assigned the NULL value, which is different from space.
    They can be retrieved using WHERE newfield IS NULL.
    Usually, to avoid this issue, when we add a new field, we tick the "no null value" checkbox for this new field, in SE11 transaction. That will initialize the field of existing records, to the initial value (space for characters, 0 for numeric fields, etc.) Note: maybe it can be counter performant for big tables...
    Solution for your issue, run this code once:
    UPDATE ztable SET newfield = space WHERE newfield IS NULL.
    BR
    Sandra

  • ALV not showing all the rows! Please help!

    Hi Experts,
         I have webdynpro ALV report and I am using SALV_WD_TABLE as the reusable component. In component controller's WDDOINIT I have written the code for pulling teh data from R/3 table and binding it to ALV table.
    In the view's WDDOMODIFYVIEW event I have written the following code to get subtotal and grand total of Qty column based on product column.
          I have coded like this:
          lr_field_settings ?= l_value.
    lr_field = lr_field_settings->get_field( 'PRODUCT' ).
    lr_field->if_salv_wd_sort~set_group_aggregation_allowed( ABAP_TRUE ).
    lr_field->if_salv_wd_sort~create_sort_rule( ).
    l_sortrule = lr_field->if_salv_wd_sort~GET_SORT_RULE(  ).
    l_sortrule->set_sort_order( if_salv_wd_c_sort=>sort_order_ascending ).
    l_sortrule->set_group_aggregation( ABAP_TRUE ).
    *...Aggregate Field PRODUCT
    lr_field = lr_field_settings->get_field( 'QTY' ).
    lr_field->if_salv_wd_aggr~create_aggr_rule( ).
    lr_aggr_rule = lr_field->if_salv_wd_aggr~get_aggr_rule(  ).
    lr_aggr_rule->set_aggregation_type( if_salv_wd_c_aggregation=>aggrtype_total ).
    It is working now but my ALV table is not showing all the rows. I have 6 products and it is showing from product 2. But it is calculating grand total and subtotal correctly. I am not able to see the first product row and subtotal for that. Even if I click on the ^ icon in the ALV table below it is not showing all the rows.
    What could be the problem?
    Please help
    Thanks
    Gopal

    did you somehow manage to set the "first visible row" property on table object
    to 2.   Only thing I can think of that could cause this effect.
    Cheers
    Phil

  • All value not showing at the time of J1INCHLC - Create Remittance Challan

    Hi,
    I am facing following problem in TCS
    I am trying to process TCS Remittance Challan with T.code J1INCHLC, but all document No. not showing at the time of challan process, I checked entry in TCS GL, Table BSEG & WITH_ITEM all document showing properly. Section code also showing in line item.
    I checked some document process with same material & same customer. But only few entries showing at the time of TCS Remittance Challan process. I also compare both entries which is showing & un-showing but no difference found.
    Kindly suggest solution to resolve the issue. 
    Sunil

    Hi Sunil
    If the entires are there in WITH_ITEM and with Section codes, then it should appear in J1INCHLC. Please check other things like the date ranges you are entering in J1INCHLC. Also try by putting the document number which is missing instead of posting date range and fine out whether is it appearing. If you are able to get it, then you would be in a position to find out why it is not appearing.
    Regards
    Prasanna

  • Payroll cheques posted to GL in PCP0 but not showing on the cheque register (FCHN)

    Our Finance is trying to find out what happened with a few Payroll cheques from early 2013.  We can see that they were posted to GL 100300 in PCP0, but the cheques are not showing on the cheque register (FCHN).
    Does anybody have any ideas to help mefind out where they went or what happened? Would appreciate any advice.

    Hi Tatiana,
    Possibly that print check program was never run for the employees using transaction PC00_M10_FFOC.
    Please note that you will need a check lot and banking configuration set-up done for this transaction to run successfully.
    Table REGUH stores information about your pre-dme for each of employee for run number and run identification.
    You will need to check table PAYR and see if the employees have entry in it and if they have then if they have check number or not.
    Table PAYR is read by check register to find employees' check numbers.
    Hope this helps.
    If you see check numbers in table PAYR for employee, please verify if you have entered correct selection on selection screen for check register importantly the check box for Payroll Checks is checked.
    Also, if possible please send across screenshot of your selection screen.
    Thanks,
    Ameet

  • Changes made in the table not visible in the AM

    Hi,
    I have few validation that i need to conduct on the data that is modified in the table. The problem is that when i create a new VO instance in the AM method it does not show me the updated VO. Instead it shows me the VO before update.
    However, if i use gettransaction.postchanges, i am able to see the changes in the new VO instance i create. Can you please tell me if that is the right way of doing this or do i need to change some property to make the updated VO visible in the new instances i create.
    Thanks,
    Ankit

    Ankit,
    Just to extend to what Ankur said, any VO instance stores cache in JVM when u execute query for the first time....., now when when do some changes... these are there in cache, till u do transaction.commit(). After that they are gone in DB.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • The approver does not show in the approval preview after saving sh. cart

    Hi ,
    I would appreciate if anyone can reply me for fixing the problem.
    Problem: The approver does not show in the approval preview after the shopping cart is saved, however before saving the shopping cart it shows the approver in the approval preview. We are using two workflows: WS10000060 – Auto approval and WS10000276- 1 level spending limit approval.
    Details of the problem:
    The following steps specify the problem in detail , it is applicable for both the workflows “WS10000060 – Auto approval and WS10000276- 1 level spending limit approval.”
    1.     Shopping created
    2.     The approval preview shows the approver ( please see #1 in the attached document) before saving the shopping cart.
    3.     Shopping cart is saved.
    4.     After saving , Check status transaction shows the shopping cart in status “awaiting approval”
    5.     The section approval shows “ No workflow started , application error occurred”
    6.     T.Code SWI1 shows the workitem created for the shopping cart but in error.
    7.     The work item container does not show any agents
    I would appreciate it anyone can reply as to how to fix it ASAP.
    Best Regards
    Pawan

    Hi Disha,
    I have synchronised through SWU_OBUF several times since yesterday , but still at the same place.
    In the workflow customising - The only red entry which I have is for check entries from HR control tables under Mainiatin definition env. and Mainiatin guded procedure for gateway under guided procedure (new in SRM 5.0) .The verification workflow works fine . Also I think these entries will not impact the workflow functionalhese were red even in my earlier system .
    SLG1 shows all green entries and there are no entries in RZ20.
    I have specified task TS10008126 as general task as I want anyone who is identified by SLAapprover should be able to process the workitem and as per documentation I can specify this task as standard task.
    What should I do.. , anything am I missing .
    Thanks and Best Regards
    Pawan

  • Prices for the characteristic is not showing in the webshop

    hi all,
    we are facing a strange issue.
    When we are trying to select configuration for the configurable product the prices are not showing in
    the webshop against each configaration option but when we press the accept button after selecting the configuration the prices are adding automatically to the total.
    our actual requirement is we have to show the prices against each configurable part of the configurable product in the webshop.
    Whether we have to implement any special IPC user exit for this ?
    there is already one standard implementation com.sap.spc.document.impl.userexit.csticValueSurcharge.StandardImplementation
    under the CVS type userexit with the std delivery.
    Note:we haven't done any custome development in this page of the webshop.
    Please help it is urgently needed
    Thanks and Regards
    shanto allor
    Edited by: shanto aloor on Mar 13, 2009 3:49 PM
    Edited by: shanto aloor on Mar 16, 2009 1:47 PM

    Hi Shanto,
    The business requirement you have can be managed by the field catalog.
    I think you will have to maintain the value of all possible combinations while you are selecting the characterstics.
    You will have to add a field to the field catalog at item level  and subsequently included this field in a condition table, access sequence and condition type.
    When attributes of field catalog are being passed to IPC, you need to populate this new field by writing a code in BADI   CRM_COND_COM_BADI.
    Then in the WEB UI the field can be accessed  using java code , i think this shud help you.
    Wish u gud luck for this assignment.

  • Vertical scrollbar not showing all the records when I scroll down.

    Vertical scrollbar not showing all the records when I scroll down.
    Using Oracle forms 10g , operating system windows
    I have two fields with number of items dispayed = 15.
    I have a vertical scroll bar with them. There are 34 records in the table but the scrollbar only shows 15 records.
    Here are the properties for block / scrollbar.
    WORK_CATEGORY
    - Subclass Information                           
    - Comments                                       
    * Navigation Style                                Same Record
    - Previous Navigation Data Block                 
    - Next Navigation Data Block                     
    - Current Record Visual Attribute Group          
    - Query Array Size                                0
    - Number of Records Buffered                      0
    * Number of Records Displayed                     60
    * Query All Records                               No
    - Record Orientation                              Vertical
    * Single Record                                   No
    - Database Data Block                             Yes
    - Enforce Primary Key                             No
    - Query Allowed                                   Yes
    - Query Data Source Type                          Table
    * Query Data Source Name                          WORK_CATEGORY
    * Query Data Source Columns                      
    * Column Name                                   JOB_TYPE
    * Column Type                                   VARCHAR2
    - Column Type Name                             
    - Parent Column                                
    * Length                                        30
    * Precision                                     0
    * Scale                                         0
    * Mandatory                                     Yes
    * Column Name                                   WORK_CATEGORY
    * Column Type                                   VARCHAR2
    - Column Type Name                             
    - Parent Column                                
    * Length                                        30
    * Precision                                     0
    * Scale                                         0
    * Mandatory                                     Yes
    - Query Data Source Arguments                    
    - Alias                                          
    - Include REF Item                                No
    * WHERE Clause                                   
    * ORDER BY Clause                                 job_type
    - Optimizer Hint                                 
    - Insert Allowed                                  Yes
    - Update Allowed                                  Yes
    - Locking Mode                                    Automatic
    - Delete Allowed                                  Yes
    - Key Mode                                        Automatic
    - Update Changed Columns Only                     No
    - Enforce Column Security                         No
    - Maximum Query Time                              0
    * Maximum Records Fetched                         0
    - DML Data Target Type                            Table
    - DML Data Target Name                           
    - Insert Procedure Name                          
    - Insert Procedure Result Set Columns            
    - Insert Procedure Arguments                     
    - Update Procedure Name                          
    - Update Procedure Result Set Columns            
    - Update Procedure Arguments                     
       Don't know where am I going wrong. I'll really appreciate if you can help me in this.
    Thanks.
    Edited by: 831050 on Sep 14, 2011 8:05 AM

    One of the items is a list item.. here are it's properties:
    * Name                                          JOB_TYPE
    * Item Type                                     List Item
    - Subclass Information                         
    - Comments                                     
    - Help Book Topic                              
    - Enabled                                       Yes
    * Elements in List                             
    * Label                                      
    * List Item Value                             LIST20
    * List Style                                    Combo Box
    - Mapping of Other Values                      
    - Implementation Class                         
    - Case Restriction                              Mixed
    - Popup Menu                                   
    - Keyboard Navigable                            Yes
    - Mouse Navigate                                Yes
    - Previous Navigation Item                     
    - Next Navigation Item                         
    - Data Type                                     Char
    - Data Length Semantics                         Null
    - Maximum Length                                30
    - Initial Value                                
    * Required                                      Yes
    * Copy Value from Item                         
    - Synchronize with Item                        
    - Calculation Mode                              None
    - Formula                                      
    - Summary Function                              None
    - Summarized Block                             
    - Summarized Item                              
    - Current Record Visual Attribute Group        
    - Distance Between Records                      0
    * Number of Items Displayed                     15
    - Database Item                                 Yes
    * Column Name                                   JOB_TYPE
    - Primary Key                                   No
    - Query Only                                    No
    - Query Allowed                                 Yes
    - Insert Allowed                                Yes
    - Update Allowed                                Yes
    - Update Only if NULL                           No
    - Visible                                       Yes
    * Canvas                                        CANVAS2
    - Tab Page                                     
    * X Position                                    47
    * Y Position                                    137
    * Width                                         187
    * Height                                        18
    - Visual Attribute Group                        DEFAULT
    - Prompt Visual Attribute Group                 DEFAULT
    - Foreground Color                             
    * Background Color                              white
    - Fill Pattern                                 
    - Font                                         
    * Font Name                                     Tahoma
    * Font Size                                     10
    * Font Weight                                   Demilight
    * Font Style                                    Plain
    * Font Spacing                                  Normal
    * Prompt                                        Job Type
    - Prompt Display Style                          First Record
    * Prompt Justification                          Start
    * Prompt Attachment Edge                        Top
    - Prompt Alignment                              Start
    * Prompt Attachment Offset                      10
    * Prompt Alignment Offset                       0
    - Prompt Reading Order                          Default
    - Prompt Foreground Color                      
    - Prompt Font                                  
    * Prompt Font Name                              Tahoma
    * Prompt Font Size                              10
    * Prompt Font Weight                            Bold
    * Prompt Font Style                             Plain
    * Prompt Font Spacing                           Normal
    - Hint                                         
    - Display Hint Automatically                    No
    - Tooltip                                      
    - Tooltip Visual Attribute Group               
    - Direction                                     Default
    - Initial Keyboard State                        Default
    - Keyboard State                                Any
        

  • Itunes it's not showing me the last date/time the iPhone/iPad was backed up.

    I just backed up my iPhone and iPad but  iTunes it's not showing me the last date/time my device was backed up. I had just done a backup about 3 hours ago. And when I go to check the backup location I see a folder there with the time it was last backed up. But it's not showing me the backup date in iTunes. I don't know what to do.
    I already tried to remove the folder in App. Support-Mobile Sync and start a brand new backup. But no date.
    Tried to delete and start a new iTunes folder in Music but nothing has changed
    Any solution is welcome!

    iCloud requires OS X Lion (10.7.2) or higher.  You will need to upgrade to either Lion higher in order to set up iCloud on your Mac.  First check to see if your system meets the system requirements to upgrade.
    Lion system requirements are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Mountain Lion requirements are shown here: http://support.apple.com/kb/HT5444.
    Mavericks requirements are shown here: http://support.apple.com/kb/HT5842.
    If you can run Mavericks, you can purchase an upgrade from the Mac App Store.  If you can only run Lion or Mountain Lion, contact the online store in your country and purchase a redemption code to download it from the Mac App Store.
    After upgrading, you will find iCloud in System Preferences>iCloud on your Mac, and can set it up as explained here: http://www.apple.com/icloud/setup/mac.html.
    Before upgrading, you may want to check the compatibility of your existing programs by checking here: http://roaringapps.com/apps:table.

  • I would like to use time Machine to back up to a network SMB drive. I can see the drive on my desktop but it will not show in the time machine window to be able to select it

    I currently have a mini server (OSX10.8.5, server 2.2.2) that I am using Time Machine to back up 4 external drives that are connected to the server via firewire 800. I would like to use Time Machine to back up to a windows network SMB drive. I can see the drive on my desktop but it will not show in the time machine window to be able to select it for use.
    Can this be done
    Thanks for any and all help

    The supported targets for Time Machine backups are local (direct-connected) disks, and network targets include Time Capsule, a disk hanging off the current-generation AirPort (though not earlier AirPort devices), and OS X Server systems.
    The Time Machine storage is based on the HFS+ file system, so I would not expect TM to work with SMB file services.
    While there are hacks to allow Time Machine to access network drives, I would not consider those to be reliable. Skim the forum and the 'net for related details, and for previous discussions of setting this up and the related issues that can arise.
    Remember to test the recovery with whatever you decide to use; whole point of backups is the ability to restore the data, after all.
    If you want to learn more about Time Machine, Pondini is an excellent resource.

  • HT5772 How do I delete voice memos from my phone?  It does not show on the app or in iTunes.  Thanks!

    How do I delete voice memos from my phone?  It does not show in the app or in iTunes.  Thanks

    Welcome to the Apple Community.
    Settings > Music > Show all music > Off

  • The report I published on the SQL server report server is not showing in the application we use to retrieve reports.

    The report I published on the SQL server report server is not showing in the application we use to retrieve reports. My cell phone number is {removed}
    Thanks.

    Hello Roger Tenn,
    Thank you for posting in the TechNet Forum.
    As this issue is related to SQL server report server, to receive better report, it is recommended to ask in the SQL server forum.
    https://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver
    The professionals here will be glad to help you.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • I have an iPod Touch but I currently don't have a PC.  I found an app that would allow me to connect to my network drive and I was able to transfer music files to it.  These files do not show under the Music app and I can't find any way to do it.

    I need help from some Apple people. I have an iPod Touch and I wanted to load it up with some fresh music but I currently don't have a PC. I found an app that would allow me to connect to my 2TB network drive directly and I was able to transfer a bunch of music files to the iPod. Unfortunately, these new files do not show under the Music app and I can't seem to find any way to convince the iPod that they are music. I can play them through the file manager only. Android doesn't have this problem, any music I put on my phone is recognized as music and can be played through any of the music apps. Am I missing something or is Apple to inflexible to handle this?

    You can't. The only way to get songs in the Music app is to sync from a computer or to download from iTunes.

  • How can I connect my new iPhone to my iTunes account on my computer? It is not showing in the devices when I connect it.

    I bought a new Iphone and I was unable to update with my iTunes because they wouldn't let me leave the store with out checking the camera and speakers. I had to start the phone. I tried connecting to iTunes when I got home but it's not showing in the devices. Please help me.

    Look at this for possible solutions:  iPhone, iPad, or iPod touch: Device not recognized in iTunes for Mac OS X, http://support.apple.com/kb/TS1591

Maybe you are looking for