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.  Render=false, Views are still rendered

    Posted Sun January 09, 2011 11:11 AM

    My scenario is the following.

    I have in one portlet that contains in the left side a tree and in the right side a content area, for this content area I have 3 views, but only one it’s shown to the user. I import the views using the import view control

    Currently I’m using the param Visible to show/hide the views, so one is Visible = true and the others 2 are with the Visible = false

    This is not the best approach since all the views are rendered but it does not work.
    If I set the render param in my import view the view is still rendered
    If I set the render param of the form in the view the view is still rendered

    Is this a CAF problem?

    If I want to render only one view at the time which is then the best approach?

    Thanks in Advance


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


  • 2.  RE: Render=false, Views are still rendered

    Posted Mon January 10, 2011 01:50 PM

    hi
    could you try to put the Import View control inside of another panel (Hideable panel is my favourite) and set its rendered property to false? this is the way i usually do it and it works fine.

    best regards
    Javier


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


  • 3.  RE: Render=false, Views are still rendered

    Posted Mon January 10, 2011 05:05 PM

    I had the import view inside a Inline Hideable panel. I also tried to put this render=false, and It didn’t work

    I’m working with the MWS 7.1.3. I think that this is a CAF bug.

    I solved the problem using a different approach. I have only one import view now and when the user changes the View I change th import view value and refresh the area

    Thanks


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


  • 4.  RE: Render=false, Views are still rendered

    Posted Mon January 10, 2011 05:07 PM

    Is it possible to attach a small sample project?


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