ADF 11.1.1.3  add a customize train naviagation

hello
i try to build my custom train naviigation and use the tutorial in ADF code corner
http://www.oracle.com/technetwork/developer-tools/adf/learnmore/82-programmatically-navigate-trains-396873.pdf
but i've a problem that the import to class
import oracle.adf.controller.TaskFlowTrainStopModel;
is not found so i can continue ???
i use Jdeveloper 11.1.1.3
thanx
Mohammad.j.b.yaseen
Edited by: mohammad.j.b.yaseen on Nov 27, 2011 9:00 AM

As I said before it's not one class. In the end you end up with +1000 classes.
You should start thinking about how to do it without the train stop model. Can't you do this using buttons?
I'm not having a jdev 11.1.1.3.0 available and can't access youtube from work :(
Have you checked the docs http://docs.oracle.com/cd/E14571_01/web.1111/b31974/taskflows_complex.htm#CJHFBFIE if your version offers something similar?
Timo

Similar Messages

  • You don't have Add and Customize Pages permissions required to perform this action - but i do!

    Hello.
    I am having a similar problem to the one described by this post here:
    http://kiruthik.com/2010/10/05/YouDontHaveAddAndCustomizePagesPermissionsRequiredToPerformThisAction.aspx
    However, his resolution of changing web.config under wwwroot did not fix my issue.
    Here is the situation on a recently upgraded SP2010.
    1) Create a document library. Set the document template to "basic page"
    2) give a user full control on the document library.
    3) Go, under that users credentials, to the document library and create a new document.
    4) Name the document whatever and hit create
    5) a page is displayed which says the following: "Web Part Error:
    A Web Part or Web Form Control on this Page cannot be displayed or imported. You don't have Add and Customize Pages permissions required to perform this action."
    6) Become confused as giving someone "full control" on the library should obviously inherit the permissions to when they create a document and try and edit it.
    If i give the user "full control" on the entire site (site actions -> site permissions), then the document pops open an editor which would allow you to add content to the basic page. Obviously, i do not want to give users full control to the
    entire site :)
    Giving the user  "Add and Customize Pages" permissions on the entire SITE allows them to edit get the popup to edit the file, but this is not desireable either since then they could "Add, change, or delete HTML pages or Web Part pages,
    and edit the Web site using a Windows SharePoint Services-compatible editor.". I do not want them to edit any web pages, i just want them to edit a particular lists webpage!
    Things i have tried:
    - Set the permissions on the "MSContentEditor" webpart to have the user have full control of the web part.
    - set the permissions on ALL the web parts to have the user have full control (permissions on the web parts list)
    - Edited web.config to add a line to mark "contentEditorWebPart" as safe, and then restarted IIS.
    - Recreated test lists and was able to duplicate the behaviour
    So I am wondering, is this a sharepoint bug or what? Should a web part not inherit the permissions of the list it is working in? if not, what are the exact items i need to set permissions on to get this webpart to display correctly?
    Setting global site permissions is not an option.
    Another workaround is to make a "wiki page library" which allows you to copy and paste text into a static page, and also edit that text. I can move all the content over to a "wiki page library", and thats what i probably will end up doing
    in the end, but its annoying because there is alot of content to move, and it all has to be done by hand as you cannot upload documents to a wiki afaik. Also the wiki uses a different editor, its inline instead of a popup in IE which is probably why it is
    working.
    This may not be a bug and could be a simple permissions problem or something else, but i have been looking at this for hours and it doesnt make any sense to me.
    Any help appreciated thanks!

    Hi,
    Yes, you must have “Add and Customize Pages” permission
    from site level to perform this action, the permission is not in list permission level.
    You can add a new permission level which only includes “Add and Customize Pages” permission, and then create new SharePoint group with this permission
    level.
    Add the users into the SharePoint group and these users will get the “Add and Customize Pages” permission
    from site level.(site permissions)
    Additionally to add/edit page, the users also need the permission level “Contributor” in list permission level.
    (you should know when you grant the full control to the users in list permission level, the users won’t get the permission from site level)
    If you need further help, please let me know.
    Hope this helps
    Thanks!
    Stanfford
    Everything will be fine.

  • Is there a way to allow contributor users to add web parts to a page without granting them "Add and Customize Pages" permission?

    I am working on an enterprise wiki site collection, and when contributor users try to add web parts they will get the following error:-
    A Web Part or Web Form Control on this Page cannot be displayed or imported. You don't have Add and Customize Pages permissions required to perform this action.
    So I granted the Contribute Permission level an extra permission which is “Add and Customize Pages”. Now contributors will be able to add/edit/delete
    web parts. But they will have extra permissions that I do not want them to have , such as changing the design and customize some page layouts, also they can access the site settings and create site columns !!.
    So my question is basically if there is another way to allow users with contribute permission to be able to add web parts without granting any extra permission. In other words to treat adding web parts as normal content such as image, Text ,tables ?
    Thanks

    I dont think so.
    http://technet.microsoft.com/en-us/library/cc288074%28v=office.14%29.aspx
    Add and Customize Pages
    Add, change, or delete HTML pages or Web Part pages, and edit the Web site by using a Windows SharePoint Services-compatible editor.
    View Items, Browse Directories, View Pages, Open
    Design, Full Control 
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://freeit-support.com/
    so there are not any workarounds or any custom settings which i can use to implement any of these:-
    - To force Contributor users to add web parts without granting them "Add and Customize Pages"
    - If i grant them "Add and customize Pages" permission, to stop the ability to access the site settings ?
    Please can any one advice on this , as it is causing a lot of confusion,,, and i can not live with the face that Contributor users can access and modify site settings. the other approach will be is that i will stop using web parts. but one of our main reasons
    we decide to use SharePoint is the ability to add web parts, especially the Visio & Excel web access web. thanks in advance for any advice ..

  • Dynamically Add and Remove Train Stop with version 11.1.2.3

    I have found examples with prior versions, such as http://adfpractice-fedor.blogspot.com/2011/12/dynamic-adf-train-showing-train-stops.html.
    But, they do not work in 11.1.2.3.
    It appears that the APIs have changed considerably.
    Please advise as to a similiar example that is based on the API model for 11.1.2.3
    Thanks in advance for your help.

    Hi,
    I have a requirement to dynamically add different train stops at runtime, which are not part of the task flow at design time. I would like to build the train at runtime based on various conditions that occur. Is this possible?
    Train stops can only be removed from the train model before the first view renders, which means during task flow initialization. To a later point you cannot remove but hide stops. The train model is created upon task flow initialization too and any train stop that is not part of the model virtually doesn't exist. In your case I think creating a custom train model from ground up and using this with the train is the way to go. The default task flow metadata based implementation doesn't seem to do what you need it for. Alternatively, if you can predict the maximum number of train stops, you can design them at design time and then remove those you don't need at runtime using a HashMap reference in the train stop configuration and check the HashMap values upon initialization.
    Here's a write up on trains I did in the past: http://www.oracle.com/technetwork/issue-archive/2011/11-sep/o51adf-452576.html
    More documents you find on ADF Code Corner http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html (just search for train)
    Frank

  • Need to customize train region

    Hi all,
    I am working on irecrutement module.I need to customize train region which is having 3 pages.i need to skip the 2 page.
    Please tell me how to do this.

    Hi,
    Let me know which page you are trying to hide (let me know the navigation). You can achieve this using personalization.
    You can personalize the shared train region and hide the steps.
    Regards,
    Ram

  • Need more clarification on Page navigation in Oracle ADF Mobile and How to add add a AMX page in feature (beginner)

    Hi
    i am an android app developer and new to ADF Mobile , so there are some doubts on Navigation through pages and mapping the new AMX page to features.
    Steps i have followed
    1. i have created an  project using Mobile Application (ADF)
    2. right clicking on ViewController , i have added  AMX page and added some componets
    Now i just want to show this page while executing this application in mobile. i have added this page path in to feature also but i am getting a blank screen.
    please give me solution or give me a good example or any link which will help out.
    i have added a button in the first screen and i want to go to next screen if the user press it. i know that task flow will help to achieve this but how i will add this with page. i am bit confused on those topics.
    Thanks in advance

    Hi Ansh
    Thanks for the reply
    I have followed the same link and created a sample app and i am facing some error, error given below.
    jdeveloper 11.1.1.6.0  Warning 'http://xmlns.oracle.com/oracleas/schema/11/
    if you have any solution for this , pls revert.
    Thanks in advance

  • Add Portlet Customization

    Hi Everybody,
    I'd like to create a more friendly and simple interface for my user choose between hide and show any portlet in one page.
    Does anybody have any simple idea about how i get it?
    Thanks in advance.

    Hi Yuri,
    Yes, portlets can be minimized by using both the PL/SQL and the Java API, there is no difference.
    There are plans to make a minimizable portlet available in the portal community. For the time being, you can give it a try and do it on your own.
    I've summarized the steps I've taken, and would be glad if you'd provide feedback whether you succeed.
    How to add the 'Minimize/Restore' feature to your portlet?
    Assumptions:
    o You already have a working Java portlet
    o You have registered your provider so that the login frequency
    is 'Once Per User Session'
    This solution uses the following PDK-Java services:
    o Parameter passing
    o Session storage
    o Personalization
    High level steps:
    1) Create two images as the minimize and restore icons.
    2) Make the images available for the browser (eg: copy the images
    to the /images folder of Apache and make sure they can be
    accessed.)
    3) Render the minimize or restore image, according to the current
    state of the portlet in the top right corner.
    4) Put a hyperlink on the images:
    pageURL&size=minimize (if the portlet size is normal) or
    pageURL&size=restore (if the portlet is minimized)
    5a) When rendering the portlet, read the parameters.
    Push the read parameter to the sesssion storage
    and to the personalization storage as well.
    (The session storage is used when navigating to another page,
    and coming back later, but the parameter is not available in
    the URL any more, while the customization is used for the
    cases when the user logs out in the meantime or closes the
    browser, but wants to restore the state of the portlet as
    it was by the time the session was closed.)
    5b) If there is no parameter passed to the portlet, read the
    session storage.
    5c) If there is no session information available about the portlet
    state, read the customization value. Push the read value to
    the session storage.
    6) Render the entire portlet (normal), or don't render it (minimize)
    according to the parameters/session/customization information
    read in 5a-5c
    Additional feature:
    If you stop here, in new portal sessions the portlet is rendered
    in the same mode as it was rendered last time just before having
    logged out (as saved in personalization data).
    As an extra customization option you may add how you want
    to render the portlet when starting a new portal session (logging
    on again):
    o normal (regardless of the last time)
    o minimized (regardless of the last time)
    o as left last time
    Thanks,
    Peter
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Yuri Alekhin ([email protected]):
    Hi Peter,
    I am using PL/SQL PDK to create portlets:
    I am trying to minimize portlet programmatically and display another one instead. Is there a PL/SQL API for this?
    Any ideas?
    Thank you in advance.<HR></BLOCKQUOTE>
    null

  • I installed the add-on "customizable shortcuts" - how do I find and use it?

    It is listed under my add ons, but I have no idea how to actually use it. It doesn't open up as a feature. I just need to stop the alt key from stopping my typing every time I accidentally hit it.

    You dont need an addon to disable it, see
    In order to change your Firefox Configuration please do the following steps :
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''' to continue to the about:config page.
    # look for '''ui.key.menuAccessKey''' and change its value to '''0''', look also to '''ui.key.menuAccessKeyFocuses''' change its value to '''false'''
    Also:
    *[http://kb.mozillazine.org/About:config]

  • Add a Customizable Slideshow | Adobe Muse Feature Tour | Adobe TV

    Drag and drop a fully customizable slideshow widget for an easy, eye-catching way to display a series of images.
    http://adobe.ly/I5cONW

    How can I style menu options, ie hover, rollover in the dropdown ?

  • How to add descriptor Customizer in the mapping file

    I am using TopLink 11g. Is it possbile to specify descriptor customizer in the mapping file? It seems it cannot be done in the TopLink workbench and the example shows it is able to be done using JPA annotation in the JAVA code. We like to use the mapping file because it is more flexible and without messing up with the JAVA code.
    Thanks a lot!
    Ming-Wen

    Are you using JPA or the native API?
    For JPA you can set a DescriptorCustomizer through the annotation, or through the persistence.xml property "eclipselink.descriptor.customizer.<entity>".
    For the Mapping Workbench and the native API you can set a amendment method in the Mapping Workbench to call a static method that customizes the descriptor.
    James : http://www.eclipselink.org

  • Add condition to train

    can I add condition to "next "button in the train component ? if yes how can I do that

    i want to create employee
    creation consist of 3 steps
    first one contains personal information like the first name, last name, ........
    second one contains company information after the user finish entering the values he must click next here i have some conditions to be checked before going to the third step if these conditions return true then page 3 will appear else error message will appear
    my conditions include checking for fields in database
    I hope it is clear now

  • How to add Adobe Connet training to my ADOBE Meeting acount

    I use Adobe Connet meeting an account for  3 years now . I'm very pleased. I plan to use an Adobe Connet Training but want to keep all the users of my business meetings. I have many users from my account and I want to keep everyone. I have visited all tabs visible in my back office adobe account and can not find how to switch to this account the modality of Adobe training.
    I have looked at the Adobe site but can not find a way to do it.
    It's likely that I'm not understand this issue well, but for this reason I need help
    Sorry for my bad english, I'm Portuguese. Laura Santos

    Laura,
    Contact your reseller. They can get you licensing for the Training Module of Connect. Once that is purchased and applied, the Training tab will appear in your Connect account.

  • For no apparent reason the add-on toolbar disappeared. After opening view/toolbars and customize the add-on toolbar immediately appears . However, once I click-on "Done"; the toolbar again disappears. Please advise possible solution.

    Windows 7 O.S. and latest version of FF browser.

    Cor-el,
    Despite numerous attempts to utilize your suggested "fix" to the disappearing tool bar problem, the results remained unchanged (i.e. tool bar immediately appears for customization, but immediately disappears upon exiting the tool bar customization screen).
    In an effort to determine if transactional sequencing may have any impact on affecting the appearance/disappearance of the add-on tool bar, in addition to attempting to resolve the current challenge through the use of the Firefox safe mode and reset tool bar functionality, I also elected to change the sequence in which I modified the desired "customization(s)", as well as the methodology for exiting the customization screen, Firefox safe mode (e.g. click-on Done, exit through X, exit and renter FF safe mode, with and without closing the customization screen, etc...).
    Further in addition to following the documented transactions, I also exited and reentered the Windows 7 O.S., as well as exiting and reentering Firefox safe mode and Firefox.
    Unfortunately, despite the myriad of methodologies I attempted, the resultant effect remained the same (i.e. immediate disappearance of add-on tool bar, when clicking-on Done or exiting the screen and/or system).
    However, I did notice one anomaly, which heretofore had gone unnoticed due to benefits garnered rather than features lost.
    Since the beginning of the this recent disappearing tool bar challenge, the add-ons which I select and locate on the URL address line continue to remain on screen, despite the disappearance of the add-on tool bar and all selected add-on "customizations" reflected in the add-on tool bar, regardless of any/other changes.
    I want to thank you for your valuable contribution to the "hopeful" resolution of this most recent problem and I sincerely apologize for the delay in responding your suggestion. (During the past few days, we have been entertaining a relative from another country and as a result, I elected not to spend time on the computer). Respectfully, 10pinfvr

  • How can we add customize seardh help in standard tables?

    Hi,
    Gurus,
    How can we add / assign customize Search Help to standard tables
    as my knowledge this is working fine in SAP 4.60. Where as i was not
    allowing us to add a search help to its data element is there any alternate way to add if give me your support.
    thank you
    shabeer ahmed

    hi shabeer ahmed
    This one is already posted one, chk it
    First in the MARA table the Search Help(MAT1) for matnr is selected and viewed.
    In the included search helps tab of MAT1 there is another search help MAT1_A.
    For that search help in the included u201Csearch helpu201D tab view is selected .
    Inside that there is a search help called MAT1_A_APPEND.
    Then in the included search help tab of MAT1_A_APPEND, the customized search helps can be attached.
    Regards,
    Deva

  • Jdeveloper 11.1.1.2.0 with ADF 11g.  add a adf button like ADD(+)

    Hi,
    I'm using jdeveloper 11.1.1.2.0 with ADF 11g.
    I'm display'g view object i.e, i drag some xxxvo1 from datacontrol and drop on jsf with from - i selected ADF form. Now i add a adf button like ADD(+) on top of the panel form.
    here when i fire Add button , i want to add the same set of input text box with label of ADF form i mean the above i have created ADF form.
    like
    ADF FORM
    + --> ADD BUTON
    EMPNO ________
    EMPNAME ______
    EMPDEPT ____
    when i fire "+" ADD BUTTON
    + -- > ADD BUTTON
    EMPNO ________
    EMPNAME ______
    EMPDEPT ____
    EMPNO ________
    EMPNAME ______
    EMPDEPT ____
    i hope above example give some idea.
    thanks in advace

    See the example code as below. I use the countries table from HR schema.
    <af:table value="#{bindings.CountriesRO1.collectionModel}" var="row"
    rows="#{bindings.CountriesRO1.rangeSize}"
    emptyText="#{bindings.CountriesRO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.CountriesRO1.rangeSize}"
    rowBandingInterval="0" id="t1" columnSelection="none"
    rowSelection="none" horizontalGridVisible="false"
    verticalGridVisible="false" contentDelivery="immediate"
    contextMenuSelect="false">
    <af:column sortProperty="CountryId" sortable="false"
    id="c2" >
    <af:panelFormLayout id="pfl1">
    <f:facet name="footer"/>
    <af:inputText value="#{row.bindings.CountryId.inputValue}"
    label="#{bindings.CountriesRO1.hints.CountryId.label}"
    required="#{bindings.CountriesRO1.hints.CountryId.mandatory}"
    columns="#{bindings.CountriesRO1.hints.CountryId.displayWidth}"
    maximumLength="#{bindings.CountriesRO1.hints.CountryId.precision}"
    shortDesc="#{bindings.CountriesRO1.hints.CountryId.tooltip}"
    id="it2">
    <f:validator binding="#{row.bindings.CountryId.validator}"/>
    </af:inputText>
    <af:inputText value="#{row.bindings.CountryName.inputValue}"
    label="#{bindings.CountriesRO1.hints.CountryName.label}"
    required="#{bindings.CountriesRO1.hints.CountryName.mandatory}"
    columns="#{bindings.CountriesRO1.hints.CountryName.displayWidth}"
    maximumLength="#{bindings.CountriesRO1.hints.CountryName.precision}"
    shortDesc="#{bindings.CountriesRO1.hints.CountryName.tooltip}"
    id="it1">
    <f:validator binding="#{row.bindings.CountryName.validator}"/>
    </af:inputText>
    <af:inputText value="#{row.bindings.RegionId.inputValue}"
    label="#{bindings.CountriesRO1.hints.RegionId.label}"
    required="#{bindings.CountriesRO1.hints.RegionId.mandatory}"
    columns="#{bindings.CountriesRO1.hints.RegionId.displayWidth}"
    maximumLength="#{bindings.CountriesRO1.hints.RegionId.precision}"
    shortDesc="#{bindings.CountriesRO1.hints.RegionId.tooltip}"
    id="it3">
    <f:validator binding="#{row.bindings.RegionId.validator}"/>
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.CountriesRO1.hints.RegionId.format}"/>
    </af:inputText>
    </af:panelFormLayout>
    </af:column>
    </af:table>

Maybe you are looking for

  • How to get multiple measures in measure hierarchy in Essbase Studio

    Hi All, Previously we are using one measure column which will gives the count.Now the current requirement is to get multiple measures in measure hierarchy. For Example Measure Count SalesCount(count*Sales/10) CustomerCount(count*customer/10) In the f

  • Opening Default TextEditor Independent of OS through Java Program

    Hi All, I need a small help, I have a requirement in my program. I need to open default Text Editor of OS through Java Program independent of OS.Now i am using java 5.0. Is this facility available in java 5.0 API or I have to use any third party API

  • [solved] wxpython upgrade and not owned filesystem

    Hi, I had a strange problem today. I did a big update today (1 giga). I had a conflict with wxpython. I removed wxpython and installed it again. When installing wxpython, I get a lot of wxpython: /usr/lib/python2.7/site-packages/wx.pth exists in file

  • Bootstrap 3 - content of another page shifting by few pixels

    Hey guys I seem to be having a problem with bootstrap. Whenever I go to another link it seems like the content shifts by few pixels. Watch the video below to get a better understanding. If you guys know my exactly problem please let me know, would re

  • Federated Search without Query String?

    I need to configure Federated Search for a URL having search text box & button.  It does not provide a query string. Can I configure Result Source without Query String? (www.domain.com)