Re: [OFFTOPIC] JSF Days Vienna

2008-01-11 Thread Rogerio Pereira
I would like to be with you guys someday, but I need earn more money first because this travel is very expensive for a brazilian citizen. 2008/1/11, Martin Marinschek [EMAIL PROTECTED]: Hi *, I'd like to repeat my invitation to come to the JSF Days Vienna - the program promises to be very

[OFFTOPIC] JSF Days Vienna

2008-01-11 Thread Martin Marinschek
Hi *, I'd like to repeat my invitation to come to the JSF Days Vienna - the program promises to be very interesting, and we have a lot of attendees already - we are sure it will be an exciting conference for everyone. The 3-day conference costs 100€, and you will meet a lot of people working

[Trinidad] SaveState

2008-01-11 Thread Mirco Attocchi
Hi all, I'm starting new test project using Trinidad. With Tomahawk I usually save state of backbean List with t:savestate. Now, with Trinidad, how is the correct mode to save tr:table's value between postbak? I'm working with JSF 1.2 RI + Trinidad 1.2.4 on Netbeans 6's tomcat Thanks -- Mirco

[Trinidad] Looking for sample application with Trinidad

2008-01-11 Thread Manley Dave A Ctr HQ 554 ELSG/SBE
Are there any sample applications for downloading that use the Trinidad components (as opposed to the original ADF Faces)? Thanks Dave Manley

[tobago] is ti seam compatible?

2008-01-11 Thread Zied Hamdi
Hi, I'm learning Seam to use it in my Tobao project. I've found some posts like http://lists.jboss.org/pipermail/jboss-user/2006-August/007561.html or http://www.mail-archive.com/users@myfaces.apache.org/msg28872.html But all are too old to be considered as the answer. Did some changes arise

Re: [Trinidad] Looking for sample application with Trinidad

2008-01-11 Thread Matthias Wessendorf
check out: code.google.com/p/facesgoodies the latest is only available via SVN, so you need to do the check out. (not a big deal) -Matthias On Jan 11, 2008 7:14 AM, Manley Dave A Ctr HQ 554 ELSG/SBE [EMAIL PROTECTED] wrote: Are there any sample applications for downloading that use the

Re: [Trinidad] SaveState

2008-01-11 Thread Andrew Robinson
Why not continue to use t:saveState? On Jan 11, 2008 7:40 AM, Mirco Attocchi [EMAIL PROTECTED] wrote: Hi all, I'm starting new test project using Trinidad. With Tomahawk I usually save state of backbean List with t:savestate. Now, with Trinidad, how is the correct mode to save tr:table's

Re: Is it possible to use AddResource with my own components?

2008-01-11 Thread simon
On Fri, 2008-01-11 at 17:31 +0100, [EMAIL PROTECTED] wrote: Hi, I’ve written a custom component that requires some Javascript. I have the js in an external file but I was hoping to have it included in the tag, kind of like the myfaces tags do. I tried using the AddResource class,

Re: [Trinidad] SaveState

2008-01-11 Thread Andrew Robinson
The tomahawk saveState should work fine with Trinidad. If I am not mistaken, there are plans to move the saveState component into the MyFaces commons library. On Jan 11, 2008 9:46 AM, Mirco Attocchi [EMAIL PROTECTED] wrote: Trinidad hasn't it's own savestate and I suppose that I don't know the

JBoss + Tomahawk + Tiles = Problem!

2008-01-11 Thread Tremal Naik
Hello folks, this is the first time I ask for help on this list. I tried to run the Myfaces examples 1.1.6 on Jboss 4.2.2. I only had to strip the myfaces jars from the lib folders since they collided with the SUN JSF libraries provided by Jboss. Most of them work well, but I have some problems

Re: Is it possible to use AddResource with my own components?

2008-01-11 Thread Rogerio Pereira
The best solution is ask for permission to use myfaces AddResource code into your component code. The resource handling will be standardized in JSF 2.0 (I think). 2008/1/11, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi, I've written a custom component that requires some Javascript. I have the

Re: [Trinidad] SaveState

2008-01-11 Thread Mirco Attocchi
Trinidad hasn't it's own savestate and I suppose that I don't know the right/better way to work with Trinidad and postback. Mirco On Jan 11, 2008 5:39 PM, Andrew Robinson [EMAIL PROTECTED] wrote: Why not continue to use t:saveState? On Jan 11, 2008 7:40 AM, Mirco Attocchi [EMAIL PROTECTED]

Is it possible to use AddResource with my own components?

2008-01-11 Thread Matt.Rossner-prest
Hi, I've written a custom component that requires some Javascript. I have the js in an external file but I was hoping to have it included in the tag, kind of like the myfaces tags do. I tried using the AddResource class, basically looked at the myfaces source and tried to do the same thing,

Re: RE : Sun's RI 1.1 and Tomahawk 1.1.5 / Sandbox 1.1.5: ClassNotFoundException: [Ljava.lang.String

2008-01-11 Thread Ali Ok
I have experienced the same problem too. I upgraded my JSF APIs to latest versions (JDK not changed, 1.6.u3) and it solved. 2007/12/24, DZISIAK Jean-Paul [EMAIL PROTECTED]: Hello Marco, I was using JDK 1.6 with Tomcat 6.0. When I tried JDK 1.5 thinks worked. I have read somewhere that

Re: [Trinidad] SaveState

2008-01-11 Thread Gerhard Petracek
hello, please don't forget to deactivate org.apache.myfaces.trinidad.CACHE_VIEW_ROOT when using t:saveState with trinidad. alternatives: http://www.nabble.com/Re%3A-Dependant-selectOne*-and-input*-components-in-PPR-Trinidad-p14687423.html regards, gerhard 2008/1/11, Andrew Robinson [EMAIL

Re: [Trinidad] SaveState

2008-01-11 Thread Matthias Wessendorf
keep in mind that with this cfg the performance will be a little slower -M On Jan 11, 2008 9:38 AM, Gerhard Petracek [EMAIL PROTECTED] wrote: hello, please don't forget to deactivate org.apache.myfaces.trinidad.CACHE_VIEW_ROOT when using t:saveState with trinidad. alternatives:

MyFaces/Facelets Book Author

2008-01-11 Thread Dennis Byrne
We are currently writing a book called The Definitive Guide to Apache MyFaces Facelets for Apress Publishing. When published it will become the first book focused on designing, developing and deploying applications built on the MyFaces family of projects. * JSF (General Overview) *

[Trinidad] tr:selectOneCheckbox and Boolean please help

2008-01-11 Thread VISTICOT FREDERIC
It seems that mapping the selectOneCheckbox value attribute with a Boolean does not work. How to do this mapping ? Of course the solution is to use boolean instead of Boolean !!! But it is not always possible !! Is the solution to use a converter ??? It's not so user friendly !!!

Re: [Trinidad] tr:selectOneCheckbox and Boolean please help

2008-01-11 Thread Scott O'Bryan
Are you using JDK1.5? Autoboxing should take care of this... Scott Matthias Wessendorf wrote: I think it was get for Boolean is for boolean ?? at least worth to try... -m On Jan 11, 2008 2:36 PM, VISTICOT FREDERIC [EMAIL PROTECTED] wrote: It seems that mapping the selectOneCheckbox

Re: [Trinidad] tr:selectOneCheckbox and Boolean please help

2008-01-11 Thread Matthias Wessendorf
I think it was get for Boolean is for boolean ?? at least worth to try... -m On Jan 11, 2008 2:36 PM, VISTICOT FREDERIC [EMAIL PROTECTED] wrote: It seems that mapping the selectOneCheckbox value attribute with a Boolean does not work. How to do this mapping ? Of course the solution is to