IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
Expand all | Collapse all

Setting DATE INPUT control using CAF SCRIPT setValue ??

  • 1.  Setting DATE INPUT control using CAF SCRIPT setValue ??

    Posted Tue October 13, 2009 11:46 PM

    If I call setValue (in script) on a DATE INPUT control and pass it a string (10/01/2001) it blows up. If I pass it a java script Date object it blows up too.

    How is this supposed to be used?

    Thanks,

    Lucas.


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


  • 2.  RE: Setting DATE INPUT control using CAF SCRIPT setValue ??

    Posted Wed October 21, 2009 06:15 PM

    first of all, make sure the string comply with the date pattern specified in your DATE INPUT control.

    otherwise, you may set the value of the textbox directly.


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