[jira] Created: (TAP5-619) Provide way to override PropertyEditor.beanBlockSource

2009-04-03 Thread Alfie Kirkpatrick (JIRA)
Provide way to override PropertyEditor.beanBlockSource -- Key: TAP5-619 URL: https://issues.apache.org/jira/browse/TAP5-619 Project: Tapestry 5 Issue Type: Wish Components:

[jira] Created: (TAP5-620) Add ProgressListener support to Upload component

2009-04-03 Thread Paudi Moriarty (JIRA)
Add ProgressListener support to Upload component Key: TAP5-620 URL: https://issues.apache.org/jira/browse/TAP5-620 Project: Tapestry 5 Issue Type: Wish Components: tapestry-upload

[jira] Closed: (TAP5-619) Provide way to override PropertyEditor.beanBlockSource

2009-04-03 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago H. de Paula Figueiredo closed TAP5-619. -- Resolution: Won't Fix BeanBlockSource, is any other Tapestry service, is

[jira] Commented: (TAP5-619) Provide way to override PropertyEditor.beanBlockSource

2009-04-03 Thread Alfie Kirkpatrick (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695363#action_12695363 ] Alfie Kirkpatrick commented on TAP5-619: Hi Thiago, I take your points but just for

[jira] Commented: (TAP5-619) Provide way to override PropertyEditor.beanBlockSource

2009-04-03 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695371#action_12695371 ] Thiago H. de Paula Figueiredo commented on TAP5-619: Hi! You can use

[jira] Commented: (TAP5-619) Provide way to override PropertyEditor.beanBlockSource

2009-04-03 Thread Alfie Kirkpatrick (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695374#action_12695374 ] Alfie Kirkpatrick commented on TAP5-619: Thanks. Am already aware of overrides. In

svn commit: r761710 - /tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt

2009-04-03 Thread hlship
Author: hlship Date: Fri Apr 3 15:38:06 2009 New Revision: 761710 URL: http://svn.apache.org/viewvc?rev=761710view=rev Log: Fix typo in documentation Modified: tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt Modified: tapestry/tapestry5/trunk/src/site/apt/guide/secure.apt URL:

svn commit: r761713 - in /tapestry/tapestry5/trunk/src/site/apt/guide: conf.apt secure.apt

2009-04-03 Thread hlship
Author: hlship Date: Fri Apr 3 15:46:55 2009 New Revision: 761713 URL: http://svn.apache.org/viewvc?rev=761713view=rev Log: Add more details about the @Secure annotation and related symbols. Modified: tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt

[jira] Created: (TAP5-621) When using PageTester, an exception in the page is hidden by an exception rendering the exception report page

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
When using PageTester, an exception in the page is hidden by an exception rendering the exception report page - Key: TAP5-621 URL:

[jira] Assigned: (TAP5-621) When using PageTester, an exception in the page is hidden by an exception rendering the exception report page

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-621: - Assignee: Howard M. Lewis Ship When using PageTester, an exception in the page is

svn commit: r761719 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal: renderers/RequestRenderer.java test/TestableRequestImpl.java

2009-04-03 Thread hlship
Author: hlship Date: Fri Apr 3 16:33:49 2009 New Revision: 761719 URL: http://svn.apache.org/viewvc?rev=761719view=rev Log: TAP5-621: When using PageTester, an exception in the page is hidden by an exception rendering the exception report page Modified:

[jira] Closed: (TAP5-621) When using PageTester, an exception in the page is hidden by an exception rendering the exception report page

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-621. - Resolution: Fixed Fix Version/s: 5.1.0.3 When using PageTester, an exception in

[jira] Assigned: (TAP5-619) Provide way to override PropertyEditor.beanBlockSource

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-619: - Assignee: Howard M. Lewis Ship Provide way to override

[jira] Updated: (TAP5-619) Add parameter to PropertyEditor to allow custom BeanBlockSource to be used in place of the default one

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-619: -- Summary: Add parameter to PropertyEditor to allow custom BeanBlockSource to be used in

svn commit: r761728 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib: base/AbstractPropertyOutput.java components/PropertyEditor.java

2009-04-03 Thread hlship
Author: hlship Date: Fri Apr 3 16:52:40 2009 New Revision: 761728 URL: http://svn.apache.org/viewvc?rev=761728view=rev Log: TAP5-619: Add parameter to PropertyEditor to allow custom BeanBlockSource to be used in place of the default one Modified:

[jira] Closed: (TAP5-619) Add parameter to PropertyEditor to allow custom BeanBlockSource to be used in place of the default one

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-619. - Resolution: Fixed Fix Version/s: 5.1.0.3 Add parameter to PropertyEditor to allow

[jira] Commented: (TAP5-608) Quickstart archetype is broken for 5.1.0.2: missing META-INF/maven/archetype.xml

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695641#action_12695641 ] Howard M. Lewis Ship commented on TAP5-608: --- I believe this to be a Maven issue:

[jira] Commented: (TAP5-423) Implement a file-system Asset type

2009-04-03 Thread manuel aldana (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695646#action_12695646 ] manuel aldana commented on TAP5-423: Making the symbol more flexible, it does not need to

[jira] Issue Comment Edited: (TAP5-608) Quickstart archetype is broken for 5.1.0.2: missing META-INF/maven/archetype.xml

2009-04-03 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695641#action_12695641 ] Howard M. Lewis Ship edited comment on TAP5-608 at 4/3/09 5:06 PM: