Regarding rendering form view

Hi all,
I have list of items for which i have to CREATE,UPDATE and DELETE.
Is it advisible to have 3 different jsp files of the each of above or manipulate all the operation in a single jsp.If i do adapt the later, would it hamper the performance.
Which is the best practice?
Regards
Sriram

use three diffrent jsp's that is the best one.dont write all the functionality in one jsp

Similar Messages

  • Crystal Report Windows Forms Viewer Error in 1 Workstation after upgrade of PL

    Hi all,
    We just upgraded SAP from 8.82 PL02 to 8.82 PL15.
    Afterwards, in just 1 workstation, Crystal Reports layouts have Crystal Report Windows Forms Viewer error I attach.
    Before the upgrade this error did not happen.
    No permissions or authorizations were changed  in the workstation.
    The Crystal Reports layouts remain working fine in server and in the other workstations.
    In the workstation following are installed:
    - Operating System Windows 7;
    - Microsoft .NET Framework 4.5;
    - SAP Crystal Reports runtime engine for. NET Framework;
    - Crystal Report 2008 Runtime SP6;
    - Microsoft SQL Server 2008 R2 Native Client.
    All, but the operating system, are equal to the other workstations.
    User has edit access to SAP folders, temp and access to the attach path.
    We already uninstalled SAP client and client agent and re-installed it but with no avail.
    Can anyone help me?
    Thanks in advance.
    Best regards,
    Pedro Mariano

    Hi San Xu,
    Thank you for your input.
    However I'm facing problem with each software is suitable.
    I installed SAP Crystal Reports for SAP Business One (CR 2011 V14.0.4.738), but with no avail.
    Thanks in advance.
    Best regards,
    Pedro Mariano

  • View application pages - view forms views and application pages. enumerate lists

    view application pages - view forms views and application pages. enumerate lists, if we disable this permission in sharepoint then user gets blocked from getting into application pages which is good. But now I have few list view web parts on a page and user
    is not able to see those reports based on view. It shows working on it. As soon as I enable view application pages permission it works.
    I need a permission level -view forms views only.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    SharePoint has a feature called “ViewFormPagesLockDown” at site collection scope. After enabling the feature, all groups / users not having the “View Application Pages” permission will not be able to navigate to pages like “_layouts/viewlsts.aspx”
    or “pages/forms/allitems.aspx”.
    So, for your issue, please disable the ViewFormPagesLockDown feature via PowerShell command:
    $lockdownFeature = get-spfeature viewformpageslockdown
    disable-spfeature $lockdownFeature -url [the URL of your site]
    More information:
    http://sharepointtechie.blogspot.jp/2011/06/blocking-access-to-application-pages.html
    http://sureshpydi.blogspot.jp/2013/12/viewformpageslockdown-feature-in.html
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • How to see List of action type & action code in Form View..

    Hi~ Guys ... please help me ~
    In Design Tab of workspace...
    I have worked  like this..
    step 1) I made a Form Wiew using a Add Input Form from BI Query Icon ,
    step 2) submit button was made in the configure element automatically ,,
    step 3) click the submit button to execute the query and it works normally.
                (action code is in the action tab of control properties.. maybe it was created automatically..)
    but, I would like to create submit button in toolbar,,
    step 1)  I click the create toolbar in context menu of form view
    step 2) click the add button to create toolbar button,,
    step 3) rename Button
    step 4) I'd like to click the PLUS button to add the  acton name  and action code
                 -> Menu name : select the type of action that will be triggered by this field  (is located under the define button )
    but , step 4).. I do not see List of Action Name like Submit Form
                          Plus Icon do not working..
    I don't know what the problem is  ..( I installed xml parser 4.0 , svg viewer 3.0 , explorer 8 )
    I wonder I missed a step or I did not install other programs
    Please help me ~

    Hi~
    Thank you for your interest in my question..
    My operating system is Window 7(Enterprise K, service pack 1)
    and..
    my internet browser is Internet Explorer 8(8.07601.17514)
    and..
    VC version is 7.0
    ( GML/Client/VC server/Flex/Potal Content/Potal connector - Version is 700.23 )
    I tried to run in compatibility mode as you said..
    but, The results are same as old,,
    Is it any relation in Client(PC) setting ?
    Regards,
    Evandave

  • Display a text conditionally in a form view

    Hi Experts,
        I have a BAPI being used as a data service in my model.
    It returns a table.
    If that table is empty, i need to diplay a plain text message "Success".
    If the table has atleast one entry, I should display a text message "Not Success".
    How can this be achieved in Visual Composer?
    Regards,
    Ravi Kanth Talagana

    Drag a line from the output port of the bapi and select "Aggregate Data". 
    Select the new sigma operator that was added to the storyboard and in the configure element task panel select the field that you want to count and in the sigma field select 'count'.
    Drag a line from the out port of the Sigma operator and select form view.
    In the "Select Display Fields" box - select the field that the was counted by the sigma.
    Add a plain text control to the form. Select the control properties and in the Label field at the Display tab write the formula - "IF((@ - select the field from the form>0),'Succeess','Not Success')"
    Good-Luck,
    Dafna

  • Dynamic rendering forms in abap

    Hi all,
    i am almost new in designing forms by adobe lifecycle designer.
    I am designing the forms in SAP transaction SFP
    and call my forms from the abap platform via function module.
    Now i have the problem, that the adobe document server does not allow to render dynamic forms. So any use of javascript fails...
    The rendered form shows in the xml the following lines:
    <acrobat>
          <acrobat7>
             <dynamicRender>forbidden</dynamicRender>
          </acrobat7>
          <common>
    Has anyone a clue, how to make the ADS render a dynamic form?
    Thanx for your support.
    Kind regards
    Andreas

    Dieter,
    thanks for your hint. The sfpdocparams-fillable parameter did it!
    Problem is solved.
    Regards Andreas

  • Doubt regarding Adobe forms used for PCR

    Hey all,
    I have a doubt regarding Adobe forms used for PCR.If i goto tc
    <b>SFP->form name (ISR_FORM_SPPM)->Layout->XML SOURCE-->
    <base><server name><port>/sap/bc/fp/form/layout/</base></b>
    But in tc SICF,i do not have anything beyond FP.It goes like this :<b> sicf-> default_host->sap->bc->fp</b> .
    Could this be the possible cause of error why i am not able to view the forms in PDF format?
    Can anyone , who has doen this before, please help me out with this issue?
    Thanks,
    Aditi

    Hi Aditi,
    Are you getting an error when you are trying to access the PDF form ?
    Is ADS installed and configured properly ? Also let me know the operating system you are using, it's version, J2EE and Portal version.
    Regards,
    Sunil

  • How to dynamically hide the Field Label in the overview page's form view?

    Hi Experts,
    How to dynamically hide, for certain condition, the Field Label in the overview page's form view?
    Please reply me.
    Regards,
    Vishal

    Hi Vishal,
    It is not possible to dynamically hide/display fields if the UI is build using configurations.
    The work around is to have multiple configurations, and based on the condition, load the
    corresponding configuration at runtime.
    The other approach is to code the complete htm view(htm coding) without using the configuration provided by the framework.
    Regards,
    Leon

  • Display form view title dynamically..

    Hi Experts,
    I have a requirement could u plz give me some inputs..
    i am fetching account details based on account name. it is displaying both business partner and contact person details.
    when i select CP on the result then CP details is displayed in the top of form view along with contact person number on the top of the title like Identify Account (ID: 20000907). i want to change that contact person no into there corresponding BP number dynamically..
    plz refer the below image.
    thanks & regards,
    Srinivas

    Hi Fabian Mayerhofer,
    thanks a lot i full fill my requirement..
    this is the code i wrote in IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION of view BuPaMainVS
    in component CRMCMP_BPIDENT.
    CONSTANTS:lc_bp_role1 TYPE bu_partnerrole VALUE 'BUP001'.
       DATA lv_bp_number      TYPE bu_partner.
       DATA: lr_cucobupa    TYPE REF TO cl_crmcmp_b_cucobupa_impl.
       DATA: lv_bp_role       TYPE bu_partnerrole,
             lv_bp_number2        TYPE bu_partner,
            lv_customer       TYPE string,
            lv_bp_partner TYPE bu_partner.
       TYPES : BEGIN OF ty_but100,
                partner TYPE but100-partner,
                rltyp TYPE but100-rltyp,
              END OF ty_but100.
       TYPES : BEGIN OF ty_but050,
               partner1 TYPE but050-partner1,
               partner2 TYPE but050-partner2,
               END OF ty_but050.
       DATA : lt_but100 TYPE STANDARD TABLE OF ty_but100,
              lt_but050 TYPE STANDARD TABLE OF ty_but050,
              ls_but100 TYPE ty_but100,
              ls_but050 TYPE ty_but050.
       TRY .
           lr_cucobupa ?= get_custom_controller( if_iccmp_global_controller_con=>cucobp ).
         CATCH cx_sy_move_cast_error.
           RETURN.
       ENDTRY.
       description = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_IC_APPL/IDENTIFY_CUSTOMER' ).
       IF lr_cucobupa->is_bp_search_done( ) EQ abap_true.
         lv_bp_number = lr_cucobupa->typed_context->customers->get_s_struct( attribute_path = 'STRUCT.BP_NUMBER' component = 'BP_NUMBER') .
    ENDIF.
         CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
           EXPORTING
             input  = lv_bp_number
           IMPORTING
             output = lv_bp_number.
         SELECT partner rltyp FROM but100 INTO TABLE lt_but100 WHERE partner = lv_bp_number and rltyp = lc_bp_role1.
    *    READ TABLE lt_but100 INTO ls_but100 WITH KEY rltyp = lc_bp_role1 BINARY SEARCH.
         IF sy-subrc = 0.
           SELECT partner1 partner2 FROM but050 INTO TABLE lt_but050 WHERE partner2 = lv_bp_number.
           IF sy-subrc = 0.
             READ TABLE lt_but050 INTO ls_but050 INDEX 1.
             IF sy-subrc = 0.
               lv_bp_partner = ls_but050-partner1.
               IF lv_bp_partner IS NOT INITIAL.
                 CONCATENATE lv_bp_partner ')' INTO lv_bp_partner.
                 CONCATENATE description '(ID:' lv_bp_partner INTO description SEPARATED BY space.
               ENDIF.
             ENDIF.
           ENDIF.
    ELSE.
           CONCATENATE lv_bp_number ')' INTO lv_bp_number.
           CONCATENATE description '(ID:' lv_bp_number INTO description SEPARATED BY space.
    endif.
    thanks & Regards,
    Srinivas

  • Insert form view data into table view

    Hi Experts,
      I have
                 --> a form view with three input fields and a button(ADD)
                 --> a table view with three columns.
    Both views in same page.
    My requirement is when a user enters the three inputs and click button (ADD) all the inputs entered should be inserted in the below table view.
    User can be able to enter multiple lines by clicking ADD again and again with different inputs.
    How to insert rows from a form view event (ADD) into table view?
    Thanks&Regards,
    karthik

    Hi
    Which 'System Action' are you using in the 'Add' button? You need to use 'Insert Row' Action. When you select this below the action you will get one box 'Apply To' there you select the table. Then save & deploy the model, you will get what you want.
    Caution - THis data will not get stored in the table permenently, once you close this model you will loose all the data.
    Regards
    Sandeep

  • How to hide a form view field dynamically based on condition?

    Actually I have two dropdowns. First dropdown has two entries( Yes and No). If I select YES in the first dropdown then second dropdown will get hide as well as if I select NO in first dropdown then the second dropdown will be show as mandatory(*) and populate with some entries.
    Kindly help me out with the code.
    Regards
    Munna.

    Hi Munna,
    You can control the dynamic field hiding by using the form iterator class.
    Please follow the below step to hide the field,
    First create custom class with interface IF_CHTMLB_FORM_ITERATOR, then add the code in RENDER_CELL_START and constructor methods.
    You need to add the below code in your .htm page
    lr_form_iterator type ref to "new class name.
    create object lr_form_iterator
      exporting iv_context_node = BTCUSTOMERH iv_opport_h = BTOPPORTH.( these are context nodes you need to pass which are having your fields, so that you can access the fields inside the render_cell_start method)
      cl_chtmlb_config=>set_iterator( lr_form_iterator ).
    You need to write the code in Render_cell_start method of the new class. You need to access the context nodes to the new class and then use them to get the field1 value. If the field1 value is YES you can set empty instance to the EV_REPLACEMENT_BEE for the field2.
    lv_current = gv_context_node->collection_wrapper->get_current( ). " you can set the gv_context_node in constructure method.
        IF lv_current IS BOUND.
          lv_current->get_property_as_value(
                                  EXPORTING
                                    iv_attr_name = 'Field1'
                                  IMPORTING
                                      ev_result = lv_trailclass ).
        ENDIF.
    data: lv_bee TYPE REF TO cl_bsp_bee_table.
    if field1 = YES.
    Case iv_bidnding_string
    when 'Field2'.
    create object lv_bee.
    EV_REPLACEMENT_BEE = lv_bee.
    endcase.
    You can use the below link for more details
    Change Property of the Label and Input field in UI for Form View - Part 2
    For the second issue, you can achieve it by modifying the get p and Get V method of the second attribute.
    let me know if you need more clarification on this.
    Best Regards,
    kasi.

  • How to run report to show all the records in the form view of Siebel 8.1.1

    Hi.
    My template has "for-each" section and there are more than 1 records in the form view. But when generating report, there is only one record in the report. Can anyone offers help? Thanks a lot.
    Edited by: user11948585 on 2009-11-18 下午6:08

    Hi ,
    Could you generate a sample XML from BIP Administrator for the IO on which report is based , and apply it to RTF and see if you are getting the desired values.
    Thanks!!

  • Printing Resource Name Form View

    Hi there,
    I am using Project 2013 Professional on SP1 with all the updates applied.
    I am trying to print the resource name form so I can give all the business users involved in the project a list of thier tasks, when they are due, and how much effort is expected of them.
    I get the view fine.
    I then go +File +Print and get the print page but there is a message saying "Print is not currently available". I tried printing anyway, but as expected nothing happens.
    I can print some views but not others so it is not a generic printing issue, but seems to be related to not being able to print particular views.
    Has anyone experienced the same issue? Is there a fix? Am I doing something wrong?
    Thanks in advance
    Tony

    Backwardsit --
    Yup, I am experienced the same problem as you.  I cannot print the Resource Name Form view in Microsoft Project 2013, SP1.  If it were me, I would customize the Resource Usage view with the columns you want to print (such as Start, Finish, and
    Work) and then print the Resource Usage view.  Just a thought.  Hope this helps.
    Dale A. Howard [MVP]

  • Access 2010 on 64 Bit Windows 7 Access "Not Responding" when changing from forms view to design view and back

    I am running
    Windows 7 64 bit
    Access 2010 32 bit
    Developing an application with a split FE BE with both files local but continue to have the message "Not Responding" when switching from forms view to design view and back as well as if I try to connect to a subform or object on the sub form.

    I have seen this behavior when the form's RecordSource is a complex query such as a crosstab or a query with several nested queries. To test if this is your case, remove the RecordSource and see if the form starts acting normal again.
    Then again, if the form has several subforms they might be slowing up the loading time.
    Bill Mosca
    www.thatlldoit.com
    http://tech.groups.yahoo.com/group/MS_Access_Professionals

  • JDev 11.1.1.2.0: Problem with refresh in form view after delete

    Hi All,
    I'm trying to delete the current row in a form view with the delete binding operation and obviously I do NOT want to fire any validations so I use the immediate = true but that causes the ADF lifecycle to skip the update models phase and thus my fields are not refreshed with the new current row after the old row has been deleted.
    How can I fix this ?
    Thanks in advance,
    Mark

    First the standard disclaimer: SQL code should be in a servlet/bean. It has no place on a JSP.
    I would recommend you write a bean method that returns a list of objects, and then iterate over that list of objects on the JSP.
    What exception does is getting thrown?
    At a guess, your problem is that you are not releasing all resources. Connections, statements, resultsets...
    That is probably hidden inside your DBBean. You are maybe releasing your result set with the statement Rset.close() - but if an exception happens even that wouldn't be executed.
    Any sql code should be in a try/catch block, with resources being freed in the finally.
    Cheers,
    evnafets

Maybe you are looking for

  • How to properly install Lion - fresh HD install

    I purchased Mac OS X 10.7 Lion from the Mac App Store on the first day of availability - took about 30 minutes or less to download it completely. I burned it to a DVD and also imaged it to a USB flash drive to use in future installs. To get at the In

  • Magic Trackpad and Inkwell

    I'm wondering why Mac OS X's built-in Inkwell (handwriting recognition) doesn't activate when Magic Trackpad is connected. Yes, I realise that originally Inkwell activates when a graphics tablet is connected, but I think the Magic Trackpad is sensiti

  • Dual Xeon (with HT) box and SINGLE CPU WLS Licence

    Can I install WLS 8.1 on this box and run it - or will it refuse as it sees 2 processors (2 physical + 2 logical) - or do I have to remove one of the CPUs or buy a 2nd licence. Due to a mix up we have this mismatch. I have other apps on the box which

  • Installing Transparency Flattener Preset for Indesign Server CS4

    I'm trying to figure out how to install a transparency flattener preset for InDesign Server CS4. I can see how they are installed for the InDesign app.  Edit -> Transparency Flattener Presets... But I'm not sure which directory to install these on fo

  • Photoshop or bridge to open photos in

    just getting started better to open photos in photoshop or bridge