Re: org.apache.myfaces.ERROR_HANDLER with portlet-bridge

2011-03-08 Thread Yves Deschamps
what is happening? Can you also send the whole stack so we can see if there is any useful information in it? -Mike- On 3/3/2011 7:40 AM, Yves Deschamps wrote: Hi Scott Trinidad 1.2.14 and portlet-bridge 1.0.0 (JSR 168)... Le 03/03/2011 16:32, Scott O'Bryan a écrit : Trinidad 1.2 an

Re: org.apache.myfaces.ERROR_HANDLER with portlet-bridge

2011-03-03 Thread Yves Deschamps
Hi Scott Trinidad 1.2.14 and portlet-bridge 1.0.0 (JSR 168)... Le 03/03/2011 16:32, Scott O'Bryan a écrit : Trinidad 1.2 and the latest Portlet Bridge 2.0 I assume? On Mar 3, 2011, at 8:29 AM, Yves Deschamps wrote: Hi, I try to use org.apache.myfaces.ERROR_HANDLER with apache p

org.apache.myfaces.ERROR_HANDLER with portlet-bridge

2011-03-03 Thread Yves Deschamps
Controller An idea ? -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25 Blog Pro : http://blogs.univ-lille1.fr/pg/blog/ydescham

Re: TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-28 Thread Yves Deschamps
case that you can submit with a JIRA bug? -Mike- On 10/26/2010 12:16 AM, Yves Deschamps wrote: I am using IE 8.0 Faces 1.2.9 Portlet-Bridge 1.0.0 Trinidad 1.2.13 uPortal 3.1.2 Thanks Le 25/10/2010 23:00, Scott O'Bryan a écrit : Which version of IE, Faces, Bridge, and Trinidad ar

Re: TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-26 Thread Yves Deschamps
I am using IE 8.0 Faces 1.2.9 Portlet-Bridge 1.0.0 Trinidad 1.2.13 uPortal 3.1.2 Thanks Le 25/10/2010 23:00, Scott O'Bryan a écrit : Which version of IE, Faces, Bridge, and Trinidad are you using? On 10/25/2010 10:17 AM, Yves Deschamps wrote: Hi All, I have this issue in IE, not in Fi

TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-25 Thread Yves Deschamps
66) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: PortletBridge starting portlet problem

2010-08-30 Thread Yves Deschamps
testing on my own however everyone's situation is different so it likely not bug free ... just want you to know you aren't the first. -Mike- On 7/12/2010 1:51 AM, Yves Deschamps wrote: Thank you Michael, I change little

Re: PortletBridge starting portlet problem

2010-08-30 Thread Yves Deschamps
however everyone's situation is different so it likely not bug free ... just want you to know you aren't the first. -Mike- On 7/12/2010 1:51 AM, Yves Deschamps wrote: Thank you Michael, I change little things and now, i ha

Re: PortletBridge starting portlet problem

2010-07-12 Thread Yves Deschamps
ap(); Which means, I assume, that RequestContext.getCurrentInstance() is returning null. I don't have any idea why this might happen in a portlet/iPhone environment but maybe you can psuh on the Trinidad folks to help or maybe this gives you an idea on where/how to investigate. -Mike- On 7/7/2010 12:34 AM,

Re: PortletBridge starting portlet problem

2010-07-07 Thread Yves Deschamps
can pull/debug with the appropriate sources. -Mike- On 7/6/2010 5:39 AM, Yves Deschamps wrote: Hi all, I have this exception when the portlet start... An idea ? GRAVE: "Servlet.service()" pour la servlet esup-news-mobile a lan

Re: PortletBridge starting portlet problem

2010-07-06 Thread Yves Deschamps
don't have time to take a look at the line ring now but do you have a default viewId specified? Also, what version of the bridge are you using? Sent from my iPhone On Jul 6, 2010, at 6:39 AM, Yves Deschamps wrote: Hi all, I have this exception when the portlet start... An ide

PortletBridge starting portlet problem

2010-07-06 Thread Yves Deschamps
Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
information describing the appserver and portal server/container you are using, specific version information for all, and (if possible) a small sample JSF app I can "portletize" so I can deploy locally and debug. -Mike- On 7/1/2010 8:37 AM, Yves Deschamps wrote: Hi at all, I have this vie

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
= FacesContext.getCurrentInstance(); context.getViewRoot().setLocale(cacheLocale); } Yves Deschamps a écrit : Thank you Michael, I try this: beforePhase="#{commonController.beforePhase}" afterPhase="#{commonController.afterPhase}"> and: public void befor

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
y and debug. -Mike- On 7/1/2010 8:37 AM, Yves Deschamps wrote: Hi at all, I have this view and this methods in controller , all is fine in servlet mode but in portlet mode: - the locale is not immedialty rendered (next page is ok) - the "reset" change also the loc

Trinidad PortletBridge buttons don't work fine

2010-07-01 Thread Yves Deschamps
ublic String setLocaleEnglish(ActionEvent actionEvent) { FacesContext context = FacesContext.getCurrentInstance(); context.getViewRoot().setLocale(new Locale("en")); locale = "en"; logger.info("Language: en"); return "home"; } /** * @return the locale */ public String getLocale() { return locale; } /** * @param actionEvent * @return navigation String. */ public String reset(ActionEvent actionEvent) { name = null; logger.info("Action: reset"); return "home"; } -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: Portletbride and Trinidad skin not found

2010-06-15 Thread Yves Deschamps
Hi, I solve my problem with this defintition skin: iphone iphoneFamily *portlet* /iPhone/iPhonePortlet.css Yves Deschamps a écrit : Thank's Scott My english is also very bad :-) When my application detect good User-Agent and goodFamily But jsf tri

Re: Portletbride and Trinidad skin not found

2010-06-11 Thread Yves Deschamps
Can ypi confirm what skin you are using and I'll try to generate a Jira ticket to get this fixed? Scott On Friday, June 11, 2010, Yves Deschamps wrote: Oups, the attached file is lost... I have that: 10 juin 2010 18:15:39 org.apache.myfaces.trinidadinternal.skin.SkinFactoryImpl

Re: portletbridge action don't work

2010-06-11 Thread Yves Deschamps
t about to release this version as 1.0.0 and hence has many bug improvements since alpha2. Finally, when the action isn't navigating are you seeing any additional information being output to the log? Maybe you can send the log along as well? -Mike- On 6/8/2010 7:50 AM, Yves Deschamps

Re: Portletbride and Trinidad skin not found

2010-06-11 Thread Yves Deschamps
imple Thank's Yves Deschamps a écrit : Here is my tomcat screen (attached file). Michael Freedman a écrit : Can you provide more information? What specific warnings are you seeing? Anything else? On 6/10/2010 6:50 AM, Yves Deschamps wrote: Hi, My JSF Trinidad application (servlet) r

Re: Portletbride and Trinidad skin not found

2010-06-10 Thread Yves Deschamps
Here is my tomcat screen (attached file). Michael Freedman a écrit : Can you provide more information? What specific warnings are you seeing? Anything else? On 6/10/2010 6:50 AM, Yves Deschamps wrote: Hi, My JSF Trinidad application (servlet) run. But in portlet mode the skins are not

Portletbride and Trinidad skin not found

2010-06-10 Thread Yves Deschamps
Hi, My JSF Trinidad application (servlet) run. But in portlet mode the skins are not found (warning message)... An idea ? -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: portletbridge action don't work

2010-06-10 Thread Yves Deschamps
Thank you Scott I solve my problem like this, it's ok now. target="#{commonController.indexTitle}" /> Scott O'Bryan a écrit : I have no clue on the Yves.. Does it work without the actionListener? On 06/08/2010 08:50 AM, Yves Deschamps wrote: Hi all, I am

portletbridge action don't work

2010-06-08 Thread Yves Deschamps
t(0); title = (String) html.getValue(); logger.info("Title: " + title); return null; } page /page.jsp But nothing change in portlet... An idea ? -- Yves Deschamps Université de Lille 1 CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

session and don't find skin in portlet mode

2010-05-28 Thread Yves Deschamps
amily et au kit render kit portlet" An Idea ? -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25

Re: Error with deploying portlet in uportal with portlet bridge

2010-05-28 Thread Yves Deschamps
some reason you need to keep both please let me know and I can look at fixing this in the bridge.* faces javax.faces.webapp.FacesServlet * On 5/26/2010 6:38 AM, Yves Deschamps wrote: I have this error: Caused by: javax.portlet.faces.BridgeException: BridgeImpl.init(): unab

Error with deploying portlet in uportal with portlet bridge

2010-05-26 Thread Yves Deschamps
portlet-name EsupAnnuaireMobilePortlet 1 esup-annuaire-mobile /PlutoInvoker/EsupAnnuaireMobilePortlet -- Yves Deschamps CRI Pôle Web, Environnement Numérique de Travail Bâtiment M4 Tel : 03 20 43 41 89 Fax : 03 20 43 66 25