Ulf Dittmer wrote:That leads to further questions:
1) Why did you choose this framework, which apparently has no documentation, and has had its last release in 2006? There are numerous other CRM open source products that are supported and documented, and which are still being developed.
2) What do you mean by "reusing JSP file"?
Ulf Dittmer wrote:Shouldn't there be documentation of some kind? You didn't even tell us the name of the framework.
Junilu Lacar wrote:Did you double check the coordinates you are using?
Tim Holloway wrote:I think that you are trying to do an awful lot of work that you do not have to do.
Under normal processing, JSF will automatically set any property values that were associated with controls on a JSF form. JSF will have validated these values and updated the backing beans automatically when the form was submitted and then JSF will invoke the action method.
Listeners are functions that are invoked as part of the form submit when an activity of interest occurs and are not intended to be used to set property values. In most cases, doing so will interfere with the normal JSF processing cycle with possibly unpredictable results.