Re: MyFaces Core 1.1.5-SNAPSHOT and state issue

2006-11-16 Thread Richard Capraro
Hi Rogerio, i have the same problem. I manage to fix it, changing this parameter in web.xml param-namejavax.faces.STATE_SAVING_METHOD/param-name param-valueserver/param-value from 'client' to 'server' Hope it helps you to wait for an official bug fix ;-) --- Richard

Re: help,use t:commandButton pass some parameter to back bean

2006-11-13 Thread Richard Capraro
= FacesContext.getCurrentInstance(); Map map = context.getExternalContext().getRequestParameterMap(); String employeeID = (String) map.get(id); Hope it helps you, Regards, Richard Capraro 2006/11/13, kevin_zhai [EMAIL PROTECTED]: hi expert: If I use t:commandButton pass some parameter to back bean excepte

Re: help,use t:commandButton pass some parameter to back bean

2006-11-13 Thread Richard Capraro
Thanks Gerald, indeed your method is simpler and cleaner than mine. Hope it will help Kevin Regards, Richard 2006/11/13, Gerald Müllan [EMAIL PROTECTED]: Hi, in MyFaces the best way to pass some parameters to a backing bean is the usage of t:updateActionListener: h:commandLink value=delete

Re: Setter not called for value binding

2006-07-04 Thread Richard Capraro
Hello Rob, to be able to help you, where do you create the HtmlSelectOneMenu ? in the bean constructor ? Is your bean in session or request scope ? Could you show us some code snippet ? Regards, Richard Capraro 2006/7/4, Rob99 [EMAIL PROTECTED]: I'm adding an HtmlSelectOneMenu component

Re: jsp:include and JSF

2006-06-30 Thread Richard Capraro
Hello Ronald, maybe you should surround your include with f:subview f:subview jsp:include page=/fragments/menu/menu.jspf/ /f:subview i refers to http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSFPage3.html Regards, Richard Capraro 2006/6/30, R. Müller [EMAIL PROTECTED]: hi group, i run

Re: PRETTY_HTML

2006-06-28 Thread Richard Capraro
Hello jonathan, i have read (in the mailing list) that this parameter does not work and will be removed in future versions. regards, Richard Capraro 2006/6/27, Baker,Jonathan [EMAIL PROTECTED]: context-param param-nameorg.apache.myfaces.PRETTY_HTML/param-name param-valuetrue

Re: Conditionally rendered fields not retaing values

2006-06-13 Thread Richard Capraro
According to me, this is normal. Because in the JSF lifecycle, after the valuechangelistener, the phase is 'update model values', so the values you 'get' in the valuechangelistener (your bean properties) haven't yet been updated. Besides, if you read these values in a binded UIcomponent, a

Re: NoClassDefFoundError; HtmlBufferResponseWriterWrapper in tomahawk package

2006-06-11 Thread Richard Capraro
://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_3/examples/simple/src/main/webapp/WEB-INF/web.xml 2006/6/10, Matthias Wessendorf [EMAIL PROTECTED]: what's with jsp:forward page=/login.jsf/ -Matthias On 6/10/06, Richard Capraro [EMAIL PROTECTED] wrote: Thanks Andrew, i managed to get it work

Re: NoClassDefFoundError; HtmlBufferResponseWriterWrapper in tomahawk package

2006-06-11 Thread Richard Capraro
? -Matthias On 6/11/06, Richard Capraro [EMAIL PROTECTED] wrote: Hello, Matthias, with jsp:forward page=/login.jsf/, i get: javax.servlet.ServletException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Please see: http://myfaces.apache.org/tomahawk

Re: NoClassDefFoundError; HtmlBufferResponseWriterWrapper in tomahawk package

2006-06-10 Thread Richard Capraro
Is it possible that you have something cached or old still lying around? On 6/8/06, Richard Capraro [EMAIL PROTECTED] wrote: Hello, i have a problem, which was already mentionned in the list, but never resolved. When i use myfaces core 1.1.3 and tomahawk 1.1.2, with tomcat 5.5.17, the server