webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Form Feeds validation

    Posted Fri June 12, 2009 01:26 PM

    i have the scenario like 3 dropdowns in the view and i put "Required " property as “TRUE” and also swithed-on the client side validations for all 3 dropdowns and the same i am refreshing one textInput control at onchange event of dropdown1

    while changing the first drop down value it is validating remain 2 dropdowns which i have not gone through and the same showing the error message

    how can i validate these dropdowns at form submit ( GO) time only.

    please share ,if anybody have ideas to resolve this.


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 2.  RE: Form Feeds validation

    Posted Mon June 15, 2009 05:37 AM

    Hi Suman,

    In the final submit button, use the javascript to validate the values of dropdowns.

    Suppose the default values of dropdowns are ‘‘select’’, then dont allow user to submit. show popup’s using the same javascript to select the values from dropdowns.

    hope this will be helpful.

    Regards,
    Sunil_N


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 3.  RE: Form Feeds validation

    Posted Mon June 15, 2009 07:03 AM

    Hi Sunil,

    if i am correct , the javascript validation in final submit button should possible only if i use the Project template as “EmptyProject” and porlettype as “Generic” becoz ,there is no control on CAF controls in “searchApplication” project and “SearchBar” &“SearchResult” portlets

    what else i can do in “SearchApllication” case.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine