Re: how to add post-data to a redirect from an action

2009-04-21 Thread Simon Kitching
Georg Füchsle schrieb: hallo, I have to call another application out from JSF. To call this application i have to send (xml) data via post to the start-url of this application. I found some example on the web: code ExternalContext extContext =

Re: GZipping JSF Response

2009-04-17 Thread Simon Kitching
Madhav Bhargava schrieb: Hi Cagatay, I tried using the GZipFilter that comes along with ehcache as well. I configured the filter in web.xml and the mapping URL was just “*.jsf”. It used to give the same problem. Somehow the gzipped content is getting written to the IDE console instead

Re: Error trying to rebuild trinidad-impl project

2009-04-14 Thread Simon Kitching
aurel.sa...@vectorsoftware.ro schrieb: Hello, I want to make rebuild locally source sode of trinidad but I get errors when I trying to install trinidad-impl project (mvn install ) The system is out of resources : java.lang.OutOfMemoryError java heap source . I have 2Gb RAM memory . Can

Re: [Orchestra] Ask for how to set conversation.access in spring framework?

2009-04-11 Thread Simon Kitching
On Sat, 2009-04-11 at 16:56 +0800, Palvin wrote: Hi, Who can provide a usage details of orchestra? I've configued myfacesspring, in spring's context file point the manag bean's scope to conversation.access run in browser, the page error message is:No Scope registered for scope

Re: [Orchestra] Ask for how to set conversation.access in spring framework?

2009-04-11 Thread Simon Kitching
On Sat, 2009-04-11 at 19:05 +0200, Simon Kitching wrote: On Sat, 2009-04-11 at 16:56 +0800, Palvin wrote: Hi, Who can provide a usage details of orchestra? I've configued myfacesspring, in spring's context file point the manag bean's scope to conversation.access run in browser, the page

Re: [Trinidad] Ask for the backing bean's scope in application.

2009-04-10 Thread Simon Kitching
Palvin schrieb: Hi, I'm studing usage the trinidad components recently and I've found that some of the tutorials set the backing bean's scope is session in their demon always and I'm doubt it's performance in auctual project. Who can provide some advise about it. If anyone can provide a more

Re: cookmenu strange problem

2009-04-09 Thread Simon Kitching
gbattine schrieb: Hello guys, I've to ask your help with a problem I can't solve. I'm tring to use Myfaces-Tomahawk Cookmenu. To do it I followed this tutorial http://www.roseindia.net/jsf/apache-myfaces-tomahawk/tomahawk_jscookMenu_tag.shtml I'm not able to understand where I fail, but

Re: Suffix added to component id when including files

2009-04-07 Thread Simon Kitching
Sujal Nagarkar schrieb: Hi, While using jsp:include in a jsf page, the included page control ids are modified. Pc1 is added to end of each control. If anyone has a solution for this, please do reply. This is intentional; it allows jsp:include to be used inside a foreach loop without

Re: ValueChangeListener called twice

2009-04-06 Thread Simon Kitching
Hi Joe, On Mon, 2009-04-06 at 13:31 -0500, Knudsen, Joe wrote: Can a valueChangeListener be called twice? I am using both a binding= and a value= on a h:selectOneMenu, and the valueChangeListener gets called twice. Wonder if that is an issue with MyFaces I am using version 1.2.5. I think

Re: Missing tld?

2009-04-03 Thread Simon Kitching
The tlds are there. I just downloaded from the official maven repo: http://repo2.maven.org/maven2/org/apache/myfaces/core/myfaces-impl/1.2.6/ jar tf myfaces-impl-1.2.6.jar | grep tld META-INF/myfaces_html.tld META-INF/myfaces_core.tld Regards, Simon Roberto Leibman schrieb: I didn't trust

Re: Missing tld?

2009-04-03 Thread Simon Kitching
http://myfaces.apache.org/download.html! Simon Kitching wrote: The tlds are there. I just downloaded from the official maven repo: http://repo2.maven.org/maven2/org/apache/myfaces/core/myfaces-impl/1.2.6/ jar tf myfaces-impl-1.2.6.jar | grep tld META-INF/myfaces_html.tld META-INF

Re: TOMAHAWK t:inputCalendar java script problem popup

2009-04-01 Thread Simon Kitching
Klaus SCHUSTER schrieb: Hi, I am using a t:inputCalendar tag from Tomahawk 1.1.8: [code] t:inputCalendar id=mycal addResources=false monthYearRowClass=yearMonthHeader weekRowClass=weekHeader popupButtonStyleClass=standard_bold currentDayCellClass=currentDayCell

Re: Antwort: Re: TOMAHAWK t:inputCalendar java script problem popup

2009-04-01 Thread Simon Kitching
Klaus SCHUSTER schrieb: Hi, Thanks for the fast reply. Personally, I find emails in mixed posting style hard to read, and therefore don't bother to read them. It's entirely your choice, but *if* you want any replies from me, then you should avoid doing this (as pointed out in my signature).

Re: TOMAHAWK t:inputCalendar java script problem popup

2009-04-01 Thread Simon Kitching
Klaus SCHUSTER schrieb: Simon Kitching skitch...@apache.org schrieb am 01.04.2009 11:30:36: Klaus SCHUSTER schrieb: Hi, I am using a t:inputCalendar tag from Tomahawk 1.1.8: [code] t:inputCalendar id=mycal addResources=false monthYearRowClass=yearMonthHeader

Re: Javascript in button element

2009-03-26 Thread Simon Kitching
For normal command-button usage, the current html page is submitted and *completely* replaced by a new HTML page. So it makes no sense to talk about running javascript after the action. Are you perhaps using these command-buttons within an AJAX pane, and want some javascript to execute after the

Re: Javascript in button element

2009-03-26 Thread Simon Kitching
wait the action is finished... i don't if is it possible Danilo Simon Kitching wrote: For normal command-button usage, the current html page is submitted and *completely* replaced by a new HTML page. So it makes no sense to talk about

Re: JSF's Warnings and INFO messages in my LOG

2009-03-25 Thread Simon Kitching
Myfaces core 1.1.x and 1.2.x use apache commons-logging. So does tomahawk. Commons-logging just forwards logged messages to some other logging library, eg log4j or java.util.logging, depending on what libraries you have in your classpath. So it is this *other* logging library that you need to

Re: Difficulties of initializing a custom component

2009-03-23 Thread Simon Kitching
lightbulb432 schrieb: Where's the correct place to initialize a JSF custom component (in this case, a subclass of HtmlForm)? Because much of my initializing involves manipulating the component's children components, I decided to override getChildren() and do my initialization there - BAD IDEA!

Re: t:inputFileUpload language

2009-03-20 Thread Simon Kitching
Hi Christian, On Fri, 2009-03-20 at 09:16 -0700, Christian Poecher wrote: Hi Faces users, I am using Trinidad 1.1.6 and use the t:inputFileUpload component. Our application runs mostly on German clients (probably some south-east asians clients soon as well), but our app is completely

Re: Unsubscribe

2009-03-18 Thread Simon Kitching
Goda, Sunil schrieb: Kindly Unsubscribe me Use the unsubscribe link here (presumably you used the subscribe link there to subscribe..) http://myfaces.apache.org/mail-lists.html

Re: t:selectItems with a map

2009-03-15 Thread Simon Kitching
On Sun, 2009-03-15 at 01:37 +0200, Cagatay Civici wrote: I remember adding this feature in 2006 :) If you have a map you actually don't need t:selectItems much. f:selectItems would suffice where labels are the keys and values are the map values. How would you do that? The f:selectItems

Re: t:selectItems with a map

2009-03-15 Thread Simon Kitching
On Sun, 2009-03-15 at 13:28 +, Johannes Ruthenberg wrote: Hi everyone! First, a big thank you to Cagatay! I was about to agree with Simon that f:selectItems couldn't do this (judging from the documentation), but it seems that I didn't even try it without the other attributes. I just

Re: [TOMAHAWK][1.2] what is iconProvider?

2009-03-15 Thread Simon Kitching
On Sat, 2009-03-14 at 08:25 +0200, Anton Gavazuk wrote: Hi all, looked through the list of tags and found iconProvider tag - org.apache.myfaces.custom.tree.taglib.IconProviderTag does anyone know anything about the tag - what is it? I don't know. But from the packagename it appears to

Re: t:selectItems with a map

2009-03-14 Thread Simon Kitching
On Fri, 2009-03-13 at 20:06 +, Johannes Ruthenberg wrote: Hi! I'm new to this list and to JSF in general. I have a problem with the t:selectItems component and would be grateful for any advice. I'm using MyFaces 1.2.5, Tomahawk 1.1.8 and Facelets. I have this in my file:

Re: t:selectItems with a map

2009-03-14 Thread Simon Kitching
Hi Johannes, On Sat, 2009-03-14 at 19:10 +, Johannes Ruthenberg wrote: Simon Kitching wrote on 14.03.2009 15:39: Have you tried this? t:selectItems value=#{myBean.allRoles}/ I have, but I get a NullPointerException if I do. Caused by: java.lang.NullPointerException

Re: Refresh View after HTTPSession Timeout

2009-03-13 Thread Simon Kitching
are right, Except the links to other jsp/html pages all other components like table and tabs give us this problem. Do you know any sort of solution for this? Simon Kitching wrote: My guess is that your timeout-handling approach is failing to work with any AJAX or frame-based pages

Re: Memory issue : MyFaces objects in session

2009-03-13 Thread Simon Kitching
Hi Seema, On Thu, 2009-03-12 at 10:37 -0700, seemamani wrote: We are using MyFaces 1.1.5 in our web application deployed in WAS 6.1. Recently we faced some memory issues due to session size. We have set the STATE_SAVING_METHOD as server in web.xml. Our WebSphere support team found several

Re: Refresh View after HTTPSession Timeout

2009-03-12 Thread Simon Kitching
My guess is that your timeout-handling approach is failing to work with any AJAX or frame-based pages, and that these tabs are just one case where ajax or frames are being used. The problem is that when a browser is refreshing a whole page, a filter can return an http-redirect command and the

Re: JSP page not getting rendered when using f:view tag

2009-03-11 Thread Simon Kitching
krishna Gummadi schrieb: hi , Iam new to using my faces and trinidad. Iam just building a samll login jsp and binding it to my backing bean . Surprisingly .. if my jsp has f:view tag , after running the jsp i see empty page with out any errors . If i change the f:view to f:subview i can

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-10 Thread Simon Kitching
saving! I haven't yet figured out the problem, but if I - switch to client side state saving and - remove Trinidad, everything works fine. Ok, this can only be a temporary solution, I will continue searching for the real problem. Regards, Andreas Simon Kitching wrote: Hi Andy

Re: Getting started Version 1.2.6 vs version 1.1.6

2009-03-09 Thread Simon Kitching
anth...@berglas.org schrieb: There are two versions to download on the website, 1.2.6 and 1.1.6. And then the getting started blank.war in http://www.apache.org/dyn/closer.cgi/myfaces/binaries/tomahawk-examples-1.1.8-bin.ziptomahawk-examples-1.1.8-bin.zip seems to have 1.1.6. What is

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-06 Thread Simon Kitching
before... I would be very happy if you have some further suggestions. Regards, Andreas Simon Kitching wrote: Hmm. I presume you are using server-side state-saving here. Are you using multiple browser windows at the same time? Myfaces keeps a cache of the last N views in the session

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-05 Thread Simon Kitching
MyFaces or Tomahawk commandLinks), I'm always getting the same error: /pages/xlist.jsp No saved view state could be found for the view identifier: /pages/xlist.jsp Any ideas what this means? The session is not expired... Simon Kitching wrote: You are reading the tabel wrong (I agree

Re: Check if anything has been changed on the form

2009-03-05 Thread Simon Kitching
Madhav Bhargava schrieb: Hi All, We are trying to fine tune the DAO layer where we are using Hibernate as our ORM. Since we have too many detached objects, every time we go and save which is quite often (because of implicit save) too many queries get fired and the application responds

Orchestra Core 1.3.1 Released

2009-03-05 Thread Simon Kitching
The Apache MyFaces Orchestra team is pleased to announce the release of Apache MyFaces Orchestra Core 1.3.1 This is a bugfix release that fixes a small number of issues with release 1.3. There is no need to upgrade if you are not experiencing any of the issues listed in the release notes. Get a

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-04 Thread Simon Kitching
andi303 schrieb: Hm. Are you sure? Take a look at the compatibility matrix: http://wiki.apache.org/myfaces/CompatibilityMatrix Regards, Andreas It looks to me as if newer versions of Tomahawk doesn't necessarily work with newer versions of MyFaces... You are reading the tabel wrong (I

Re: valueChangeListener + JSF lifecycle

2009-03-04 Thread Simon Kitching
Madhav Bhargava schrieb: Hi All, I was under the impression that Value change listeners will be called only when there is no validation exception on the page. However on my page if there is a validation failure and a message is displayed to the user. Now if the user changes a value say

Re: [JSF][CORE] selectOneRadio id generation

2009-03-04 Thread Simon Kitching
Guy Bashan schrieb: Hi, I just noticed that the HTML generated for selectOneRadio creates table with the id given to the selectOneRadio component. This creates a problem when you want to get the control by its ID. doing: document.getElementById('radioComponentId') gives the table instead

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-03 Thread Simon Kitching
andi303 schrieb: Hi all, I'm searching for a compatible version of Tomahak for MyFaces 1.2.5. Has anyone tried it? Any recent version of Tomahawk should work ok with MyFaces 1.2.5. A few years ago, Tomahawk and MyFaces-core versions had to be carefully matched, but that has been fixed for

Re: Dynamic DataTables

2009-02-27 Thread Simon Kitching
On Fri, 2009-02-27 at 16:17 -0500, Vinaya Tirikkovalluru wrote: Hi, I hope some of you might have already got the code to generate the Dynamic DataTables. If you want help on emailing lists, you really need to write more descriptive emails than this. Dynamic DataTables could mean many

Re: Orchestra Conversation Scope

2009-02-18 Thread Simon Kitching
j4ever schrieb: Hello everyone, i’m developing a web application with JSF, Spring, Hibernate and Orchestra and accoutering a problem with the orchestra’s conversation scope. I have configured all my managed beans with Spring and have used thereby a “manual” conversation scope (Orchestra)

RE: JSF EL does not allow method calls

2009-02-18 Thread Simon Kitching
On Thu, 2009-02-19 at 11:16 +0530, Madhav Bhargava wrote: On Mon, Feb 16, 2009 at 2:48 PM, Simon Kitching skitch...@apache.org wrote: Madhav Bhargava schrieb: Hi All, I have a requirement wherein I have to disable UI components based on whether there are any error messages

Re: [JSF][CORE] No View State Exception

2009-02-17 Thread Simon Kitching
Guy Bashan schrieb: I am having a weird issue with JSF: I set the session expiration in my application to 1 minute (for testing purposes). I load the web application. the entrance page is a simple login page with 2 fields (username/password). I wait for 1 minute for session to expire. I try to

Re: how to rotate t:dataTable ?

2009-02-17 Thread Simon Kitching
kareda schrieb: Hi, I need to display a list of products in jsf vertically - so every product is in its own COLUMN, not ROW as usually. Can it be done with Tomahawk dataTable? or maybe using some other component? Is this possible at all in HTML? As far as I know, a table element always

Re: JSF EL does not allow method calls

2009-02-16 Thread Simon Kitching
Madhav Bhargava schrieb: Hi All, I have a requirement wherein I have to disable UI components based on whether there are any error messages in the Message Queue (t:messages). facesContext is an implicit object so I thought of using it like - #{facesContext.getMessages.hasNext}

Re: commandButton: onclick: disable

2009-02-16 Thread Simon Kitching
SANTINI, Rafael schrieb: Hi, Why when onclick=this.disabled=true; return true in a commandButton the action is not executed? I'm trying disable the button after a click. Disabled controls are never sent to the webserver on submit: http://www.w3.org/TR/html401/interact/forms.html#h-17.12

Re: [Orchestra] Presence / absence of conversation?

2009-02-16 Thread Simon Kitching
Guillaume Bilodeau schrieb: Thank you Simon for your detailed answer! I've spent the last few months using Seam and I now realize that the term conversation has a totally different meaning in Orchestra, as you explained. The documentation does explain it clearly, I suppose initially I went

Re: Problem Using Orchestra with Realm after Session-Timeout

2009-02-12 Thread Simon Kitching
Mario Ivankovits schrieb: Hi! -Original Message- From: Filip Lyncker [mailto:lync...@lyth.de] Sent: Thursday, February 12, 2009 11:29 AM Yep, here it is: javax.faces.application.ViewExpiredException: viewId:/pages/start/actuell.jsf - View /pages/start/actuell.jsf could not be

Re: BadPadding Exception and more

2009-02-12 Thread Simon Kitching
On Thu, 2009-02-12 at 12:57 -0800, Heiß Michael wrote: Hi, I have created a webapplication using myfaces 1.2.6 / tomahawk 1.1.8 and richfaces 3.2.2 and tested this application successfully using a local tomcat 6 webserver. Now i tried to depoly the application to our windows 2003 x64

Re: [Orchestra] Presence / absence of conversation?

2009-02-12 Thread Simon Kitching
On Thu, 2009-02-12 at 12:39 -0800, Guillaume Bilodeau wrote: Hi guys, I have just started playing with Apache Orchestra and am struggling to find extensive documentation on the project. Are there any good tutorials out there? The main web site does give some information but it feels too

Re: orchestra/datatable/datascroller LazyInitializationException

2009-02-11 Thread Simon Kitching
Mario Ivankovits schrieb: Hi! -Original Message- From: Carl Howarth [mailto:carl.howa...@dlapiper.com] Sent: Wednesday, February 11, 2009 11:56 AM bean name=searchParametersBean class=com.xxx.SearchParametersBean scope=conversation.access property name=serviceBean

Re: Problem Using Orchestra with Realm after Session-Timeout

2009-02-11 Thread Simon Kitching
I don't think this is anything to do with Orchestra. This message: WARNUNG: executePhase(RESTORE_VIEW1, org.apache.myfaces.orchestra.lib.jsf. orchestrafacescontextfactor...@108e435) threw exception java.lang.NullPointerException at

Re: Problem Using Orchestra with Realm after Session-Timeout

2009-02-11 Thread Simon Kitching
before.. thanks again for helping me... Regards, Filip Simon Kitching schrieb: I don't think this is anything to do with Orchestra. This message: WARNUNG: executePhase(RESTORE_VIEW1, org.apache.myfaces.orchestra.lib.jsf. orchestrafacescontextfactor...@108e435) threw

Re: regarding my apache jars 1.6

2009-02-11 Thread Simon Kitching
srinivas schrieb: when i have switched myfaces jars from 1.0 to 1.0.6, I am getting this error log java.lang.ClassNotFoundException: org.apache.myfaces.component.html.util.ExtensionsFilter Is there anything I am missing ? The application works fine with myfaces 1.0 jars. The

Re: [orchestra] Navigation with new conversation context

2009-02-09 Thread Simon Kitching
Hi Bernd, Dipl. -Ing. Winterstein Bernd schrieb: Hello, I try to open a new conversation context in a new browser window when navigating to another page. The backing bean of the new page is in flash scope. The old one is manual scope. But when I use the o:separateConversationContext tag

Re: [sandbox]s:graphicImageDynamic simple url

2009-02-02 Thread Simon Kitching
alvaro tovar schrieb: hello i am loking for the url of s:graphicImageDynamic, look like /faces/myFacesExtensionResource/org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicRenderer/12332460/?idR='+trueId[1]+'_renderer=com.redi5.backingbean.util.ImageDynamic' also i see that

Re: Should backingbeans implement Stateholder or not?

2009-01-28 Thread Simon Kitching
Hi Andrej, On Wed, 2009-01-28 at 19:36 +0100, Andrej Konkow wrote: Hi all, I have following problem: I have a jsf-page using a simple requestscoped backingbean, without any customcomponents etc.. I am using t:saveState to keep data between the requests. The backingbean is inheriting from

Re: JSF datable empty rows, position of components in UI

2009-01-21 Thread Simon Kitching
Ayub Khan schrieb: Hi, Could any give some tips in resolving the below issues ? 1) Display empty rows of data table in JSF, if the list which is bounded to datable is empty then I need to view atleast one empty row. 2) UI has one datable and a form below it, I need to show the empty

Re: JSF 1.2 supports Bookmarking ???

2009-01-19 Thread Simon Kitching
. An simple example will be greatly appreciated Simon Kitching wrote: On Sun, 2009-01-18 at 08:52 -0800, bansi wrote: I am using JSF 1.2, RichFaces 3.1 wondering if any of these technologies support Bookmarking. Googling i found PrettyFaces, RestFaces extend JSF to support Bookmarking

Re: JSF 1.2 supports Bookmarking ???

2009-01-18 Thread Simon Kitching
On Sun, 2009-01-18 at 08:52 -0800, bansi wrote: I am using JSF 1.2, RichFaces 3.1 wondering if any of these technologies support Bookmarking. Googling i found PrettyFaces, RestFaces extend JSF to support Bookmarking But we don't want to add new frameworks to our project and would like to get

Re: How to Configure Search results using JSF/MyFaces

2009-01-18 Thread Simon Kitching
On an almost-off-topic subject: I've always found Hibernate's maxResult facility to be quite useless. It limits the number of *SQL ROWS* returned, not the number of *objects*. Therefore when table joins are involved (and they often are) then the actual number of *objects* that will be returned can

Re: [ORCHESTRA] ReentrantLock

2009-01-17 Thread Simon Kitching
Hi Kito, On Fri, 2009-01-16 at 17:44 -0600, Kito Mann wrote: I'm seeing the following output in the logs from Orchestra: org.apache.myfaces.orchestra.lib._ReentrantLock lockInterruptibly Waited for longer than 3 milliseconds for access to lock

Re: Input components with disabled=true

2009-01-16 Thread Simon Kitching
On Thu, 2009-01-15 at 20:28 +0100, Luca Graf wrote: Hello together, I got an problem with input components like h:selectBooleanCheckbox when i use the attribute disabled=true. My scenario is that i have two checkboxes. The second is initially set to disabled=true. Now the user should only

Re: [myfaces-core] javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher

2009-01-14 Thread Simon Kitching
I meant issue https://issues.apache.org/jira/browse/MYFACES-1838 Simon Kitching schrieb: I've added a note on the bugzilla issue https://issues.apache.org/jira/browse/MYFACES-1786: quote I don't believe this is a bug at all. Unless I've misunderstood something, it's just missing

Re: Tomahawk besides trinidad

2009-01-13 Thread Simon Kitching
Leonardo Uribe schrieb: On Tue, Jan 13, 2009 at 4:46 AM, omid p vermind...@gmail.com mailto:vermind...@gmail.com wrote: Hi, I successfully use tomahawk but after i config trinidad in myproject some of component does not work correctly for example after i set action

Re: Possible Leak in MyFaces Orchestrea

2009-01-02 Thread Simon Kitching
other Containers to make sure that it doesn't make a mess of things. Do you think this kind of solution is worth investigating? Otherwise I can look at other workarounds. Thanks, Steve Ronderos From: Simon Kitching skitch...@apache.org To: MyFaces Discussion users

Re: using orchestra with jsf

2009-01-02 Thread Simon Kitching
sarathmavilla schrieb: Simon Kitching wrote: Hi Sarath, On Wed, 2008-12-31 at 02:46 -0800, sarathmavilla wrote: hi, iam new to myfaces orchestra and i dont know how to use it in my application. i search for samples of conversations, but i cant get it. can u please give

Re: using orchestra with jsf

2008-12-31 Thread Simon Kitching
Hi Sarath, On Wed, 2008-12-31 at 02:46 -0800, sarathmavilla wrote: hi, iam new to myfaces orchestra and i dont know how to use it in my application. i search for samples of conversations, but i cant get it. can u please give the samples how to use conversation in jsf application with parent

Re: Possible Leak in MyFaces Orchestrea

2008-12-31 Thread Simon Kitching
you think it is an issue with my web container that I should file with the vendor? Or is this something that needs to change in Orchestra to accommodate the container. Thanks, Steve Ronderos From: Simon Kitching skitch...@apache.org To: MyFaces Discussion users

Re: How to get hold of the event queue in JSF?

2008-12-30 Thread Simon Kitching
Madhav Bhargava schrieb: However I am stuck because I do not know how to get hold of the event queue. Can anyone throw some light? I won't comment on the general approach; I haven't got time at the moment to understand all of that. Specifically about the event queue: The event-queue is held

Re: Possible Leak in MyFaces Orchestrea

2008-12-27 Thread Simon Kitching
On Tue, 2008-12-23 at 10:30 -0600, Steve Ronderos wrote: Hello Orchestra Users, I posted the following message to the developers mailing list a few weeks ago and had no response. I was wondering if anyone has any information on a potential memory leak that I see in Orchestra 1.2.

Re: [JSF] using ActionListener for executing different actions from table

2008-12-19 Thread Simon Kitching
Anton Gavazuk schrieb: Hi all, Im making the master-detail scenario via ActionListeners and want to use the same ActionListener is there any easy way to know which link in table row performs the action? This should be covered by most JSF textbooks. There is also a page on the myfaces

Re: htmLib tag library query

2008-12-19 Thread Simon Kitching
Yep, you should definitely ditch htmLib. It's only a workaround for the problems JSF1.1+JSP had mixing static and dynamic content. With JSF1.2+JSP, this is solved. Or even better, move to Facelets. That still doesn't solve the original question though: is it better to lay out pages using raw html

Re: [JSF] using ActionListener for executing different actions from table

2008-12-19 Thread Simon Kitching
, not very meaningful :) So for now I have gone with separate methods for every actionListener. Cheers, Anton 2008/12/19 Simon Kitching skitch...@apache.org: Anton Gavazuk schrieb: Hi all, Im making the master-detail scenario via ActionListeners and want to use the same

Re: javax.faces.application.ViewExpiredException:

2008-12-18 Thread Simon Kitching
Vinaya Tirikkovalluru schrieb: Hi, We have upgraded from Tomahawk 1.1.6 to Tomahawk 1.1.8 After this, we have been getting a lot of javax.faces.application.ViewExpiredExceptions I was under the impression that javax.faces.application.ViewExpiredException is caused only when the

Re: t:inputFileUpload Default URL

2008-12-17 Thread Simon Kitching
Hi Marcus, AFAIK, what you want cannot be done. The upload file functionality is build upon the standard HTML input type=file tag. Nothing can be done by the JSF framework that the input type=file tag does not support. And this html tag does not provide any option to set the starting directory.

Re: [Orchestra] NullPointerException in org.apache.myfaces.orchestra.conversation.ConversationWiperThread

2008-12-17 Thread Simon Kitching
Hi Petr, Juza Petr schrieb: Hello, I have noticed that our application generates the following error (to standard output): Exception in thread org.apache.myfaces.orchestra.conversation.ConversationWiperThread java.lang.NullPointerException at

Re: how to prevent extensive logging for myfaces and tomahawk when server starts?

2008-12-17 Thread Simon Kitching
Andreas Niemeyer schrieb: Hi, When the application server starts, there is an extensive logging outcome from the myfaces libraries. How can I suppress this? Can I remove the faces-config from the jars? Myfaces and Tomahawk both use Apache commons-logging, which will of course forward to

Re: Post form to external url with method invocation

2008-12-16 Thread Simon Kitching
jiri.pejc...@gmail.com schrieb: Hi, I'm implementing a payment to a bank from JSF application. I need to pass some prameters to an external https URL of the bank by POST method. I could do it with just plain form: FORM name=form action=https://address.cz; METHOD=POST INPUT TYPE=HIDDEN

Re: Configure ConversationContext timeout in Orchestra

2008-12-15 Thread Simon Kitching
Hi Steve, I've double-checked, and it does indeed look like there is no way to configure the ConversationContext timeout. Do you want to *increase* or *reduce* the default timeout? If you are looking at reducing the timeout then I would mostly agree with Jacob: setting the ConversationContext

Re: Displaying messages over the content - generated by the content?

2008-12-12 Thread Simon Kitching
Madhav Bhargava schrieb: felix.bec...@t-systems.com schrieb: Hi, I've got a JSF page divided in 2 parts - the status message area and the content area. The content area is positioned under the status message area. In the status area all messages for the user should be shown - for

Re: JSF servlet request in action method or navigation rule to get binary servlet data?

2008-12-11 Thread Simon Kitching
I think that what Andreas is doing is: (1) access a JSF page -- renders html (2) click on command-component in page, causing a submit (3) in action-handler method, send an http-redirect to the browser (4) browser then does a GET to the redirect address, which maps to a servlet (5) the servlet

Re: Thread safety for Orchestra access scope

2008-12-11 Thread Simon Kitching
Hi Jacob, Thanks very much for your comments. I don't believe that guessing the conversationcontextid is significant, because the id is per-session. As you point out, someone *can* maliciously try to guess the value, thereby creating race conditions for data *in their own session*. But I don't

Re: Displaying messages over the content - generated by the content?

2008-12-11 Thread Simon Kitching
felix.bec...@t-systems.com schrieb: Hi, I’ve got a JSF page divided in 2 parts – the status message area and the content area. The content area is positioned under the status message area. In the status area all messages for the user should be shown – for example success messages, error

Re: Action button method binding

2008-11-12 Thread Simon Kitching
McCrady, Paul (ITTD Retail Stores) schrieb: Anyone seen any instances where a method binding from an action button stops getting invoked? e.g. consider the following code snippet script function x() {

Re: MyFaces is inserting JS that's causing JS errors

2008-11-12 Thread Simon Kitching
Are the referenced scripts getting correctly loaded? (a) if you paste that url into a new browser window, do you see the script? (b) if you enable firebug in firefox, can you see the javascript? If not, then you probably have the Tomahawk ExtensionsFilter incorrectly configured. If the script is

Re: how to display line break in h:inputTextarea

2008-11-11 Thread Simon Kitching
tong123123 schrieb: I want to display something like ab def I try the following code h:inputTextarea rows=10 cols=20 readonly=true value=acbr/delt;brgt;// but the output is acbr/delt;brgt;/ so how to let the browser output ab def using h:inputTextarea?? I don't think the HTML

Re: confused about selectOneItem and converter and data binding

2008-11-07 Thread Simon Kitching
An html select element looks like this: select name=cars option value=volvoVolvo/option option value=saabSaab/option option value=fiatFiat/option option value=audiAudi/option /select You have: h:selectOneMenu value=#{...} f:selectItems

Re: Export datatable to excel problem with pagination

2008-11-06 Thread Simon Kitching
The exporter class is here in trunk http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ It did exist at the time that sandbox 1.1.7 was released:

Re: Export datatable to excel problem with pagination

2008-11-06 Thread Simon Kitching
, Simon mrfarhankhan schrieb: I downloaded the jars from the following link http://people.apache.org/builds/myfaces/nightly/ Where can I get the jars ? Thanks Farhan ! Simon Kitching wrote: The exporter class is here in trunk http://svn.apache.org/repos/asf/myfaces/tomahawk

Re: MyFaces Tomahawk 1.1.7 Examples cannot be run using myfaces-core-1.2.5 lib

2008-11-06 Thread Simon Kitching
tong123123 schrieb: Caused by: java.lang.NoSuchMethodError: org.apache.myfaces.taglib.html.HtmlPanelGridTag.setColumns(Ljava/lang/String;)V at org.apache.jsp.helloWorld_jsp._jspx_meth_h_005fpanelGrid_005f0(helloWorld_jsp.java:176) at

Re: Tomahawk Spring Webflow : enctype=multipart/form-data doesnt work

2008-11-06 Thread Simon Kitching
Yes, something on the wiki would be nice. The point is that the ExtensionsFilter needs to be mapped to *whatever servlet handles the faces request*. In almost every case this is the Faces Servlet (duh). But occasionally it is not, like here with WebFlow. And as it happens, the in-house webapp I

Re: [tomahawk] single checkboxes are rendered inside label tags

2008-11-04 Thread Simon Kitching
Michael Heinen schrieb: I recently updated tomhawk 1.1.5 to 1.1.7 and noticed that single checkboxes are rendered inside an additional label tag. The html output is now: LABEL INPUT id=... type=checkbox /foo /LABEL Why is this additional label tag rendered in 1.1.7? Is there

Re: [TOBAGO] Usging jstl tags inside a tobago sheet-tag

2008-11-03 Thread Simon Kitching
GroovieMan schrieb: [] Anyway, do you think that JSTL is a nogo for tools like tobago, or can you imagine some usecases ? The JSF lifecycle should be thought of as: viewing a new page: * build component tree (aka a view tree) * render component tree * save state of component tree

[Orchestra] Core 1.3 Released

2008-11-02 Thread Simon Kitching
The Apache MyFaces Orchestra team is pleased to announce the release of Apache MyFaces Orchestra Core 1.3. Get a full overview at Orchestra's homepage [1]. The distribution is available at * http://myfaces.apache.org/orchestra/download.html Apache MyFaces Orchestra is available in the central

Re: Tree and TabbedPane Problem in Websphere 6.1

2008-10-31 Thread Simon Kitching
jhomuth schrieb: Hi again, I fixed that problem after a 3 days searching the whole internet. I only wanna submit the solution if somebody has the same problem. I thought it was not the css and js stuff, because i copied it directly into my page, because it could not be found on the server,

Re: Trouble upgrading MyFaces

2008-10-31 Thread Simon Kitching
laredotornado schrieb: Hi, I'm trying to upgrade my MyFaces implementation from 1.1.6 to 1.2.4. I took out the old api and impl jars and replaced them with myfaces-impl-1.2.4.jar and myfaces-api-1.2.4.jar. I kept tomahawk-1.1.7.jar the same. Unfortunately, I'm now getting compilation

Re: Trouble upgrading from MyFaces 1.1.5 to 1.1.6

2008-10-31 Thread Simon Kitching
Note that Tomahawk 1.1.7 now includes facelets support natively. So if you upgrade tomahawk, make sure you remove the tomahawk entry from the facelets.LIBRARIES setting, etc. Both facelets and Myfaces also generate quite a lot of logging output. If you are still having problems, you should enable

Re: Urgent help Need :- Error while serving resource: calendar.HtmlCalendarRenderer/DB/drop1.gif, message : null

2008-10-31 Thread Simon Kitching
possble way to stop that alert when clicking the claender button, my client using the IE so he need to disable this alert, pls help Mali Simon Kitching wrote: Are you using Internet Explorer as the client? I found that IE has the very ugly habit when dealing

Re: retrieving property from managed bean

2008-10-30 Thread Simon Kitching
Ayub Khan schrieb: Hi, I am having a small issue, I am getting Error testing property 'commenttext' in bean of type null error message. I googled and did lot of troubleshooting, however unable to resolve it. I have a managed bean AppointmentBean which has a Map of comments

  1   2   3   4   5   6   7   8   9   >