3 Replies Latest reply on Feb 20, 2008 4:54 AM by gavin.king

    Import Java Class in a specific page

    xtof83

      Hi guys,


      So I have a little question, I want to use directly in my XHTML page a method. So I don't need to create others...


      I look at the doc and found that I can use:



      <import>org.something.foo</import>




      in component.xml


      - So first I want to use this not for the entire project.
      - Look like its not working


      So if there is an other way, like in JSP using


      <%@ import %>



      , or something else...


      Thx a lot.