Re: [Tobago] ValueChangeListener not called

2006-10-09 Thread Peter Rabing
Hi Jeff, while you are correct in asking about the sense of the code if no value attribute is specified, you are incorrect in saying, that the value attribute is required. The only thing which is required is the onchange=Tobago.submitAction('combo1'); attribute. The code works fine whether or

Re: [Tobago] ValueChangeListener not called

2006-10-09 Thread Udo Schnurpfeil
I'm working on integration of the gendoc in the demo And we should rename gendoc to tobago-tour or something else and add more component examples. Ok? Regards, Udo

Re: s:modalDialog and commandButton action

2006-10-09 Thread Werner Punz
Werner Punz schrieb: Ok i have opened a bug report, I will investigate into the bug myself.. Ok I have investigated into the problem, as it seems there is something else in the current codebase wrong, there is an issue with the scroller code, which is entirely non dialog related which causes

Re: t:savestate.. component binding serializable problem

2006-10-09 Thread Werner Punz
CarlHowarth schrieb: Hi, I have an app that uses the tomahawk savestate component to save the state of the backing bean. I have just tried bind a selectonemenu component to the backing bean however as the HtmlSelectOneMenu class is not serializable I get an error as this can not be saved.

Re: JSF Shopping Cart

2006-10-09 Thread Werner Punz
Sean Schofield schrieb: I'm toying with the idea of building a JSF-based shopping cart that provides access to the PayPal gateway. Does anyone have a serious interest in helping? I know a lot of people might want to *use* it. I'm looking for someone to help me develop it. Also, if you know

Dynamic added component inside h:form is not rendered

2006-10-09 Thread Adrian Mitev
Hi guys! I have problem when adding component inside h:form with myfaces snapshot 1.1.5. Please look at this post: http://forum.java.sun.com/thread.jspa?threadID=774441tstart=15 -- Seeing is believing

Technically possible to merge a servlet/jsp environment with JSF

2006-10-09 Thread Torsten Krah
Is it technically possible to merge an existing application which use Servlet+JSP and JSF together. A complete Rework is not possible now, but in steps it would work. So the question is, can i use JSF and old Servlets+JSP together ( means, one old workflow will be upgraded to new JSF technology

Re: Technically possible to merge a servlet/jsp environment with JSF

2006-10-09 Thread Mario Ivankovits
Hi Torsten! Is it technically possible to merge an existing application which use Servlet+JSP and JSF together. Yes, it is. This is what we did with our application too. We also wrapped the old pages in an JSF view so that we have a FacesContext available for the whole application. Even the

Tobago and Seam

2006-10-09 Thread tiger2b
Does Tobago works with JBoss.Seam? _ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071distributionid=0066

[Tobago] Changing of a component tree dynamically ?

2006-10-09 Thread Peter Rabing
Hi, I have know successfully managed to create the component a tree dynamically (on the fly). Next step is to change this component tree according to some backend rules. Could some-one shed some light on the rendering phase ? What happens if I simply modify an existing component e.g.

JSF Color Picker

2006-10-09 Thread Kelvin James
Hi Does anyone knows from where i can get JSF color Picker component. Or Does anyone have JSF color picker --James

Horizontal and Vertical scroll bar

2006-10-09 Thread monika . m
t:panelTabbedPane tabContentStyleClass=tabContent activeSubStyleClass=myFaces_panelTabbedPane_activeHeaderCell t:panelTab id=tab01 label=Column Visible rendered=true style=width=100%;height:230px; overflow: scroll table width=100% tr width=60% td

RE: Horizontal and Vertical scroll bar

2006-10-09 Thread L Frohman
Try: overflow-y: scroll instead of overflow: scroll From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 4:39 AMTo: users@myfaces.apache.orgSubject: Horizontal and Vertical scroll bar t:panelTabbedPane tabContentStyleClass="tabContent"

Tree2 value loaded twice during page load

2006-10-09 Thread Michal Glowacki
HiI've got a tree2 component with backing bean set as value in jsp. What I discovered is that it's loaded twice during page load. I believe it has rather something to do with jsp than with myfaces but Can anyone help?This is the fragment of jsp:t:tree2

RE: Horizontal and Vertical scroll bar

2006-10-09 Thread monika . m
Thanx a lot Monika Malik Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com L Frohman [EMAIL PROTECTED] 10/09/2006 05:14 PM Please respond to MyFaces Discussion users@myfaces.apache.org To 'MyFaces Discussion' users@myfaces.apache.org cc

RE: JSF Color Picker

2006-10-09 Thread L Frohman
in adf faces (Trinidad) there is af:chooseColor From: Kelvin James [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 4:17 AMTo: MyFaces DiscussionSubject: JSF Color Picker Hi Does anyone knows from where i can get JSF color Picker component. Or Does anyone have JSF color

Re: Tobago: tc:selectItem ... itemImage=... /

2006-10-09 Thread Volker Weber
Hi Adam, in which tag did you use the tc:selectItem/ ? The itemImage attribute is currently only supported by tc:toolBarSelectOne /. Regards, Volker 2006/10/9, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello, i try to use the attribute itemImage from the tag tc:selectItem/. Now the problem:

Re: TOMAHAWK-322: InputSuggestAjax: False Encoding with German Umlauts

2006-10-09 Thread Alin Dosoniu
Hi Gerald, Did you found anything that could solve this issue? Thank you, Alin. Ok, thx werner for the work on this topic and your corresponding comments. I will have a deeper look into it the next days. regards, Gerald On 9/27/06, Werner Punz [EMAIL PROTECTED] wrote: Ok I looked deeper

Re: What is this exception??

2006-10-09 Thread Jeff Bischoff
The Sun RI and MyFaces Core are alternative implementations of the JSF spec. You can use one or the other, but you can not use both in the same webapp. You can use tomahawk with the RI, but in this case do not include the myfaces core jars in your project. Regards, Jeff Bischoff Kenneth L

Re: What is this exception??

2006-10-09 Thread Titi Wangsa
i had a similar problem.. it turns out that i had more than one application on my tomcat both were using myfaces.. but.. i removed one, while the other remained.. but i did not remove it properly... perhaps you have a similar situation...? try looking inside the webapps folder... of your

Re: Re: Tobago: tc:selectItem ... itemImage=... /

2006-10-09 Thread Adam . Henne
Hello Volker, thank you for the fast reply. I've used it in the tag tc:selectOneChoice/ with the hope that it would work in IE. kind regards Adam A. Henne Hi Adam, in which tag did you use the tc:selectItem/ ? The itemImage attribute is currently only supported by tc:toolBarSelectOne

javascript with panelTab

2006-10-09 Thread Mark Babcock
Has anyone had any success with getting the tabbed pane client side scripts to work? f:subview id=panelTabbedPane1 t:panelTabbedPane selectedIndex=1 width=100% styleClass=leftTabbedPane activeTabStyleClass=activeTab tabContentStyleClass=tabContent activeSubStyleClass=activeSub

Re: Remembering first attribute in t:dataTable

2006-10-09 Thread Jeff Bischoff
Titi, This question is asked a lot, so I've decided to make a wiki page on it. You can expect that page up by the end of today, unless some disaster happens at work. Rather than make you wait, I'll give a quick version of my answer here. I gave you a tip on this in another thread [1]. But

Implementing a rendered property

2006-10-09 Thread [EMAIL PROTECTED]
Hello I would like use a rendered property in my JSF component. Could You please give me the recipe how I have to do? Thanks Urs

Re: JSF Color Picker

2006-10-09 Thread Matthias Wessendorf
this example shows how to use tr:chooseColor and tr:inputColor http://www.irian.at/trinidad-demo/faces/components/chooseColor.jspx Source: http://www.irian.at/trinidad-demo/faces/components/chooseColor.jspx.source On 10/9/06, L Frohman [EMAIL PROTECTED] wrote: in adf faces (Trinidad) there

Upload component

2006-10-09 Thread [EMAIL PROTECTED]
Is there a myfaces component using the commons FileUpload? I have to do an image upload. Urs

Re: ajax4jsf and myfaces

2006-10-09 Thread Matthias Wessendorf
That is a bug in MyFaces 1.1.3 can you use 1.1.4 ? On 10/7/06, Stephen Osella [EMAIL PROTECTED] wrote: Gerald, Thanks for responding. I removed the DISPATCHER elements in the web.xml . The AJAX4JSF filter is the first filter in the web.xml. I am using the following code: h:inputText

Re: Tree2 always goes to the very top

2006-10-09 Thread Jeff Bischoff
Jim, No, the bug I reported is in Tomahawk 1.1.5 (nightly). I have just tested the example app with your combination of Core 1.1.4 and Tomahawk 1.1.3. AutoScroll seems to work okay with that combination, including the Tree2 examples. So you must be running into some other problem. Regards,

Re: Apache Con US 2005 - Myfaces Portlet support

2006-10-09 Thread Dave Brondsema
Behrang Saeedzadeh wrote: Hi, On 1/19/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: [...] no, only you have to remove redirect/ Then how can we implement the redirect-after-post pattern in a Portlet container? Without redirects, when a user submits a form and refreshes the browser,

Re: Upload component

2006-10-09 Thread Martin Marinschek
Hi Urs, t:inputFileUpload. regards, Martin On 10/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there a myfaces component using the commons FileUpload? I have to do an image upload. Urs -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in

Re: Implementing a rendered property

2006-10-09 Thread Martin Marinschek
Do you want to use the rendered property of an existing component or do you want to implement a rendered property on a new, custom built component? regards, Martin On 10/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello I would like use a rendered property in my JSF component. Could

Re: Tobago and Seam

2006-10-09 Thread Bernd Bohmann
Hello tiger2b, I have never tested tobago with seam. So far I know Seam depends on client side state saving and the ajax part of tobago needs server side state saving. You can try tobago without ajax enabled (tobago-config.xml) and seam. If you get some errors I will try to fixed it in

Using Trinidad with Tomahawk and Tiles

2006-10-09 Thread Robert D. Morse
Hello, I have an application that uses MyFaces 1.1.4, Tomahawk and Tiles. I have a requirement to add in something similar to the Trinidad breadcrummb tag or the ADF Faces processTrain. I didn't have any success in my first attempt of integrating ADF Faces with my application so I'm

Re: Tree2 value loaded twice during page load

2006-10-09 Thread Andrew Robinson
Do not create new classes in a get property method. EL expressions are often evaluated more than once. This is often do to other phases, checking the rendered property, etc. Load your tree model when the page is loaded and not in the getter method. Either that or create a request-scope attribute

Re: Implementing a rendered property

2006-10-09 Thread Andrew Robinson
Extend UIComponentBase In your renderer check component.isRendered() -Andrew On 10/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello I would like use a rendered property in my JSF component. Could You please give me the recipe how I have to do? Thanks Urs

RE: Tomahawk and trinidad

2006-10-09 Thread Chaitanya Kadaru
Martin Thanks for your answer. Should I have to use the latest nightly build of tomahawk or myfaces? Or both? It seems to go into an infinite loop when I use Myfaces 1.1.4 Tomahawk 1.1.2 Trinidad incubator m1 snapshot svn version - 452680 If some one can give me a working combination

Re: Tomahawk and trinidad

2006-10-09 Thread Jeff Bischoff
See [1]. It doesn't include Trinidad in the matrix, but it should get you started (with a compatible combination of MyFaces and Tomahawk) Note that your current combination is not marked as compatible. [1] http://wiki.apache.org/myfaces/CompatibilityMatrix Regards, Jeff Bischoff Kenneth L

Re: Remembering first attribute in t:dataTable

2006-10-09 Thread Jeff Bischoff
Here is the wiki page [1]. Feel free to let me know what you think, and of course further contributions to the wiki are appreciated. [1] http://wiki.apache.org/myfaces/ManagingDataScrollerPage Regards, Jeff Bischoff Kenneth L Kurz Associates Jeff Bischoff wrote: Titi, This question is

Disable t:popup without disabling children?

2006-10-09 Thread noah
In our application we wrap t:popup around our form fields to give the user context sensitive help. But, when there is no help, or if the user disables the help, we don't want to display it. Is there a way to disable the popup but still render its children, or do I need to write a patch?

popup timeout

2006-10-09 Thread Yixing Ma
Hi myfaces users, I need your help regarding the popup component. I want to add a delay to the popup. Instead of showing the popup right away when hove over the item, I want to wait 5 seconds, if the mouse after 5 seconds is still on the item, I will show the popup. Otherwise, dont

Re: Datascroller displays incorrect pageIndex (1)

2006-10-09 Thread Aneesha Govil
Hi Jeff,I am using datatable binding as well. Are there any known issues with using as against the value, rows and first bindings?In my usecase, I cannot use the latter because I add buttons on top of my raw table data for navigating to the detail page etc. I will not go ahead with this approach

Tomahawk and ajax4jsf - t:datascroller and sortheaders don't work

2006-10-09 Thread Aneesha Govil
Hi,I got the datatable, sortheaders and datascroller working with Tomahawk. Then I was trying to ajaxify the table loading on the basis of a drop down. The table loads with ajax perfectly however, the datascroller and sort headers in it have stopped working. Is this a known issue? Does tomahawk