webwork-devel Mailing List for WebWork (Page 39)
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: Kjetil H.P. <kje...@us...> - 2002-01-14 09:29:21
|
Update of /cvsroot/webwork/webwork/src/resources/web/tutorial/userreg In directory usw-pr-cvs1:/tmp/cvs-serv10457 Added Files: index.jsp UserRegistration.jsp ValidRegistration.jsp Log Message: |
From: Rickard ?b. <ric...@us...> - 2002-01-14 09:19:19
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv8438 Modified Files: configuration.xml Log Message: Added reference to actions.dtd |
From: Kjetil H.P. <kje...@us...> - 2002-01-14 08:34:35
|
Update of /cvsroot/webwork/webwork/src/resources/web/tutorial/userreg In directory usw-pr-cvs1:/tmp/cvs-serv31293/userreg Log Message: Directory /cvsroot/webwork/webwork/src/resources/web/tutorial/userreg added to the repository |
From: Kjetil H.P. <kje...@us...> - 2002-01-14 08:33:39
|
Update of /cvsroot/webwork/webwork/src/resources/web/WEB-INF/classes In directory usw-pr-cvs1:/tmp/cvs-serv31033 Modified Files: views.properties Log Message: Added configuration for user reg. example |
From: Kjetil H.P. <kje...@us...> - 2002-01-14 08:32:44
|
Update of /cvsroot/webwork/webwork/src/resources/web In directory usw-pr-cvs1:/tmp/cvs-serv30780 Modified Files: index.jsp Log Message: Added link to user reg. example |
From: Kjetil H.P. <kje...@us...> - 2002-01-14 08:25:44
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv29112 Modified Files: validation.xml Log Message: |
From: Rickard <ri...@mi...> - 2002-01-14 08:08:57
|
Ralf Purnhagen wrote: > should'nt there be a dtd for actions.xml? If someone really want's to use > this feature, editing xml-files would be supported better by some editors > if there is a corresponding dtd: > > <?xml version="1.0" encoding="UTF-8"?> > <!ELEMENT actions (action)*> > > <!ELEMENT action (view|command)*> > <!ATTLIST action name CDATA "" > alias CDATA ""> > > <!ELEMENT view (#PCDATA)> > <!ATTLIST view name CDATA #REQUIRED> > > <!ELEMENT command (view)*> > <!ATTLIST command name CDATA #REQUIRED > alias CDATA ""> I agree. I have added the above to CVS, as /etc/actions.dtd. Ok? /Rickard -- Rickard Öberg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |
From: Rickard ?b. <ric...@us...> - 2002-01-14 08:08:26
|
Update of /cvsroot/webwork/webwork/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv25289 Added Files: actions.dtd Log Message: Added DTD for actions.xml. Contributed by Ralf Purnhagen |
From: Ralf P. <ra...@pu...> - 2002-01-14 07:59:14
|
Hi, should'nt there be a dtd for actions.xml? If someone really want's to use this feature, editing xml-files would be supported better by some editors if there is a corresponding dtd: <?xml version="1.0" encoding="UTF-8"?> <!ELEMENT actions (action)*> <!ELEMENT action (view|command)*> <!ATTLIST action name CDATA "" alias CDATA ""> <!ELEMENT view (#PCDATA)> <!ATTLIST view name CDATA #REQUIRED> <!ELEMENT command (view)*> <!ATTLIST command name CDATA #REQUIRED alias CDATA ""> Ralf |
From: matt b. <ba...@us...> - 2002-01-13 18:18:15
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv18806 Modified Files: jsp.xml Log Message: fixed typo |
From: Rickard ?b. <ric...@us...> - 2002-01-13 17:12:28
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv3851 Modified Files: license.xml Log Message: License docs |
From: Rickard ?b. <ric...@us...> - 2002-01-13 17:02:37
|
Update of /cvsroot/webwork/webwork/src/resources/web/template/chtml In directory usw-pr-cvs1:/tmp/cvs-serv1766/chtml Removed Files: controlfooter.jsp controlheader.jsp text.jsp Log Message: Removed CHTML tag templates |
From: matt b. <ba...@us...> - 2002-01-12 23:01:20
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv16832 Modified Files: configuration.xml Log Message: added documentation on the algorithm used to match views |
From: matt b. <ba...@us...> - 2002-01-12 22:34:42
|
Update of /cvsroot/webwork/webwork/src/resources/web/i18n In directory usw-pr-cvs1:/tmp/cvs-serv11530 Modified Files: cart.jsp cdlist.jsp checkout.jsp language.jsp shop.jsp Log Message: updated for jsp document example |
From: matt b. <ba...@us...> - 2002-01-12 22:34:10
|
Update of /cvsroot/webwork/webwork/src/docs In directory usw-pr-cvs1:/tmp/cvs-serv11479 Modified Files: jsp.xml Log Message: done |
From: Victor S. <sa...@us...> - 2002-01-11 04:52:01
|
Update of /cvsroot/webwork/webwork/src/main/webwork/taglib/ui In directory usw-pr-cvs1:/tmp/cvs-serv25302 Modified Files: ComponentTag.java Log Message: Fixed bug introduced in last commit. |
From: Victor S. <sa...@us...> - 2002-01-11 04:34:47
|
Update of /cvsroot/webwork/webwork/src/main/webwork/taglib/ui In directory usw-pr-cvs1:/tmp/cvs-serv22409 Modified Files: ComponentTag.java Log Message: |
From: Victor S. <sa...@us...> - 2002-01-11 04:19:23
|
Update of /cvsroot/webwork/webwork/src/main/webwork/taglib/ui In directory usw-pr-cvs1:/tmp/cvs-serv18901 Modified Files: ComponentTag.java Log Message: Experimental fix to clear params in the UItags... as they're not cleared anywhere else. In an engine that reuses tag instances this causes params to be reused among different tags. |
From: Matt B. <ma...@sm...> - 2002-01-11 01:30:47
|
Unless someone believes there is value in keeping them, I suggest we remove them. ----- Original Message ----- From: "Rickard" <ri...@mi...> To: "Doug Persons" <dou...@es...> Cc: "Matt Baldree" <ma...@sm...>; <web...@li...> Sent: Thursday, January 10, 2002 9:44 AM Subject: Re: [Webwork-devel] JSP example bugs > Doug Persons wrote: > > > controlheader.jsp and text.jsp in \template\chtml extensively use the old > > syntax such as "ifNotExists", "ifExists", "ifNotNull" ... so they won't > > compile with the current taglib.tld. I can't say I understand what the > > files in that directory are intended to do, so I didn't try to suggest how > > they could be updated. > > > They were an experiment of mine for CHTML support. If someone wants > them, they are easy to upgrade. > > /Rickard > > -- > Rickard Öberg > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > > |
From: matt b. <ba...@us...> - 2002-01-11 01:15:59
|
Update of /cvsroot/webwork/webwork/src/resources/web/helloworld/brief In directory usw-pr-cvs1:/tmp/cvs-serv3222 Modified Files: login.jsp Log Message: try again |
From: Rickard <ri...@mi...> - 2002-01-10 15:44:27
|
Doug Persons wrote: > controlheader.jsp and text.jsp in \template\chtml extensively use the old > syntax such as "ifNotExists", "ifExists", "ifNotNull" ... so they won't > compile with the current taglib.tld. I can't say I understand what the > files in that directory are intended to do, so I didn't try to suggest how > they could be updated. They were an experiment of mine for CHTML support. If someone wants them, they are easy to upgrade. /Rickard -- Rickard Öberg |
From: Doug P. <dou...@es...> - 2002-01-10 15:41:45
|
Matt, controlheader.jsp and text.jsp in \template\chtml extensively use the old syntax such as "ifNotExists", "ifExists", "ifNotNull" ... so they won't compile with the current taglib.tld. I can't say I understand what the files in that directory are intended to do, so I didn't try to suggest how they could be updated. Doug ----- Original Message ----- From: "Matt Baldree" <ma...@sm...> To: "Doug Persons" <dou...@es...>; <web...@li...> Sent: Wednesday, January 09, 2002 5:56 PM Subject: Re: [Webwork-devel] JSP example bugs > > And these two files are pretty much completely out of date: > > \src\resources\web\template\chtml\controlheader.jsp > > \src\resources\web\template\chtml\text.jsp > > > > why? > |
From: Vedovato P. <pao...@pr...> - 2002-01-10 14:44:30
|
sorry folks I was having a look at the http://jakarta.apache.org/log4j/docs/api/index.html and realized just now that they reference it already to the 1.2 version (which is in alpha state)...aargh.. sorry about that... -Paolo |
From: Rickard <ri...@mi...> - 2002-01-10 14:10:11
|
Hey If you are using IntelliJ (of course you are ;-), then the Ariadna feature list is going to make you very happy. Taglib completion in JSP editing, and XML editing are two AWESOME additions to this already outstanding IDE. Check out the complete list at: http://www.intellij.com/eap/products/idea/ariadna.jsp /Rickard -- Rickard Öberg |
From: Vedovato P. <pao...@pr...> - 2002-01-10 13:45:25
|
Hi just 2 remarks on the webork build: 1. there are some deprecated methods you're using...see ant log 2. you are using deprecated log4j classes as Category and their methods. perhaps it would be good to clean this up before final 1.0 release ;-) Cheers -Paolo ---------------------------------------------------- ant log: compile: [javac] Compiling 198 source files to C:\Dokumente und Einstellungen\vep\Eig ene Dateien\Working\webworkcvs\webwork\build\result\web\WEB-INF\classes [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\action\standard\JSP.java:148: The method java.lang.Str ing encodeRedirectUrl(java.lang.String) declared in inner class webwork.action.s tandard.JSP. WrapperHttpServletResponse is not deprecated, but overrides a depre cated method of the same signature declared in interface javax.servlet.http.Http ServletResponse. [javac] public String encodeRedirectUrl(String s) [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\action\standard\JSP.java:153: The method java.lang.Str ing encodeUrl(java.lang.String) declared in inner class webwork.action.standard. JSP. WrapperHttpServletResponse is not deprecated, but overrides a deprecated me thod of the same signature declared in interface javax.servlet.http.HttpServletR esponse. [javac] public String encodeUrl(String s) [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\action\standard\JSP.java:198: The method void setStatu s(int, java.lang.String) declared in inner class webwork.action.standard.JSP. Wr apperHttpServletResponse is not deprecated, but overrides a deprecated method of the same signature declared in interface javax.servlet.http.HttpServletResponse . [javac] public void setStatus(int i, String s) [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\action\standard\JSP.java:150: Note: The method java.la ng.String encodeRedirectUrl(java.lang.String) in interface javax.servlet.http.Ht tpServletResponse has been deprecated. [javac] return response.encodeRedirectUrl(s); [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\action\standard\JSP.java:155: Note: The method java.la ng.String encodeUrl(java.lang.String) in interface javax.servlet.http.HttpServle tResponse has been deprecated. [javac] return response.encodeUrl(s); [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\action\standard\JSP.java:200: Note: The method void se tStatus(int, java.lang.String) in interface javax.servlet.http.HttpServletRespon se has been deprecated. [javac] response.setStatus(i, s); [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\action\standard\Redirect.java:61: Note: The method jav a.lang.String encodeUrl(java.lang.String) in interface javax.servlet.http.HttpSe rvletResponse has been deprecated. [javac] url = response.encodeUrl(url); [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\taglib\IteratorTag.java:130: Note: The variable EVAL_B ODY_TAG in interface javax.servlet.jsp.tagext.BodyTag has been deprecated. [javac] return EVAL_BODY_TAG; [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\taglib\IteratorTag.java:161: Note: The variable EVAL_B ODY_TAG in interface javax.servlet.jsp.tagext.BodyTag has been deprecated. [javac] return EVAL_BODY_TAG; [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\taglib\PropertyTag.java:49: Note: The variable EVAL_BO DY_TAG in interface javax.servlet.jsp.tagext.BodyTag has been deprecated. [javac] return EVAL_BODY_TAG; [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\taglib\URLTag.java:83: Note: class javax.servlet.http. HttpUtils has been deprecated. [javac] params = HttpUtils.parseQueryString(((HttpServletRequest )pageContext.getRequest()).getQueryString()); [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\taglib\URLTag.java:83: Note: The method java.util.Hash table parseQueryString(java.lang.String) in class javax.servlet.http.HttpUtils h as been deprecated. [javac] params = HttpUtils.parseQueryString(((HttpServletRequest )pageContext.getRequest()).getQueryString()); [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\taglib\URLTag.java:86: Note: The variable EVAL_BODY_TA G in interface javax.servlet.jsp.tagext.BodyTag has been deprecated. [javac] return EVAL_BODY_TAG; [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\velocity\URLBean.java:111: Note: class javax.servlet.h ttp.HttpUtils has been deprecated. [javac] params = HttpUtils.parseQueryString(request.getQueryStri ng()); [javac] ^ [javac] C:\Dokumente und Einstellungen\vep\Eigene Dateien\Working\webworkcvs \webwork\src\main\webwork\velocity\URLBean.java:111: Note: The method java.util. Hashtable parseQueryString(java.lang.String) in class javax.servlet.http.HttpUti ls has been deprecated. [javac] params = HttpUtils.parseQueryString(request.getQueryStri ng()); [javac] ^ [javac] Note: 6 files use or override a deprecated API. Please consult the documentation for a better alternative in each case. [javac] 1 warning |