[Trinidad] commandButton doesn't fire (missing onclick attribute)

2010-01-09 Thread schneidc
Hi, I've just been playing around with MyFaces (1.2.8), Trinidad(1.2.12) on a Glassfish (V3) app server and everything went better than I thought it would (as I'm still pretty new to this technology). But when I tried to test the page I built, I noticed that none of my buttons works. I posted a

Re: [ANN] Release of Apache MyFaces Trinidad 2.0.0-alpha

2010-01-09 Thread kishore.sadanandam
Much awaited release for me. But downloaded distribution, source, example zip/tar files are having issues in opening. I guess they are not proper. Can you please check? Thanks! Regards, Kishore K S Matthias Wessendorf-4 wrote: The Apache MyFaces Trinidad team is pleased to announce the

Re: [Trinidad] commandButton doesn't fire (missing onclick attribute)

2010-01-09 Thread Michael Kurz
Hi, just a shot in the dark: do you have a form surrounding your buttons? regards Michael schneidc schrieb: Hi, I've just been playing around with MyFaces (1.2.8), Trinidad(1.2.12) on a Glassfish (V3) app server and everything went better than I thought it would (as I'm still pretty new to

Re: [ANN] Release of Apache MyFaces Trinidad 2.0.0-alpha

2010-01-09 Thread Jakob Korherr
Just tried trinidad-2.0.0-alpha-dist.zip and it opened without any issues (using Mac OS 10.6 built-in ZIP). Regards, Jakob Korherr 2010/1/9 kishore.sadanandam kishore.sadanan...@gmail.com Much awaited release for me. But downloaded distribution, source, example zip/tar files are having

Re: [ANN] Release of Apache MyFaces Trinidad 2.0.0-alpha

2010-01-09 Thread Matthias Wessendorf
howdy, I just used cygwin's unzip and it worked there too; Testing on my linux machine does not make sense, as that box created the archives :-) -M On Sat, Jan 9, 2010 at 10:59 AM, kishore.sadanandam kishore.sadanan...@gmail.com wrote: Much awaited release for me. But downloaded

Re: [ANN] Release of Apache MyFaces Trinidad 2.0.0-alpha

2010-01-09 Thread Michael Kurz
Tried it on Win 7 (Speedcommander, WinRar) and it worked for me, too. Regards, Michael kishore.sadanandam schrieb: Much awaited release for me. But downloaded distribution, source, example zip/tar files are having issues in opening. I guess they are not proper. Can you please check?

Re: [Trinidad] commandButton doesn't fire (missing onclick attribute)

2010-01-09 Thread schneidc
How embarrasing, there was indeed the form tag missing. My former IDE always took care of such things and inserted them by itself. Maybe one should't get used to drag drop features too much :-) -- View this message in context:

Re: [ANN] Release of Apache MyFaces Trinidad 2.0.0-alpha

2010-01-09 Thread kishore.sadanandam
Hi, I had issue with my download application that comes with IE and Firefox. Strange thing is that it stops downloading the files after 4.8 MB. So I had to download in 3 sessions to complete. Thanks for your quick responses. Regards, Kishore K S Jakob Korherr wrote: Just tried

SelectItem containing Integer question

2010-01-09 Thread Mark Struberg
Hi! I'm currently using Mojarra-2.0.1 and MyFaces-2.0.0-SNAPSHOT in parallel, testing out a few things. One of the compatibility problems I got was with using in my backing bean: public SelectItem[] getRooms() { .. item[i] = new SelectItem( roomIntegerId, roomName ); .. } for MyFaces,

Re: SelectItem containing Integer question

2010-01-09 Thread Jakob Korherr
Hi Mark, I implemented this feature for MyFaces and I ran into the same bug on Mojarra. After some blackbox tests I figured out that they are not using a converter when setting the value in the managed bean, thus the values are of type String. On my point of view, MyFaces is doing right!

Re: SelectItem containing Integer question

2010-01-09 Thread Mark Struberg
Thanks! Has a bug being submitted to sun already, or should I drop it? LieGrue, strub --- On Sat, 1/9/10, Jakob Korherr jakob.korh...@gmail.com wrote: From: Jakob Korherr jakob.korh...@gmail.com Subject: Re: SelectItem containing Integer question To: MyFaces Discussion

Re: SelectItem containing Integer question

2010-01-09 Thread Jakob Korherr
Puh. Good question. I'm not sure, but I think no. Feel free to submit one! Thanks, Jakob 2010/1/9 Mark Struberg strub...@yahoo.de Thanks! Has a bug being submitted to sun already, or should I drop it? LieGrue, strub --- On Sat, 1/9/10, Jakob Korherr jakob.korh...@gmail.com wrote:

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-09 Thread Scott O'Bryan
I don't know. I'm of the camp that if the CPU time is available, use it. That said, is this load consistant or are you just testing an initial hit of each page. Sent from my iPhone On Jan 8, 2010, at 11:25 PM, Ravi ravikapoor...@gmail.com wrote: Hi Jan-Kees, Now that I am reading your

Re: [Trinidad] Trinidad consuming 80-90% CPU

2010-01-09 Thread Ravi
Scott, we do not have CPUs available. The time trinidad is consuming is supposed to be doing some other work. Hence this is costing us real dollars and hence our time and effort to resolve this. This is not initial hit of page. I always ignore the first hit on all pages, I am only measuring