[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2008-06-18 Thread michaelchan
I don't know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158995#4158995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158995 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2008-06-18 Thread Vishal Student 123
Is this true ?? http://jira.jboss.com/jira/browse/JBPORTAL-1246 http://jira.jboss.com/jira/browse/JBPORTAL-1173 I still cannot get the injector header to work. When i follow the manual http://docs.jboss.com/jbportal/v2.6.3/referenceGuide/html_single/#d0e1851 Section: 6.2.3.1. My portlet just di

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-06 Thread chuaky
hi julien, Thanks for the information, i was behind schedule so i did a quick workaround by editing portal-themes.xml as follows: | | | | | my | | | | | | Ajax4jsf is working now, and would revisit this issue later. Cheers. View the orig

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-06 Thread [EMAIL PROTECTED]
no, it's a "we should add support for raw content" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011810#4011810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011810 ___ jbos

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-05 Thread chuaky
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: | | | | | | | | | | |

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-05 Thread [EMAIL PROTECTED]
basically we should rather support something like : | | where @CONTEXT_PATH@ would be replaced by the value of the portal context path. That would let more freedom in what the developer can do at the cost of maybe having invalid or conflicting markup. View the original post : http://ww

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-04 Thread chuaky
Report :) hi all, I'm also facing the same problem when the is not there during injection of the headers in jboss-portlet.xml. By the way, one of the sample portlet HeaderContentPortlet doesn't seem to be working for me. What i see is a blank page. This portlet is activated by clicking on

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-04 Thread chuaky
hi all, I'm also facing the same problem with the missing "" when injecting the headers in jboss-portlet.xml. By the way, one of the sample portlet HeaderContentPortlet doesn't seem to be working for me. What i see is a blank page. This portlet is activated by clicking on "Test" in the porta

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-01-30 Thread ckeswani
anonymous wrote : Why didnt you use the jboss-portlet.xml, as in the reference guide? | Hi Roy, Unfortunately, declaring it in jboss-portlet.xml has some issues: | | | | results in this: As you can see, the closing has been removed. This breaks html in a variet

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2006-11-03 Thread mvera
This is the tag I use : | | public class MyHeaderContentTagHandler extends SimpleTagSupport | { |public void doTag() throws JspException, IOException |{ | // get page and region | PageContext app = (PageContext)getJspContext(); | HttpServletRequest reque

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2006-11-03 Thread mvera
"[EMAIL PROTECTED]" wrote : What are you trying to insert? | | Why didnt you use the jboss-portlet.xml, as in the reference guide? I try to insert a css link. I can't use the jboss-portlet.xml as the css used is dynamically choosen. My application is composed of many screens, each screen

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2006-11-03 Thread [EMAIL PROTECTED]
What are you trying to insert? Why didnt you use the jboss-portlet.xml, as in the reference guide? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983038#3983038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983038 ___

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2006-11-03 Thread mvera
Hi, I finally managed to solve my problem. But I had to write my own tag to insert content in the header via java API. I'm still interested in knowing if somebody managed to do the same without coding its own tag. In this case where is the code that do that ? Mickaƫl View the original post :