2 Replies Latest reply on Feb 25, 2004 8:48 AM by perre

    Lost method 'getParameterMap' in Page

    perre

      Hi guys!

      There used to be a method 'getParameterMap' in the Page object. It was very useful to dynamically find out which parameters were given by the user, if you didn't know that beforehand.

      How about adding a method like the following to the Page class, to render this and similar stuff possible again?

       public PageResult getResult()
       {
       return result;
       }
      


      Best regards

      / Per-Erik