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.


#TechXchangePresenter
 View Only
  • 1.  How to split the forms into several pages.

    Posted Mon April 29, 2002 09:27 AM

    hi,
    Is there a way to split the forms into several pages in tamino.

    How do i go about using session.



    X-Application Version: 3.1.2, 3.1.1
    Tamino Version : 3.1.1
    Platform : NT, Win2k, Solaris, …
    WebContainer : Tomcat 3.3
    JDK Version : 1.3.1

    [This message was edited by Christian Freytag on 26 Jul 2002 at 09:06.]


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: How to split the forms into several pages.

    Posted Mon April 29, 2002 10:45 AM

    Hello,

    if you have a document whose content has to be entered by a user, you can offer him all of the edit fields on one page. This is the way, the generator of X-Application creates its pages.

    However, in case of very large documents it is not ergonomic to present its edit fields on one page. You should spread the forms over multiple JSP pages.

    One of your simple examples, LoopInsDel explains this topic.


    To implement sub-pages:


    • Work with document names within form tags and queries and browse tags to identify documents within our session.

    • Use elementaction tags of type select to edit occurrences.

    • Use link tags to change from a sub-page to the parent page without invoking a commit action.


    I hope, this rough description and the documentation of X-Application will help you to solve your problem.

    Bye,
    Christian.


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: How to split the forms into several pages.

    Posted Wed May 15, 2002 03:51 PM

    Hi killer,

    I just posted a tutorial in the contribution forum which addresses the question of yours:

    How to split JSP pages tutorial

    Cheers

    Stefan Schwalm
    Software AG, Darmstadt


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: How to split the forms into several pages.

    Posted Fri July 26, 2002 01:13 PM

    Hello,

    the documentation about splitting JSP pages is part of the documentation of X-Application 3.1.3.

    Bye,
    Christian.


    #API-Management
    #webMethods
    #Tamino