0 Replies Latest reply on Dec 20, 2007 8:21 AM by milesif

    Securing gwt pages

    milesif

      Hi everybody,

      I set up gwt and seam and it works fine. Now I am trying to secure my gwt .html pages using


      <page view-id="/protected/*" login-required="true" />


      but it seems that only .xhtml pages can be protected that way. So I tried to embed my html page in a .xhtml, but when the page is loaded the gwt generated java script complains that it is running in the wrong context.

      Has anybody tried to do something like that ? Any suggestions?

      Thanks in advance.

      Ciao Francesco