[OS-webwork] ValidationInterceptor fails on ModelDriven Actions

2003-08-11 Thread Marco Papini
I've noticed that when using field validation on a ModelDriven action, the interceptor tries to validate the action fields instead of model fields. I've tracked down the problem to ValidationInterceptor: // populate model bean's fields if action is ModelDriven, otherwise populate

Re: [OS-webwork] Defining views for actions in views.properties

2003-08-11 Thread Konstantin Priblouda
--- James Pan [EMAIL PROTECTED] wrote: Hello, Got two questions: (1) I have an action that may be invoked from a number of pages, and SUCCESS should cause the view to return to the calling page. Basically, Page A, B, C can call action MyAction, and the successful execution should

[OS-webwork] ParametersInterceptor behaviour on a ModelDriver action

2003-08-11 Thread Marco Papini
Another thought on ModelDriven action. Consider this use case: public class Model { String field = null; public String getField() { return this.field; } public void setField(String field) { this.field = field; } } public class ModelDrivenAction extends ActionSupport

RE: [OS-webwork] Jira alerts

2003-08-11 Thread Jason Carreira
Well, my thought was that comments on Jira issues are really messages about the project, which would be good for the developer list at large... Maybe all of the admin stuff about closing, etc. is not worth sending, but I think this is... I think a separate mailing list is not worth it.