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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Problem with getting value of a Date Input

    Posted 09/16/11 10:58 AM

    Hello everybody,

    I am trying to get value of a Date Input Control, I use Portlet Url Script Parameter to pass this value to another portlet.

    I choose for value property : the expression language of my Date Input (#{RechercheView.dateDebut})
    and for valueType property : control value

    It works, but it returns : Thu Sep 15 2011 00:00:00 GMT+0200, or I want to personalize the format of the returned date.

    Thank you !!


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


  • 2.  RE: Problem with getting value of a Date Input

    Posted 09/20/11 05:20 PM

    I think you’ll either have to get the milliseconds from the java.util.Date object on the server or have your receiving portlet parse the textual representation of the date.

    Regards,
    –mark


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