Re: Contribution of component library planned, live demo available

2005-07-22 Thread Klug, Boris
Hi! great components! What I like is the menu component with the feature to disable menu items and the abillity to select a menu item by using keyboard shortcuts. Also the table component is really impressive. The use of JavaScript for me is not a problem - as long as there are no conflicts with

new custom components

2005-07-22 Thread Werner Punz
Somebody posted this link on the exadel forum some of this stuff looks cool and the license seems to be apache compliant ;-) http://www.jenia.org/jsp/index.jsp

Re: Contribution of component library planned, live demo available

2005-07-22 Thread Werner Punz
Udo Schnurpfeil wrote: Dear MyFaces-Team, after the MyFaces BOF on the ApacheCON 2005 we have talked to Martin and Matthias about our extensional faces-based component library Tobago. We showed them some of our online examples visible at http://tobago.atanion.net and we all agreed,

Re: Contribution of component library planned, live demo available

2005-07-22 Thread Werner Punz
Martin Marinschek wrote: Well, for large code contributions, which this component set would obviously be, we have to go through the incubator to make sure that all intellectual property issues are solved and also that there is an interest in the community. As with Matthias and me, we have

Re: I cannot load tags of myfaces 1.0.9 (20050711) in Eclipse 3.1 final and JBossIDE-1.5M2-ALL ...

2005-07-22 Thread Bruno Aranda
Fabio, remove the semicolons (;) after the uri from the taglib declarations... %@ taglib uri=http://java.sun.com/jsf/html;; prefix=h% %@ taglib uri=http://java.sun.com/jsf/core;; prefix=f% %@ taglib uri=http://myfaces.apache.org/extensions;; prefix=x% should be: %@ taglib

RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Clément Maignien
Someone has made it (the onclick popup) ! You can find it there : http://www.jenia.org Or view a demo here : http://www.jenia.org/TestPopup/jsp/index.jsp That don't solve my problem entirely, because I want my page to be opened in a browser window, but I think I gone use it somewhere else in my

Re: WML in MyFaces

2005-07-22 Thread Martin Marinschek
Well, after our current SVN reorg the WML tag library kind of got lost ;) it should already be back in the nightly builds, though... regards, MartinOn 7/21/05, aaronbartell [EMAIL PROTECTED] wrote: I am going to be writing a WML application and was excited to dig in with MyFaces because I

Re: [OT] Java-/JSP-source displaying servlet

2005-07-22 Thread Martin Marinschek
no, sorry, there might be something like this in Jalopy, though? but if you do something like that - it would make a great component for MyFaces ;) regards, MartinOn 7/22/05, Craig McClanahan [EMAIL PROTECTED] wrote: IIRC, Tomcat comes with just such a gadget, to display the sources forthe

RE: [OT] Java-/JSP-source displaying servlet

2005-07-22 Thread Jesse Alexander (KBSA 21)
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] I assume you have seen the SourceCodeServlet in the simple examples? It doesn't format the source code but it basically shows the jsp as it would look in a text editor (before the jsf tags are processed into HTML.)

Re: Contribution of component library planned, live demo available

2005-07-22 Thread Aleksei Valikov
Hi. We showed them some of our online examples visible at http://tobago.atanion.net and we all agreed, that it is important to build up an open-source- based community around this stuff. We learned how such a contribution in the ASF world works. So we are willing to add our component

Re: Contribution of component library planned, live demo available

2005-07-22 Thread Werner Punz
Aleksei Valikov wrote: The demos look simply great! Looking forward for your contribution - I've got a lot of work for your components. ;) obligatory /me too post

Re: [OT] Java-/JSP-source displaying servlet

2005-07-22 Thread Martin Marinschek
it turns out that the Tobago people have something like that in their demo app. I am going to ask them how they do it. regards, MartinOn 7/22/05, Jesse Alexander (KBSA 21) [EMAIL PROTECTED] wrote: -Original Message-From: Sean Schofield [mailto: [EMAIL PROTECTED]]I assume you have seen

Re: new custom components

2005-07-22 Thread Aleksei Valikov
Hi. Somebody posted this link on the exadel forum some of this stuff looks cool and the license seems to be apache compliant ;-) http://www.jenia.org/jsp/index.jsp Seems like JSF components are booming. ;) Wonder if anyone has tried this with MyFaces. Bye. /lexi

Why does the styleClass attribute not work?

2005-07-22 Thread Randahl Fink Isaksen
Has anyone seen the x:dataList attbribute styleClass working? Setting it has no effect in my configuration - and I am using the latest MyFaces jars (see my example below). Randahl Randahl Fink Isaksen wrote: The documentation for the x:dataList says you can add a css style class to it,

Re: Why does the styleClass attribute not work?

2005-07-22 Thread Bruno Aranda
Hi Randahl, coult you fill a JIRA issue so we don't forget this? We will try to look at this as soon as possible... Regards, Bruno P.S. and patches are always welcome ;-) 2005/7/22, Randahl Fink Isaksen [EMAIL PROTECTED]: Has anyone seen the x:dataList attbribute styleClass working? Setting

Re: new custom components

2005-07-22 Thread Werner Punz
May I dump the info on the wiki? Werner Aleksei Valikov wrote: Hi. Somebody posted this link on the exadel forum some of this stuff looks cool and the license seems to be apache compliant ;-) http://www.jenia.org/jsp/index.jsp I've just tried it and it seems to work (at least the

Re: RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Slawek
i have made it in #2 way - that was described in my last post it works great (and opens in browser window:P ) Sławek Sobótka Someone has made it (the onclick popup) ! You can find it there : http://www.jenia.org Or view a demo here : http://www.jenia.org/TestPopup/jsp/index.jsp That don't

RE : RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread Clément Maignien
Thanks Sławek, I'll try it as soon as I can. Thanks again for your help ;) Clément -Message d'origine- De : Slawek [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 juillet 2005 11:33 À : MyFaces Discussion Objet : Re: RE : commandLink and onClick javascript popup window problem i have

Re: Why does the styleClass attribute not work?

2005-07-22 Thread Randahl Fink Isaksen
Certainly Bruno! - I have now filed issue 354 http://issues.apache.org/jira/browse/MYFACES-354 It would really save me some work, if you could fix this bug - working arround this problem is not that easy, and the consequence of the bug is that you cannot use styled lists on the page at all.

RE: Contribution of component library planned, live demo availabl e

2005-07-22 Thread Jesse Alexander (KBSA 21)
-Original Message- So neither way is optimal. -/Original Message- That's why there should be a configuration switch to allow or not the use of javascript in a component. And whether the JS-enabled features should be called advanced? I have my own way of thinking about that. But

Re: Contribution of component library planned, live demo availabl e

2005-07-22 Thread Werner Punz
There are sometimes situations when such a switch is not possible, all you can do is to program the component non intrusive so that it basically does not do anything if such a switch is triggered. Jesse Alexander (KBSA 21) wrote: -Original Message- So neither way is optimal.

Re: Contribution of component library planned, live demo availabl e

2005-07-22 Thread Udo Schnurpfeil
Hi! What I like less: JavaScript usage I don't like JavaScript too. But the focus of the current themes in Tobago is to write web applications with a look and feel like a desktop application. We want to provide as much confort for the user as possible. So we can't drop that stuff.

Re: Contribution of component library planned, live demo available

2005-07-22 Thread Udo Schnurpfeil
Hi, in the moment the focus is on mozilla/firefox and ie. Better Safari and Opera support is on the tasklist. Currently I've bought a Mac, so I'm interested myself ;-) regards Udo Am 22.07.2005 um 08:39 schrieb Klug, Boris: Hi! great components! What I like is the menu component with the

Re: Contribution of component library planned, live demo availabl e

2005-07-22 Thread Udo Schnurpfeil
Hi, thanks for your feedback. At the moment the themes/controls are working only with javascript, however it is possible to write a script-free theme. Of course in that case you will not have the full functionalltiy of the components (e.g. columnresizing in the sheet). The advantage is,

RE: Contribution of component library planned, live demo availabl e

2005-07-22 Thread Jesse Alexander (KBSA 21)
-Original Message- At the moment the themes/controls are working only with javascript, however it is possible to write a script-free theme. Of course in that case you will not have the full functionalltiy of the components (e.g. columnresizing in the sheet). The advantage is, that you

Re: Dynamic Converter

2005-07-22 Thread Enrique Medina
Hi, I implemented a generic object converter for Hibernate using a dummy dao that only needs the ID for the object (in terms of Hibernate) and its class. So when the object has to be converted to a String, I simply generate a string with the class name and the ID of the object. And when a string

RE: WML in MyFaces

2005-07-22 Thread albartell
I found it in SVN, thanks for the redirect. :-) On another note I am wondering what people use to test their WML applications. I obviously don't want to have to publish it out to a web server on the internet just so I can test it with my Blackberry. Does anyone know of a WML device

Two question regarding forms

2005-07-22 Thread Klug, Boris
Hi! I have two questions regarding forms. I think they are quite simply - for you, not for me ;-) 1) Leaving a page without validation. I have a form (see 2) with input field that are validates, e.g. a required=true. The validation should be checked if the OK submit button is hit. This works

Re: WML in MyFaces

2005-07-22 Thread Gérard COLLIN
Opera browser has native support for WML. Gérard On Friday 22 July 2005 15:57, albartell wrote: I found it in SVN, thanks for the redirect. :-) On another note I am wondering what people use to test their WML applications. I obviously don't want to have to publish it out to a web server

Re: Two question regarding forms

2005-07-22 Thread Bruno Aranda
Hi Boris, 1) Use the attribute mmediate=true in your cancel button to bypass the validation. 2) Only the first child component of a facet is renderer. I recommend you to put your buttons inside a panelGroup component, so the panelGroup will be the only child, Regards, Bruno 2005/7/22, Klug,

Re: Two question regarding forms

2005-07-22 Thread Bruno Aranda
I meant - immediate=true :-) Bruno 2005/7/22, Bruno Aranda [EMAIL PROTECTED]: Hi Boris, 1) Use the attribute mmediate=true in your cancel button to bypass the validation. 2) Only the first child component of a facet is renderer. I recommend you to put your buttons inside a panelGroup

[INFO] Respecting the Java Community

2005-07-22 Thread Jonas Jacobi
An article worth the five minutes it take to read http://java.sys-con.com/read/108471.htm - Jonas

RE: RE : commandLink and onClick javascript popup window problem

2005-07-22 Thread CONNER, BRENDAN \(SBCSI\)
Yes, that works well. That method is similar to index.jsp and popup.jsp in Chapter 12 of Core JavaServer Faces in that the parameters are passed as request parameters in the URL. The popup JSP can then access the values using param.xxx and param.yyy. Another method outlined in that chapter

RE: WML in MyFaces

2005-07-22 Thread albartell
Cool, got that working with a static servlet wml page. Now I am looking to implement the wap: tags that MyFaces offers. It is looking like I would have to download the code from SVN, compile and Jar it to get going with WML. I didn't see the WAP tld's in the latest downloads at

Re: TabbedPane + Tiles

2005-07-22 Thread Curtney Jacobs
Any suggestions? On Thu, 2005-07-21 at 21:11 -0700, Curtney Jacobs wrote: Greetings! I have successfully manage to get my tile to display within my tabs, however, the same tile definition is displayed in each tab. I would like each tab to display its' corresponding tile. I don't know how to

tree2 component reload

2005-07-22 Thread Edwin Mercado
Hello all, I'm still baffled by the JSF phases. I'm using a tree2 component that is a tied to a getTreeData() function to retrieve the current data from the model. Everytime I select a node, the getTreeData() function is called 3 times. Now, for each tree2 node that has been selected I display a

Basic/standard - choose component set?

2005-07-22 Thread Darren Hartford
Hello all, I'm not sure if this is possible, but I think if anyone would know it would be this crew - Given the opportunity to build an application using the basic/standard component types, is there a way to set it up to swap out the different origins? i.e. 'petstore/adventurebuilder' running

tree3 component reload

2005-07-22 Thread Edwin Mercado
Hello all, I'm still baffled by the JSF phases. I'm using a tree3 component that is a tied to a getTreeData() function to retrieve the current data from the model. Everytime I select a node, the getTreeData() function is called 3 times, retrieving the same data every time. a:tree3

Using JSF from code behind another controller

2005-07-22 Thread Duncan Krebs
Hi, Im trying to integrate MyFaces into an in-house web framework and have a couple of grey areas that Im trying to think through. Building JSF pages without JSP and taglibs. Lets say I want to dynamically build a JSF form and the controls that should be included in the form are

RE: Using JSF from code behind another controller

2005-07-22 Thread balaji.saranathan
Hi, I'm new to all of this and learning on the way. But I'm doing something similar to the first point below. I'm building a component that can build me a form from XML based configuration file. In that case you would directly use the HtmlForm and HtmlInputText. The component I'm

Re: tree3 component reload

2005-07-22 Thread Dennis Byrne
Can you post the code for your action listener? I'm curious to see if loadTreeData() is being called after or before you updating the tree model. Original message Date: Fri, 22 Jul 2005 15:40:22 -0400 From: Edwin Mercado [EMAIL PROTECTED] Subject: tree3 component reload To:

RE: tree3 component reload

2005-07-22 Thread Edwin Mercado
Here's the action listener for the add child node command link: public void createProArgumentationNode(ActionEvent event) { ArgumentationNode child = createNode(); ArgumentationNode parent = getCurrentNode(); addEdge(child, parent, true); /* view updated model data */

Re: Using JSF from code behind another controller

2005-07-22 Thread Craig McClanahan
On 7/22/05, Duncan Krebs [EMAIL PROTECTED] wrote: Hi, I'm trying to integrate MyFaces into an in-house web framework and have a couple of grey areas that I'm trying to think through. Building JSF pages without JSP and taglibs. Lets say I want to dynamically build a JSF

Selected values of h:selectManyListbox ...

2005-07-22 Thread fabio quimbay
Greetings, ... This is a part of my JSP page: ... h:selectManyListbox id=countryDepartments size=3 value=#{project.selectedCountryDepartments} valueChangeListener=#{project.handleCountryDepartments} onchange=submit() immediate=true

RE: tree3 component reload

2005-07-22 Thread Dennis Byrne
I'm getting the same behavior as both of you. I get it with @action and @actionListener . I get it with the HEAD branch and 1.0.9 . I get it when I add nodes and remove nodes. I'll take a look this weekend. If there aren't any bright ideas between now and next week, I'll open a bug so that