AW: [Trinidad] labelAndAccessKey don't work

2007-05-14 Thread Michael Trompertz
I looked at the example but I did not get the trick. Is there more information about the rules and how they work? What happened with the additional attributes in facelets? I also did not found a class which handles the other (normal) attributes. Can you give me one (better more) further hints?

Re: t:schedule - out of memory

2007-05-14 Thread Tomek Szpinda
I've seen it, but couldn't make it working. Anyway I sorted out the leak memory problem using the Netbeans Profiler which is actually quite nice. Thanks for help! Tomek Glauco Pimentel Gomes wrote: In Eclipse you could use the Eclipse Test Performance Tools Platform Project [1] to profile.

JSF, Tomcat memory usage

2007-05-14 Thread Pfau, Oliver
Hi, I have made some test with my JSF portlet regarding memory consumption with liferay and tomcat. The memory usage increases up to 1,1 Gbyte. After closing the session and waiting, the memory usage does not decrease. In detail I store a big PDF as byte[] in the session, show it and remove it

t:schedule date header and locale

2007-05-14 Thread Joost Schouten
Hi, The t:schedule works great, except for the fact that the date in the header does not use the ViewRoot locale. It always seems to use a default en. In my test my entire page renders in Dutch except for the date which states: Monday 14 May, 2007. I've changed the dateformat with the

Re: Skinning tr:inputText

2007-05-14 Thread Francisco Passos
Thank you for your hint, I'll try it as soon as I can. It seems that I'm not quite there yet, I'm two steps behind. I'm using a skin extending the simple-desktop: skins xmlns=http://myfaces.apache.org/trinidad/skin; skin idstp.desktop/id familystp/family

ClassNotFoundException RedirectTrackerNavigationHandler

2007-05-14 Thread Michael Heinen
I get the following Exception after updating myFaces and tomahawk from 1.1.4 to 1.1.5. javax.faces.FacesException: java.lang.ClassNotFoundException: org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandl er at

Re: ClassNotFoundException RedirectTrackerNavigationHandler

2007-05-14 Thread Mario Ivankovits
Hi Michael! I get the following Exception after updating myFaces and tomahawk from 1.1.4 to 1.1.5. javax.faces.FacesException: java.lang.ClassNotFoundException: org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandler at

RE: ClassNotFoundException RedirectTrackerNavigationHandler

2007-05-14 Thread Michael Heinen
Thanks Mario, I replaced my sandbox with an actual 1.1.5 version and now it's working. Michael -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Montag, 14. Mai 2007 13:55 To: MyFaces Discussion Subject: Re: ClassNotFoundException

Re: Skinning tr:inputText

2007-05-14 Thread Francisco Passos
Oddly enough, if I add @platform windows, linux, solaris { /** for ie and gecko on windows, linux and solaris, make the color pink **/ @agent ie, gecko { af|inputText::content {background-color:pink} } } to the css, suddenly everything works - the text size, the red background color, the

Re: t:schedule date header and locale

2007-05-14 Thread Cagatay Civici
Hi, Just assigned it to myself, please stay tuned. Regards Cagatay On 5/14/07, Ricardo Ramírez [EMAIL PROTECTED] wrote: On Mon, 2007-05-14 at 22:26 +1200, Joost Schouten wrote: Hi, The t:schedule works great, except for the fact that the date in the header does not use the ViewRoot

RE: No Factories configured for this Application with Tomcat 5.5.23

2007-05-14 Thread Fletcher, Michael \(Calgary\)
FYI I submitted bug #42354 and it has been fixed in SVN. The fix will be included with 5.5.24. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 11:49 PM To: users@myfaces.apache.org Subject: RE: No Factories configured for this

MyFaces and Security

2007-05-14 Thread Rudi Steiner
Hello, I'm in the final state of a project and thinking about, which is the best way to make a myFaces-App secure (authentication, authorization, ...) I'm thinking about the Tomcat build in mechanism or an alternative like securityFilter. But thinking about it, I got some questions like, how

Re: Skinning tr:inputText

2007-05-14 Thread Simon Lessard
Hello Francisco, Hmmm it might be a browser cache problem. When working with skin you have to clear your browser cache often else it will use the cached CSS. I assume that, in your case, the last change you made either triggered a filename change or your browser cache expired thus loading the

Re: MyFaces and Security

2007-05-14 Thread Cagatay Civici
Hi, Regarding your concerns about the viewstate at client; http://wiki.apache.org/myfaces/Secure_Your_Application Cagatay On 5/14/07, Rudi Steiner [EMAIL PROTECTED] wrote: Hello, I'm in the final state of a project and thinking about, which is the best way to make a myFaces-App secure

Re: Skinning tr:inputText

2007-05-14 Thread Simon Lessard
H, What about af|inputText.myStyleClass::label? On 5/14/07, Francisco Passos [EMAIL PROTECTED] wrote: That was it, thank you! Firefox tends to keep the css in cache, so after clearing it works fine. However your previous suggested solution for the initial problem I presented:

Re: t:schedule date header and locale

2007-05-14 Thread Cagatay Civici
Hi, It's fixed now, You can get the fix in the current trunk which is 1.1.6snapshot. You'll need to build tomahawk from source now or wait for a nightly build. Regards, Cagatay On 5/14/07, Cagatay Civici [EMAIL PROTECTED] wrote: Hi, Just assigned it to myself, please stay tuned. Regards

Re: JSF, Tomcat memory usage

2007-05-14 Thread Andrew Robinson
The memory will not go away until the GC decides to clean up the objects. You may want to try to force a GC for testing reasons and see if that shows that it is working fine (then you can remove the call to GC as you should never call it directly) On 5/14/07, Pfau, Oliver [EMAIL PROTECTED]

Re: Skinning tr:inputText

2007-05-14 Thread Francisco Passos
No luck either. I'm sure there must be a way, though. On 5/14/07, Simon Lessard [EMAIL PROTECTED] wrote: H, What about af|inputText.myStyleClass::label? On 5/14/07, Francisco Passos [EMAIL PROTECTED] wrote: That was it, thank you! Firefox tends to keep the css in cache, so after

Re: JSF, Tomcat memory usage

2007-05-14 Thread eric . jung
Why are you storing such a large object in session scope in the first place? What's wrong with a different scope? Andrew Robinson [EMAIL PROTECTED] 05/14/2007 10:52 AM Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject

Re: Calling JSF page from html page

2007-05-14 Thread Cagatay Civici
Hi, managed-bean managed-bean-namebarcaBean/managed-bean-name managed-bean-classcom.fc.barcelona.BarcaBean/managed-bean-class managed-bean-scoperequest/managed-bean-scope managed-property property-nameplayerId/property-name

Re: Calling JSF page from html page

2007-05-14 Thread Todd Nine
Perhaps I should be more clear, my last post didn't make much sense. I've been using EL (obviously since I have JSF pages), but I'm not sure how to bind to bean values using simple HTTP named params. Thanks, Todd On 5/14/07, Todd Nine [EMAIL PROTECTED] wrote: I've never heard of EL before,

Re: Calling JSF page from html page

2007-05-14 Thread Todd Nine
I've never heard of EL before, and I'm having trouble finding it on the wiki. Thanks for your input, can you please point me in the direction of the documentation? Thanks, Todd On 5/10/07, Scott O'Bryan [EMAIL PROTECTED] wrote: Use use el in your faces-config to bind the request parameters

Re: [ANNOUNCE] MyFaces Core v1.1.5 Release

2007-05-14 Thread Matthias Wessendorf
We should list this release here: http://apache.org/jcp/ -M On 2/19/07, Manfred Geiler [EMAIL PROTECTED] wrote: The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.1.5. MyFaces Core is a JavaServer(tm) Faces 1.1 implementation as specified by JSR-127. MyFaces Core

T:tree + facelets + portlets = not working?

2007-05-14 Thread Nebinger, David
I've got what I think is a pretty simple xhtml page, more or less the intent is to have an explorer type view with a tree on the left and a display area on the right (the display area changes depending upon the item that gets chosen from the tree). The items in the tree have a simple numeric

Trinidad Status and Location

2007-05-14 Thread Butash, Bob
I know that Trinidad has left the incubator, I was wondering where I can currently find distributions of the Impl and API libraries. Also, with Oracle's donation of their rich component library, will that be available in incubator soon? Thanks, Bob Butash

Re: Calling JSF page from html page

2007-05-14 Thread Todd Nine
Thanks for the help. I've tried something similar managed-bean description The bean used to submit a search result /description managed-bean-namesearchBean/managed-bean-name managed-bean-class com.purdueefcu.website.bean.SearchBean

Re: Calling JSF page from html page

2007-05-14 Thread Andrew Robinson
Your searchBean.getStartIndexDisplay() is throwing an exception. Can you provide the code for that function and the get/setSearchTerms functions? On 5/14/07, Todd Nine [EMAIL PROTECTED] wrote: Thanks for the help. I've tried something similar managed-bean description The

Re: SEVERE: Exception ... class org.apache.myfaces.webapp.StartupServletContextListener

2007-05-14 Thread Erik Kron
The basic problem is that my FC5 was using the java 1.4. I update to 1.5 and everything is working fine. - Original Message From: Nebinger, David [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Thursday, May 3, 2007 2:51:33 PM Subject: RE: SEVERE: Exception ...

Re: Trinidad Status and Location

2007-05-14 Thread Matthias Wessendorf
Hi, I know that Trinidad has left the incubator, I was wondering where I can currently find distributions of the Impl and API libraries. this is currently in SVN. No nightly builds yet (we will add them to continuum soon). There will be a new release in June. Also, with Oracle's donation of

tomahawk tab question

2007-05-14 Thread Dravid
Hi, Can Someone please help me with this issue. I am using tomahawk Tabbed Pane in an application and I am having a problem in setting the size of tab itself.The size of the page included int the tab depends on the size of the elements which is included in its content. As

Re: Calling JSF page from html page

2007-05-14 Thread Todd Nine
/** * @return the startIndexDisplay */ public long getStartIndexDisplay() { return startIndexDisplay; } /** * @return the searchTerms */ public String getSearchTerms() { return searchTerms; } /** * @param searchTerms *the

Help with design of a complex container component

2007-05-14 Thread Bryan Basham
Hello, I am trying to build a container component that encapsulates the complete screen: html head ...include scripts and CSS files /head body ...JSF form /body /html So I have a UIScreen component and a ScreenRenderer component which creates the basic layout. OK, that's not hard. What

Re: Calling JSF page from html page

2007-05-14 Thread Andrew Robinson
The only two possibilities that I can think of are 1) The constructor of the search bean is throwing an exception or 2) startIndexDisplay is a Long that is null when first accessed and therefore cannot be converted to a long. The EL exception is hiding the real exception (it is usually a lot

Re: Calling JSF page from html page

2007-05-14 Thread Simon Kitching
There's another problem with your approach. You cannot use managed-bean managed-property to inject a value of a *shorter* scope. So when you get the current exception fixed I expect you'll then get an error about cannot inject reference to value of shorter scope or similar. In this case

RE: t:schedule date header and locale

2007-05-14 Thread Joost Schouten
Gotta love waking up to a fixed problem ;-) Thanks guys, Joost From: Cagatay Civici [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:39 AM To: MyFaces Discussion Subject: Re: t:schedule date header and locale Hi, It's fixed now, You can get the

[Trinidad] Table sort

2007-05-14 Thread Tomas Cerny
Hello, I have a question, when I am sorting rows in trinidad Table, lets say: tr:column sortable=true defaultSortOrder=descending sortProperty=name headerText=name h:outputText value=#{staff.name}/ /tr:column it works well, but when I use that same thing on whatever delimited by . like:

Re: [Trinidad] Table sort

2007-05-14 Thread ven guddanti
This will not work. Currently the sortProperty is treated as a string. It cannot be used as EL expression. On 5/14/07, Tomas Cerny [EMAIL PROTECTED] wrote: Hello, I have a question, when I am sorting rows in trinidad Table, lets say: tr:column sortable=true defaultSortOrder=descending

Regarding Image popup when mouseOver

2007-05-14 Thread Madan Narra
Hi All, I have a case where a image is displayed in each row of a sheet with respect to the content thats shown in the sheet's row. The image would be smaller one (thumbnail) so it will not be displayed in properly. So i need to display a popup next to the image when placing mouse on that so