[JBoss-user] [JBoss Portal] - Re: How-To add javascript libraries to a portlet view.

2006-03-03 Thread aron.gombas
"mholzner" wrote : the easiest way (I believe) is to use the declarative 
injection of header content.
I'd not suggest this, as it wouldn't be portable.

I think the problem with your original approach is that URL's are probably 
wrong.
This one is working for me perfectly in Kosmos:
" 
language="javascript">
An easy test that you can do is to use a JSP @include to include the JS. If you 
can see its content in the browser when checking the page source, then the URL 
is fine.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927932#3927932

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927932


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: How-To add javascript libraries to a portlet view.

2006-03-03 Thread mholzner
the easiest way (I believe) is to use the declarative injection of header 
content. In this case you can declare the js file to be included as link in the 
head tag, by adding this to your jboss-portlet.xml descriptor : 


  |
  |   MyAJAXPortlet
  |   
  |   
  |   
  |
  | 

The only limitation is that you need to use the 'generic' layout , or any other 
layout that features the  jsp tag 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927884#3927884

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927884


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user