~Madhuri
Whether Apache MyFaces supports only JSF pages ? Is it support JSP pages?
~Madhuri
Originally posted by kri shan:
Whether Apache MyFaces supports only JSF pages ? Is it support JSP pages?
Sometimes the only way things ever got fixed is because people became uncomfortable.
Originally posted by Tim Holloway:
JSF pages are jsp pages.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Originally posted by Tim Holloway:
JSF pages are jsp pages.
This error can occur because either:
A) the tomahawk jar is not in the webapp's WEB-INF/libs directory
B) The URI in the TLD in the tomahawk jar doesn't match the requested URI (http://myfaces.apache.org/tomahawk)
C) The tomahawk jar doesn't contain a TLD (though that isn't likely).
Originally posted by Tim Holloway:
JSF pages are jsp pages.
This error can occur because either:
A) the tomahawk jar is not in the webapp's WEB-INF/libs directory
B) The URI in the TLD in the tomahawk jar doesn't match the requested URI (http://myfaces.apache.org/tomahawk)
C) The tomahawk jar doesn't contain a TLD (though that isn't likely).
~Madhuri
<listener><!-- Attach myfaces factory to the servlet -->
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
</listener>
Sometimes the only way things ever got fixed is because people became uncomfortable.
And then the entire population worshiped me like unto a god. Well, me and this tiny ad:
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
|