[jboss-user] [JBoss Portal] - JSF/RichFaces support in login.jsp

2009-01-24 Thread francescglez
Did anybody have success adding support for these tags in the login.jsp page from the portal-server.war folder or in any layout page from the portal-core.war? I need to use this kind of components in these pages and I thought that it was enough adding references in web.xml and faces-config.xml

[jboss-user] [JBoss Portal] - Re: Iphone MobileSafari error on render Portal layouts

2009-01-21 Thread francescglez
Thank you very much Andy. Your remarks were very helpful. After reading Portlet Specification I realized the wrong structure we used, but we ship our product with Firefox and never there was a problem with it. But MobileSafari is a little more delicate. Thank you one more time. Frank View

[jboss-user] [JBoss Portal] - Iphone MobileSafari error on render Portal layouts

2009-01-20 Thread francescglez
Hello, Currently I'm working in iPhone's access to our main Portal application. I realize that when you log in a Portal instance (specially created for mobile access with its own layout and theme) and loads a Portlet, you're are embedding, produced html code from the default jsp in portlet, to

[jboss-user] [JBoss Portal] - Re: Several portlets sharing one bean

2008-05-08 Thread francescglez
ok, fixed!, 1) The dataTable must be packed in a Portlet in the WAR file. In its portlet.xml and portlet-instances.xml descriptors, I must declare a new portlet instance with a diferent instance-id(one for evey kind of objects I want to manage) 2) In every Portlet I want to inject this

[jboss-user] [JBoss Portal] - Several portlets sharing one bean

2008-05-07 Thread francescglez
environment: JBOSS 4.0.5.GA PostGreSQL MyFaces 1.1.5. RichFaces 3.1.2 I have a complete web application packed in a WAR file that includes a BackBean, one jsp, and a portlet with all descriptors files.This application is just a table (HtmlDataTable) with pagination and with different