hi Julien,
Is the markup tag currently supported in portal 2.4.1?
I try a few variation using the seam portal example but failed (ie. I view the html
source and couldn't find that the javascript is loaded). Some variations are:
| <header-content>
| <markup><![CDATA[
| <link rel="stylesheet" type="text/css"
href="SeamBooking/css/screen.css" title=""
media="screen"/>
| <script type="text/javascript"
src="SeamBooking/portlet-styles/HeaderContent.js"/>
| ]]></markup>
| </header-content>
|
| <header-content>
| <markup><![CDATA[
| <link rel="stylesheet" type="text/css"
href="/SeamBooking/css/screen.css" title=""
media="screen"/>
| <script type="text/javascript"
src="/SeamBooking/portlet-styles/HeaderContent.js"/>
| ]]></markup>
| </header-content>
|
| <header-content>
| <markup><![CDATA[
| <link rel="stylesheet" type="text/css"
href="/portal/portal/default/SeamBooking/css/screen.css" title=""
media="screen"/>
| <script type="text/javascript"
src="/portal/portal/default/SeamBooking/portlet-styles/HeaderContent.js"/>
| ]]></markup>
| </header-content>
|
my setup is:
AS 4.0.5
Portal 2.4.1
Seam 1.1.5
Facelets
My real purpose is to incorporate AJAX4JSF, but i encountered "A4J undefined"
error, and this seems to be caused by AJAX.js not loaded. Thats why i thought i could
workaround it by injecting AJAX.js manually.
I'm lost here and your advice is most appreciated.
Thank you in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011699#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...