Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-09 Thread A. Nieves
For anyone who stumbles with the same problem: You have to make the Seam context available for the Trinidad resources servlet (maybe because Seam manages the locale? idn) as explained in 30.1.4.8. Context management for custom servlets (

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-09 Thread Matthias Wessendorf
cool! Do you mind adding this info to the wiki page ? -Matthias On Tue, Feb 9, 2010 at 5:31 PM, A. Nieves daraii.t...@gmail.com wrote: For anyone who stumbles with the same problem: You have to make the Seam context available for the Trinidad resources servlet (maybe because Seam manages

Re: [TRINIDAD] LocaleElements js cannot be found

2010-02-09 Thread A. Nieves
Done. http://wiki.apache.org/myfaces/Trinidad_And_Seam On Tue, Feb 9, 2010 at 12:47 PM, Matthias Wessendorf mat...@apache.orgwrote: cool! Do you mind adding this info to the wiki page ? -Matthias On Tue, Feb 9, 2010 at 5:31 PM, A. Nieves daraii.t...@gmail.com wrote: For anyone who

Tobago Renderer with JSF RI

2010-02-09 Thread Pierre Martin
Hi all, I got this project that runs basically with simple JSF RI components. Now I'm trying to include Tobago components in the project. Since I included all the libs required, it seems taht my RI components are trying to get rendered by my tobago renderer. In glassfish I got this stack : Wrong

el expression in plain html

2010-02-09 Thread baeschtu baeschtu
Hello I need to pass a param in plain html, but the el expression is not parsed. How can I make it work! .. tr:panelFormLayout applet code=MyApplet.class archive=MyApplet.jar width=500 height=400 param name=paramName value=#{myBackingBean.paramName}/ /applet /tr:panelFormLayout ..

[Trinidad] Slider component in Trinidad for mobile devices

2010-02-09 Thread Seema Richard (UST, IND)
Hi, We need to develop a web application supporting multiple mobile devices like Blackberry, iPhone, Android and so on and we were considering Apache Trinidad. The client has already supplied the mock up pages which seem to have a lot of Ajax functionality and controls like Slider. I could not

Re: el expression in plain html

2010-02-09 Thread Anton Gavazuk
Hi, you cannot do it actually in such way I see 2 ways to do this: 1) provide your param inside h:inputhidden field and put some javascript onWindow logic which will get this param and provide it to applet code 2) write your own JSF component which will render applet markup Cheers, Anton

RE: el expression in plain html

2010-02-09 Thread Krishna K. Pandit
What do you need exactly? If you want to call a method getParamName() of Bean named myBackingBean then you can use this #{myBackingBean.paramName}. If need any other thing please elaborate. Thanks Krishna Pandit -Original Message- From: baeschtu baeschtu [mailto:baesc...@gmail.com]

Klaus SCHUSTER ist außer Haus.

2010-02-09 Thread Klaus SCHUSTER
Ich werde ab 08.02.2010 nicht im Büro sein. Ich kehre zurück am 15.02.2010. In dringenden Fällen wenden Sie sich bitte an Hr. Hollin Wolfgang DW 1443. (hol...@racon-linz.at) oder Hr. Heinz Huber DW 1664 (hhu...@racon-linz.at) oder Hr. Martin Schütz (schu...@racon-linz.at) DW 1467 Die

Re: el expression in plain html

2010-02-09 Thread mamallan . uthaman
Assuming your requirement is to pass a parameter and its value on page submission, you can use tr:inputHidden id = paramName value=#{myBackingBean.paramValue}/. - Mamallan On 2/9/2010 7:05 PM, Krishna K. Pandit wrote: What do you need exactly? If you want to call a method getParamName() of

el expression

2010-02-09 Thread Krishna K. Pandit
Hi all Can any one can help me how to pass a parameter to a method while calling it in EL expression. Im trying this #{myBean.method('JAVA')} But I m getting errors while rendering. Thanks Krishna Pandit This email and any files transmitted with it are confidential and intended solely for the

Re: [Trinidad] Sample applications

2010-02-09 Thread Matthias Wessendorf
hello, yes. I know :) We for sure need to fix the links: http://myfaces.apache.org/trinidad/download.html The new show-case: http://example.irian.at/trinidad-components-showcase/ I not yet there; will be included in 1.2.14 (out soon) -Matthias On Wed, Feb 10, 2010 at 3:22 AM, Seema Richard