1 Reply Latest reply on Jun 16, 2011 6:05 AM by selfcare

    how to prevent *.xhtml pages from downloading in JSF 2.0 , Jboss 6 with Maven

    selfcare

      Hi,

       

      I have .xhtml file and from here I am redirecting to another .xhtml file using <a href=" ..." target="_blank" ....</a>. But instead of opening the destination

       

      page, its asking for Saving the destination page option. I have to use <a href ...> only as I want anchoring.

       

      This post http://community.jboss.org/message/475342  talks about SEAM framework.

       

      Am using JSF 2.0, Jboss AS 6.0 with Maven.

       

      How can I stop xhtml file downloading and open it in same page?

       

      Regards,