Re: WebWork and XWork
"Mathias Bogaert" <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.devel |
|---|---|
| Message-ID | <005301c37bc9$2b049770$6327e0d5@maboxp> |
1. Isn't this method neede to be able to reference the option from velocity? IIRC I think it is needed.
2. At first I just submitted bug reports and patches, but then Jason mailed the list and asked why I didn't put them in CVS directly??
Any communication between the core team happens through the mailinglist, no? If so, why can't someone else of OpenSymphony work on it? It's not that I don't know what I'm doing.
Mathias
----- Original Message -----
From: Pat Lightbody
To: Mathias Bogaert
Sent: Monday, September 15, 2003 4:48 AM
Subject: WebWork and XWork
Hey Mathias,
I noticed there were some XWork and WebWork commits you made a couple months ago (EmptyOption in SelectTag). A method you had added to SelectTag was:
public Object EmptyOption(boolean emptyOption) {
setEmptyOption(emptyOption);
return this;
}
I don't understand what it does, and in fact, I pulled it out and everything seems to work fine. In fact, I'd appreciate it if you could maybe just submit bug reports and patches through JIRA. Ideally I'd only like to have a few active committers working on CVS at any given time
For example, Matt, Jason, and I all communicate regularly and know what each other has committed. This is important for the project to stay on course. I'm sure you can understand why it's important for a small team to do the majority of the commits.
Let me know if you've got any questions.
-Pat