webwork-devel Mailing List for WebWork (Page 8)
Brought to you by:
baldree,
rickardoberg
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(316) |
Dec
(117) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(197) |
Feb
(229) |
Mar
(293) |
Apr
(177) |
May
(84) |
Jun
(40) |
Jul
(43) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: matt b. <ba...@us...> - 2002-04-26 19:48:49
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib In directory usw-pr-cvs1:/tmp/cvs-serv18713 Modified Files: WebWorkBodyTagSupport.java URLTag.java TextTag.java IfTag.java ElseTag.java ElseIfTag.java ActionTag.java Log Message: made log static or removed unused imports |
From: matt b. <ba...@us...> - 2002-04-26 19:48:38
|
Update of /cvsroot/webwork/webwork/src/main/webwork/util In directory usw-pr-cvs1:/tmp/cvs-serv19174 Modified Files: ValueStack.java QuerySegment.java Query.java Log Message: added debug/toString() |
From: matt b. <ba...@us...> - 2002-04-26 19:48:15
|
Update of /cvsroot/webwork/webwork/src/main/webwork In directory usw-pr-cvs1:/tmp/cvs-serv19343 Modified Files: log4j.properties Log Message: updated |
From: matt b. <ba...@us...> - 2002-04-26 19:48:13
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/xslt In directory usw-pr-cvs1:/tmp/cvs-serv18327 Modified Files: XSLTServlet.java Log Message: made log static |
From: matt b. <ba...@us...> - 2002-04-26 19:47:40
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples In directory usw-pr-cvs1:/tmp/cvs-serv20227 Modified Files: Test.java NumberGuessBean.java Log Message: made log static or removed unused imports |
From: matt b. <ba...@us...> - 2002-04-26 19:47:27
|
Update of /cvsroot/webwork/webwork/src/main/webwork/dispatcher In directory usw-pr-cvs1:/tmp/cvs-serv20389 Modified Files: ServletDispatcher.java Log Message: made log static or removed unused imports |
From: matt b. <ba...@us...> - 2002-04-26 19:47:15
|
Update of /cvsroot/webwork/webwork/src/main/webwork/config In directory usw-pr-cvs1:/tmp/cvs-serv21228 Modified Files: DefaultConfiguration.java Log Message: changed error to warn if webwork.properties can not be found |
From: matt b. <ba...@us...> - 2002-04-26 19:47:08
|
Update of /cvsroot/webwork/webwork In directory usw-pr-cvs1:/tmp/cvs-serv21643 Modified Files: TODO.txt CHANGES.txt Log Message: updated |
From: matt b. <ba...@us...> - 2002-04-26 19:46:20
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action In directory usw-pr-cvs1:/tmp/cvs-serv21467 Modified Files: ActionSupport.java Log Message: made log static |
From: matt b. <ba...@us...> - 2002-04-26 19:46:04
|
Update of /cvsroot/webwork/webwork/src/main/webwork/expr In directory usw-pr-cvs1:/tmp/cvs-serv19853 Modified Files: Parser.jj Log Message: made log static |
From: matt b. <ba...@us...> - 2002-04-26 19:45:30
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib/ui In directory usw-pr-cvs1:/tmp/cvs-serv18875 Modified Files: ComponentTag.java Log Message: made log static or removed unused imports |
From: Wirell J. <joh...@co...> - 2002-04-26 05:17:47
|
Hi all If you use webwork "out of the box" you will get an error message (together with a stacktrace) at startup that says "Could not find webwork.properties" Since webwork.properties is not absolutely necessary to run webwork, perhaps this message can be issued as a warning instead. This would mean changing the following line in DefaultConfiguration.java: Category.getInstance(this.getClass()).error("Could not find webwork.properties", e); to Category.getInstance(this.getClass()).warning("Could not find webwork.properties"); Regards, Johan |
From: <ma...@sm...> - 2002-04-25 16:58:28
|
I have made several changes in CVS to the codebase, highlighted below, that I believe warrant a release to 1.0.2. I would like to take a look at Paolo's latest issue and also add some prudent logging to ValueStack before the release. Almost all of the changes are bug fixes. I'm trying to get these knocked out before new freatures are worked on. Are there any objections? -Matt Bugs: - [ 474111 ] IllegalArgumentException propogated - [ 545110 ] taglib.tld parsing error under JBoss3RC1 - [ 507922 ] ClientInfo throws NPE when no User-Agent - [ 536189 ] Expression Language and Form Field - [ 547097 ] webwork.war does not deploy (WebLogic) - [ 539710 ] tag boolean attribute - [ 507922 ] ClientInfo throws NPE when no User-Agent - [ 547385 ] Expression Bug - If/Else/IfElse fix to use id references (@foo) properly - [ 548579 ] ui:radio - [ 548650 ] ActionTag restores context incorrectly Documentation: - FAQ Features: - [ 525293 ] support for setting Integer on Actions Add ability to set Integer, Byte, Date, Double, Float, Long, and Short from forms to Actions without defining a custom Property Editor. Misc: - Removed dependency on deprecated HttpUtils |
From: matt b. <ba...@us...> - 2002-04-25 15:18:00
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib In directory usw-pr-cvs1:/tmp/cvs-serv31117a Modified Files: ActionTag.java Log Message: move resetting of context from start tag to release |
From: matt b. <ba...@us...> - 2002-04-25 15:15:27
|
Update of /cvsroot/webwork/webwork In directory usw-pr-cvs1:/tmp/cvs-serv30194 Modified Files: CHANGES.txt Log Message: updated |
From: matt b. <ba...@us...> - 2002-04-25 14:36:02
|
Update of /cvsroot/webwork/webwork In directory usw-pr-cvs1:/tmp/cvs-serv12914 Modified Files: CHANGES.txt Log Message: updated |
From: matt b. <ba...@us...> - 2002-04-25 14:35:36
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/velocity In directory usw-pr-cvs1:/tmp/cvs-serv12686 Modified Files: URLBean.java Log Message: removed dependency on deprecated HttpUtils |
From: matt b. <ba...@us...> - 2002-04-25 14:35:31
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib In directory usw-pr-cvs1:/tmp/cvs-serv12618 Modified Files: URLTag.java Log Message: removed dependency on deprecated HttpUtils |
From: matt b. <ba...@us...> - 2002-04-25 13:10:59
|
Update of /cvsroot/webwork/webwork In directory usw-pr-cvs1:/tmp/cvs-serv11541 Modified Files: CHANGES.txt Log Message: updated |
From: matt b. <ba...@us...> - 2002-04-25 13:10:48
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib/ui In directory usw-pr-cvs1:/tmp/cvs-serv11457 Modified Files: ComponentTag.java Log Message: refactored finally block to release method |
From: matt b. <ba...@us...> - 2002-04-25 13:10:06
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib/ui In directory usw-pr-cvs1:/tmp/cvs-serv11176 Modified Files: SelectTag.java RadioTag.java Log Message: fixed to restore useMap after tag is released |
From: matt b. <ba...@us...> - 2002-04-24 20:29:28
|
Update of /cvsroot/webwork/webwork In directory usw-pr-cvs1:/tmp/cvs-serv6778 Modified Files: CHANGES.txt Log Message: updated |
From: matt b. <ba...@us...> - 2002-04-24 20:23:35
|
Update of /cvsroot/webwork/webwork/src/resources/web In directory usw-pr-cvs1:/tmp/cvs-serv5118 Modified Files: index.html Log Message: added bean util page |
From: matt b. <ba...@us...> - 2002-04-24 20:22:55
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples In directory usw-pr-cvs1:/tmp/cvs-serv4935 Added Files: BeanUtilTest.java Log Message: new |
From: matt b. <ba...@us...> - 2002-04-24 20:22:28
|
Update of /cvsroot/webwork/webwork/src/main/webwork/util/editor In directory usw-pr-cvs1:/tmp/cvs-serv4789 Added Files: BooleanEditor.java ByteEditor.java DateEditor.java DoubleEditor.java FloatEditor.java IntegerEditor.java LongEditor.java ShortEditor.java Log Message: new package for editors |