Re: BUG FormBeanConfig.inheritFormProperties(): Implement inheritance of arbitrary config properties

2005-05-23 Thread Hubert Rabago
Riyaz, Thank you for reporting this. I believe I will get a chance to work on this tonight. Hubert On 5/22/05, Riyaz Mansoor <[EMAIL PROTECTED]> wrote: > > Line : BeanUtils.copyProperties(prop, baseFpc) does not copy the > arbitrary properties contained in the baseFpc's FormPropertyConfigs >

[shale] Patch for org.apache.shale.remote.ResponseWrapper

2005-05-23 Thread Shane Bryzak
I hope this is the right place to post patches... anyway, I found a small bug in the ResponseWrapper class. Patch as follows. Index: ResponseWrapper.java === --- ResponseWrapper.java(revision 177960) +++ ResponseWrapper.java

Re: [Shale] Questions and suggestion to Clay

2005-05-23 Thread gvanmatre
Manfred > - Is there a reason why validators and converters (actionListeners and > valueChangeListeners too?) are not inherited by elements and extending > components? > > Good that you have found the problem. > > - There is a problem with properties. A component is possibly

Re: [shale] Dialog question

2005-05-23 Thread Sean Schofield
> The FacesContext would be avaiable in a registered preprocess or postprocess > chain command. > Maybe a pre or post command could add a default Status to session scope, > mocking the DialogNavigation.getStatus(). > This might simulate being engaged in a dialog. I believe that the dialog > begins

Re: [shale] Dialog question

2005-05-23 Thread gvanmatre
Sean, > > The FacesContext would be avaiable in a registered preprocess or postprocess > > chain command. > > Maybe a pre or post command could add a default Status to session scope, > > mocking the DialogNavigation.getStatus(). > > This might simulate being engaged in a dialog. I believe tha

TLD question

2005-05-23 Thread Frank W. Zammetti
Hey all... I was working with a user who is using AjaxTags, and he raised something that I wanted to check with you guys on... What is the difference between struts-html.tld and struts-html-1.1.tld? The user indicated that the 1.1 version provides servlet 2.4 compatibility. Is this accurate