Re: Trinidad FileUpload failing with Tomahawk Extension Filter

2008-03-18 Thread Samba
Thanks for the advise... At least in my situation it did not break anything we currently have. And we do not use Tomahawk file upload, so I guess I can go with this approach, even though it may not be an ideal solution. I'll let you know if I observe any other tomahawk features failing because of

AW: [Orchestra] Question to myFaces Orchestra configuration (Error on each request)

2008-03-18 Thread Michael Szalay
now it works, thanks! Regards Michael -Ursprüngliche Nachricht- Von: Mario Ivankovits [mailto:[EMAIL PROTECTED] Gesendet: Montag, 17. März 2008 18:43 An: MyFaces Discussion Betreff: Re: [Orchestra] Question to myFaces Orchestra configuration (Error on each request) Hi Mario yes,

Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Stephan Frai
Hello, I am new to orchestra and just integrated it into my application. Myfaces 1.2.2 Hibernate 3.2.5 Spring 2.0.4 I`m using plain Hibernate without JPA, so I took the integration provided at Google. Currently I am running into that problem that conversation.flash behaves like

Re: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread [EMAIL PROTECTED]
Stephan Frai schrieb: Hello, I am new to orchestra and just integrated it into my application. Myfaces 1.2.2 Hibernate 3.2.5 Spring 2.0.4 I`m using plain Hibernate without JPA, so I took the integration provided at Google. Currently I am running into that problem that

AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Stephan Frai
Hello Simon, thank you for answering. I saw the old flash example here: http://myfaces-orchestra-goodies.googlecode.com/svn/trunk After I turned on logging I got the following logger output: 18 Mrz 2008 11:09:03,156 DEBUG [n.jsf.AccessScopePhaseListener: 161] Clearing access-scoped

Re: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread [EMAIL PROTECTED]
Hi Stephan, I'll need to ask Matthias to update his example ;-) Everything looks ok in the logs. It just looks to me like your page is not actually referencing anything from your controller bean. Orchestra is assuming that in page regUserDirectPlanningController, there is something that pulls

Re: [Tobago] Can't build from current sources

2008-03-18 Thread Helmut Swaczinna
Hello Bernd, I added excludeorg/apache/myfaces/tobago/taglib/component/package-info.java/exclude to the tobago-components execution. So there's no error in tobago-components but it's then in tobago-faces-config. So I added

AW: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Stephan Frai
Hi Simon, thanks for your help. After I had given the conversation a name, everything worked fine. I`ve got a last question: May I specify more than one conversationName per bean? Because I`m using the same bean in different workflows. E.g: bean id=timeChainJSF

Re: AW: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread [EMAIL PROTECTED]
Stephan Frai schrieb: Hi Simon, thanks for your help. After I had given the conversation a name, everything worked fine. I`ve got a last question: May I specify more than one conversationName per bean? Because I`m using the same bean in different workflows. E.g: bean id=timeChainJSF

Re: AW: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Mario Ivankovits
Hi! Or do I have to define two separate beans in Spring: bean id=timeChainJSF_1 class=com.playoli.timeperiod.jsf.TimeChainJSF bean id=timeChainJSF_2 class=com.playoli.timeperiod.jsf.TimeChainJSF You need to use the two separate bean definitions approach. That gives your EL

RE: [OFFTOPIC] Reminder: JSFDays Vienna

2008-03-18 Thread Jesse Alexander (KSFH 323)
Now only the videos are missing... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerald Müllan Sent: Monday, March 17, 2008 9:32 AM To: MyFaces Discussion Subject: Re: [OFFTOPIC] Reminder: JSFDays Vienna Hi, have a look

Re: AW: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Mario Ivankovits
Mario Ivankovits schrieb: Are you using persistence from within the timeChainJSF bean? If not, you can inject the bean into your controller bean and use it through your controller. This is the solution I'd prefer. Should elaborate a little bit more about what I meant here. If possible,

Re: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Matthias Wessendorf
Hi, On Tue, Mar 18, 2008 at 7:01 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Stephan, I'll need to ask Matthias to update his example ;-) that is not mine. Mine is kind of up-to-date (facesgoodies) -M Everything looks ok in the logs. It just looks to me like your page is not

Re: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Matthias Wessendorf
Hi, On Tue, Mar 18, 2008 at 9:38 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, On Tue, Mar 18, 2008 at 7:01 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Stephan, I'll need to ask Matthias to update his example ;-) that is not mine. Mine is kind of up-to-date

Re: AW: Orchestra beginner question: conversation.flash behaves like request scope

2008-03-18 Thread Mario Ivankovits
Hi! I'll need to ask Matthias to update his example ;-) that is not mine. Mine is kind of up-to-date (facesgoodies) it is mario's project: http://code.google.com/p/myfaces-orchestra-goodies/ I totally forgot that there are examples too :-) I am getting old Ciao, Mario

How to invoke ActionListener for menuitem in XMLMenuModel?

2008-03-18 Thread Boyle, PJ
Hi, I am trying to get an ActionListener invoked when a menuitem defined in an XMLMenuModel is clicked, I have defined a class that implements the ActionListener interface as follows: public class UserMenuSelectActionListener { public void processAction(ActionEvent actionEvent)

Re: Trinidad FileUpload failing with Tomahawk Extension Filter

2008-03-18 Thread Martin Marinschek
No other features of Tomahawk will fail due to this... this is really a singular problem with the file-upload! regards, Martin On 3/18/08, Samba [EMAIL PROTECTED] wrote: Thanks for the advise... At least in my situation it did not break anything we currently have. And we do not use Tomahawk

AW: How to invoke ActionListener for menuitem in XMLMenuModel?

2008-03-18 Thread Rottstock, Sven
Hi, the problem lies in org.apache.myfaces.trinidadinternal.menu.ItemNode. Each item from your menu-metadata.xml is handled by this class. Unfortunately the current implementation does not have an action method that would call your action listener. In other words: IMO it seems to be a

Re: [Tobago] Can't build from current sources

2008-03-18 Thread Bernd Bohmann
Hello Helmut, the package-info.java contains the information for generating the tlds. package-info.java can be excluded for tobago-components and tobago-faces-config. Are the components and tags generated now? Regards Bernd Helmut Swaczinna schrieb: Hello Bernd, I added

creating global service pages

2008-03-18 Thread Thomas Fischer
In an JSF 1.2 application I'd like to have some global service pages, which which can be accessed from different parts of the application and deliever their result back to that part where it came from. This is a bit abstract, so here is an example: In different places of the application, there

Re: [Tobago] Can't build from current sources

2008-03-18 Thread Helmut Swaczinna
Hello Bernd, do you mean Are the class files for components and tags generated now?. Yes, they are. But my test app doesn't run at all with 1.1.0: java.lang.ClassCastException: org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.PageRenderer at

RE: Doubt on t:inputCalendar

2008-03-18 Thread Josué Alcalde González
You are using javascript to show the calendar so I think using javascript to make the textfield readonly is the best approach. El lun, 17-03-2008 a las 14:16 +0530, [EMAIL PROTECTED] escribió: HI, Anyone know the answer? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: creating global service pages

2008-03-18 Thread simon
On Tue, 2008-03-18 at 18:24 +0100, Thomas Fischer wrote: In an JSF 1.2 application I'd like to have some global service pages, which which can be accessed from different parts of the application and deliever their result back to that part where it came from. This is a bit abstract, so here

Re: h:selectOneListbox onclick - navigation

2008-03-18 Thread Michael Kurz
[EMAIL PROTECTED] schrieb: Hi! I tried to use the onClick Event from selectOneListBox for navigation, but the action method get not called: script type=text/javascript function executeCommandLink(idLink,formName){

Re: [Tobago] Can't build from current sources

2008-03-18 Thread Bernd Bohmann
Hello Helmut, found some missing uncommited files. Please perform a svn up and a mvn -P all-modules clean install. Regards Bernd Helmut Swaczinna schrieb: Hello Bernd, do you mean Are the class files for components and tags generated now?. Yes, they are. But my test app doesn't run at

Re: [Trinidad] meaning of selection for tr:tree

2008-03-18 Thread Gerhard Petracek
hello renzo, within your bean you can use e.g.: private RowKeySet selection; //+getter and setter to provide a default selection - e.g.: selection = new RowKeySetTreeImpl(); //+ specify your selection to display the (changed) selection of the user: selection.clear(); selection.add();

View build time vs. component render time

2008-03-18 Thread Andrew Robinson
Since there are a lot of questions on these mailing lists about the JSTL tags and how they effect JSF pages, I decided to blog about it to hopefully clear some things up. Here is the first version: http://andrewfacelets.blogspot.com/2008/03/build-time-vs-render-time.html I may add some more

RE: Doubt on t:inputCalendar

2008-03-18 Thread krishna.srinivasank
When I am using readonly, I could not submit the values to the bean. - krishna -Original Message- From: Josué Alcalde González [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:31 AM To: MyFaces Discussion Subject: RE: Doubt on t:inputCalendar You are using javascript to