Re: [Trinidad] Slider component in Trinidad for mobile devices

2010-02-10 Thread Matthias Wessendorf
yes. you could use facelets. A demo slider (based on jQuery) is here: http://facesgoodies.googlecode.com/svn/MS/trunk/src/main/webapp/resources/ms/ On Wed, Feb 10, 2010 at 3:13 AM, Seema Richard (UST, IND) seema.rich...@ust-global.com wrote: Hi, We need to develop a web application

AW: el expression

2010-02-10 Thread Martin Monshausen
Hi, calling methods with parameters is not possible in JSF as far as I know. Try to set Parameter in Bean before calling the method and then refer to it in your parameter-less method. Yours, Martin Von: Krishna K. Pandit [mailto:krishna.pan...@aptuit.com]

Re: el expression

2010-02-10 Thread Mark Struberg
Hiho! It is possible, but only with a little trick. Using a parameter in the EL is a new EL-2.2 feature which is _not_ part of JSP-2.1 delivered with tomcat6 and jetty6 but defined in JSR-245 MR-2 (JSP-2.2) [1]. You can enable EL-2.2 by using a few tricks even in tomcat-6 and jetty6. Here is

AW: el expression

2010-02-10 Thread Martin Monshausen
Hi, there are some further tricks which you can use to pass parameters: http://wiki.apache.org/myfaces/Parameters_In_EL_Functions Yours, Martin Von: Krishna K. Pandit [mailto:krishna.pan...@aptuit.com] Gesendet: Mi 10.02.2010 06:14 An: MyFaces Discussion Betreff:

RE: el expression

2010-02-10 Thread Krishna K. Pandit
Thanks I am trying. :) -Original Message- From: Martin Monshausen [mailto:martin.monshau...@prodyna.de] Sent: 10 February 2010 15:08 To: MyFaces Discussion Subject: AW: el expression Hi, there are some further tricks which you can use to pass parameters:

Re: el expression

2010-02-10 Thread Mark Struberg
done: http://wiki.apache.org/myfaces/Parameters_In_EL_Functions http://wiki.apache.org/myfaces/HowToEnableEl22 LieGrue, strub --- Matthias Wessendorf mat...@apache.org schrieb am Mi, 10.2.2010: Von: Matthias Wessendorf mat...@apache.org Betreff: Re: el expression An: MyFaces Discussion

help jsf2 with Trinidad-2.0.0-alpha : NullPointerException in the render kit.

2010-02-10 Thread Edmond B. Mulemangabo
Hello ! I've been trying to use MyFaces-2.0 beta with Trinidad-2.0.0-alpha. I can't get get ok : I'm getting a NullPointer Exception in the Trinidad render kit. Here is the error stack : --- javax.faces.FacesException: java.lang.NullPointerException: renderKitId at

need to access fully initilized context at deployment time

2010-02-10 Thread Jigar Joshi
Hello all: my need is i need to use context at deployment time, with fully blown injections, how to accomplish this ? i tried phase listner, servletcontext listner but didnt work for me, i am using JSF 1.2 is there any way out? Thanks in advance.