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
  • 1.  select row checkbox not rendering?

    Posted Fri April 24, 2009 07:20 PM

    Is there a reason a select row checkbox will not render? I don’t see anything on the ui after published but see it plainly in designer


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


  • 2.  RE: select row checkbox not rendering?

    Posted Sat April 25, 2009 12:16 AM

    In order for a row to be selectable, the table content provider must implement the ISelectableTableContentProvider interface. See: http://ajax-softwareag.com/articles/Y4LCDN/Caf-7-1-1JavaDocs/com/webmethods/caf/faces/data/ISelectableTableContentProvider.html

    If your table data provider doesn’t implement that interface then the select row checkbox control renders nothing.

    In the simplest use case, you should use a SelectableListTableContentProvider instead of a ListTableContentProvider.


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


  • 3.  RE: select row checkbox not rendering?

    Posted Tue April 28, 2009 07:03 AM

    Alright - so I can’t implement with a IS directly service. This is definately a warning that should come up to specifiy why this control is allowed to be implemented but doesn’t work/rendered without warning.

    Instead I put a BasicUpdateTable off of the Output.results but still running into empty column for basic SelectRowCheckBox - and still not getting resulting checkbox - what else could be the problem?


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


  • 4.  RE: select row checkbox not rendering?

    Posted Tue April 28, 2009 07:20 PM

    I agree that there should be a warning displayed for your condition. I’ve filed a new bug report to get this looked at.

    I’d double check your bindings and if you are still having issues, I’d suggest opening up an SR.


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


  • 5.  RE: select row checkbox not rendering?

    Posted Tue April 28, 2009 08:37 PM

    Thanks - I finally ripped it all out and re-did it and it worked. I don’t know if there is something table/code wise that is getting cached because it worked after completely deleteing the service and tables.


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