webwork-devel Mailing List for WebWork (Page 9)
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-24 20:22:11
|
Update of /cvsroot/webwork/webwork/src/main/webwork/util In directory usw-pr-cvs1:/tmp/cvs-serv4711 Modified Files: BeanUtil.java Log Message: added default editors |
From: matt b. <ba...@us...> - 2002-04-24 20:20:37
|
Update of /cvsroot/webwork/webwork/src/main/webwork/util In directory usw-pr-cvs1:/tmp/cvs-serv4360 Modified Files: DateFormatter.java Log Message: refactored |
From: matt b. <ba...@us...> - 2002-04-24 20:19:57
|
Update of /cvsroot/webwork/webwork/src/resources/web/tests In directory usw-pr-cvs1:/tmp/cvs-serv3695 Added Files: bean-util-test.jsp Log Message: test page for Bean Util |
From: matt b. <ba...@us...> - 2002-04-24 20:19:19
|
Update of /cvsroot/webwork/webwork/src/resources/web/WEB-INF/classes In directory usw-pr-cvs1:/tmp/cvs-serv3144 Modified Files: views.properties Log Message: added view mapping for bean util test page |
From: matt b. <ba...@us...> - 2002-04-23 19:08:13
|
Update of /cvsroot/webwork/webwork In directory usw-pr-cvs1:/tmp/cvs-serv9983 Modified Files: CHANGES.txt Log Message: update |
From: matt b. <ba...@us...> - 2002-04-23 18:55:38
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action/factory In directory usw-pr-cvs1:/tmp/cvs-serv5829 Modified Files: ParametersActionFactoryProxy.java Log Message: replaced string "error" with Action.ERROR |
From: matt b. <ba...@us...> - 2002-04-23 18:54:31
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples In directory usw-pr-cvs1:/tmp/cvs-serv5367 Modified Files: FormTest.java Log Message: added inner class to support BeanUtil test setting collections |
From: matt b. <ba...@us...> - 2002-04-23 18:47:06
|
Update of /cvsroot/webwork/webwork/src/resources/web/tests In directory usw-pr-cvs1:/tmp/cvs-serv2621 Modified Files: expr.jsp Log Message: modified test for [ 547385 ] expression bug |
From: matt b. <ba...@us...> - 2002-04-23 18:46:43
|
Update of /cvsroot/webwork/webwork/src/main/webwork/expr In directory usw-pr-cvs1:/tmp/cvs-serv2461 Modified Files: Parser.jj Log Message: fixed for [ 547385 ] expression bug - Maurice, you may want to look at this. All the expression tests pass. |
From: matt b. <ba...@us...> - 2002-04-23 18:45:10
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib In directory usw-pr-cvs1:/tmp/cvs-serv1886 Modified Files: IfTag.java Log Message: removed debug line |
From: matt b. <ba...@us...> - 2002-04-23 18:44:43
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib In directory usw-pr-cvs1:/tmp/cvs-serv1723 Modified Files: IfTag.java ElseTag.java ElseIfTag.java Log Message: fixed to work with id's correctly |
From: matt b. <ba...@us...> - 2002-04-23 03:38:59
|
Update of /cvsroot/webwork/webwork/src/resources/web/tests In directory usw-pr-cvs1:/tmp/cvs-serv18392 Modified Files: expr.jsp Log Message: added additional test |
From: <ma...@sm...> - 2002-04-22 22:54:40
|
You might also want to look at action.standard.ClientInfo. It has browser detection stuff. -Matt On Tue, 23 April 2002, "Toby Hede" wrote > > That is a very interesting idea. Thanks. > > Truth be told, I have been playing with .Net (boo hiss! traitor!) and one of > things I am impressed with is its use of browser-aware server-side controls. > However, Webwork pretty much has the basis of this stuff already and > extending it seems like a reasonable idea. > > > > ----- Original Message ----- > From: "Matt Baldree" <ma...@sm...> > To: <tob...@in...>; <web...@li...> > Sent: Monday, April 22, 2002 11:48 AM > Subject: Re: [Webwork-user] Re: broswer detection > > > > In a recent project, we used a theme filter that determined the > appropriate > > theme to return (XHTML, VXML, WML). Just another idea you might want to > look > > at. > > > > -Matt > > > > ----- Original Message ----- > > From: "Toby Hede" <tob...@ho...> > > To: <web...@li...>; > > <web...@li...> > > Sent: Sunday, April 21, 2002 8:29 PM > > Subject: Re: [Webwork-user] Re: broswer detection > > > > > > > Thanks for the reference. > > > > > > However, I want to do server-side detection useing HTTP_USER_AGENT. In > > > particular I am thinking of creating an extension for the templates that > > > will detect the browser and let you return different html depending on > the > > > browser being used. > > > > > > Cheers, > > > Toby > > > > > > > > > > > > >From: Jay Bose <dig...@ya...> > > > >To: web...@li... > > > >Subject: [Webwork-user] Re: broswer detection > > > >Date: Sun, 21 Apr 2002 12:44:17 -0700 (PDT) > > > > > > > >I'd say that's more of a JavaScript component. So, you could take > > > >some JS stuff already out there, shrink wrap it for WebWork, and > > > >maybe submit it as a UI utility? > > > > > > > >I don't know if this helps, but if you need some browser detection > > > >script, check this out: > > > >http://www.webreference.com/tools/browser/links.html > > > > > > > > > > > > > Is there any built-in browser detection stuff in WebWork? > > > > > > > > > > Cheers, > > > > > Toby Hede > > > > > > > > > > > > > > > >===== > > > >Respectfully, > > > > > > > >Jay Bose > > > > > > > >__________________________________________________ > > > >Do You Yahoo!? > > > >Yahoo! Games - play chess, backgammon, pool and more > > > >http://games.yahoo.com/ > > > > > > > >_______________________________________________ > > > >Webwork-user mailing list > > > >Web...@li... > > > >https://lists.sourceforge.net/lists/listinfo/webwork-user > > > > > > > > > > > > > _________________________________________________________________ > > > Join the world's largest e-mail service with MSN Hotmail. > > > http://www.hotmail.com > > > > > > > > > _______________________________________________ > > > Webwork-user mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/webwork-user > > > > > > > > > > > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel |
From: matt b. <ba...@us...> - 2002-04-22 22:52:05
|
Update of /cvsroot/webwork/webwork In directory usw-pr-cvs1:/tmp/cvs-serv13923 Added Files: CHANGES.txt Log Message: add to keep track of changes for each version |
From: Toby H. <tob...@in...> - 2002-04-22 22:48:00
|
That is a very interesting idea. Thanks. Truth be told, I have been playing with .Net (boo hiss! traitor!) and one of things I am impressed with is its use of browser-aware server-side controls. However, Webwork pretty much has the basis of this stuff already and extending it seems like a reasonable idea. ----- Original Message ----- From: "Matt Baldree" <ma...@sm...> To: <tob...@in...>; <web...@li...> Sent: Monday, April 22, 2002 11:48 AM Subject: Re: [Webwork-user] Re: broswer detection > In a recent project, we used a theme filter that determined the appropriate > theme to return (XHTML, VXML, WML). Just another idea you might want to look > at. > > -Matt > > ----- Original Message ----- > From: "Toby Hede" <tob...@ho...> > To: <web...@li...>; > <web...@li...> > Sent: Sunday, April 21, 2002 8:29 PM > Subject: Re: [Webwork-user] Re: broswer detection > > > > Thanks for the reference. > > > > However, I want to do server-side detection useing HTTP_USER_AGENT. In > > particular I am thinking of creating an extension for the templates that > > will detect the browser and let you return different html depending on the > > browser being used. > > > > Cheers, > > Toby > > > > > > > > >From: Jay Bose <dig...@ya...> > > >To: web...@li... > > >Subject: [Webwork-user] Re: broswer detection > > >Date: Sun, 21 Apr 2002 12:44:17 -0700 (PDT) > > > > > >I'd say that's more of a JavaScript component. So, you could take > > >some JS stuff already out there, shrink wrap it for WebWork, and > > >maybe submit it as a UI utility? > > > > > >I don't know if this helps, but if you need some browser detection > > >script, check this out: > > >http://www.webreference.com/tools/browser/links.html > > > > > > > > > > Is there any built-in browser detection stuff in WebWork? > > > > > > > > Cheers, > > > > Toby Hede > > > > > > > > > > > >===== > > >Respectfully, > > > > > >Jay Bose > > > > > >__________________________________________________ > > >Do You Yahoo!? > > >Yahoo! Games - play chess, backgammon, pool and more > > >http://games.yahoo.com/ > > > > > >_______________________________________________ > > >Webwork-user mailing list > > >Web...@li... > > >https://lists.sourceforge.net/lists/listinfo/webwork-user > > > > > > > > > _________________________________________________________________ > > Join the world's largest e-mail service with MSN Hotmail. > > http://www.hotmail.com > > > > > > _______________________________________________ > > Webwork-user mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/webwork-user > > > > > > |
From: matt b. <ba...@us...> - 2002-04-22 22:43:14
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action/factory In directory usw-pr-cvs1:/tmp/cvs-serv11707 Modified Files: ParametersActionFactoryProxy.java Log Message: Added try/catch for IllegalArgumentException which throws a ResultException with "error". For instance, if you have a form field that attempts to set a Double in an Action and the user enters in a string that WW cannot convert to a Double, then a ResultException will be generated which will return an "error". If there is a view that maps to "error", the user will be sent to this page and the form field will be highlighted that caused the error. |
From: matt b. <ba...@us...> - 2002-04-22 22:38:18
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action In directory usw-pr-cvs1:/tmp/cvs-serv10382 Modified Files: ActionSupport.java Log Message: protected debug with log.isDebugEnabled |
From: matt b. <ba...@us...> - 2002-04-22 21:29:08
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv23021 Modified Files: faq.xml Log Message: Added FAQ for installing WW on WebLogic 6.1 and 7.0. |
From: matt b. <ba...@us...> - 2002-04-22 20:33:12
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples/jdom In directory usw-pr-cvs1:/tmp/cvs-serv12592 Modified Files: JDOMTest.java Log Message: removed dependency on crimson it now looks for JAXP to supply the SAX parser |
From: matt b. <ba...@us...> - 2002-04-22 20:33:07
|
Update of /cvsroot/webwork/webwork/src/lib/examples In directory usw-pr-cvs1:/tmp/cvs-serv12292 Removed Files: crimson.jar Log Message: removed dependency on crimson |
From: matt b. <ba...@us...> - 2002-04-22 18:58:03
|
Update of /cvsroot/webwork/webwork/src/lib/examples In directory usw-pr-cvs1:/tmp/cvs-serv29869 Modified Files: jdom.jar Log Message: added JDOM beta 8 |
From: matt b. <ba...@us...> - 2002-04-22 18:55:40
|
Update of /cvsroot/webwork/webwork/src/resources/web/WEB-INF/classes/META-INF In directory usw-pr-cvs1:/tmp/cvs-serv28845 Modified Files: taglib.tld Log Message: applied [bug 545110] thx Lari |
From: matt b. <ba...@us...> - 2002-04-22 18:53:40
|
Update of /cvsroot/webwork/webwork/src/main/webwork/action/standard In directory usw-pr-cvs1:/tmp/cvs-serv28034 Modified Files: ClientInfo.java Log Message: applied [bug 507922] thx Markus |
From: matt b. <ba...@us...> - 2002-04-22 18:40:38
|
Update of /cvsroot/webwork/webwork/src/main/webwork/util In directory usw-pr-cvs1:/tmp/cvs-serv22974 Modified Files: BeanUtil.java Log Message: added capability for BeanUtil to handle collections (bug 536189] thx Hai |
From: matt b. <ba...@us...> - 2002-04-22 18:39:21
|
Update of /cvsroot/webwork/webwork/src/resources/web/tests In directory usw-pr-cvs1:/tmp/cvs-serv22633 Modified Files: formtest.jsp Log Message: added simple test for BeanUtil with collection |