Re: orchestra and richfaces table scroller

2008-04-01 Thread Jurgen Lust
Hi Simon, You are right: the current page is stored in the component state. When I put the backing bean in request scope, I get exactly the same behaviour. I don't use client side state saving by the way, the javax.faces.ViewState fields are added by RichFaces I guess. Now I am wondering, would

AW: Exclude servlet-response from extension-filter

2008-04-01 Thread Hoehmann, Andreas
-Ursprüngliche Nachricht- Von: simon [mailto:[EMAIL PROTECTED] Gesendet: Montag, 31. März 2008 21:50 An: MyFaces Discussion Betreff: Re: Exclude servlet-response from extension-filter On Mon, 2008-03-31 at 17:42 +0200, Hoehmann, Andreas wrote: Hello, How can i exclude the

RE: [RichFaces] Custom scrollable data table component?

2008-04-01 Thread Hoc Nguyen Thanh
Hi Ernst, RichFaces provides also drag-and-drop support. I have not tested it yet but it looks interesting. Have you experienced with dojo-toolkit? Does it provide good documentation? I develop this component for a customer, I don't know if they open source it, I will ask them later. Thanks,

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread a clem
Thank's a lot for your response. What I would like to do is to be able to share a page (ant its backing bean) between 2 conversations types, like an activity définition can be shared between 2 process definition in BPM. For exemple, the select customer page can be shared between the 'send mail'

Re: [RichFaces] Custom scrollable data table component?

2008-04-01 Thread Matthias Wessendorf
Hi Hoc. On Tue, Apr 1, 2008 at 12:12 PM, Hoc Nguyen Thanh [EMAIL PROTECTED] wrote: Hi Ernst, RichFaces provides also drag-and-drop support. I have not tested it yet but it looks interesting. Have you experienced with dojo-toolkit? Does it provide good documentation? when you start from

RE: Tomahawk datatable NewspaperColumns not working for dynamic value

2008-04-01 Thread Rønnevik , Eivind
Hi! I've been facing this issue as well, and my solution was to create the dataTable programmatically, cause if you set the number of newspaperColumns thereit works.. :) So, in your handler/backing bean you have a private property dataTable with getters and setters. In your getter

Weblogic 10.3: ConfigureListener not found...

2008-04-01 Thread chris-pro11
Hi We running here a MyFaces 1.1.4 with Tomahawk 1.1.2 on Weblogic 8.1 successfully. But we would like to migrate to Weblogic 10. When I deploy the web-application on Weblogic 10.3, I receive the stack trace below. Weblogic 10.3 is bundle with Sun JSF RI 1.2. So I think Weblogic takes that JSF

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Mario Ivankovits
Hi! Thank's a lot for your response. What I would like to do is to be able to share a page (ant its backing bean) between 2 conversations types, like an activity définition can be shared between 2 process definition in BPM. For exemple, the select customer page can be shared between the 'send

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread [EMAIL PROTECTED]
a clem schrieb: Thank's a lot for your response. What I would like to do is to be able to share a page (ant its backing bean) between 2 conversations types, like an activity définition can be shared between 2 process definition in BPM. For exemple, the select customer page can be shared

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread a clem
On Tue, Apr 1, 2008 at 3:00 PM, Bernhard Huemer [EMAIL PROTECTED] wrote: Hello, although Orchestra is not about pages, it's most likely that the user moves through two different page flows if he has started two different conversations (I'm not talking about two different instances of the

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread a clem
On Tue, Apr 1, 2008 at 2:30 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: a clem schrieb: Thank's a lot for your response. What I would like to do is to be able to share a page (ant its backing bean) between 2 conversations types, like an activity définition can be shared between 2

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Bernhard Huemer
Hello, although Orchestra is not about pages, it's most likely that the user moves through two different page flows if he has started two different conversations (I'm not talking about two different instances of the same conversation but rather about two different definitions for a

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread a clem
On Tue, Apr 1, 2008 at 3:06 PM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Thank's a lot for your response. What I would like to do is to be able to share a page (ant its backing bean) between 2 conversations types, like an activity définition can be shared between 2 process

Export Datatable to PDF(Report)

2008-04-01 Thread Janap
Hello all, Is there any implementation where I can export the contents of a Datatable to a Report(PDF format)?? I know that it involves using a dynamic Report generation technology like BIRT. I hope the question is not too BIRT specific...was just wondering incae someone had a similar

RE: Export Datatable to PDF(Report)

2008-04-01 Thread Jesse Alexander (KSFH 323)
Hi we use Facelets and found Flying saucer which solved the problem. project site: https://xhtmlrenderer.dev.java.net/ nice article on FS: http://today.java.net/pub/a/today/2006/10/31/combine-facelets-and-flyin g-saucer-renderer.html hth Alexander -Original Message- From: Janap

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Mario Ivankovits
Hi! Use of tag separateConversationContext allows to start a new conversation but it isn't really a nested conversation context, since it has to be done in a new browser window (no context stack). Am I right? Exactly! This is something we might implement in the (near?) future. This will

CommandButtons don`t work inside t:dataScroller

2008-04-01 Thread Stephan Frai
Hello, I`m using MyFaces 1.2.2; Orchestra 1.1, Tomahawk 1.1.6 und Faceletes 1.1.13. And CommandButtons do not work inside a table with a t:dataScroller. They only work on the first page. On the subsequent pages clicking one of the commandButtons just lets me return to page 1. No action is

RE: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Kito D. Mann
Bernhard, Just to be clear, what you're saying is that you can't use the same view in more than one conversation at a time? ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com - JSF/Java EE consulting,

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Mario Ivankovits
Hi! Just to be clear, what you're saying is that you can't use the same view in more than one conversation at a time? At the moment: yes! As I wrote, this is something we will allow in the near future, but it would require to have a page-flow configuration. Hmmm probably the new

Re: orchestra and richfaces table scroller

2008-04-01 Thread Mario Ivankovits
Hi! Now I am wondering, would it theoretically be possible for Orchestra to also intervene in the server side state saving so that the component tree is stored in a conversation context? Theoretically yes. And this is also a wish others expressed already. We will investigate if it is possible

Re: orchestra and richfaces table scroller

2008-04-01 Thread Mario Ivankovits
Hi Now I am wondering, would it theoretically be possible for Orchestra to also intervene in the server side state saving so that the component tree is stored in a conversation context? Theoretically yes. And this is also a wish others expressed already. We will investigate if it is

RE: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Kito D. Mann
-Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 3:11 PM To: MyFaces Discussion Subject: Re: [Orchestra] Explicit conversation starting and nested conversations Hi! Just to be clear, what you're saying is that you can't use the

[Trinidad] actionListener not called when spacebar used on command button?

2008-04-01 Thread Bertrand, Shawn R
(Trinidad 1.0.7) We have a dialog in our application which is displayed via the dialog framework, and it has a command button (say, button A) on it which spawns another dialog NOT via the dialog framework but just with plain javascript (window.open). The secondary dialog is a JSF page with

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Mario Ivankovits
Hi! So, for example, while in the Relationships tab, I may want to quickly view or edit a Party. The view/edit Party view is usually in the Party tab. So, essentially I'm reusing the same page in a completely different flow. Now, in reality, I may end up using two different Facelet views

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Mario Ivankovits
Mario Ivankovits schrieb: So, for example, while in the Relationships tab, I may want to quickly view or edit a Party. The view/edit Party view is usually in the Party tab. So, essentially I'm reusing the same page in a completely different flow. Oh - and there is a not very well

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Bernhard Huemer
Hello, In fact, I think that this problem occurs not only when you'd like to reuse certain pages but also when you'd like to reuse certain beans. If you're injecting conversation-scoped beans you're actually injecting a bean being tied to a specific conversation (i.e. you'd also have to copy

[ANNOUNCE] Release of Apache MyFaces Buildtools Archetypes 1.0.1.

2008-04-01 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of Apache MyFaces Buildtools Archetypes 1.0.1. Apache MyFaces Buildtools Archetypes are several archetypes using myfaces projects to start coding web apps with this line: mvn archetype:generate

Re: Tomahawk datatable NewspaperColumns not working for dynamic value

2008-04-01 Thread Pinal Patel
Hi, First and foremost, thanks for your response. What version of MyFaces and Tomahawk are you using to resolve the issue? Thanks, Pinal - Original Message From: Rønnevik, Eivind [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, April 1, 2008 8:02:21

Re: [Orchestra] Explicit conversation starting and nested conversations

2008-04-01 Thread Mario Ivankovits
Hi! If you're injecting conversation-scoped beans you're actually injecting a bean being tied to a specific conversation (i.e. you'd also have to copy bean definitions just referencing conversation-scoped beans, not only pages!). This is how spring works, no? You always put a bean in a scope

myfaces+tomhalk with JRun4

2008-04-01 Thread Prashant
Hello, We have used myface 1.1.5 and tomhalk 1.1.6 in our application. We are using tomcat as servlet container in development enviornment. But we are using JRun4 on production enviorment. So I tried to deploy our application on JRun4 without any success. So now as first step I am trying to