Using Scrolla

2008-03-17 Thread Hoc Nguyen Thanh
Hi All, I use the scrollable data table component of RichFaces to display a list of customers. I create a new class which implements org.richfaces.model.ScrollableTableDataModel to provide the data to the scrollable table. It works fine. Now, I implement the search function on the customer

Re: [Trinidad] jsp:include breaks PPR ?

2008-03-17 Thread Caius Gran
Hi, Davide! Ok I'll keep the chance of trying Facelets in mind. Though, I might not be ready to do it right away because at my inconvenience, there would be quite plenty of stuff to convert from. :( Thanks! Caius On Friday 14 March 2008 17:10:09 Davide Bonicelli wrote: Hi Caius, why

Re: Trinidad FileUpload failing with Tomahawk Extension Filter

2008-03-17 Thread Samba
Hey.. Scott, I did not notice.. You are referring to *Tobago Filter ---* where as I am using Tomahawk's extension Filter... I know that tobago filter is incompatible with trinidad But is Tomahawk Filter also incompatibile with Trinidad? thanks once again, On Sat, Mar 15, 2008 at 12:43 AM,

Re: [OFFTOPIC] Reminder: JSFDays Vienna

2008-03-17 Thread Anton Gavazuk
Hi guys, I hope everything was quite good during JSFDays. Are you going to share some materials (audio, pdfs etc) on JSFdaus official site? 2008/2/14, Martin Marinschek [EMAIL PROTECTED]: Hi all, we'd like to invite you to a JSF conference in Vienna, Austria from 12-14th of March. Anyone

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

2008-03-17 Thread Michael Szalay
Hi all I want to add the conversation-scope to my jsf-webapp, without support for JPA (just the new scopes to be used in JSF). I added the following listeners to my web.xml !-- spring listeners -- listener

AW: selectOneListbox onclick - navigation

2008-03-17 Thread markus.pfeiffer
Noone tried this before? Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. März 2008 13:13 An: users@myfaces.apache.org Betreff: h:selectOneListbox onclick - navigation Hi! I tried to use the onClick Event from selectOneListBox for navigation, but the action method

RE: selectOneListbox onclick - navigation

2008-03-17 Thread krishna.srinivasank
why do you want to use onclick for submiting? you can use any of the listeners in jsf. btw, returning false in script method will not submit the form. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 1:11 PM To: 'MyFaces Discussion'

Re: Howto validate t:dataTable input fields

2008-03-17 Thread thomas.asel
Hi Dario, If the relationship need for validation exists between the checkbox and the value of the label (or generally any value that can be acquired using an el-Expression) adding an attribute to the checkbox-component might be the way to do it: t:dataTable value=#{lab.datas} var=varData

AW: selectOneListbox onclick - navigation

2008-03-17 Thread markus.pfeiffer
It’s not my idea – i must do it with onClick – is it possible? Someone know how? This JS is not from me – I found it there: http://forum.java.sun.com/thread.jspa?threadID=728865 http://forum.java.sun.com/thread.jspa?threadID=728865messageID=4199662 messageID=4199662 Von: [EMAIL PROTECTED]

RE: selectOneListbox onclick - navigation

2008-03-17 Thread krishna.srinivasank
are you getting any javascript error? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 1:25 PM To: 'MyFaces Discussion' Subject: AW: selectOneListbox onclick - navigation It's not my idea - i must do it with onClick - is it

AW: selectOneListbox onclick - navigation

2008-03-17 Thread markus.pfeiffer
No the script got called (tried with alert() ) and no error occurred. Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 17. März 2008 08:56 An: users@myfaces.apache.org Betreff: RE: selectOneListbox onclick - navigation are you getting any javascript error? _

RE: selectOneListbox onclick - navigation

2008-03-17 Thread krishna.srinivasank
can you remove false and try it From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 1:33 PM To: 'MyFaces Discussion' Subject: AW: selectOneListbox onclick - navigation No the script got called (tried with alert() ) and no error

Re: [OFFTOPIC] Reminder: JSFDays Vienna

2008-03-17 Thread Gerald Müllan
Hi, have a look at the conference page in the near future, i think there should be an update regarding videos. http://conference.irian.at/conference/main/index.jsf cheers, Gerald On Mon, Mar 17, 2008 at 7:39 AM, Anton Gavazuk [EMAIL PROTECTED] wrote: Hi guys, I hope everything was quite

Re: Doubt on t:inputCalendar

2008-03-17 Thread [EMAIL PROTECTED]
Hi Krishna, [EMAIL PROTECTED] schrieb: I am using t:inputCalendar. Our requirement is to make the text field as read only and allow users to select date from the calendar. When I am using the readonly attribute the value is not submited to the bean. How can I resolve this issue? Try using

RE: Doubt on t:inputCalendar

2008-03-17 Thread krishna.srinivasank
HI, Anyone know the answer? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 2:17 PM To: MyFaces Discussion Subject: Re: Doubt on t:inputCalendar Hi Krishna, [EMAIL PROTECTED] schrieb: I am using t:inputCalendar. Our requirement is to

Re: Trinidad FileUpload failing with Tomahawk Extension Filter

2008-03-17 Thread Samba
hey, It worked now... The trick is to put Tomahawk Extension Filter below Trinidad Filter Thanks for your help.. Samba P.S. One more thing.. Is ther any planned date for the release of the Unified approach for file uploading in myfaces ? Actually I feel a lot duplicate effort is being put

Bean Scope Problems

2008-03-17 Thread markus.pfeiffer
Hi! Every JSP has his own bean and I want that this beans have a scope of request, but if I really set request scope on every request database data get loaded = many database transactions. So whats the correct way? Save database data on a separate bean which have session scope or used

RE: Bean Scope Problems

2008-03-17 Thread krishna.srinivasank
Is there any reason you want to make the beans request? The values you required for all the request can be put in the session and keep all the beans as request. I mean create sepearet data model and save it in session. From: [EMAIL PROTECTED] [mailto:[EMAIL

AW: Bean Scope Problems

2008-03-17 Thread markus.pfeiffer
Sure, to make all beans session need many resources that’s the problem. Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 17. März 2008 11:20 An: users@myfaces.apache.org Betreff: RE: Bean Scope Problems Is there any reason you want to make the beans request? The values

Doubt on t:inputCalendar

2008-03-17 Thread priya.ganesh
Hi, I m using tomhawk calendar (t:inputCalendar) component. According my requirement the inputtext box should be disabled and the value entered should be from calendar . If I set the attritubute (readonly = true) the value are not being submitted to the bean.It is returning null. Is there anyway

AW: selectOneListbox onclick - navigation

2008-03-17 Thread markus.pfeiffer
I did – nothing changed – no action method get called.. Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Montag, 17. März 2008 09:05 An: users@myfaces.apache.org Betreff: RE: selectOneListbox onclick - navigation can you remove false and try it _ From: [EMAIL

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

2008-03-17 Thread Mario Ivankovits
Hi Michael! ERROR 2008-03-17 08:24:35,110 [http-8000-Processor25] org.ajax4jsf.resource.ResourceLifecycle: Exception in PhaseListener, render view : beforePhase java.lang.IllegalArgumentException: No AccessScopeManager found. Probably you forgot to add import

AW: AW: Bean Scope Problems

2008-03-17 Thread markus.pfeiffer
Thx for response! And with one of that libraries it is possible to set the scope like that: 1)page1 == load date and present 2) switch to another page == page1 data get destroyed and not longer in session That’s possible? Which library I should use? I just need that scope support, so is it

AW: AW: AW: Bean Scope Problems

2008-03-17 Thread markus.pfeiffer
I already decided before you answered - I just search since 15 minutes for a myFaces + orchestra tutorial or example. Now I have to change my little application (to use spring and orchestra) - theres any archetype to create a myFaces+spring+orchestra webproject with maven? Best regards and thx

Re: Trinidad FileUpload failing with Tomahawk Extension Filter

2008-03-17 Thread [EMAIL PROTECTED]
I think it's important to track this, so I've created an issue (severity=minor): TOMAHAWK-1213 Putting trinidad's filter first has probably now broken any tomahawk fileUpload components. If you don't have any in your app then that is not a problem of course, but it is something that the library

[Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread Bruno Aranda
Hi, I just started the app I was working on after the great JSFDays and now I get this exception. It was using trinidad 1.2.7-SNAPSHOT, but the same happens with the 1.2.7 version - so maybe it is a bug in orchestra as well. It seems to be using the default ExternalContext, which throws an

[Trinidad] meaning of selection for tr:tree

2008-03-17 Thread Renzo Tomaselli
Hi, I wonder about the meaning of selection in case of tr:tree. Whatever I do on tree nodes - the bound component always reports an empty set through getSelectedRowKeys(), as well as the selectionListener is never called upon a node action. What is selection presumed to do ? Is there any way

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread [EMAIL PROTECTED]
Hi Bruno, Bruno Aranda schrieb: Hi, I just started the app I was working on after the great JSFDays and now I get this exception. It was using trinidad 1.2.7-SNAPSHOT, but the same happens with the 1.2.7 version - so maybe it is a bug in orchestra as well. It seems to be using the default

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread Matthias Wessendorf
Hi Bruno, On Mon, Mar 17, 2008 at 8:21 AM, Bruno Aranda [EMAIL PROTECTED] wrote: Hi, I just started the app I was working on after the great JSFDays and now I get this exception. It was using trinidad 1.2.7-SNAPSHOT, but the same happens with the 1.2.7 version - so maybe it is a bug in

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] schrieb: Hi Bruno, Bruno Aranda schrieb: Hi, I just started the app I was working on after the great JSFDays and now I get this exception. It was using trinidad 1.2.7-SNAPSHOT, but the same happens with the 1.2.7 version - so maybe it is a bug in orchestra as well.

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread Bruno Aranda
Good. Strangely enough I was using orchestra core 1.1-SNAPSHOT and moving to the released 1.1 fixes the issue. Thanks! Bruno On 17/03/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] schrieb: Hi Bruno, Bruno Aranda schrieb: Hi, I just started the app I was

[orchestra] Re: Bean Scope Problems

2008-03-17 Thread Mario Ivankovits
Hi! I already decided before you answered - I just search since 15 minutes for a myFaces + orchestra tutorial or example. Now I have to change my little application (to use spring and orchestra) - theres any archetype to create a myFaces+spring+orchestra webproject with maven? Currently

Re: selectOneListbox onclick - navigation

2008-03-17 Thread Andrew Robinson
Don't call form submit manually, instead, generate a click event manually for a command component. Check the myfaces wiki for more, including code examples. -Andrew Ps On my iPod so I don't have the link handy On 3/17/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Noone tried this before?

Re: [orchestra] Re: Bean Scope Problems

2008-03-17 Thread Matthias Wessendorf
Hi, On Mon, Mar 17, 2008 at 9:16 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I already decided before you answered - I just search since 15 minutes for a myFaces + orchestra tutorial or example. Now I have to change my little application (to use spring and orchestra) - theres any

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread Matthias Wessendorf
Hi, On Mon, Mar 17, 2008 at 9:10 AM, Bruno Aranda [EMAIL PROTECTED] wrote: Good. Strangely enough I was using orchestra core 1.1-SNAPSHOT and moving to the released 1.1 fixes the issue. Thanks! I am really glad that this fix made it into the released 1.1 -M Bruno On 17/03/2008, [EMAIL

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread [EMAIL PROTECTED]
Matthias Wessendorf schrieb: Hi, On Mon, Mar 17, 2008 at 9:10 AM, Bruno Aranda [EMAIL PROTECTED] wrote: Good. Strangely enough I was using orchestra core 1.1-SNAPSHOT and moving to the released 1.1 fixes the issue. Thanks! I am really glad that this fix made it into the released

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread Matthias Wessendorf
Hi, On Mon, Mar 17, 2008 at 9:47 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Matthias Wessendorf schrieb: Hi, On Mon, Mar 17, 2008 at 9:10 AM, Bruno Aranda [EMAIL PROTECTED] wrote: Good. Strangely enough I was using orchestra core 1.1-SNAPSHOT and moving to the released

Re: [Trinidad] panelPopup users, testers needed

2008-03-17 Thread Samba
Hey, Andrew, Can we ask for more... Is it possible that in the coming release we can come up with a robust popup taht has full drag and drop , modal and modeless capabilities ? I think I can contribute the drag-and-drop feature, if it was not there in your plan of things... Panel popup in its

Re: [Trinidad] panelPopup users, testers needed

2008-03-17 Thread Andrew Robinson
On Mon, Mar 17, 2008 at 8:15 AM, Samba [EMAIL PROTECTED] wrote: Hey, Andrew, Can we ask for more... Is it possible that in the coming release we can come up with a robust popup taht has full drag and drop , modal and modeless capabilities ? Sure, do you want to write it? :) I won't have

Re: [Trinidad] panelPopup users, testers needed

2008-03-17 Thread Samba
Thanks for leeting me contribute to the Project. I hope I can come with with a basic working demo by next monday. May I request your help in committing the modifications to the SVN, because this is my first interaction with a development stream in any open source project. Samba On Mon, Mar 17,

Re: [Trinidad] panelPopup users, testers needed

2008-03-17 Thread Andrew Robinson
May I request your help in committing the modifications to the SVN, because this is my first interaction with a development stream in any open source project. Sure. BTW, if you have any design questions that come up about Trinidad feel free to ask the list as there are many that know different

Re: Converter-For-Class : getAsObject does not get called

2008-03-17 Thread Michael Heß
Martin, I looked into it further. I tracked it down to be in the SharedRendererUtils.findUIOuputConverter(). In MyFaces 1.1.5 in line 58 I see: Class valueType = vb.getType(facesContext); The returned valueType is as expected (meaning my custom type I created the converter for), e.g.

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

2008-03-17 Thread Bernd Bohmann
Hello Helmut, can you try again with a mvn clean install. Arvid and me just sort out some issues with windows. I changed the build to generate more components and tags from the annotation metadata. Regards Bernd Helmut Swaczinna schrieb: Hi, just checkedout the current (1.1.x) sources but

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

2008-03-17 Thread Helmut Swaczinna
Hello Bernd, it still does not build. I've done a svn update and a mvn clean install but get the same result. C:\Projekte\jsf\tobago-src\tools\svn-win32-1.4.2\bin\svn update U theme\scarborough\src\main\java\org\apache\myfaces\tobago\renderkit\html\scarborough\standard\t

Re: Trinidad FileUpload failing with Tomahawk Extension Filter

2008-03-17 Thread Scott O'Bryan
Simon, you are exactly correct on your comments. Putting Trinidad's filter first means that *IT* takes priority. This would certainly break Tomahawk's file uploads and maybe even some other stuff. We definitely need to handle this and although I wouldn't say it's necessary to unite the

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

2008-03-17 Thread Bernd Bohmann
Hello Helmut, we test a fresh build on arvids windows machine. Can you check why the execution of the maven-apt-plugin with the execution id tobago-components is not called? Just tried a sucessful fresh build from source on my linux machine. The build of tobago-core on the continuum server is

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

2008-03-17 Thread Mario Ivankovits
Hi Mario yes, I'm using RichFaces 3.1.0. There is actually no real problem with the application (it works fine), but there is always this error in the log... Ah ... got it. You have to configure the DelegatingVariableResolver in your faces-config.xml to make the variable lookup of beans

Re: [Trinidad] panelPopup users, testers needed

2008-03-17 Thread Henry Eduardo Iguaro
Due to some problems with trinidad popupDialogs, i made my own javascript implementation of floatingPopupDialogs, not compatible with trinidad, but with some nice features, like dark background that fades in and out when the dialog shows, background that blinks for modal dialogs when the user

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

2008-03-17 Thread Helmut Swaczinna
Hello Bernd, execution id tobago-components is called but leads to an error: [INFO] [apt:execute {execution: tobago-components}] [ERROR] C:/Projekte/jsf/tobago-new/core/src/main/java/org/apache/myfaces/tobago/taglib/component/pac kage-info.java:9: package annotations should be in file

[Trinidad] panelChoice with showDetailItem and disclosed value binding

2008-03-17 Thread Bertrand, Shawn R
(This is a problem in Trinidad 1.0.2, and is reproducible in 1.0.7.) Inside a JSP we display in a dialog, we have a panelChoice, which has 5 showDetailItem children, each of which has a value binding defined for the disclosed property (see below). The disclosed bindings, all of which use the

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

2008-03-17 Thread Bernd Bohmann
Hello Helmut, i think this is a problem with jdk 1.5, windows and the annotation processing tool. Please add excludeorg/apache/myfaces/tobago/taglib/component/package-info.java/exclude to the excludes section of the tobago-components execution. I think Arvid tries the build with jdk 1.6, but it

Re: [Trinidad] panelPopup users, testers needed

2008-03-17 Thread Gerhard Petracek
hello andrew, i made a quick test. there is a new issue. (some weeks ago i filed a general one.) today i added 2 screenshots to show the current problem. you will find all details at [1]. today i committed TRINIDAD-909 without the recalculation of the blocking div, because the behavior had

Re: [Trinidad] panelChoice with showDetailItem and disclosed value binding

2008-03-17 Thread Matt Cooper
Hi Shawn, I think I have run into this same problem. When the disclosure changes, the locally-stored property for disclosed changes from a value expression to a boolean--the expression disappears once the system has overwritten it with a boolean value as a result of a manual disclosure change.

AW: [Trinidad] commandNavigationItem and icon

2008-03-17 Thread Rottstock, Sven
Hi, i just want let you know that i have created a JIRA issue (https://issues.apache.org/jira/browse/TRINIDAD-1010) and that i have also provided a patch. Regards, Sven ___ Think before you print CONFIDENTIALITY: This e-mail (including any attachments) may

Re: [Trinidad] commandNavigationItem and icon

2008-03-17 Thread Matthias Wessendorf
Thanks! On Mon, Mar 17, 2008 at 5:14 PM, Rottstock, Sven [EMAIL PROTECTED] wrote: Hi, i just want let you know that i have created a JIRA issue (https://issues.apache.org/jira/browse/TRINIDAD-1010) and that i have also provided a patch. Regards, Sven

[Trinidad] selectOneChoice in editable table

2008-03-17 Thread Mathias Walter
Hi, I wrote an editable table where one column contains a selectOneChoice component. If I edit a row and try to save the changes, all underlaying values of the selectOneChoice component of all rows other then the edited row will be set to null. I could not figure it out why. I'm using PPR to

RE: [Trinidad] selectOneChoice in editable table

2008-03-17 Thread Mathias Walter
Hi again, I forgot to note, that I'm using Trinidad 1.2.7 (released version) and JSF RI. But it did not work with Trinidad 1.2.6 either. -- Kind regards, Mathias -Original Message- From: Mathias Walter [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 10:36 PM To: 'MyFaces