Changing layout-config.xml in custom b2c scenario

Hi,
I've created a cutom b2c project and am making changes to the layout. In doing this I have been forced to make a change to the WEB-INF\xcm\sap\layout-config.xml to add a navigator UIArea to the UILayout 'basketLayout' as follows:
    <UILayout name="basketLayout"  path="/appbase/layout/genericLayout.jsp"
                titleArea="workarea">
        <UIArea name ="header"      defaultComponent="header" cssIdName="header" />
        <UIArea name ="navigator"   defaultComponent="blankSpace" cssIdName="navigator" />
        <UIArea name ="workarea"    defaultComponent="basketDisplay" cssIdName="basketEntry" />
        <UIArea name ="miniBasket"  defaultComponent="miniBasketWithoutBasket" cssIdName="miniBasket" />
    </UILayout>
... and the blankSpace component...
    <UIComponent name="blankSpace"            page="/b2c/blank.inc.jsp"/>
I have of course also created the /b2c/blank.inc.jsp file.
The problem is that my changes do not appear in the browser. I have tried deleting all the caches in the admin, restarting the app and even deleting the application and re-building it and re-deploying it.
What I have noticed is that when syncing the application with the NWDS sync plugin, it is the file in the original b2c app and not my custom app, which gets updated.
However, this seems somewhat irrelevant as I have also tried copying the corrected layout-config.xml to both the original and the changed version on the server, restarting the app and once again seeing no result.
I'm obviously missing something! Can anyone tell me what it might be?
Thanks,
Craig

Hi,
You can download it from service market place.
www.service.sap.com
and the link to the doc is below
[https://websmp210.sap-ag.de/sapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf|https://websmp210.sap-ag.de/sapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf]
Regards,
Sateesh Chandra

Similar Messages

  • Call custom generic-searchbackend-config.xml by a specified scenario

    Hi Everyone,
    this is a continue of Re: limit options for Search For dropdown list on Transaction tab:
    I need to add a specified scenario condition for limiting Search For dropdown list.  Can anyone advise me how to?
    Thanks, Jin

    Hi Jin,
    To choose generic-searchbackend-config.xml Base on your XCM scenario is difficult to implement. But there is a easy way you can select which value should come in drop down box of Document Type base on your scenario.
    Do as follow.
    Import UsersessionData and ConfigContainer in genericsearch.jsp file.
    <%@ page import="com.sap.isa.core.xcm.*" %>
    <%@ page import="com.sap.isa.core.UserSessionData" %>
    Now get current scenario name by adding Java Code.
    UserSessionData userData = UserSessionData.getUserSessionData(request.getSession());
    ConfigContainer configcontainer = (ConfigContainer)(userData.getCurrentConfigContainer());
    String sName = configcontainer.getScenarioName();
    Now suppose in generic-searchbackend-config.xml file your Search option SearchCriteria_B2B_Sales has below allowed value in Drop Down box.
    <allowedValue value="ORDER"           description="b2b.status.shuffler.key1val2" resultlistName="order_resultlist_B2B" default="true"/>
    <!-- allowedValue value="BACKORDER"       description="gs.attr.doc.type.backorder" resultlistName="order_resultlist_B2B" maxHitsToSelect="0"/ -->
    <allowedValue value="QUOTATION"       description="b2b.status.shuffler.key1val1" resultlistName="quot_resultlist_B2B"/> 
    <allowedValue value="ORDERTMP"        description="b2b.status.shuffler.key1val3" resultlistName="ordertmp_resultlist_B2B"/>
    <allowedValue value="CONTRACT"        description="b2b.status.shuffler.key1val4" resultlistName="contract_resultlist_B2B"/>
    <allowedValue value="INVOICE"         description="b2b.status.shuffler.key1val5"  />
    <allowedValue value="CREDITMEMO"      description="b2b.status.shuffler.key1val6" /> 
    <allowedValue value="DOWNPAYMENT"     description="b2b.status.shuffler.key1val7" />
    <allowedValue value="AUCTION"         description="b2b.status.shuffler.key1val9" maxHitsToSelect="0"/>
    </property>
    Now suppose you have 2 XCM scenario CUSTOMER and SALES.
    For CUSTOMER xcm scenario you want to display only ORDER and INVOICE and for SALES xcm scenario you want to display INVOICE then add below line to your code in genericsearch.jsp
    Find below line under <form name="GENERICSEARCH" id="gensearch" action="dummy" >  You can find these line between line#495 to line#505
    <td class="label"><%= ui.writeSearchElementLabel("left", screlm)%></td>
    <td class="input"><%= ui.writeSearchElementLabel("top", screlm)%>

  • Changing faces-config.xml after deploying ear file

    Hi,
    What would be the steps to follow if we want to change contenets of web application configuration files (for example, faces-config.xml) after app.ear file has been deployed?
    The app.ear file contains the faces-config.xml, and we are using Oracle AS 10.1.3.
    Thanks,
    Jean

    see my answer at
    Change web app config file of deployed app

  • Voluntary change of struts-config.xml

    Why does JDev 10g change struts-config.xml file without programmer being aware of it?? It's the dumbest thing I have ever seen

    I have this very same issue and agree that it is some of the oddest ide behavior possible. For instance, we use a struts forward, <forward name="success" path="/binaryFile"/>, of binaryFile to a servlet to display a dynamically created pdf in a browser. Sometimes, and I am not sure why, JDeveloper will modify struts-config.xml such that it will remove the binaryFile forwards, which results in complete application mis-configuration. Or, and this one is my least favorite, JDeveloper will edit the binaryFile forward by attaching .jsp to binaryFile such that it looks like this, <forward name="success" path="/binaryFile.jsp"/>, again causing application mis-configuration. My only guess is that JDeveloper does not see an extension like .do or .jsp and thinks it is doing the right thing by updating it for you. Has this been resolved in the latest version of JDeveloper?
    Here is my JDev version,
    Oracle IDE     10.1.2.17.84
    Business Components Version     10.1.2.17.96
    UML Modelers Version     10.1.2.16.71
    Versioning Support     10.1.2.16.71
    WebDAV Support Version     10.1.2.16.71
    Struts Modeler Version     10.1.2.6.15
    Designer Generators Framework     10.1.2.7.56
    ADF UIX     2.2.16
    CVS Client Version     (CVS) 1.11.20 (client)
    java.version     1.4.2_04
    java.home     C:\jdev1012\jdk\jre
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.4.2_04-b05
    user.language     en
    user.region     <no value assigned>
    user.name     eflynn
    user.home     C:\Documents and Settings\blah
    user.dir     C:\jdev1012\jdev\bin
    os.name     Windows XP
    os.version     5.1
    os.arch     x86
    http.proxyHost     <no value assigned>
    http.proxyPort     <no value assigned>
    http.nonProxyHosts     <no value assigned>
    ide.patches     
    ide.user.dir

  • Excel representation of config.xml

    <p>I was wondering if anyone has an excel spreadsheet that captures WLS domain/cluster configuration, I'd rather not write my own if someone is willing to share theirs!</p>
    <p>
    I am looking at converting this into a properties files that can be used to prove the environment by an application or WLST.
    </p>
    <p>Cheers</p>
    <p>
    Hussein Badakhchani</br>
    </p>

    Hi Jin,
    As you have 2 different custom application does both have different b2b or b2c project in java perspective.
    Because generally there is only one "isaweb~b2b" project and we do modification over there for JSP. If you have 2 custom application then How you do modification in same file for 2 different application.
    i.e. suppose you have requirement to show 2 different header element in 2 different application then how you maintain changes for 2 different application.
    For your question. Try below.
    Open web.xml from "isaweb~b2b" project.
    Try to find below lines.
    <!-- Action Servlet Configuration -->
        <servlet>
            <servlet-name>action</servlet-name>
            <servlet-class>com.sap.isa.core.ActionServlet</servlet-class>
            <init-param>
                <param-name>config</param-name>
                <param-value>/WEB-INF/config.xml,/WEB-INF/xcmadmin-config.xml,/WEB-INF/ccmsims-config.xml,/WEB-INF/ipc-config.xml,/ipc/customer/config.xml,/WEB-INF/config_lwc_b2b.xml,/WEB-INF/scheduler-config.xml,/WEB-INF/ipcpricing-config.xml</param-value>
            </init-param>
    In above code. insert your zconfig.xml path to <param-value> and remove /WEB-INF/config.xml value if necessary.
    I hope this will help you.
    eCommerce Developer

  • SAP CRM  : custom B2C without NWDI

    Hi All,
    I need to custom B2C scenario ( SAP CRM) without NWDI. Any idea on how to do that? which tool i should use?
    Thanks in advance
    raji

    http://sateeshchandrach.googlepages.com/
    https://wiki.sdn.sap.com/wiki/display/Snippets/HowtocreatecustomApplicationinE-commerce5.0without+NWDI
    sateesh's blog has really helped me a lot.
    thanks sateesh..

  • Config.xml doesn't get updated in WLW

    Hi,
    When I try to update the server port number in the Weblogic Workshop console (via
    Tools -> Preferences -> Path -> Port), I was unsuccessful in achieving that. I
    changed port number from 7001 to 7010. This doesn't modify the config.xml. When
    I start the samples server, it tries to start the server in the same port (i.e.,
    7001) causing bind exception. Is this something to do with configuration file
    not being updated. Am I getting wrong somewhere?
    Any thoughts on this?
    Thanks,
    Arul

    Hi Arulazi,
    Adding to Michael Wooten's post, the change you make (via the Tools ->
    Preferences -> Path -> Port) only changes the port number to which Workshop
    connects to. This will be used when you want the same IDE to connect to
    different workshop enabled WebLogic Servers.
    This change will not be reflected in the config.xml file.
    The information will be updated in the .workshop file found in the
    C:\Documents and Settings\username directory.
    If you want to change the listen port for the server you will have to edit
    it via the server console at http://localhost:7001/console
    Hope this helps.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    ,"Michael Wooten" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi Arulazi,
    I think this is just you assuming that changing the information in thatdialog
    box, effects the config.xml of the WebLogic Server instance Workshop itsusing
    I don't think it does anything to the config.xml. It only tells Workshopwhich
    WebLogic Server instance you want it to use.
    Again, unless you've actually seen some documentation that states thatperforming
    the operation you mentioned changes the config.xml, I think the behavioryou are
    currently getting is the way it is supposed to be :-)
    Regards,
    Mike Wooten
    "Arulazi D" <[email protected]> wrote:
    Hi,
    When I try to update the server port number in the Weblogic Workshop
    console (via
    Tools -> Preferences -> Path -> Port), I was unsuccessful in achieving
    that. I
    changed port number from 7001 to 7010. This doesn't modify the
    config.xml.
    When
    I start the samples server, it tries to start the server in the same
    port (i.e.,
    7001) causing bind exception. Is this something to do with configuration
    file
    not being updated. Am I getting wrong somewhere?
    Any thoughts on this?
    Thanks,
    Arul

  • [NEWBIE] basic config.xml

    Hi Experts,
    I'm just really new to the ISA framework and I have a simple question.
    I have the following below in config.xml:
              <action path="/b2b/init" type="com.sap.isa.core.InitAction" validate="false">
                   <forward name="success" path="/b2b/coreinit.do"/>
                   <forward name="sessionLogging" path="/admin/sessionLogging.do"/>
                   <forward name="heartbeat" path="/admin/heartbeat.jsp"/>
              </action>
              <action path="/b2b/coreinit" type="com.sap.isa.isacore.action.IsaCoreInitAction">
                   <forward name="success" path="/user/performLogin.do"/>
                   <forward name="darklogin" path="/user/performLogin.do"/>
              </action>
    Can you please tell me what happens here?
    If I go to the URL: https://localhost:50001/myapp/b2b/init.do 
    1. How will InitAction know if it goes to success or suessionLogging or heartbeat?
    2. How will IsaCoreInitAction know if it goes to success or darklogin?
    3. Where can I find the action of /user/performLogin.do ?
    Thank you sirs/madams.
    Edited by: jemaru on Mar 1, 2010 9:16 PM

    Hi Jemaru,
    If you are using NWDS then try to open code by pressing 3 keys together  CTRLSHIFTT it will open Open Type box and here you can type InitAction or IsaCoreInitAction and open source file.
    You can put break point and run Application in debug mode. to see how control is passing in each class.
    Answer for your questions...
    1. How will InitAction know if it goes to success or suessionLogging or heartbeat?
    Open InitAction in NWDS put break point inside first line of perform method and then run debug and run application on your local. It will give you an idea how process happens line by line. There are so if and else so it depends on your XCM settings.
    2. How will IsaCoreInitAction know if it goes to success or darklogin?
    Do same as described for 1. Here put break point in doPerform method in IsaCoreInitAction
    3. Where can I find the action of /user/performLogin.do ?
    You can open project crmtcwebuser~sap.com in NWDS. Open WEB_INF folder. You will find config_user.xml file.
    You will able to find below lines.
    <!-- entry points -->
              <action path="/performLogin" forward="/relogin/setcookie.do?forward=success"/>
              <action path="/performLogoff" forward="/logoff.do"/>
    ISA application use many other configuration XML file other then config.xml
    You can find all those other XML files name in web.xml file.
    Below are lines from web.xml file
    <init-param>
                <param-name>config</param-name>
                <param-value>/WEB-INF/config.xml,/WEB-INF/xcmadmin-config.xml,/WEB-INF/ccmsims-config.xml,/WEB-INF/ipc-config.xml,/ipc/customer/config.xml,/WEB-INF/config_lwc_b2b.xml,/WEB-INF/scheduler-config.xml,/WEB-INF/ipcpricing-config.xml</param-value>
            </init-param>
            <init-param>
                <param-name>config/user</param-name>
                <param-value>/WEB-INF/config_user.xml</param-value>
            </init-param>
            <init-param>
                <param-name>config/dealerlocator</param-name>
                <param-value>/WEB-INF/config_dealerlocator.xml</param-value>
            </init-param>
            <init-param>
                <param-name>initconfig</param-name>
                <param-value>/WEB-INF/xcm/sap/system/init-config.xml</param-value>
            </init-param>
    I hope this will help you.
    eCommerce Developer

  • Any config.xml fields not viewable/editable in admin console?

    While reading through the WL 10.3 docs, I discovered something very unexpected. There are some attributes that you can define in the config.xml that are not viewable or editable in the admin console. I found this in the "Programming WebLogic JTA" manual. The attributes in question are "MaxResourceUnavailableMillis", "MaxResourceRequestOnServer", and "MaxXACallMillis" in the JTA section.
    Is this unique? Are there other elements or attributes that can only be viewed or set in the config.xml, and not in the admin console?

    Hi Arulazi,
    Adding to Michael Wooten's post, the change you make (via the Tools ->
    Preferences -> Path -> Port) only changes the port number to which Workshop
    connects to. This will be used when you want the same IDE to connect to
    different workshop enabled WebLogic Servers.
    This change will not be reflected in the config.xml file.
    The information will be updated in the .workshop file found in the
    C:\Documents and Settings\username directory.
    If you want to change the listen port for the server you will have to edit
    it via the server console at http://localhost:7001/console
    Hope this helps.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    ,"Michael Wooten" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi Arulazi,
    I think this is just you assuming that changing the information in thatdialog
    box, effects the config.xml of the WebLogic Server instance Workshop itsusing
    I don't think it does anything to the config.xml. It only tells Workshopwhich
    WebLogic Server instance you want it to use.
    Again, unless you've actually seen some documentation that states thatperforming
    the operation you mentioned changes the config.xml, I think the behavioryou are
    currently getting is the way it is supposed to be :-)
    Regards,
    Mike Wooten
    "Arulazi D" <[email protected]> wrote:
    Hi,
    When I try to update the server port number in the Weblogic Workshop
    console (via
    Tools -> Preferences -> Path -> Port), I was unsuccessful in achieving
    that. I
    changed port number from 7001 to 7010. This doesn't modify the
    config.xml.
    When
    I start the samples server, it tries to start the server in the same
    port (i.e.,
    7001) causing bind exception. Is this something to do with configuration
    file
    not being updated. Am I getting wrong somewhere?
    Any thoughts on this?
    Thanks,
    Arul

  • Manually edit config.xml

    Hi,
    I'm working with WL 8.1SP3, and I need to add the atribute 'StatementTimeout' to
    'JDBCConnectionPool' entry in config.xml.
    The weblogic console can not do the job, but manually edit config.xml work fine.
    Subsequently when I use WL console to make other changes, the system overwrite any manual previous changes.
    How can I make persistent manual changes in config.xml file?

    On the new machine I am trying to create a new set of servers to be added to the cluster. However I am running into errors, of which various post suggest changing some of the security stuff in the config. But I have not found a way to persist my modifications. Each time I restart it gets overwritten again.
    I am running in production mode, could this be the problem?
    I have tried stopping everything, delete all .lok files on both machines, and restarting everything. On startup the .lok files reappear and my changes are reverted.

  • Scenario-config.xml file not found in CRM system

    Hi All,
    We are on SAP CRM 5.0 SP 12 (Java + ABAP stack) for our eCommerce Scenario (ISA u2013 B2B).
    Currently we are facing an issue where login to XCM (Extended Configuration Management) & the CRM B2B Webshop is giving an error.
    Error message : ISA Framework: No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration
    We are unable to login to the XCM as well for any further configuration.
    The root cause we found is that the scenario-config.xml is not there in the root/WEB-INF/xcm/sap/configuration folder.
    Can you please let me know how to get these files deployed. Can it be done thru the local NWDS or do we have to deploy some standard application?
    Thanks in advance lot for your inputs
    Rajeet

    Hi Ecommerce Developer,
    Thanks again for your prompt response.
    Please find below my answers to your questions:
    1 Have you first imported SCA files in Track and then deploy it on your Dev System?
    A)Yes, we imported the SCAs first, deployed in the track to the dev system then
    2 Have your developer has any open activity on their Local NWDS?
    I am checking that with the developers. Incase they are some, they will delete it asap. Also, when they are trying to release any open activity, theya re getting that xcm error as reported earlier. So, they are deleting the same.
    A) After deleting should i check in all the 3 standard components again to the Dev track {not to the consolidation track?}?
    3 I think you have imported SCA files in your eCommerce Developer track and then your developer sync. their code through NWDS and overright their changes and when they deploy it on Their Local or on Development Server Developer lost some of their customization. Is it right?
    A) Yes, absolutely right after the developers synced, they lost lots of customzing things and were able to see a mixed
    4 As you have written developer can see their code, where they can see their code on Local NWDS or in DTR Version History?
    A) They can see there code on there local NWDS system.
    5 Look and feel changed on Developer's local system and Development box or only on Developer Box?
    A) As I said, after the developers synced, they are able to see mixed hybrid webshop. This hybrid webshop has most of the custom code but the look and feel, the graphics, the images and all are missing.
    Also, one strange thing which we have noticed is.
    We had an old ear fille. When we deploy that ear file directly via sdm, the crm webshop on the dev box works fine.
    But when release the same activity from nwds and then deploy via NWDI to the same crm webshop on the dev box, i get the run time error? Why is this happening?
    Thanks again for your feedback.
    Eagerly awaiting your response.
    Regards,
    Rajeet
    +41 76 525 0440

  • ISA 50 - B2C Open orders search, extending generic-searchbackend-config.xml

    Hello Experts,
    I have several B2C sites and webshops, and B2C self-created accounts are common to all sites. The problem is that all open orders and completed orders (from all sites) appear in the open orders / completed orders in My Account. I'd like to separate the display of orders for each site.
    Each of my site corresponds to a sales organisation in CRM / R3. In the GenericSearchDynamicContent class, which is used in the standard generic-searchbackend-config.xml to generate dynamic values in filters, I found a method addSalesOrg(). I tried to add this in the customer/generic-searchbackend-config.xml :
    <configs isa:extends="../configs[@id='crmdefault']">
      <config id="javabasket_javatemplate_forCRM">
        <property-group name="SearchCriteria_B2C_Sales">
          <property name="SALES_ORG"
          entityType="CL_CRM_REPORT_SET_ORGMAN"
          tokenType="RAN"
          type="dark">                                                     
            <allowedValue content="dynamic"
            contentCreateClass="com.sap.isa.isacore.GenericSearchDynamicContent"
            contentCreateMethod="addSalesOrg" />
          </property>
        </property-group>
      </config>
    </configs>
    But it doesn't work, all orders are displayed. If I don't set the entityType and RAN, ABAP returns an error and doesn't take in account the property SALES_ORG, but I don't know if these are the good values (I found these values by debbuging abap ...)
    I haven't found any documentation on the parameters I could add and the corresponding types etc., the Dev and Ext guide (and tuts) shows an example on how to add a search parameter in the selection screen and add a column in the result screen, but no detailed list of fields we could add...
    Please let me know if you have a solution to add sales organisation to the search parameters, and links to documentation.
    Thank you by advance
    Julien

    Hello and thank you for your answer
    I finally found the solution by myself :
    in crmtcweb~appbase/WEB-INF/xcm/customer/modification/generic-searchbackend-config.xml :
           <configs isa:extends="../configs[@id='crmdefault']">
                     <config id="javabasket_javatemplate_forCRM">
                        <property-group name="SearchCriteria_B2C_Sales">
                             <property name="SALES_ORG"
                            entityType="CL_CRM_REPORT_SET_ORGMAN"
                            tokenType="RAN"
                           type="dark">                                                     
                        <allowedValue content="dynamic"
                                      contentCreateClass="com.sap.isa.isacore.Z_GenericSearchDynamicContent"
                                      contentCreateMethod="addSalesOrg" />
                    </property>
                        </property-group>
                   </config>
              </configs>
    in Z_GenericSearchDynamicContent :
         public void addSalesOrg() {
              selOpt.addSelectOptionLine(
                new GenericSearchSelectOptionLine(
                     handle,
                     pty.getName(),
                     pty.getEntityType(),
                     pty.getTokenType(),
                     "I",
                     "EQ",
                     bom.getShop().getSalesOrganisation(),
    And it works Now only the orders with the same salesOrg as the webshop are displayed.
    Hope this could help somewone else.
    Julien

  • Custom p13n-cache-config.xml

    Trying to implement 5.1 P13N CacheProvider SPI Implementation from link:
    http://docs.oracle.com/cd/E24290_01/coh.371/e22621/wlportal.htm#CHDIFHCD
    In step 2: The p13n-cache-config.xml has been updated with the <default-provider-id>com.tangosol.coherence.weblogic</default-provider-id> line.
    Question:
    How can a custom p13n-cache-config.xml be loaded using a -D command?
    Edited by: user734247 on May 1, 2013 1:28 PM

    Hi,
    The p13n-cache-config.xml needs to changed in each of your WLP application's META-INF directory. Coherence does not need this file but rather the provider configuration in file makes Portal application to start using coherence for p13 caching.
    HTH
    Regards,
    _NJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Apex-config.xml is broken after password change with encryption

    Greetings,
    I am using Apex Listener 1.1 with Oracle GlassFish Open Source Edition 3.1.
    I found something strange when changing the connection password in apex-config.xml.
    If I change the password to keep it plain text like the following, it works fine.
    <entry key="apex.db.password">my_password</entry>
    But if I change the password to a value to be encrypted, the new password is accepted but the configuration file get messed up.
    <entry key="apex.db.password">!my_password2</entry>
    After restarting the listener, I get the following content in my apex-config.xml.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
    <comment> Updated: Mon Mar 14 10:58:16 EDT 2011 Version: 1.1.0.60.10.38 </comment>
    </properties>
    Needless to say that after the next restart nothing works. Am I missing something, or is this a bug?

    You have corrupted your web.xml somehow, repeat the steps making sure the web.xml is well formed.

  • JDeveloper 11.1.2.4: Is it possible to only display custom validator IDs defined in faces-config.xml

    I have many custom validators and do not need to see the default values as listed in the below screen shot:
    http://i.imgur.com/xOQgxeZ.png
    Is it possible to only show the custom validators I define within faces-config.xml?
    Thanks,
    Wes

    Deepak,
    don't understand this sentence:
    "Do not specify the binding attribute value in the f:validator tag for the bindings not to display."
    Wes,
    The answer to the question seems to be "no" you cannot suppress the other validator entries as they too are configured in a faces config file - though not the one in the application
    Frank

Maybe you are looking for