RE: resetting a form

2005-04-29 Thread Vincent SEVEL

RE: resetting a form

2005-04-29 Thread Vincent SEVEL
> content="text/html; charset=ISO-8859-2"/> > > > > Page > > > > > > > > > > > > > > > >action="#{PageBean.clear}" > > immediate="true"/&

resetting a form

2005-04-26 Thread Vincent SEVEL
Hi, I am trying to figure out the best/simplest way to reset a form whose fields are associated with a backing bean. I have found one incomplete solution and would like to hear from other people.   I have got a person.jsp, which contains: Ø   Input text bound to #{person.lastname}, r

RE : Custom Components with child-components

2005-03-24 Thread Vincent Sevel
Any way we could delegate the construction of the children component tree to a JSP rather than building the tree programmatically? Something like : myComponent.getChildren().add(process("/myComponentBody.jsp")) Allowing a mapping between pseudo-beans used in this JSP (like foo in #{fooBea

RE : using x:aliasBean from myfaces components with jsf-ri

2005-03-24 Thread Vincent Sevel
x:aliasBean from myfaces components with jsf-ri Hi Vincent, have you tried 1.0.9? There where some issues with aliasbean see: http://issues.apache.org/jira/browse/MYFACES-125?page=comments#action_60 623 Mathias Vincent Sevel schrieb: > Hi, > > I have been having troubles using aliasBean

using x:aliasBean from myfaces components with jsf-ri

2005-03-24 Thread Vincent Sevel
Hi, I have been having troubles using aliasBean from myfaces with the jsf-ri. I have tried the following code with both implementations: faces-config.xml     person     custom.Person     request  // Person.javapublic class Person {    private Strin