[jboss-user] [JBoss Portal] - Re: Portal page name

2009-02-06 Thread Vishal Student 123
On this 
page:http://docs.huihoo.com/jboss/portal/2.6/reference-guide/html/themeandlayouts.html

In section 21.2.1.1. it says we need to register some Mbeans. Currently this 
file is the default one and dosn't point to the location of the layout jsps.

Is this the reason I cannot get values out?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207706
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portal page name

2009-02-06 Thread Vishal Student 123
Thanks for the reply.

When I ran the code within a template it returned "null" for that attribute.

The only attributes that seem to be availible in the JSPContext are:


  | {
  | 
javax.servlet.jsp.jspconfig=org.apache.catalina.core.standardwrapperfac...@1e907d8,
 
  | javax.servlet.jsp.jspresponse=gzipresponsewrap...@65b968, 
  | 
javax.servlet.jsp.jsppagecontext=org.apache.jasper.runtime.pagecontexti...@10edb20,
 
  | 
javax.servlet.jsp.jsppage=org.apache.jsp.layouts._005ftemplate1.index_...@8498c6,
 
  | javax.servlet.jsp.jspout=org.apache.jasper.runtime.jspwriteri...@b37fe0, 
  | 
javax.servlet.jsp.jspsession=platform.util.rootrequestfilter$sessionwrap...@6f830d,
 
  | 
javax.servlet.jsp.jsprequest=org.jboss.portal.theme.layoutdispatche...@1050840, 
  | 
javax.servlet.jsp.jspapplication=org.apache.catalina.core.applicationcontextfac...@1225fb9
  | }
  | 


Any ideas?

Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207680
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Portal page name

2009-02-05 Thread Vishal Student 123
Hi Guys,

Im using portal version 2.6.3 (JSR 168), and i'm trying to find the portal page 
name. As i'm working in a tag for the jsp, i only have access to 
(HttpServletRequest) and (HttpSession). I can't find anything in the API.

Is it possible?

Thanks.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207313
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - HttpServletRequest from portlet

2008-09-23 Thread Vishal Student 123
Hi,

  I'm trying to get the HttpServletRequest from inside a portlet. I need to 
write to the request parmeter values so that they can be read by a filter. 
How can this be done ? 

Thanks in advanced.

Vishal

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178312
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Loading javascript in the body

2008-08-11 Thread Vishal Student 123
I think that would work perfectly. Im going to try it out

Thanks.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169932
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Loading javascript in the body

2008-08-11 Thread Vishal Student 123
"PeterJ" wrote : Why not just include it as part of your portet's output? That 
output goes into the body tag.

it needs to be in every page. and there isn't a single portlet that goes on all 
pages in my design.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169921
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Problems getting PortalNode

2008-08-11 Thread Vishal Student 123
Hi,

  Im having problems getting the PortalNode from within the themes.jsp I have 
tried using PageManagerBean but it returns null for pageManagerBean??

Any other ideas?

Note: The reason why im executing code in the theme is so it gets executed 
before anything else does, and it needs to be on every page.

Vishal

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169877
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Loading javascript in the body

2008-08-08 Thread Vishal Student 123
Hi guys, 

  I'm having problems loading a javascript file into the <"body"> of the HTML. 
The file needs to be loaded on everypage. The file cannot go into the <"head"> 
tag for various reasons. Can it be done? How?

Thanks

Vishal

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169507
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Portlet Instatnce Admin Configuration

2008-07-11 Thread Vishal Student 123
Hi there,

I'm having problems storing portlet instance configuration. I know it can 
be done by going to the instance tab and changing it there. But i would like 
the admin users to be able to change the portlet preferences in the 'admin' 
custom view. I want the portlets to be easily configurable.

I tried to follow this method:
http://docs.jboss.com/jbportal/v2.6.5/referenceGuide/html/portletmodes.html#d0e7865

But the preferences don't save using the prefs.store().

I really don't want admin's to be typing stuff in when a drop down or similar 
could be created.

Any help is greatly appreciated. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163946
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 disapears as well. And I don't really 
understand the theme hack

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158983
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user