Re: Changing/Setting the icon for t:schedule

2006-11-23 Thread Jurgen Lust
Certainly: just create a custom css theme, setting the cursor: pointer property on the desired areas. You can create a custom theme by copying the first part of the tomahawk/core/src/main/resources/org/apache/myfaces/custom/schedule/resource/css/schedule.css file, and replacing the word 'default'

Re: Very important JSF issue

2006-11-23 Thread Mario Ivankovits
Hi Dominik, a href=#

RE: Very important JSF issue

2006-11-23 Thread Bieringer, Dominik
Hi Mario, Well, using shorter id names will have great impact in page size ;), but I am using my file names as subview id, which is safe to use, because it's not possible to have two files with the same name :P. Is there a way to change the name of subviews at runtime? That way it would be

RE: GZipping (was: Very important JSF issue)

2006-11-23 Thread Bieringer, Dominik
Okay, GZipping is working, and it is worth using it... it reduces the size of my page from about 400/500 kb to about 80/90 kb. ;) I was using it before, but I didn't thought of it when complaining about page size Dominik -Original Message- From: Daniel Young [mailto:[EMAIL

RE: Very important JSF issue

2006-11-23 Thread Bieringer, Dominik
Hi Martin, I've just tried upgrading to the latest nightly builds and there are some changes in the method signatures (e.g. I got some exceptions when using tree2...)... But you've been right, page size decreased from 400/500 kb to about 100/200 kb ;). It's a great pity that I am not able to use

Re: [Performance] Searching for jsf-performance-experiences with 200+ users

2006-11-23 Thread Clemens Schneider
Hi! Thanks for the info! Is the vertical scale in the diagrams of the JavaOne Performance Slides the CPU-Load? Martin, you mentioned partial state saving. I read some blog entries of jocob (facelets) and adam winer about partial state saving. Is it already implemented in facelets? (it's a

How stable is the nightly builds?

2006-11-23 Thread Bjørn T Johansen
Is it ready for production use? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I

panelNavigation2 icon and label display issue

2006-11-23 Thread Chintan Parekh
Hi, I am using panelNavigation2 component using NavigationMenuItem class. NavigationMenuItem() has a constructor which takes icon,label as a parameter. I tried to use it. but it is showing either of them at a time. It is not showing both on my screen. I dont know whether i am missing something?

Re: [Performance] Searching for jsf-performance-experiences with 200+ users

2006-11-23 Thread Martin Marinschek
Hi Clemens, it's the time, relative to the longest request. For server-side SS it's around 2 secs. for the no-serialization column. Partial state saving is implemented in Trinidad - Jacob plans to do a version of Facelets where you can go totally stateless. regards, Martin On 11/23/06,

Selecting a week?

2006-11-23 Thread Bjørn T Johansen
Is it possible to use the date comp. to select a week instead of a date? Or is any other component I can use to do this? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED]

Re: How stable is the nightly builds?

2006-11-23 Thread David Delbecq
Depends on the night :) (i upgrade to nightly build from time to time here, did not notice problem for now) Bjørn T Johansen a écrit : Is it ready for production use? Regards, BTJ

Re: GZipping (was: Very important JSF issue)

2006-11-23 Thread Adrian Mitev
Any tips how i can GZip my pages?!? 2006/11/23, Bieringer, Dominik [EMAIL PROTECTED]: Okay, GZipping is working, and it is worth using it... it reduces the size of my page from about 400/500 kb to about 80/90 kb. ;) I was using it before, but I didn't thought of it when complaining about

Re: Tomahaqk t:inputDate onblur

2006-11-23 Thread Aneesha Govil
Does anyone have an idea about this? I am not able to save values because of this problem. :( Thanks, Aneesha On 11/23/06, Aneesha Govil [EMAIL PROTECTED] wrote: Hi, I want to submit the value of the component when the focus changes. I am using the HtmlInputDate class to create the

Querying data on row creation in a dataTable

2006-11-23 Thread CarlHowarth
Hello there, I have a datatable is populated with a collection of items, and I want to query each item that is returned to determine whether or not the currently user has the rights to view/edit the item, thus returning the relevant icon/link. The Item bean is unaware of which user is logged

LastVariableResolverInChain

2006-11-23 Thread Sébastien Boutté
Hi, Currently, we're using MyFaces 1.1.0 and we would like to move the step to uptodate version. But, we have a problem with class LastVariableResolverInChain which does not give access to the delegate. We need to access the delegate since it remembers all already resolved beans. Why is not

RE: GZipping (was: Very important JSF issue)

2006-11-23 Thread Bieringer, Dominik
Hi Adrian, I am using the following attributes for the Connector/ tag in my server.xml file: compression=on compressionMinSize=2048 noCompressionUserAgents=gozilla, traviata compressableMimeType=text/html,text/xml/ This works for me. Dominik _ From: Adrian Mitev

help : t:dataTable with t:dataScroller

2006-11-23 Thread Mr Arvind Pandey
Hi all, I am using datatable with dataScroller . tables contains 100 rows. At a time I am showing 10 rows on a page. on second page of dataTable it shows 11th to 20th rows. Now Onclick of row I am showing the details of the row below the table on the same page. To show the details I am

Re: GZipping (was: Very important JSF issue)

2006-11-23 Thread Adrian Mitev
Hi again! How can be sure that the pages are realy gzipped ? 2006/11/23, Bieringer, Dominik [EMAIL PROTECTED]: Hi Adrian, I am using the following attributes for the Connector/ tag in my server.xml file: compression=on compressionMinSize=2048 noCompressionUserAgents=gozilla, traviata

Re: help : t:dataTable with t:dataScroller

2006-11-23 Thread Adrian Mitev
Please look at here: http://wiki.apache.org/myfaces/ManagingDataScrollerPage?highlight=%28datascroller%29 2006/11/23, Mr Arvind Pandey [EMAIL PROTECTED]: Hi all, I am using datatable with dataScroller . tables contains 100 rows. At a time I am showing 10 rows on a page. on second page of

AW: Re: [Tobago] Is it possible to use Tobago apps without cookies?

2006-11-23 Thread H. Swaczinna
Hello Bernd, thank you for the quick bug fix and for the support the last days. This was very helpful for us. But just another followup question: Is there any chance to remove to jsessionid from the URL and store it as hidden field in the page? I don't think so, right? And this isn't a Tobago

RE: response.Header() not working in JSF Portlet

2006-11-23 Thread pallavi.roy
Hi David, Thank you for your suggestions. I have now included the servlet and JSF portlet in the same war file and deployed on Websphere Portal Server. But currently the saving of the text area contents into word document is happening but it saves the entire

Re: How stable is the nightly builds?

2006-11-23 Thread Wendy Smoak
On 11/23/06, Bjørn T Johansen [EMAIL PROTECTED] wrote: Is it ready for production use? Nightly builds are strictly use at your own risk. They aren't recommended for use by the general public, only by people who want to help with development and who are comfortable on the bleeding edge. You

RE: GZipping (was: Very important JSF issue)

2006-11-23 Thread Bieringer, Dominik
Hi, Take a look at the end of this mail... ;) _ From: Adrian Mitev [mailto:[EMAIL PROTECTED] Sent: Thursday, November 23, 2006 13:43 To: MyFaces Discussion Subject: Re: GZipping (was: Very important JSF issue) Hi again! How can be sure that the pages are realy gzipped ?

AW: response.Header() not working in JSF Portlet

2006-11-23 Thread Strittmatter, Stephan
Hi Pallavi, you took a more elegant way to forward to te servlet. I will take this also for my version next. what is also different, I do target the form to _blank to open a new window. Also I implemented the processing in protected void service(final HttpServletRequest request, final

Re: LastVariableResolverInChain

2006-11-23 Thread Martin Marinschek
I just deleted the LastVariableResolverInChain - in its current implementation, it doesn't serve any use anymore. regards, Martin On 11/23/06, Sébastien Boutté [EMAIL PROTECTED] wrote: Hi, Currently, we're using MyFaces 1.1.0 and we would like to move the step to uptodate version. But, we

Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Adrian Mitev
Hi guys! After some time working with the application i got this exception: Caused by: java.lang.NullPointerException: null values not allowed at org.apache.commons.collections.map.AbstractReferenceMap.put( AbstractReferenceMap.java:251) at

Overwriting tomahawk component...

2006-11-23 Thread Jorge Vásquez
Regards, I am requiring to change some behaviour in the datascroller component and I have decided to overwrite it. (Of course, I already tried out all the possibilities it offered and didn´t found what I needed). I am using facelets so first thing I changed was tomahawk.taglib.xml where I added

RE: Overwriting tomahawk component...

2006-11-23 Thread Jorge Vásquez
Oops, sorry my error, wrong class name in component-class. Thanks, JV _ De: Jorge Vásquez [mailto:[EMAIL PROTECTED] Enviado el: jueves, 23 de noviembre de 2006 10:52 Para: 'MyFaces Discussion' Asunto: Overwriting tomahawk component... Regards, I am requiring to change some

Auto sort with t:columns

2006-11-23 Thread Sudhakar Mekathotti
Hi, Is the automatic sort feature of datatable usable with dynamic columns (t:columns). setting sortable=true on t:datatable with t:columns seem to have no effect at all. Anyone else tried this and found a workaround? cheers suds.

RE: Accessing datascroller paginator variables

2006-11-23 Thread Jorge Vásquez
Hi list I noticed that the error had to do with the fact that the HtmlDataScroller class was using the same logic for keeping track of the rowIndex. This is the implementation of the broadcast method: /** * Invoke any action listeners attached to this class. * p * After listener

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Matthias Wessendorf
mmm, that is the good old 1.1.3 show stopper... http://issues.apache.org/jira/browse/MYFACES-1296 are you sure you using the 1.1.5 ? and don't have 1.1.3 somewhere in cache, work dir or what ever ? -Matthias On 11/23/06, Adrian Mitev [EMAIL PROTECTED] wrote: Hi guys! After some time working

Re: Accessing datascroller paginator variables

2006-11-23 Thread Martin Marinschek
Hi Jorge, open a JIRA-issue and attach a patch. http://issues.apache.org/jira/TOMAHAWK regards, Martin On 11/23/06, Jorge Vásquez [EMAIL PROTECTED] wrote: Hi list I noticed that the error had to do with the fact that the HtmlDataScroller class was using the same logic for keeping track of

Re: t:inputHtml not working in IE

2006-11-23 Thread Ken McArthur
Stefan, In case this still helps you or anyone else, I've just had the same experienced. For some reason adding a hight style attribute to inputHtml fixed rendering problem in IE. t:inputHtml style=height: 350px; ... Ken On 8/8/06, Stefan Frank [EMAIL PROTECTED] wrote: Hi Andrew, Thx

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Adrian Mitev
Hi! Yes i am using 1.1.5 nighly in the rendered HTML i have oamSetHiddenInput() method and AFAIK this in only in 1.1.5 nightlies. However i switched to 1.1.4 release version and now everything is OK. 2006/11/23, Matthias Wessendorf [EMAIL PROTECTED]: mmm, that is the good old 1.1.3 show

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Matthias Wessendorf
I am asking because in the *old* broken version, the line 717 is around add() which is not the case in the 1.1.5 version. the oamSetHiddenInput() function was added in september to shared, which is used by impl and tomahawk. Let me check that later or early tomorrow, thx, matthias On 11/23/06,

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Matthias Wessendorf
one more thing, can you try to enable loglevel info and look if you see something like Starting up MyFaces-package : ... that was introduced in myfaces core (impl) 1.1.5 Thanks! Matthias On 11/23/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: I am asking because in the *old* broken

Re: Pass dropdown value as request parameter

2006-11-23 Thread Manfred Geiler
First of all, please ask questions of that kind on the users list. Dev list is for discussing MyFaces internal development issues. (Replying to users, cc-ing to dev) Regarding your question: Just embed your selectOneMenu in a h:form, that's all. You do not even need the (hidden) commandLink.

RE: Myfaces / JSF in an OSGI environment

2006-11-23 Thread Daniel Murley
That's cool - was just interested if anyone had done anything along these lines previously. Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, 23 November 2006 4:39 PM To: MyFaces Discussion Subject: Re: Myfaces /

SEVERE: Error listenerStart

2006-11-23 Thread Victor Gomez
I'm using tomcat 5.5.17/myfaces-api 1.1.5 and would greatly appreciate any hints on the following error: org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart

Re: GZipping (was: Very important JSF issue)

2006-11-23 Thread Adrian Mitev
Ok. This is my line in tomat/conf/server.xml Connector compression=on compressionMinSize=2048 noCompressionUserAgents=gozilla, traviata compressableMimeType=text/html,text/xml acceptCount=100 connectionTimeout=2 disableUploadTimeout=true enableLookups=false maxHttpHeaderSize=8192

Re: SEVERE: Error listenerStart

2006-11-23 Thread Titi Wangsa
On 11/24/06, Victor Gomez [EMAIL PROTECTED] wrote: I'm using tomcat 5.5.17/myfaces-api 1.1.5 and would greatly appreciate any hints on the following error: org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart that is a very common error... try to make your logging

Re: t:inputHtml not working in IE

2006-11-23 Thread Dave
can the inputHtml editor add video/audio, eg. object? in text editor mode. It did not work form me. Any one experiencing this issue? Ken McArthur [EMAIL PROTECTED] wrote: Stefan, In case this still helps you or anyone else, I've just had the same experienced. For some reason adding a

BBS

2006-11-23 Thread Dave
Any BBS software that can be integrated well with JSF application deployed on Tomcat? Thanks.! - Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

Tomahawk Extended datatable problem, running on Tomcat 4.1

2006-11-23 Thread Tran, Paul
Hi, I am currently trying to use some of your components and I have success with most of them, except for the extended datatable. The code that I wrote is really simple and I can't locate what is wrong. Here is a sample of my code calling the datatable : t:dataTable id=data