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
>
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
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
> 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
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
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