Mailing list archives: March 2008

Site index · List index
Message list« Previous · 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · Next »Thread · Author · Date
hls...@apache.org svn commit: r632833 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/services/TapestryModule.java Sun, 02 Mar, 20:32
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2220) In some cases, component event requests are incorrectly interpretted as render requests (with a page activation context) Sun, 02 Mar, 20:32
Howard M. Lewis Ship (JIRA) [jira] Created: (TAPESTRY-2221) Exception message when a context value is null or blank is confusing Sun, 02 Mar, 20:34
Howard Lewis Ship Re: Exception on component action in folders with index pages that accepts activation context Sun, 02 Mar, 20:38
Howard M. Lewis Ship (JIRA) [jira] Assigned: (TAPESTRY-2221) Exception message when a context value is null or blank is confusing Sun, 02 Mar, 20:48
hls...@apache.org svn commit: r632855 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry/internal/services/ main/java/org/apache/tapestry/services/ main/resources/org/apache/tapestry/internal/services/ test/app1/ test/java/org/apache/tapestr... Sun, 02 Mar, 21:54
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2221) Exception message when a context value is null or blank is confusing Sun, 02 Mar, 21:55
Howard M. Lewis Ship (JIRA) [jira] Created: (TAPESTRY-2222) The exception report should highlight the lines related to the application in the stack trace Sun, 02 Mar, 22:11
hls...@apache.org svn commit: r632861 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry/corelib/components/ tapestry-core/src/main/resources/org/apache/tapestry/ tapestry-core/src/main/resources/org/apache/tapestry/corelib/components/ tapes... Sun, 02 Mar, 22:15
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2222) The exception report should highlight the lines related to the application in the stack trace Sun, 02 Mar, 22:15
hls...@apache.org svn commit: r632862 - /tapestry/tapestry5/trunk/tapestry-core/src/test/app1/PageLinkContext.tml Sun, 02 Mar, 22:22
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2176) Select component cannot store a blank value on the client side and have it represent null. Sun, 02 Mar, 22:29
Andreas Andreou (JIRA) [jira] Resolved: (TAPESTRY-2015) Improve stacktraces in exception page Sun, 02 Mar, 22:29
Andreas Andreou (JIRA) [jira] Resolved: (TAPESTRY-2152) Wrong menu & links for tapestry-annotations and tapestry-contrib site Sun, 02 Mar, 22:33
Andreas Andreou (JIRA) [jira] Updated: (TAPESTRY-1905) Listener methods having BrowserEvent aren't found if request is not async Sun, 02 Mar, 22:35
Howard M. Lewis Ship (JIRA) [jira] Assigned: (TAPESTRY-1605) request.setEncoding in RequestEncodingInitializerImpl has no effect on 'form submit event'. Sun, 02 Mar, 22:35
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-1605) The request encoding (for component action requests) occurs too late; after query parameters of the request have been accessed, which prevents the proper request encoding from being used Sun, 02 Mar, 22:45
Howard M. Lewis Ship (JIRA) [jira] Commented: (TAPESTRY-1605) The request encoding (for component action requests) occurs too late; after query parameters of the request have been accessed, which prevents the proper request encoding from being used Sun, 02 Mar, 22:47
Filip S. Adamsen Re: Exception on component action in folders with index pages that accepts activation context Sun, 02 Mar, 23:05
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-1605) The request encoding (for component action requests) occurs too late; after query parameters of the request have been accessed, which prevents the proper request encoding from being used Sun, 02 Mar, 23:13
hls...@apache.org svn commit: r632867 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry/internal/ main/java/org/apache/tapestry/internal/services/ main/java/org/apache/tapestry/services/ test/java/org/apache/tapestry/internal/services/ Sun, 02 Mar, 23:13
Filip S. Adamsen Tapestry 5, SLF4J, and log4j Sun, 02 Mar, 23:15
Howard M. Lewis Ship (JIRA) [jira] Commented: (TAPESTRY-1810) ServiceBinder.bind() with an interface should check to see if there's an Impl class and bind to that. Sun, 02 Mar, 23:17
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-1810) ServiceBinder.bind() with an interface should check to see if there's an Impl class and bind to that. Sun, 02 Mar, 23:19
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-1764) provide access to component parameters from within mixins Sun, 02 Mar, 23:19
hls...@apache.org svn commit: r632870 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/test/PageTester.java Sun, 02 Mar, 23:23
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-1612) Allow access to the PageTester registry Sun, 02 Mar, 23:23
hls...@apache.org svn commit: r632875 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry/test/PageTester.java Sun, 02 Mar, 23:30
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-1778) Allow extending the PageTester with extra modules for better integration with tapestry-spring Sun, 02 Mar, 23:31
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2162) Update roadmap on site Sun, 02 Mar, 23:35
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-1623) Access to block parameters Sun, 02 Mar, 23:35
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-2212) Index.tml generated by Quickstart Archetype is broken due to recent Index page change. Sun, 02 Mar, 23:37
hls...@apache.org svn commit: r632881 - in /tapestry/tapestry5/trunk: quickstart/src/main/resources/archetype-resources/src/main/webapp/Index.tml tapestry-tutorial1/src/site/apt/first.apt Sun, 02 Mar, 23:40
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-1909) JSONObject will always enclose keys in quotes even when not necessary Sun, 02 Mar, 23:41
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2212) Index.tml generated by Quickstart Archetype is broken due to recent Index page change. Sun, 02 Mar, 23:41
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2166) Generated Markup should not omit xhtml end tags Sun, 02 Mar, 23:43
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-2167) Make client-side validation pop-up bubble visible for a configurable amount of time Sun, 02 Mar, 23:45
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-2179) Javascript Adapter Architecture Sun, 02 Mar, 23:45
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-2050) Optimize page construction for repeated construction of the same page Sun, 02 Mar, 23:47
Howard M. Lewis Ship (JIRA) [jira] Assigned: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library Sun, 02 Mar, 23:47
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-1890) Allow Tapestry applications to NOT autoload modules from library Mon, 03 Mar, 00:01
Howard M. Lewis Ship (JIRA) [jira] Reopened: (TAPESTRY-2015) Improve stacktraces in exception page Mon, 03 Mar, 00:01
hls...@apache.org svn commit: r632886 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry/ main/java/org/apache/tapestry/internal/ site/apt/ Mon, 03 Mar, 00:02
Howard M. Lewis Ship (JIRA) [jira] Assigned: (TAPESTRY-2078) More understandable error messages needed when incorrect classes found in component/page packages Mon, 03 Mar, 00:03
Howard M. Lewis Ship (JIRA) [jira] Commented: (TAPESTRY-2078) More understandable error messages needed when incorrect classes found in component/page packages Mon, 03 Mar, 00:07
Howard M. Lewis Ship (JIRA) [jira] Commented: (TAPESTRY-2078) More understandable error messages needed when incorrect classes found in component/page packages Mon, 03 Mar, 00:17
Dan Adams (JIRA) [jira] Created: (TAPESTRY-2223) Don't require a hibernate.cfg.xml Mon, 03 Mar, 00:31
Dan Adams (JIRA) [jira] Assigned: (TAPESTRY-1933) Setup infrastructure for integration tests in tapestry-hibernate Mon, 03 Mar, 00:38
Andreas Andreou (JIRA) [jira] Updated: (TAPESTRY-2015) Improve stacktraces in exception page Mon, 03 Mar, 01:10
Andreas Andreou (JIRA) [jira] Commented: (TAPESTRY-2015) Improve stacktraces in exception page Mon, 03 Mar, 01:10
dad...@apache.org svn commit: r632915 - in /tapestry/tapestry5/trunk/tapestry-hibernate/src/test: conf/ java/org/apache/tapestry/hibernate/ java/org/apache/tapestry/hibernate/integration/ java/org/example/app0/entities/ java/org/example/app0/pages/ java/org/example/app0... Mon, 03 Mar, 01:38
Dan Adams (JIRA) [jira] Closed: (TAPESTRY-1933) Setup infrastructure for integration tests in tapestry-hibernate Mon, 03 Mar, 01:40
Kevin Menard (JIRA) [jira] Closed: (TAPESTRY-2087) Add "else" parameter to Unless component. Mon, 03 Mar, 02:56
Kevin Menard (JIRA) [jira] Closed: (TAPESTRY-1930) Render missing parameter names in different font and/or text style. Mon, 03 Mar, 03:26
Mark Shead (JIRA) [jira] Commented: (TAPESTRY-1732) Replace Maven build with Ant build Mon, 03 Mar, 03:34
Kevin Menard (JIRA) [jira] Updated: (TAPESTRY-2160) Implement switch that disables Javascript Mon, 03 Mar, 03:42
Kevin Menard (JIRA) [jira] Updated: (TAPESTRY-1909) JSONObject will always enclose keys in quotes even when not necessary Mon, 03 Mar, 03:42
Moritz Gmelin (JIRA) [jira] Commented: (TAPESTRY-2123) ClassCastException in CoercingPropertyConduitWrapper Mon, 03 Mar, 07:34
Ernest Monklitch (JIRA) [jira] Resolved: (TAPESTRY-2161) Implement switch that disables default css Mon, 03 Mar, 09:16
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToEclipseCodeTemplates" by DavorHrg Mon, 03 Mar, 09:39
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToEclipseCodeTemplates" by DavorHrg Mon, 03 Mar, 09:41
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToEclipseCodeTemplates" by DavorHrg Mon, 03 Mar, 09:57
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToEclipseCodeTemplates" by DavorHrg Mon, 03 Mar, 10:06
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToEclipseCodeTemplates" by DavorHrg Mon, 03 Mar, 10:10
polawat phetra (JIRA) [jira] Commented: (TAPESTRY-1605) The request encoding (for component action requests) occurs too late; after query parameters of the request have been accessed, which prevents the proper request encoding from being used Mon, 03 Mar, 10:36
Numa Schmeder Re: [jira] Commented: (TAPESTRY-2139) Using ValidField and Validator triggers null point exception Mon, 03 Mar, 10:54
Numa Schmeder (JIRA) [jira] Created: (TAPESTRY-2224) Improve javascript archetype for form handling and validation Mon, 03 Mar, 10:58
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToEclipseCodeTemplates" by DavorHrg Mon, 03 Mar, 11:08
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToIdeaLifeTemplates" by SvenHomburg Mon, 03 Mar, 11:31
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToIdeaLifeTemplates" by SvenHomburg Mon, 03 Mar, 11:40
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToIdeaLifeTemplates" by SvenHomburg Mon, 03 Mar, 11:51
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToIdeaLifeTemplates" by SvenHomburg Mon, 03 Mar, 11:54
Robert Binna (JIRA) [jira] Created: (TAPESTRY-2225) tapestry.form.refresh is broken Mon, 03 Mar, 15:14
hls...@apache.org svn commit: r633150 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry/internal/services/ main/java/org/apache/tapestry/services/ site/apt/ test/app1/ test/java/org/apache/tapestry/integration/ test/java/org/apache/tapestry... Mon, 03 Mar, 16:05
Andreas Andreou (JIRA) [jira] Commented: (TAPESTRY-2224) Improve javascript archetype for form handling and validation Mon, 03 Mar, 16:06
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2078) More understandable error messages needed when incorrect classes found in component/page packages Mon, 03 Mar, 16:08
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2066) Tapestry tries to get resource path for an action requests and causes exceptions in the continaer Mon, 03 Mar, 16:08
Howard M. Lewis Ship (JIRA) [jira] Assigned: (TAPESTRY-1336) Refactor ApplicationGlobals's store methods Mon, 03 Mar, 16:10
Numa Schmeder Re: [jira] Commented: (TAPESTRY-2224) Improve javascript archetype for form handling and validation Mon, 03 Mar, 16:37
hls...@apache.org svn commit: r633178 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry/internal/services/ main/java/org/apache/tapestry/services/ main/java/org/apache/tapestry/test/ site/apt/ test/java/org/apache/tapestry/internal/services/ Mon, 03 Mar, 17:10
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-1336) Refactor ApplicationGlobals's store methods Mon, 03 Mar, 17:10
Howard Lewis Ship Re: svn commit: r632915 - in /tapestry/tapestry5/trunk/tapestry-hibernate/src/test: conf/ java/org/apache/tapestry/hibernate/ java/org/apache/tapestry/hibernate/integration/ java/org/example/app0/entities/ java/org/example/app0/pages/ java/org/exampl Mon, 03 Mar, 17:20
Martin Papy (JIRA) [jira] Created: (TAPESTRY-2226) Tapestry should not shorten Index when it is at the root of tapestry package Mon, 03 Mar, 18:42
Howard M. Lewis Ship (JIRA) [jira] Updated: (TAPESTRY-2226) Requests for the root index page that include a page activation context fail with a 404 error Mon, 03 Mar, 19:02
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToAddBindingPrefixCycle" by DavorHrg Mon, 03 Mar, 21:02
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowTos" by DavorHrg Mon, 03 Mar, 21:10
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToAddBindingPrefixCycle" by DavorHrg Mon, 03 Mar, 21:11
Apache Wiki [Tapestry Wiki] Update of "Tapestry5HowToAddBindingPrefixCycle" by DavorHrg Mon, 03 Mar, 21:14
Christoph Jäger (JIRA) [jira] Created: (TAPESTRY-2227) Typo in User Guide -> Persistent Data -> Persistence Strategy Mon, 03 Mar, 22:04
Octavian Ciubotaru (JIRA) [jira] Created: (TAPESTRY-2228) @Style does not work during ajax update Mon, 03 Mar, 22:30
Mark Shead (JIRA) [jira] Created: (TAPESTRY-2229) read only fields showing up in bean edit Tue, 04 Mar, 04:42
Kristian Marinkovic (JIRA) [jira] Created: (TAPESTRY-2230) add a contructor with page class as parameter to BeanBlockContribution Tue, 04 Mar, 11:58
Kalin Krustev (JIRA) [jira] Commented: (TAPESTRY-1912) t:container does not render its body properly Tue, 04 Mar, 14:47
Kalin Krustev (JIRA) [jira] Updated: (TAPESTRY-1912) t:container does not render its body properly Tue, 04 Mar, 14:47
Howard M. Lewis Ship (JIRA) [jira] Assigned: (TAPESTRY-2227) Typo in User Guide -> Persistent Data -> Persistence Strategy Tue, 04 Mar, 15:09
Howard M. Lewis Ship (JIRA) [jira] Closed: (TAPESTRY-2227) Typo in User Guide -> Persistent Data -> Persistence Strategy Tue, 04 Mar, 15:09
hls...@apache.org svn commit: r633506 - in /tapestry/tapestry5/trunk: quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties tapestry-core/src/site/apt/guide/persist.apt Tue, 04 Mar, 15:10
Howard M. Lewis Ship (JIRA) [jira] Assigned: (TAPESTRY-2226) Requests for the root index page that include a page activation context fail with a 404 error Tue, 04 Mar, 15:11
Hugo Palma (JIRA) [jira] Created: (TAPESTRY-2231) Add release number to MANIFEST Tue, 04 Mar, 16:27
Kevin Menard (JIRA) [jira] Assigned: (TAPESTRY-1757) HTML Button component with Form support Tue, 04 Mar, 17:31
Message list« Previous · 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · Next »Thread · Author · Date
Box list
Dec 200982
Nov 2009361
Oct 2009281
Sep 2009128
Aug 2009120
Jul 2009227
Jun 2009115
May 2009202
Apr 2009560
Mar 2009591
Feb 2009566
Jan 2009463
Dec 2008238
Nov 2008612
Oct 2008643
Sep 2008794
Aug 2008610
Jul 2008311
Jun 2008463
May 2008368
Apr 2008403
Mar 2008762
Feb 2008997
Jan 2008871
Dec 2007372
Nov 2007504
Oct 2007502
Sep 2007646
Aug 2007249
Jul 2007314
Jun 20071533
May 2007646
Apr 2007352
Mar 2007740
Feb 2007720
Jan 2007502
Dec 2006669
Nov 2006828
Oct 2006323
Sep 2006345
Aug 2006483
Jul 2006751
Jun 2006551
May 2006560
Apr 2006754
Mar 2006746
Feb 2006292
Jan 2006430
Dec 2005398
Nov 2005388
Oct 2005454
Sep 2005570
Aug 2005775
Jul 2005687
Jun 2005394
May 2005400
Apr 2005247
Mar 2005369
Feb 2005269
Jan 2005229
Dec 2004141
Nov 200489
Oct 2004278
Sep 2004187
Aug 2004204
Jul 200458
Jun 2004178
May 200471
Apr 2004206
Mar 2004294
Feb 2004280
Jan 2004208
Dec 2003155
Nov 2003110
Oct 2003190
Sep 2003162
Aug 2003186
Jul 2003133
Jun 2003190
May 2003142
Apr 2003285
Mar 2003414
Feb 2003146
Jan 2003150