Hi everybody,

I have seen that components that use generated javascript, like x:inputDate 
and client side tree2,  do not work if I put them in a page that is inserted 
or nested in a tiles template via the <tiles:insert> tag. I have seen that 
the javascripts or references to .js files are not included in the page sent 
to the client. 
When I manually put into the header tag of my tiles template the reference to 
such .js files (for example   <script 
src="/bblu/faces/myFacesExtensionResource/calendar.HtmlCalendarRenderer/1113309512000/popcalendar.js"
 
type="text/javascript"></script>
)
I had the scripts working, but still I lack images that are stored in the 
myfaces jar files and in the generated html page are referenced like this 
(for example) 
background="/bblu/faces/myFacesExtensionResource/tree2.HtmlTreeRenderer/1113309512000/images/spacer.gif"
or like this <img 
src="/bblu/faces/myFacesExtensionResource/tree2.HtmlTreeRenderer/1113309512000/images/spacer.gif"
 ..../>.


The question is:
1. there is a way to have scripts and image references correctly included in 
the generated html page even if nest my components in a tiles insert tag ?
2. if not there is a workaround ????
3. there is a way to use panelNavigation with nested outputlink tags (I do not 
want to submit a form via javascript, but simply reach a secured link)

Please help

Thanks in advance.
 Regards Francesco Milesi



Reply via email to