I am using Foundation 5 responsive pack , I would like to incorporate jsf and richfaces into my design. For the different screen sizes , is it possible to use jsf/ richfaces components embedded in xhtml for the data-interchange instead of just plain html and html elements?
WILL data-interchange[....] work with .xhtml ?
When I use just basic html elements (no jsf or richface components) everything works as it should. I try to incorporate an xhtml with the following for example :
This doesn't work: larger_slider.xhtml
This works:large_slider.html <--- note the html extension
data-interchange="[small_slider.html, (small)], [medium_slider.html, (medium)], [large_slider.html, (large)]">
I would like to do this: where xhtml contain a jsf richfaces form components
data-interchange="[small_slider.xhtml, (small)], [medium_slider.xhtml, (medium)], [large_slider.xhtml, (large)]">
ليست هناك تعليقات:
إرسال تعليق