RE : Input Suggest - Ajax Suggest

2005-09-12 Thread Clément Maignien
I did try the inputSuggest. It works globally well except some small issues (its in sandbox ...). Theres somes JIRA issues opened on it. Did someone try the ajaxInputSuggest ? -Message d'origine- De : Martin Marinschek [mailto:[EMAIL PROTECTED] Envoyé : vendredi 9 septembre 2005 17:14

coupling managed bean.. is this a right aproch

2005-09-12 Thread ::SammyRulez::
Hi all I have designed my app to have a session scoped bean storing transient preferences. In others beans I need to read that preferences... I'm doing it right? Are there any ways to obtain from facesContext the instance fo the session scoped bean? thanks! -- ::SammyRulez::

Re: coupling managed bean.. is this a right aproch

2005-09-12 Thread Bruno Aranda
Yes, you can obtain the bean from the context using the VariableResolver, like this: FacesContext facesContext = FacesContext.getCurrentInstance(); YourBean yourBean = (YourBean) facesContext.getApplication() .getVariableResolver().resolveVariable(

Antwort: myfaces does not comply with JSF specification?

2005-09-12 Thread mathias . werlitz
You can use this config in your web.xml, there should be no _javascript_... context-param param-nameorg.apache.myfaces.ALLOW_JAVASCRIPT/param-name param-valuefalse/param-value description This parameter tells MyFaces if _javascript_ code should be allowed in the rendered

Event listeners and request scope problem

2005-09-12 Thread Frederic Auge
Hi, I have a form with 3 event listeners on selectOneMenu, my problem is that when I update one of the selects, the 3 event listeners are called ! I would have expected that only one was executed. Just to be sure, I changed my bean to session scope and now only one event listener is called. But I

HELP : tree2 problem ?

2005-09-12 Thread Guilherme Gomes
Although this seems to be the ordinary expanded/leaf/hasChildren problem that is normally due to the tree not being setup properly, i haven't quite figured it out yet. May be missing something. So what happens is this: -I have a tree2 with some nodes. -I also have a few checkboxes that change

Re: NullPointerException when using MyFacesGenericPortlet

2005-09-12 Thread Dave Brondsema
Yes it does, if you use MyFacesGenericPortlet. If you want to have a default view for each portlet mode, see http://wiki.apache.org/myfaces/UsingPortletModes javaone9 wrote: Does portlet work well with JSF page navigation? Thanks. */Dave Brondsema [EMAIL PROTECTED]/* wrote: Any ideas?

[ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Manfred Geiler
The MyFaces team is very proud to announce the fact, that the current codebase has just passed *all* JSF TCK 1.1 tests! This is a great milestone (actually the greatest since MyFaces has started in 2003) and we are all looking forward to releasing the first official certified free open source JSF

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Boris Kovalenko
Hello! Wow!!! Big thanks to all for nice job! With respect, Boris

RE: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread gvial
Great! We just switched to MyFaces and this makes us feel even better about it :p) Greg -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 9:16 AM To: MyFaces Discussion Subject: Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1 Manfred

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Enrique Medina
Congratulations!2005/9/12, Manfred Geiler [EMAIL PROTECTED]: The MyFaces team is very proud to announce the fact, that the currentcodebase has just passed *all* JSF TCK 1.1 tests!This is a great milestone (actually the greatest since MyFaces hasstarted in 2003) and we are all looking forward to

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Craig McClanahan
On 9/12/05, Manfred Geiler [EMAIL PROTECTED] wrote: The MyFaces team is very proud to announce the fact, that the currentcodebase has just passed *all* JSF TCK 1.1 tests!This is a great milestone (actually the greatest since MyFaces hasstarted in 2003) and we are all looking forward to releasing

RE : [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Clément Maignien
MyFaces ROCKS :D:D:D Clément Maignien -Message d'origine- De : Manfred Geiler [mailto:[EMAIL PROTECTED] Envoyé : lundi 12 septembre 2005 15:12 À : MyFaces Development; MyFaces Discussion Objet : [ANNOUNCE] MyFaces passed the JSF TCK 1.1 The MyFaces team is very proud to announce the

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Francesco Consumi
Quoting Manfred Geiler [EMAIL PROTECTED]: The MyFaces team is very proud to announce the fact, that the current codebase has just passed *all* JSF TCK 1.1 tests! Congratulazioni, ragazzi.. :-) -- Francesco Consumi Ufficio Sistemi informativi Istituto degli Innocenti Piazza SS.Annunziata,

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Werner Punz
This is absolutely wonderful news... Congratulations... Someone should give the news to www.theserverside.com ( I think the honor belongs to one of the maintainers ;-) ) Werner Manfred Geiler wrote: The MyFaces team is very proud to announce the fact, that the current codebase has just

Re: x:inputCalendar - popup hidden by other elements

2005-09-12 Thread Christian Froelich
Hi, did you also try to add/change z-index attribute of the div containing the Calendar?? Did you also try to add a div surrounding your other components?? Normally this should work... Regards, Christian --- Ursprüngliche Nachricht --- Von: Paul Klaer [EMAIL PROTECTED] An: MyFaces Users

DOESN'T WORK!!! Please anyone can help me!?!

2005-09-12 Thread d.venturini
Hi, Im config myfaces library by eclipse for a new web application but when I ran it myfaces doesnt work and doesnt update my head link js tags Anyone can help me?!?! Please :--( Thank you. Davide.

Re: DOESN'T WORK!!! Please anyone can help me!?!

2005-09-12 Thread Bruno Aranda
Maybe you don't have included the extensions filter in the web.xml file: [CODE] !-- Extensions Filter -- filter filter-nameextensionsFilter/filter-name filter-classorg.apache.myfaces.component.html.util.ExtensionsFilter/filter-class init-param

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Sean Schofield
Not yet. We don't have a binary release so let's hold of on that. sean On 9/12/05, Werner Punz [EMAIL PROTECTED] wrote: This is absolutely wonderful news... Congratulations... Someone should give the news to www.theserverside.com ( I think the honor belongs to one of the maintainers

Putting Objects in SelectItems

2005-09-12 Thread gvial
Hi, I want to put Objects (DTOs) in my SelectItems, to be able to submit it in the Save, but i always get the Error Value is no String error from the renderer. java.lang.IllegalArgumentException: Value is no String and component userForm:groupListBox does not have a Converter at

Tree2 state problem

2005-09-12 Thread Atree Blu
Hi, I have a tree2 with showRootNode=true preserveToggle=true clientSideToggle=true. I describe my problem: 1) I open a JSP popup page with a tree2 (there are many nodes under the root); 2) I expand some node; 3) I close popup; 4) I reopen the popup with anothertree2 that, in this case, has only

RE: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Balaji Saranathan
Congragulations. Thanks for all your efforts and help to make our worklife a better place ;-) Regards Balaji -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 9:12 AM To: MyFaces Development; MyFaces Discussion Subject: [ANNOUNCE]

RE: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Stan Silvert
Great news Manfred!!! You should be very proud. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 9:12 AM To: MyFaces Development; MyFaces Discussion Subject: [ANNOUNCE]

Re: Putting Objects in SelectItems

2005-09-12 Thread ::SammyRulez::
yes, but you must provide a way to convert those items in strings and vice-versa... a class implementing the Converter interface. here an example: public class ShipperConverter implements Converter{ public Object getAsObject(FacesContext facesContext, UIComponent uiComponent, String s)

Re: Putting Objects in SelectItems

2005-09-12 Thread Mike Kienenberger
You can, but you have to create a converter since html only represents things as Strings. On 9/12/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I want to put Objects (DTOs) in my SelectItems, to be able to submit it in the Save, but i always get the Error Value is no String

Re: Event listeners and request scope problem

2005-09-12 Thread Mike Kienenberger
Take a look at t:saveState. It allows you to persist a request-scoped bean longer. You'll probably want your beans to persist so long as the page doesn't change. On 9/12/05, Frederic Auge [EMAIL PROTECTED] wrote: Hi, I have a form with 3 event listeners on selectOneMenu, my problem is that

Re: x:saveState assign a new value

2005-09-12 Thread Mike Kienenberger
You could use it to copy a value from one bean to another, but since t:saveState doesn't allow you to specify a value, but only allows you to move it into and out of the component tree state holder, I can't see how you'd use it as a general purpose assigner. On 9/10/05, Dave [EMAIL PROTECTED]

Re: x:saveState assign a new value

2005-09-12 Thread Dave
You could use it to copy a value from one bean to another Can I assign value from one bean to another different bean? I am trying to find the documentation for x:saveState. Mike Kienenberger [EMAIL PROTECTED] wrote: You could use it to copy a value from one bean to another, but sincet:saveState

How to set the width of just one column in dataTable

2005-09-12 Thread Rick Reumann
Say I have 10 columns in a table. I need to set the width of just the 5 column. It seems like I'd have to make up classes for each column (or at least the first 4) just so that I can define a style for the 5th column to give it a width? Shouldn't h:column except a style attribute so I can

RE: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Lindholm, Greg
Which revision/nightly build was tested? -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 9:12 AM To: MyFaces Development; MyFaces Discussion Subject: [ANNOUNCE] MyFaces passed the JSF TCK 1.1 The MyFaces team is very proud to announce

Tree 2 Dynamic Example

2005-09-12 Thread Vo, Ky
Title: Tree 2 Dynamic Example Hope this helps all Tree2 users to create a dynamic (lazy loading) tree. Modified from Sean's Simple tree2 example: - In Faces-Config.xml - !-- Managed Beans for tree2.jsp -- managed-bean

Re: How to set the width of just one column in dataTable

2005-09-12 Thread Mathias Brökelmann
Use t:datatable and a for the 5th column t:column width=xyz You have to use the latest nightly to work with t:column. You can also define style or styleClass for t:column Regards, Mathias 2005/9/12, Rick Reumann [EMAIL PROTECTED]: Say I have 10 columns in a table. I need to set the width of

Re: SimpleTag instances as JSF

2005-09-12 Thread Mathias Brökelmann
Have a look at the jsf api and spec. AFAIK you have to sublcass javax.faces.webapp.UIComponentTag which implements Tag and JspTag. 2005/9/9, Dennis Byrne [EMAIL PROTECTED]: Do custom tag developers have to use the classic tag model for JSF components? Dennis Byrne

how set or remove a f:param ?

2005-09-12 Thread Mariano Petrakovsky
I have a f:param into a button... this parameter is getted for a BackBean... If i want remove o change the value of this param... I try FacesContext ctx = FacesContext.getCurrentInstance(); Map map = ctx.getExternalContext().getRequestParameterMap();

Re: How to set the width of just one column in dataTable

2005-09-12 Thread Rick Reumann
Mathias Brökelmann wrote the following on 9/12/2005 4:47 PM: Use t:datatable and a for the 5th column t:column width=xyz You have to use the latest nightly to work with t:column. You can also define style or styleClass for t:column Awesome Mathias! Exactly what I was hoping to be able to do.

RE: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Jesse Alexander \(KBSA 21\)
YIPPIIEH G R E A T congrats to the team Alexander -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 3:12 PM To: MyFaces Development; MyFaces Discussion Subject: [ANNOUNCE] MyFaces passed the JSF TCK 1.1 The MyFaces

Re: how set or remove a f:param ?

2005-09-12 Thread Dave
The map is immutable. If you want to use something dynamic, use getRequestMap() instead.Mariano Petrakovsky [EMAIL PROTECTED] wrote: I have a f:param into a button... this parameter is getted for aBackBean...If i want remove o change the value of this param... I tryFacesContext ctx =

Hibernate: 1-to-many -- struggling

2005-09-12 Thread Dave
I am struggling with Hibernate 1-to-many mapping(collection). Could someone tell me how to manage the collection of one-to-many mapping? a little code will be very helpful.I have a very simple one-to-many relationship: an Item has many Picture(s). ENTITY -- Item @... public class item { private

Re: Hibernate: 1-to-many -- struggling

2005-09-12 Thread Rafael Nami
I'm not an expert in this, but I think if you use another type of collection, like a Set or a List, this behavior won't occur. I usually use Sets to many to many and Lists to bidirecional relations. Hope that it helps Rafael Mauricio Nami 2005/9/12, Dave [EMAIL PROTECTED]: I am struggling with