The Trinidad demo has a configuration, that actually allows you to mix both, JSPX and Facelets. So if you really want to mix, you have to use that mapping provided there.
Greetings, Matthias On Tue, Aug 5, 2008 at 2:59 PM, Hardik Shah <[EMAIL PROTECTED]> wrote: > > k sir > > i have also try out > > <!-- Use documents saved as *.xhtml for Facelets --> > <context-param> > <param-name>facelets.VIEW_MAPPINGS</param-name> > <param-value>*.xhtml</param-value> > </context-param> > > > but not work > > > > > > > > > Matthias Wessendorf-4 wrote: >> >> I'd go only with Facelets and not JSP(X). >> >> Thanks, >> Matthias >> >> On Tue, Aug 5, 2008 at 2:51 PM, Hardik Shah <[EMAIL PROTECTED]> wrote: >>> >>> sorry but i can not grasp your advise properly >>> i am using .xhtml for template and .jspx for trinidad use >>> what changes i have to made to achieve my goal >>> >>> >>> >>> >>> Matthias Wessendorf-4 wrote: >>>> >>>> I thought you use facelets (template.xhtml) >>>> JSPX is perhaps best to do /faces/* (or *.faces) >>>> >>>> -M >>>> >>>> On Tue, Aug 5, 2008 at 2:39 PM, Hardik Shah <[EMAIL PROTECTED]> >>>> wrote: >>>>> >>>>> Thanks sir >>>>> >>>>>>>>I'd map it to *.xhtml (see facesgoodies) >>>>> i found in your web.xml >>>>> <servlet-mapping> >>>>> <servlet-name>faces</servlet-name> >>>>> <url-pattern>*.xhtml</url-pattern> >>>>> </servlet-mapping> >>>>> >>>>> >>>>> and your all pages are as .xhtml >>>>> >>>>> but i have *.jspx pages >>>>> so i have to changes all this as *.xhtml? >>>>> >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/change-in-url-pattern-give-error-tp18829764p18830217.html >>>>> Sent from the MyFaces - Users mailing list archive at Nabble.com. >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Matthias Wessendorf >>>> >>>> further stuff: >>>> blog: http://matthiaswessendorf.wordpress.com/ >>>> sessions: http://www.slideshare.net/mwessendorf >>>> mail: matzew-at-apache-dot-org >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/change-in-url-pattern-give-error-tp18829764p18830411.html >>> Sent from the MyFaces - Users mailing list archive at Nabble.com. >>> >>> >> >> >> >> -- >> Matthias Wessendorf >> >> further stuff: >> blog: http://matthiaswessendorf.wordpress.com/ >> sessions: http://www.slideshare.net/mwessendorf >> mail: matzew-at-apache-dot-org >> >> > > -- > View this message in context: > http://www.nabble.com/change-in-url-pattern-give-error-tp18829764p18830570.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

