1 Reply Latest reply on May 9, 2007 6:11 AM by pmuir

    Problem with the Controller

    sandytech

      Hi All,
      In my application before the first page is displayed i need to check whether that page is to be displayed or not.For this i'm using a servlet in which i'll check some conditions and then forward to the corresponding page.While forwarding i'm using RequestDispatcher object.If the page is .xhtml page then i'm not able to see the input text boxes in the page,if the page is .seam then i'm getting an exception like StringOutOfIndex -1 and if the page is .jspx then i'm getting an error like xmls:ui should be of type "html".
      Can anyone tell me how to fix this?

      Thanks in advance,
      Sandy.