Re: x:Tree 1.0.8 compatibility with new Tree2

2005-03-02 Thread Oliver Rossmueller
From my POV there are some issues we have to discuss before tree2 will be a replacement for the current tree component (see follow-up post on the dev list). Adrian, as I have lots of code based on the current tree component, too, we will either find a way for current users to switch to a new tr

Layouting with PanelGrid

2005-03-02 Thread Fanny Aenvie
hi, im quite new in java server faces and i'm a little bit trapped in what i call the panelgrid-layout-problem. because my project can not and does not use jsp, i have to build my form-layout programmatically. but how can i get a proper layout with a colspan then ? i think one thing, that could

Re: MyFaces Website

2005-03-02 Thread Martin Marinschek
Hi, well, a discussion about taking maven as a build tool has been taking place on the mailing list a while ago, and the majority wanted to stay with ant; especially as we all don't have much experience with maven and our IDEs offer great ANT integration... So you would definitely need to discuss

Re: How to access selected/current row/node in Tree TABLE

2005-03-02 Thread Sean Schofield
> We would prefer to have the lines connect - I think we should at least > support it. I think it would be good to have an opened node icon (with > vertical connection - so root node connects) and closed node icon. I think we can make the lines connect. If you have padding between or within

Re: How to access selected/current row/node in Tree TABLE

2005-03-02 Thread Bryan Dickey
Sean, I haven't had a chance to look at tree2 yet - I will though. We would prefer to have the lines connect - I think we should at least support it. I think it would be good to have an opened node icon (with vertical connection - so root node connects) and closed node icon. It would also be

Re: Change to HtmlButtonRendererBase

2005-03-02 Thread Sean Schofield
Heath, I added a comment/question on this in JIRA. I'll also take a look at your code to see if I can't get a better idea of what you're after. sean On Wed, 2 Mar 2005 09:01:37 -0600, Heath Borders <[EMAIL PROTECTED]> wrote: > I haven't seen any action on the JIRA I filed for this. Is this >

Re: x:Tree 1.0.8 compatibility with new Tree2

2005-03-02 Thread Sean Schofield
Adrien, That's a tricky question. The plan has been to replace tree with the new one. It was assumed that the new tree would have the same *functionality* as the old and I believe it does have the same functionality and more. One area that still needs to be addressed is the treetable. Once tha

x:Tree 1.0.8 compatibility with new Tree2

2005-03-02 Thread Adrien FOURES
Hello I use the x:tree since the 1.0.7 version. I want to know, if all my source code which use the x:tree component in my current version 1.0.8, will be work with the new tree2. And if is not working, is the old version will be maintained and install in the 1.0.9? Thanks, Adrien

Re: Change to HtmlButtonRendererBase

2005-03-02 Thread Heath Borders
I haven't seen any action on the JIRA I filed for this. Is this change amecable to everyone? If not, I can just make the code change to my own code to compensate, but I felt like this would make reusing the extended CommandButton component easier. On Wed, 23 Feb 2005 16:41:42 -0600, Heath Borde

Re: Link - Best practice

2005-03-02 Thread Heath Borders
Creating a request bean for the specific event and setting it in the action that gets fired by the JSCookMenu is fine. The reason I like to shy away from request beans is that you have to make sure that the data is always posted back, otherwise you run the risk of losing it. On Wed, 2 Mar 2005 1

Re: How to access selected/current row/node in Tree TABLE

2005-03-02 Thread Sean Schofield
David/Bryan, Have either of you guys had a chance to look at tree2 yet? I started thinking about some of the issues involved. One issue that comes to mind is the connecting lines that connect each of the nodes. If you put them inside a table that has a border between cells (or any kind of paddi

Link - Best practice

2005-03-02 Thread hermod . opstvedt
Hi What is the best practice for the following scenario : I have a page that can display different events. From the menu (JSCookMenu) you should be able select a specicif event, and be sent to this page which in turn would display the data for that event. In good ol' Struts you would do this thro

Re: ImageButton & Seating paln implementation with MyFaces

2005-03-02 Thread Bruno Aranda
Hi Kostas, I think that creating a new component is not necessary. To do this you only have to put a graphicImage inside a commandLink, like shown in this snippet: Good luck with your seats, Bruno On Wed, 02 Mar 2005 01:26:14 +, Kostas Karadamoglou <[EMAIL PROTECTED]> wrote: >

visibleOnUserRole not working?

2005-03-02 Thread Alessandro Polverini
Hello, I'm doing a very basic test with user realms and the simplest I can find seems not working, probably I'm doing something wrong and a bit of help would be appreciated. I tried the following directive: And the text "role found" is displayed always, also if the user is not authenticated! A