Can we reuse the view in BSP's

Hi,
I created some views but in almost all iam using the same UI elements,for that i need to create a commom view,and i need to use it in other views, but my question is is that possible ?if possible what are the ways for that? whats are the pitfalls if we use like that.
Please clarrify on this.
Thanks,
Lavanya.

Hello,
you can create one page as 'Page Fragment' not as 'View' and use that in your view as include file.
Example syntax for including page frangement:
<%@include file="pagefragment.htm" %>
Thanks

Similar Messages

  • Can we delete the views created for a user in Oracle BPM J2EE WL

    I am using Oracle BPM 10.3 MP2 Enterprise Edition
    Version: 10.3.2
    Build: #100486
    Can we delete the views created for a user in workspace?
    Usually we are using the filter option within workspace and then saving it as view.
    Would like to know if we can delete such views and create again.
    These views are user specifc
    Thanks in Advance.
    -Sree

    I usually use this scripts to clean the workspace user custom seetings:
    delete from fuego_objclassinst where fuego_objclassname = 'bea.albpm.workspace.layout';
    delete from fuego_strprops where (fuego_category = 'fuego-view' OR fuego_category= 'fuego-presentations');
    delete from fuego_strprops where (fuego_category = 'WAM' );
    Hope this help.
    Regards

  • How can I reuse the BC4J database connection?

    How can I reuse the BC4J database connection?
    I want to use the application module connection without opening another in a custom code. At this level I can’t access de ADF code, that’s why I can’t get the DBConnection from the application module.
    Now, I have a “data-sources.xml” in my project and the application module is configured to access the database from this xml file.

    I found the solution in other Forum. I worked ok.
    Here the code:
    If the Connections-Navigator connection is DBConnection1, the corresponding datasource is jdbc/DBConnection1DS.
    1. Create a JSP page.
    2. In the web.xml of the JSP add
    <resource-ref>
    <res-ref-name>jdbc/DBConnection1DS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    3. In the JSP page obtain a connection with the datasource.
    InitialContext initialContext = new InitialContext();
    javax.sql.DataSource ds = (javax.sql.DataSource)initialContext.lookup("java:comp/env/jdbc/DBConnection1DS");
    java.sql.Connection conn = ds.getConnection();

  • Can we change the View attribute of the Switcher through PERSONALISE PAGE?

    Can we change the View attribute of the Switcher through PERSONALISE PAGE? I want this switcher to display another column. This switcher that i want to change is a seeded one. I have extended a VO and added a new attribute. I want this Switcher to display this new attribute. How can I acheive this.
    Regards
    Ali

    When I do exactly that I get a .XLS file that when you open it and click Save As comes up in Single Web Page mode. When I change the type I get a much smaller file. I am doing exactly what you describe, but with different results. Is it possible that this is configurable?
    Here is a screenshot of me exporting:
    http://i879.photobucket.com/albums/ab359/jameyweare/problem1.gif
    Here is the properties of the file. As you can see the size is 215kb This is actually a very small query for for demonstration purposes. I have queries that return 20k rows with 10 to 15 columns. This creates a spreadsheet that is over 20MB.
    http://i879.photobucket.com/albums/ab359/jameyweare/problem2.gif
    This next screenshot is of the Save As dialog from Excel. I have highlighted the file type that the file is currently saved in.
    http://i879.photobucket.com/albums/ab359/jameyweare/problem3.gif
    In this screenshot I have changed the file format.
    http://i879.photobucket.com/albums/ab359/jameyweare/problem4.gif
    Here is the new properties. The file size has decreased to 57.5kb. In the cases where I had files that were 20MB or greater (and took aver 10 minutes to open up), this process reduced those files to about 200kb.
    http://i879.photobucket.com/albums/ab359/jameyweare/problem5.gif
    Any help on this would be appreciated.
    Edited by: Jaime Weare on Jul 17, 2009 3:38 PM

  • Can I operate the view object outside application module?

    I publish a Application Module into Oracle 8i Server. When I operate the view object in a class that published in Oracle 8i Server.
    It raise a remoteException. Can I operate the view object outside application module?

    Hi,
    The application module is the main point of contact for the ViewObject and EntityObject classes. It handles things like the connection pooling and other coordination aspects.
    You need to go through the app module to access the ViewObject class methods.

  • I can not change the view of Ipad from vertical to horizontal

    Since 2 days I can not move the view of the screen of my Ipad 2 from vertical to horizontal?
    rs

    On the top of your screen do you see a little padlock with a circle around it? If so, that's the rotation lock. There is a little switch by the volume controls that serves as either the rotation lock of an all mute. If you see the padlock, try flipping that switch to see if it allows your device to rotate.
    Is it not rotating in everything or just in a few apps? Because there are some apps out there that will not rotate, they are portrait or landscape but will not do both.
    If the switch doesn't help you can go into the settings, general and see if the side switch is set to all mute or rotation lock.
    If none of that works, try giving your device a reset. Hold down the sleep and home keys for about 20 seconds. Once you see the silver apple let the buttons go and let it reboot. See if that helps
    If not, try going into the settings and 'reset all settings'. You will need to retweak your device but it may clear things up.

  • I can't change the view from player view to grid view in youtube

    i have a problem with youtube, i can't change the view from player view to grid view on channels that i visit, and that just happen with firefox, it dosent happen with explorer, so what can i do please?
    == This happened ==
    Not sure how often

    it didn't unfortunately, and i think that the problem in the JavaScript , Because when I click on the grid view icon i see on the bottom of the page "JavaScript" see the image:

  • HT2589 how can i skip the viewing on my account when i has not use my apple id in i tunes stores?

    How can i skip the viewing on my account when i has not use my apple id? The main problem is i do not have a credit card... so what should i do?

    You can't, you will need to enter a credit card number before you can use that account in the store.
    There are instructions on this page for how to create a new account without giving credit card details : http://support.apple.com/kb/HT2534

  • Can we reuse the Authorization objects in MM01 for  Custom TCODE  ZMM01

    Hi all,
    We need to create screens  or transaction code ZMM01 which will have all views in the form of a tab like sales data will have a tab to input sales information like plant data as its own tab to input plant specific data
    ceating material  masters  entries in Ztables like ZMARA,ZMARC,ZMVKE.
    Now my question is can we use the same authorization objects which are being used for standrard MM01 transaction code because same users who use MM01 will use ZMM01.
    If this is possible how can I know what are the authorization objects which I need to program for my ZMM01 Tcode.
    All replies are rewarded.
    Regards
    Martin.

    hi yes
    it is possible go to transaction SU21
    and search MM_G object class you can reuse the same for ur Z transaction
    also u will have to use SU22 to assing tcode to the obejct class
    Harish

  • How can I change the view of Download Folder in Dock

    I used to have my Download Folder in my Dock show up as a vertical string of icons with the latest at the bottom, when I clicked on the Folder. I recently had to drag the Downloads Folder back into the Dock after it had disappeared from there.  After doing that I now notice when I click on the Downloads icon in the Dock, it now shows up as a page full of icons.  I prefer the original vertical listing.  How can I change it back?
    Hope someone can help on this one.  Thanks.

    That's not an option. Under Display As, you have the view options for Downloads

  • How can I get the View Tab name on the Crystal Report Viewer at runtime?

    When a report is displayed in the Windows Forms Crystal Report Viewer and the user drills into the report, the drill down view is displayed in a seperate view and is identified via a View tab at the top of the report.  I can determine the index of the view tab that is currently selected, but I need to access the text that is on the View tab.  The only properties that I've found that pertain to the "view" on the Crystal Report viewer are the ActiveViewIndex and the ViewCount.  Unfortunately, neither of these items help me because they are not specific to a certain section of the report.  Has anyone had any luck accessing the View Tab properties ?  Thanks.

    The tabs at the top of the page are nested within some of the viewers controls. Through trial and error you just have to find the right one. In this case the main part of the report is in the first control. This happens to be a TabControl. From there you can loop through the TabPages on the TabControl to grab the names of the tabs.
    Here is a quick example of what I did to get the tab text. All this code was in a button click event.
    Control oControl = crystalReportViewer1.Controls[0];
    TabControl oTabControl = (TabControl)oControl.Controls[0];
    foreach (TabPage oTabPage in oTabControl.TabPages)
         MessageBox.Show(oTabPage.Text);

  • I can't change the view/order of music on my iPhone in iTunes.

    So, my iPhone is plugged into my MacBook Pro. iTunes is open, the iPhone is in my left column. I select the "Music" sub-cat under my iPhone, which shows me the songs on my iPhone. I cannot change the view or order in which the songs are listed. So I can't sort by name, or artist or album. It appears to be locked on genre, and only the standard list view is available.
    I've restarted the phone. I've changed all sorts of setting in iTunes preferences. I am able to add songs, but I can only delete if I go into the "manually added songs" list.
    I think this was an issue before I upgraded to Lion. Any ideas?

    To Reset your Photo Stream, follow these instructions:
    From a computer browser, go to icloud.com and sign in.
    Click on your name on the iCloud home page (this is the page that shows all the app icons). If you do not see your name, click the cloud icon in the top left of the page.
    Click Advanced.
    Here you will see the Reset Photo Stream button. Clicking this button will remove all your Photo Stream photos from iCloud. Once removed, they cannot be recovered, but you can re-upload any photos you'd like to restore to your Photo Stream from a Mac or PC.
    After resetting your Photo Stream, you can also remove any photos that have been downloaded to your device or computers. To do this, follow the directions below:
    On your iOS device, you can remove photos from the Photo Stream view by turning off Photo Stream and then optionally turning it back on. You can do this at Settings > iCloud > Photo Stream.If you added any Photo Stream photos to other albums or the Camera Roll on your iOS device, you can locate and delete these photos manually, if desired.

  • How can I change the view of mails list

    In the list of received messages has only one way of displaying information - detail.
    With this method of displaying the message list displays all the information in one line, and is divided into columns.
    This is useful when very wide monitor.
    In my case the laptop screen is not very large and much of the information is hidden (requires horizontal scrolling list).
    Windows Explorer, can display list of files in the view "Content", when the information about the file appears on multiple lines. This method allows to save space horizontally.
    Is there a way to customize the display list in Thonderbird like that?

    See the View > Layout menu.
    If it does not look right, please restart Thunderbird after choosing a different option.

  • 3 relatively identical queries.  Can we reuse the intial result set.

    I have a report... It has 3 queries.. These queries are basically the same except the group by differ in columns. Each query basically rolls up data into higher level aggragates. The underlying returned record set is the same, just a different group by in each query. Is there a way to get the record set once and reuse it in each query so that I dont have to perform the exact same underlying query over again? I ask because these queries can return 100,000 thousads of rows. There is also a dblink in between the query and the data. I know I can make sql records and use the table() command on a collection of sql records. Is that the only way to do something like that? Would that be efficient? Is there a way to give the result a name and then tell the subsequent queries to reuse the result associated with the name? It just seems very wastefull to perform the same query three times when I could do it once and reuse it.

    relatively identicalJust a though, two query are identicals, or are not identical.
    If I well understand, you need to aggregate differently the queries results, right ? That means, not only the GROUP BY are differents, but also the SELECT clauses. Do you have queries samples ?
    If you are getting the data through a db-link, a way could be to replicate the remote data locally (with in a MVIEW for example), you could save a lot of time to transfer the data over the network only once instead of three times.
    Nicolas.

  • Can i change the view embbed in viewContainerUIelement in code?

    I have defined a viewContainerUIelement in my MAINVIEW and several VIEWs in my component. Each time, I start the WD application, I need the viewContainer choose one of the VIEWs to show according to some conditions. How can i realize it in my code?

    Although Navigation Plugs are the correct normal approach, please note that there is also a pure coding approach also. This way not all navigation plugs have to be defined in advance, allowing for really dynamic navigation. For this you can use the method do_dynamic_navigation of the view API:
    data:
        l_api_main type ref to if_wd_view_controller.
      data: target_component_name type string,
            target_view_name      type string,
            source_plug_name      type string.
       l_api_main = wd_this->wd_get_api( ).
        try.
            l_api_main->do_dynamic_navigation(
                source_window_name        = 'MAIN'
                source_vusage_name        = 'MAIN_VIEW_USAGE_1'
                source_plug_name          = source_plug_name
                target_component_name     = target_component_name
                target_view_name          = target_view_name
                target_plug_name          = 'DEFAULT'
                target_embedding_position = 'MAIN_VIEW/VIEW_CONTAINER').
          catch cx_wd_runtime_repository .
            raise exception type cx_wdr_rt_exception.
        endtry.
    This method even allows you to call external components without declaring a component usage.

Maybe you are looking for

  • RAC CRS not getting started

    Hi, We had installed RAC DB namely ORCL on a two-node cluster abcoracledb01 and abcoracledb02 with the OUI launched from db01 node. After installation, the NETCA is able to identify the RAC DB ORCL on both the nodes as well as the ORCL1 instance on d

  • Cant get web cam to work on motorola zoom!

    Please can you help me to get my webcam to work on skype for a Motorola zoom

  • Cannot execute sql

    Hi All; Cannot execute sql inquiry? Exception Details: org.apache.jasper.JasperException java.sql.SQLException: [sunm][SQLServer JDBC Driver][SQLServer]Line 6: Incorrect syntax near '%'. Object selName = textField1.getText(); try{ getSessionBean1().g

  • Nikon D100 'Disk not recognized' error

    I can't get my Nikon D100 to show up on my computer. I have tried two different machines (macbook and macbook pro both on OS X 10.4.11) and both give me the error 'Disk not recognised' when I attached the camera to the computer via USB. The camera sw

  • Missing Renderer Message

    I've been using the MPE Hack with my GTX 260 and now it longer works.  I get the Missing Renderer message when I fire up a project.  The one that says I will have to use the Software part of MPE and not the Hardware of MPE.  Anyway, I searched and re