Re: Combining tags with standard HTML elements such as and for example

2010-07-05 Thread Dmitry Barsukov
Cedric, That wasn't the question. As I said, JSF 1.2 spec does not stop anyone to mix up JSF & XHTML. That is clear. However, Trinidad layouts seem to have overlapping feature set with "+CSS". Therefore it does not seem to be right for me to combine them. But, the thing is... it does not state a

Re: Combining tags with standard HTML elements such as and for example

2010-07-05 Thread Cédric Durmont
Mixing jsf tags and regular html has not always been possible (jsf 1.1 maybe ?). Nowadays you can happily mix jsf and xhtml tags. Regards, Cedric Durmont 2010/7/5 Dmitry Barsukov > > Hi All, > > Here is the question for Trinidad experts. > We are extensively using and tags in our Trinidad base

Combining tags with standard HTML elements such as and for example

2010-07-05 Thread Dmitry Barsukov
Hi All, Here is the question for Trinidad experts. We are extensively using and tags in our Trinidad based application (*.xhtml pages) combining them with the rest of Trinidad features. The question I have is... there is a feeling that this is not quite the way Trinidad expects to have the conte

Re: Myfaces Upgrade Issues 1.1.5 to 1.2.9

2010-07-05 Thread Michael Heinen
You should remove the struts.jar completely because tiles is now a separate project with it's own jars. But your exception looks like another problem. You should try to debug it find out why "path" is null in your case. Michael Am 05.07.2010 12:17, schrieb شہباز علئ : I tried after replacing

Re: Myfaces Upgrade Issues 1.1.5 to 1.2.9

2010-07-05 Thread شہباز علئ
I tried after replacing tiles with 2.0.7, and getting the following exception, i found one more thing when I looked into the lib folder that we are using tiles with struts1.1, Do I need to upgrade its version as well. Please suggest. javax.faces.FacesException: org.apache.tiles.TilesException: No

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
Thank you very much Michael. Finaly i try your last distrib (http://people.apache.org/~mfreedman/portlet-bridge/ ) and all is OK. The portal is uPortal 3.2.1 I am very happy ! Michael Freedman a écrit : I wonder if this problem is the same as PORTLETBRIDGE-100

Re: Myfaces Upgrade Issues 1.1.5 to 1.2.9

2010-07-05 Thread Shahbaz Ali
Michael thanks for your response, Yes ,I am using tomahawk12-1.1.9 and tiles 2.0.4. Now as you suggested, I am trying to use Tiles 2.0.7 now and get back to you soon. On Mon, Jul 5, 2010 at 1:58 PM, Michael Heinen wrote: > Do you use the right version of tomahawk, tomahawk12-1.1.9 ? > > Which til

Re: Trinidad PortletBridge buttons don't work fine

2010-07-05 Thread Yves Deschamps
Sorry, i change the code with no effect... public void beforePhase(PhaseEvent phase) { FacesContext context = FacesContext.getCurrentInstance(); cacheLocale = context.getViewRoot().getLocale(); } public void afterPhase(PhaseEvent phase) { FacesContext context = Faces

Re: Myfaces Upgrade Issues 1.1.5 to 1.2.9

2010-07-05 Thread Michael Heinen
Do you use the right version of tomahawk, tomahawk12-1.1.9 ? Which tiles version are you using? Tiles 2.0.7 works fine with tomahawk 12_1.1.9. Newer versions are not supported by tomahawk. Make sure to read the tiles migration guide if you update from an older struts-tiles version. See this

Re: Trinidad PortletBridge buttons don't work fine

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

Myfaces Upgrade Issues 1.1.5 to 1.2.9

2010-07-05 Thread شہباز علئ
Hi Recently I have updated my application to myfaces 1.2.9 from myfaces 1.1.5 to get use of JSF 1.2 for this, I have updated: myfaces to 1.2.9 tomahawk to 1.1.9 jstl to jstl 1.2 richfaces to 3.2.0 I already being using Tomcat 6 as j2ee container which i dont need to changed. But I am getting the

Myfaces Upgrade

2010-07-05 Thread Shahbaz Ali
Hi Recently I have updated my application to myfaces 1.2.9 from myfaces 1.1.5 to get use of JSF 1.2 for this, I have updated: myfaces to 1.2.9 tomahawk to 1.1.9 jstl to jstl 1.2 richfaces to 3.2.0 I already being using Tomcat 6 as j2ee container which i dont need to changed. But I am getting the