Discosing a specific Tab clears combobox values

Hi All,
Still in trouble with tabbed panes. I have the following situation (JDev 11.1.1.1.0 + ADF):
Two tabs (Default Tab and Item Tab), user may select (or add) something in Default tab and it can have many "items", in the item Tab I can navigate to an update page and "update" data for that specific item.
Default Tab has 2 combo boxes that have mandatory values (working fine)...
If I leave the app with standard values it updates the item(s) and navigates back to the default tab (entrance point of my task-flow).
BUT
In my manage bean I am trying to change de disclosed value of item Tab to TRUE (so when I update an item I get back to the Item Tab and not the default tab)... that's working fine HOWEVER when I try to update a second item from my list (item tab) I get an error because the values from the comboboxes (and those values only - all other values remain in their specific fields) are wipped out (cleared) forcing the user to select the values again (??)
If I leave the application to get back to the default tab it works (values are not cleared) but then the user has to select item tab again to proceed another update.
I've tryed to refresh views but it is not working.
Has anyone in the forum got a clue on how to solve this problem? Is there a way to "fix" the combobox values once the user navigates to Item Tab?
Edited by: L.Luppi on Dec 29, 2009 4:16 PM

I did it and the page simply does not show up... I have included the {pageFlowScope.<MB>} in all the calls also but no success. I get an error in the WebLogic console saying that my managedBean is returning "null"... will try again today...
Just checking your post I have changed my adfc-config.xml to pageFlow! Should that work as well?
here is the stack:
Referer: http://127.0.0.1:7101/admin/faces/Admin.jspx?_adf.ctrl-state=y2kjibek0_4
Cookie: JSESSIONID=M0yQL78Gqqy163vKwfk13vQ9tVkzpLRpbtTT5wZbCyhwV1mrpF8L!-688705151
]] Root cause of ServletException.
javax.el.PropertyNotFoundException: Target Unreachable, 'menuManagerMB' returned null
     at com.sun.el.parser.AstValue.getTarget(AstValue.java:88)
     at com.sun.el.parser.AstValue.setValue(AstValue.java:133)
     at com.sun.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:255)
     at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:259)
     at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
     at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:486)
     at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:670)
     at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1142)
     at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:67)
     at oracle.adfinternal.view.faces.taglib.UIXTableTag.doStartTag(UIXTableTag.java:41)
     at oracle.adfinternal.view.faces.unified.taglib.data.UnifiedTableTag.doStartTag(UnifiedTableTag.java:50)
     at jsp_servlet._menu.__menuread_jsff._jspx___tag12(__menuread_jsff.java:666)
     at jsp_servlet._menu.__menuread_jsff._jspx___tag11(__menuread_jsff.java:610)
     at jsp_servlet._menu.__menuread_jsff._jspx___tag10(__menuread_jsff.java:559)
     at jsp_servlet._menu.__menuread_jsff._jspx___tag9(__menuread_jsff.java:514)
     at jsp_servlet._menu.__menuread_jsff._jspx___tag0(__menuread_jsff.java:109)
     at jsp_servlet._menu.__menuread_jsff._jspService(__menuread_jsff.java:64)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:408)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
     at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:499)
     at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:429)
     at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:163)
     at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:184)
     at oracle.adfinternal.view.faces.taglib.region.IncludeTag.__include(IncludeTag.java:407)
     at oracle.adfinternal.view.faces.taglib.region.RegionTag$1.call(RegionTag.java:153)
     at oracle.adfinternal.view.faces.taglib.region.RegionTag$1.call(RegionTag.java:128)
     at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:485)
     at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
     at jsp_servlet.__menumanager_jspx._jspx___tag8(__menumanager_jspx.java:493)
     at jsp_servlet.__menumanager_jspx._jspx___tag7(__menumanager_jspx.java:454)
     at jsp_servlet.__menumanager_jspx._jspx___tag6(__menumanager_jspx.java:409)
     at jsp_servlet.__menumanager_jspx._jspService(__menumanager_jspx.java:236)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:408)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
     at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:499)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
     at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
     at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:473)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:141)
     at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:685)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:261)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:193)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
     at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Edited by: L.Luppi on Dec 30, 2009 9:42 AM

Similar Messages

  • How to clear combobox

    Hi All,
    I want to fill my combobox on the basis of values selected in other combobox. For this I have to Clear the combobox. I have used Remove method with SAPbouiCOM.BoSearchKey.psk_Index.
    But its giving error. Whats the process to Clear Combobox.
    Thanks,
    Anuj Singh

    Hi ,
    You can use the below code.
    int Count = oComboBox.ValidValues.Count;           
    for (int i = 0; i < Count; i++)
                    oComboBox.ValidValues.Remove(oComboBox.ValidValues.Count - 1, SAPbouiCOM.
    BoSearchKey.psk_Index);            
    Cheers,
    Tamara

  • Open specific tab in an accordion

    I have an accordion with 5 tabs. I want to open a specific
    tab depending on which link is clicked on the first tab.
    I have the following, which opens tab 2:
    <a
    href="javascript:acc1.openNextPanel();">{@atitle}</a>
    and I could use openLastPanel() for tab 5, but how do I open
    tabs 3 and 4?
    I have found a query from Auroras giving a function to do
    this, but I would have expected this to be an inbuilt solution -
    has it been incorporated into 1.5?
    Regards
    John

    To answer my own question (partly...), I have added the
    following into my SpryAccordion.js file:
    quote:
    JBB 13/4/07
    Spry.Widget.Accordion.prototype.openPanelNumber =
    function(numbr)
    var indx = numbr - 1 // panel index starts at 0
    var panels = this.getPanels();
    var curPanelIndex = this.getCurrentPanelIndex();
    if( panels && curPanelIndex != indx && indx
    < panels.length && indx >= 0 )
    this.openPanel(panels[indx]);
    -------------------------------------------------------------- END
    Call this from anywhere you like (eg <a
    href="javascript:acc1.openPanelNumber('2');">{@atitle}</a>).
    The number is 'natural' rather than 'logical' - ie the first tab is
    number 1, the second is 2, etc. Quote marks are optional
    (javascript will just cast the string into an integer) and invalid
    values are ignored.
    Regards
    John

  • RE: Clear cache values

    Hi all,
    I am using Jdeveloper 11.1.2.3.0
    I one page with two tabs named List and New
    In list tab i have adf table and in new tab i have form.
    In the form i have one unique constraint field, so whenever i am trying to enter already existed data it is giving an error message and however it is fine.
    But the problem is even though it is not committing the data it is showing in the table in the list tab and moreover the data is not saved in db.
    If i refresh the page then the values are not there in table.
    So how can i clear those values in the table without refreshing the page.
    Thanks,
    Syam

    Hi,
    you should clear the data in the form when you press e.g. cancel. For this have the cancel button doing as follows
    1. access the binding layer BindingContext.getCurrent().getCurrentBindingsEntry()
    2. access the iterator (DCIteratorBinding) bindings.get("Name of iterator")
    3. get current row iterator.getCurrentRow()
    4. remove row  row.remove();
    This then will also remove the row from the table. Still you may have to refresh the table to make the change visible. Here you can use the table's PartialTrigger property and point it to the tab ID of tha tab that switches back to the table
    Frank

  • Firefox can't forget a tab; clear history never blank.

    Hello. My Firefox browser is patched to latest version; the problem is that Firefox can't forget one specific tab. Whenever I clear all history it asks about that tab on next start. Cleaning with Auslogics Browser Care doesn't help at all. Though, it cleans history, but the problem remains - that old tab that can't be forgotten by my Firefox. I was thinking of reinstalling my Firefox browser, but I don't want to set up all the parameters again... it's the least thing to do for me. If you know how to fix it, please help. It's a blank tab. Firefox browser can't forget it nor erase it to the hell out forever. It's stuck. How to fix it - I simply don't know.......... :(

    In what way does it ask about this tab?
    Is this tab opened automatically?
    Did you check the home page setting to be sure it isn't set as the home?
    *Tools > Options > General > Startup: Home page
    See also:
    *https://support.mozilla.org/kb/How+to+set+the+home+page
    Does this web page come up if you open the <b>about:config</b> page via the location bar and search for this domain?
    *http://kb.mozillazine.org/about:config
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox profile folder that store session data.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox profile folder.
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Multiple_profile_files_created
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost and you will have to recreate them (make a note or bookmark them if possible).

  • Clear PeoplePicker value in List NewForm.aspx

    Hi,
    In List NewForm.aspx page, i have PeoplePicker control, dropdown and few text fields.
    I have to load values in all fields based on dropdown changed event using jquery, i completed this part to load all fields.
    When user changed the dropdown value again and again, the peoplepicker control value get append. i tried to clear its value when dropdown changed event but it not works. Here is the code i have used:
    $("input[title='Owner']").val("");
    var _PeoplePicker = $("div[title='Owner']");
           var _PeoplePickerTopId = _PeoplePicker.attr('id');
           var _PeoplePickerEditer = $("input[title='Owner']");
    //$(_PeoplePickerEditer).empty();
           _PeoplePickerEditer.val("test user");
           var _PeoplePickerOject = SPClientPeoplePicker.SPClientPeoplePickerDict[_PeoplePickerTopId];
           _PeoplePickerOject.AddUnresolvedUserFromEditor(true);  
    Thanks in advance...

    Hi,
    Please use the following code to delete the user list from the people picker
    var spPeoplePicker = SPClientPeoplePicker.SPClientPeoplePickerDict[_PeoplePickerTopId]; // Get the instance of the People Picker from the Dictionary
    if (spPeoplePicker) {
    var ResolvedUsersList = $(document.getElementById(spPeoplePicker.ResolvedListElementId)).find("span[class='sp-peoplepicker-userSpan']");
    $(ResolvedUsersList).each(function (index) {
    spPeoplePicker.DeleteProcessedUser(this);
    Please mark it answered if resolved.

  • How to clear variable value in BPS WIB?

    Hi Experts:
                    I want to clear variable value in BPS,and I use this function 'API_SEMBPS_VARIABLE_SET' to set its value to '#'. I got 1 question:
         After I changed this variable manually in IE, the system 'remember' this variable in this program, so the function 'API_SEMBPS_VARIABLE_SET'  didn't work. I checked the table 'UPC_VAR_CHA_ACT' and found there is not any corresponding item for the current user and value.
    Allen

    Hi Bauke,
    Actually I want to do Password Encryption functionality.
    For that I have 1 Java script file.On Java script validation I want to pass password value from client side to server side as,
    <head>
    <script type="text/javascript" language="JavaScript" src="MyJSFile.js">
    function submitForm(element)
    var me = document.getElementById(passwd);
    If(!me)
    alert('Please enter Password);
    else
    Some password logic I will do here.
    </head>
    <f:view>
    <BODY......
    <h:form id="createUserForm">
    <h:commandButton id="save" value="Save" action="saveactionMethod " onclick="submitForm(this)" />
    <h:inputSecrete id="passwd"
    value="#{createUsrFormBean.password}"/>
    </h:form>
    </body>
    </f:view>
    But the Java script code is not working.I mean If I put nothing in password textbox the alert is not firing.
    My code is wrong ?
    Thanks
    Sandip

  • How do i link to a specific tab using the spry tabbed widget

    Hello i'm working on a microsite using the spry tabbed widget. I'm having trouble figuring out how to link to a specific tab using a an external link.
    here is the site. http://www.efaxcorporate.co.uk
    for example: if i wanted to give a user a url link specifically tab#2.
    Im sure this is really easy i just can't seem to figure it out.

    Try http://foundationphp.com/tutorials/spry_url_utils.php

  • Automated csv Export from a specific Tab in a Excel Workbook

    Hi,
    i would like to export a specific tab from an excel workbook on a application server in csv format - how can i do this?
    Query Extractor doesn´t - about OpenHub i am not shure.
    thx in advance!
    cu
    Dominik

    Hi,
    I think Tcode RSCRM_BAPI can help you to save in CSV format in application server from ur query.make sure you dont have any free characteristics in ur query.give it a try and lets know.If you are looking for procedure Goto TCode RSCRM_BAPI and select ur query or query view and on the toolbar select Extract and in the next screen give some tech name and select .CSV format give the file path in ur application directory and dont forget to schedule the selction.Then you would be able to see ur report in .CSv format in ur app server.
    Regards
    Chandru

  • Clear text value not allowed for credentials in config.xml

    I am in the process of migrating our J2EE application from Weblogic 8.1 to Weblogic 10 MP1 and have converted config.xml to the new schema. When starting up in production mode, I see the following error which causes the server to shutdown:
    <Server failed. Reason: [Management:141266]Parsing Failure in config.xml: java.lang.IllegalArgumentException: In production mode, it's not allowed to set a clear text value to the property: CredentialEncrypted of SecurityConfigurationMBean>
    In 8.1 it seems that it would fill in the credentials based on the username and password in boot.properties so it was possible for our installation program to leave these entries blank. However, when starting in 10.0 it doesn't do this. Below is an excerpt from config.xml.
    <security-configuration>
    <name>xyz</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xsi:type="wls:default-role-mapperType"></sec:role-mapper>
    <sec:authorizer xsi:type="wls:default-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:user-lockout-manager></sec:user-lockout-manager>
    <sec:security-dd-model>Advanced</sec:security-dd-model>
    <sec:combined-role-mapping-enabled>false</sec:combined-role-mapping-enabled>
    <sec:name>myrealm</sec:name>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted></credential-encrypted>
    <web-app-files-case-insensitive>os</web-app-files-case-insensitive>
    <compatibility-connection-filters-enabled>true</compatibility-connection-filters-enabled>
    <enforce-strict-url-pattern>false</enforce-strict-url-pattern>
    </security-configuration>
    Is anyone else trying to do this?
    Henry

    Hi henry,
    While running a particular instance in the production mode(wls 10.x),prior to upgrading the domain you need to upgrade the security provider(all the mbeans ) you use in the previous versions and later on if you follow the domain upgrade you may find a solution for this issue...

  • Accessing a specific tab and/or region via an URL ?

    Is there a way to change the tab of a page using an URL ?
    I have the same question concerning the regions of a page (if so it would be working like a frameset) ?My situtation: I have a HTML Portlet containing a custom Menu using Javascript, and I want the links to point a specific tab or a region of my page. => I guess I could use the 'changetabs' and 'regionid' parameters next to the 'pageid' in the URL.
    Any kind of hints appreciated !

    Hi,
    A portal page cannot work as a frame. Each region is a html table and a portlet in it is also a table. They are nested.
    Tabs are links. You can copy the url of the tab by right clicking the tab and paste it as the menu link.
    You cannot copy a region because it is not a frame it is a html table.
    Hope this helps :-)
    Thanks,
    Sharmila

  • Navigation to specific tab within a page

    I have an event set up to navigate to a certain page however this is not good enough for me. I want to navigate to a specific tab within that page. Is there a way to do this?

    I'm not entirely sure I understand what you want, but if you want to simply go directly to a specific tab, you can use it's direct access URL. If you login to portal and bring up Oracle's portal help (use the help link in the upper right on any of the default pages), search for direct access URL and they do a nice job of explaining how to reach a page, tab, subpage, item, etc.
    To access a subtab called mytab1 on the mytab tab in Portal release 2 or portal 10g prior to 10.1.4:
    http://<hostname>:<portnumber>/pls/portal/url/page/<pagegroupname>/<pagename>/mytab/mytab1
    (Note that the names needed for the url are the "Name" field when looking at properties, not the "Display Name")
    The URL structure has changed in 10.1.4.
    Rgds/Mark M.

  • Link to specific tab on another page but don't anchor

    Hello, I used this tutorial to link to a specific tab on another page:
    http://foundationphp.com/tutorials/spry_url_utils.php
    It works great, except I don't want to go directly to the tabbed panel. I want the particular tab to be active, but the page should load as it normally does. So the user should always be at the top of the page when it loads.
    This is the link code:
    <a href="registration.html?tab=1#form">
    As you can see, #form identifies the tabbed panel, but it also directs the link where to go. I only want to use it as an identifier, not as a navigator as well.
    Thank you.

    FShea31 wrote:
    Hello, I used this tutorial to link to a specific tab on another page:
    http://foundationphp.com/tutorials/spry_url_utils.php
    It works great, except I don't want to go directly to the tabbed panel. I want the particular tab to be active, but the page should load as it normally does. So the user should always be at the top of the page when it loads.
    This is the link code:
    <a href="registration.html?tab=1#form">
    As you can see, #form identifies the tabbed panel, but it also directs the link where to go. I only want to use it as an identifier, not as a navigator as well.
    Thank you.
    Remove the hash part of the URL parameter and just open the tab in the constructor
    <a href="registration.html?tab=1">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1",
    {defaultTab: params.tab ? params.tab : 0});
    I hope this helps.
    Ben

  • BS- Adapter Specific Identifies - Logical System: value is missing

    Hi,
    I've created a simple scenario in which idoc is being received in ECC (by idoc receiver). my communication channel (i.e., soapSender) is part of my INTEGRATION_SERVER business system. i checked, for the relevant business system the Adapter Specific Identifies -> Logical System values and it was missing. therefore, i had to update the correlated technical system definition (at SLD) and updated required value (i.e., logical system). somehow the value is still missing when i re-check the business system (at Integration Builder).
    i took the following actions:
    1. delete and re-import BS from SLD.
    2. re-start xI
    and nothing was changed.
    What can be done?
    Regards,
    Uri

    Hi Uri,
    >Indeed, the LS was not exits
    I do not 100% understand your statement. Plz check AGAIN (in SLD) if the logical system name is still there.
    My suspect was that a ABAP job (you can look to it in RZ70) is overwriting the technical system.
    Regards,
    Udo

  • Linking to a specific tab in a spry tabbed in Dreamweaver

    Hi,
    I used the following link in order to open specific tab from another page.
    http://foundationphp.com/tutorials/spry_url_utils.php
    Everything works fine in chrome but IE shows all of the tabbed info in one continuous list. Tried to fix it by using the suggested solutions in the below link, didn't work for me.
    https://forums.adobe.com/thread/826225
    Could you please help me out on this issue? Your help is very much appreciated.
    Thanks,

    Spry was abandoned by Adobe in late 2012.  Spry didn't keep up with the mobile web and modern browsers. You'll get better results with jQuery Tabbed Panels.
    Tabs | jQuery UI
    Nancy O.

Maybe you are looking for

  • JP2 file cannot parse in Photoshop CS6

    I have recently upgraded to Photoshop CS6 on MacBook Pro running OS X 10.8 and need to open a JP2 file that is 2.11 GB. Photoshop throws out an error message "...the file format module cannot parse the file". Can anyone help? I would like to convert

  • Flash Player version 10.1.53.64 won't play

    I can't seem to get Flash Player  version 10,1,53,64 to play video on JayLenosGarage.com or TopGear.com.  It does  not work out Dell notebook or my desktop.  Both the Notebook and desktop run Win XP  Pro SP3. On a third new desktop running Win7, it p

  • Return Delivery- Move type issue

    Hi frnds I have an issue i have not been able to resolve. The client wants to scrap the material when receiving the return delivery(LR) on a return order(RE). Initially 657 mov type was asssigned to DN schedule line category in VOV6, so i changed it

  • Alert message problem on Notebook

    I have a Presario CQ62, I needed to completely start again back to factory settings. All went ok, so far, all much quicker and responsive, but I have 4 critical alerts. When I try to run them I get the message: Alerts with GUID: Method not found='Voi

  • Single condition for contract and domestic sales

    Dear All, I just want to know is there any possibility to go with one condition type for contract and regular sales as in case of regular price will be determined automatically and not modifible, where as based on the requirement contract price condi