commandButton url output

2007-01-17 Thread Stephane Grenier
Hi, This is almost a bookmarking question, but in essence I'm trying to have the output from my commandButton code go to a page where I want to dynamically append request parameters to the url. So for example, success might go to: http://.../context/myPath.jsf?requestParameter=dynamicValue

where to place code to grab request parameters

2007-01-17 Thread Stephane Grenier
Hi, Where can I place my code to grab the request parameters from the url in the back-end bean so that it's called each and every time a specific jsp is referenced (assuming a 1 to 1 mapping with a single backend bean). Regards, Steph

How to create a custom component with a non-string data model

2007-01-04 Thread Stephane Grenier
Hi all, I'm trying to create a custom component and I've got it working when the input value is a String type parameter from my backend bean. However my problem is that it's not working when the parameter is anything but a String object, say a data model object. I've tried a number of options,

RE: How to create a custom component with a non-string data model

2007-01-04 Thread Stephane Grenier
Btw, I just noticed in the code, the line: component.setValueBinding(value, binding); should read: component.setValueBinding(address, binding); Regards, Steph -Original Message- From: Stephane Grenier Sent: Thursday, January 04, 2007 4:59 PM To: users@myfaces.apache.org

Re: error messages in panelgrids

2005-09-09 Thread Stephane Grenier
: Thu, 08 Sep 2005 11:59:03 -0400 From: Stephane Grenier [EMAIL PROTECTED] Subject: error messages in panelgrids To: users@myfaces.apache.org Hello, I'm having some problems trying to understand how to properly layout the code. What I'm trying to do is use a panelgrid, one column

re-using the same component in multiple pages

2005-07-20 Thread Stephane Grenier
Hi everyone, Let's say I have a table with it's own backend bean that I want to re-use at several places in our web application, basically add that table with other different components on several pages. Is the best method to just use jsp includes for the common jsp code (ie. the code

Re: re-using the same component in multiple pages

2005-07-20 Thread Stephane Grenier
not pass different controllers you probably are set with that one... Stephane Grenier wrote: Hi everyone, Let's say I have a table with it's own backend bean that I want to re-use at several places in our web application, basically add that table with other different components on several pages

javadocs on website

2005-07-12 Thread Stephane Grenier
Hi, Is it just me or are the Javadoc and taglib links on the myfaces.apache.org pages not working?? Also, I noticed that mail-archive.com no longer has any of the threads from myfaces... Is something going on? I couldn't find any references anywhere regarding this. Regards, Stephane