[jira] Created: (SHALE-240) Easier way to exclude content from the HTML template

2006-07-29 Thread Gary VanMatre (JIRA)
Easier way to exclude content from the HTML template Key: SHALE-240 URL: http://issues.apache.org/struts/browse/SHALE-240 Project: Shale Issue Type: New Feature Components: Clay

[jira] Updated: (SHALE-234) actionLink twice in a page leads to an exception

2006-07-30 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-234?page=all ] Gary VanMatre updated SHALE-234: Assignee: Gary VanMatre actionLink twice in a page leads to an exception Key: SHALE-234

[jira] Resolved: (SHALE-248) [CommonsValidator] missing trim JavaScript function

2006-08-08 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-248?page=all ] Gary VanMatre resolved SHALE-248. - Fix Version/s: 1.0.3-SNAPSHOT Resolution: Fixed Fixed in the 20060808 nightly build. [CommonsValidator] missing trim JavaScript function

[jira] Resolved: (SHALE-279) The prefix used to declare clay template namespaces can not be overridden

2006-09-12 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-279?page=all ] Gary VanMatre resolved SHALE-279. - Fix Version/s: 1.0.4-SNAPSHOT Resolution: Fixed The template prefix no longer has to correspond to the prefix of the jsfid in the component

[jira] Resolved: (SHALE-294) TestCase: CommonsValidatorTestCase fails on different user locales.

2006-09-28 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-294?page=all ] Gary VanMatre resolved SHALE-294. - Fix Version/s: 1.0.4-SNAPSHOT Resolution: Fixed Ingo, thank you for pointing this out. The fix is in the 20060929 nightly build. TestCase:

[jira] Resolved: (SHALE-297) Client Validation on objects within JSF Datatable

2006-09-28 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-297?page=all ] Gary VanMatre resolved SHALE-297. - Fix Version/s: 1.0.3 Resolution: Duplicate This is a duplicate of SHALE-65 fixed in Shale 1.0.3. You can find this build here:

[jira] Commented: (SHALE-303) minlength and maxlengh validators not working

2006-10-04 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-303?page=comments#action_38326 ] Gary VanMatre commented on SHALE-303: - 1. s:validatorVar doesn't work in Facelets. The validatorVar JSP tag is similar to the JSF RI f:attributes and

[jira] Resolved: (SHALE-292) Clay doesn't consider file's encoding when loading/parsing html templates from hdd

2006-10-15 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-292?page=all ] Gary VanMatre resolved SHALE-292. - Fix Version/s: 1.0.4-SNAPSHOT Resolution: Fixed The examples and your input really made the difference on this one. Thanks for the help Tom.

[jira] Resolved: (SHALE-313) Implicit anchor tag does not map href attribute to its component pendant

2006-10-18 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-313?page=all ] Gary VanMatre resolved SHALE-313. - Fix Version/s: 1.0.4-SNAPSHOT Resolution: Fixed Assignee: Gary VanMatre Fix is in the 20061019 nightly build. Thanks for the help.

[jira] Commented: (SHALE-316) tomahawk's panelNavigation2 doesn't keep state when navigating between views

2006-10-20 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-316?page=comments#action_38461 ] Gary VanMatre commented on SHALE-316: - Tom, I think that this issues was resolved with some changes I made yesterday. Both layouts rendered as expected -

[jira] Commented: (SHALE-316) tomahawk's panelNavigation2 doesn't keep state when navigating between views

2006-10-20 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-316?page=comments#action_38462 ] Gary VanMatre commented on SHALE-316: - I noticed that the JSP example has a different layout (bdefault.faces) content header main

[jira] Commented: (SHALE-316) tomahawk's panelNavigation2 doesn't keep state when navigating between views

2006-10-21 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-316?page=comments#action_38464 ] Gary VanMatre commented on SHALE-316: - The verbatim body problem discussed previously is fixed in the 20061021 nightly build. The following will now work.

[jira] Commented: (SHALE-316) tomahawk's panelNavigation2 doesn't keep state when navigating between views

2006-10-24 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-316?page=comments#action_38478 ] Gary VanMatre commented on SHALE-316: - Tom, I removed the requirement that Clay is a naming container. This will should bring the Clay constructed html views

[jira] Commented: (SHALE-322) Lessen the verbose Clay configurations

2006-10-28 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-322?page=comments#action_38508 ] Gary VanMatre commented on SHALE-322: - Hermod, please contribute work on item 1. I put to together something but I don't feel good about it. I'm not sure

[jira] Commented: (SHALE-324) Maven Mojo to convert JSF type library descriptors to clay configuration files

2006-11-03 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-324?page=comments#action_38559 ] Gary VanMatre commented on SHALE-324: - Hermod, this looks great! I had problems finding the 2.1-SNAPSHOT version of the maven-plugin-api but I was able to

[jira] Commented: (SHALE-325) Add a custom validation example to the Use Cases example app

2006-11-06 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-325?page=comments#action_38603 ] Gary VanMatre commented on SHALE-325: - I think your problem is that the CommonsValidator can't find the message. There are a couple of places that you can

[jira] Commented: (SHALE-67) Clay examples from usecases demo output Sun's state field marker

2006-11-06 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-67?page=comments#action_38604 ] Gary VanMatre commented on SHALE-67: 6) Added attribute binding support for Converters, Validators and Listeners - new feature added to 1.2 spec. 7) Under

[jira] Created: (SHALE-326) Add Clay support for the MyFaces Trinidad components.

2006-11-07 Thread Gary VanMatre (JIRA)
Add Clay support for the MyFaces Trinidad components. - Key: SHALE-326 URL: http://issues.apache.org/struts/browse/SHALE-326 Project: Shale Issue Type: Improvement Components:

[jira] Commented: (SHALE-316) tomahawk's panelNavigation2 doesn't keep state when navigating between views

2006-11-08 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-316?page=comments#action_38635 ] Gary VanMatre commented on SHALE-316: - Well, you are doing great. I'll post a patch the next couple of days and close out this one. Thanks for the help. I

[jira] Resolved: (SHALE-67) Clay examples from usecases demo output Sun's state field marker

2006-11-10 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-67?page=all ] Gary VanMatre resolved SHALE-67. Fix Version/s: 1.0.4-SNAPSHOT Resolution: Fixed Assignee: Gary VanMatre I'm going to close this ticket. I don't believe that we have solved

[jira] Commented: (SHALE-336) Exceptions raised in action listeners are exempt from the exception handing strategy of the view controller.

2006-11-17 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-336?page=comments#action_38770 ] Gary VanMatre commented on SHALE-336: - I'm wondering if this might even make the catching in ViewActionListener redundant? I think that it would be redundant.

[jira] Commented: (SHALE-219) Add xsd for Clay html namespace support

2006-12-13 Thread Gary VanMatre (JIRA)
[ http://issues.apache.org/struts/browse/SHALE-219?page=comments#action_39096 ] Gary VanMatre commented on SHALE-219: - Doooph!! Thanks for taking care of that one. Add xsd for Clay html namespace support

[jira] Commented: (SHALE-391) Clay starter Maven archetype

2007-01-14 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39787 ] Gary VanMatre commented on SHALE-391: - I commited the shale-clay-starter-archetype to the sandbox so that we can

[jira] Resolved: (SHALE-413) CommonsValidator arg argument is loosing it's value for server-side validation rules.

2007-02-24 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-413. - Resolution: Fixed Fix Version/s: 1.0.4 The fix will be in the 20070225 nightly build.

[jira] Resolved: (SHALE-390) NPE in ComponentConfigBean$WatchDog.isDirty

2007-02-24 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-390. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT

[jira] Updated: (SHALE-413) CommonsValidator arg argument is loosing it's value for server-side validation rules.

2007-02-24 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre updated SHALE-413: Fix Version/s: (was: 1.0.4) 1.0.5-SNAPSHOT CommonsValidator arg argument

[jira] Updated: (SHALE-407) E-Mail Validator is not working in sample applications

2007-02-24 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre updated SHALE-407: Fix Version/s: 1.0.5-SNAPSHOT E-Mail Validator is not working in sample applications

[jira] Commented: (SHALE-391) Clay starter Maven archetype

2007-02-28 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40373 ] Gary VanMatre commented on SHALE-391: - Applied patch to remove chain-config.xml from the archetype.xml file.

[jira] Resolved: (SHALE-418) Exception Client-id : _id0 is duplicated in the faces tree occurs with MyFaces 1.1.1

2007-03-10 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-418. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT

[jira] Commented: (SHALE-353) Add a new attribute allowOveride in order to prevent certain attributes from being altered when subclassing clay components

2007-03-10 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40486 ] Gary VanMatre commented on SHALE-353: - Generally when you talk about inheritance there are a couple techniques,

[jira] Commented: (SHALE-413) CommonsValidator arg argument is loosing it's value for server-side validation rules.

2007-03-15 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40577 ] Gary VanMatre commented on SHALE-413: - The validator variables passed to the server side validation rule are being

[jira] Updated: (SHALE-353) Add a new attribute allowOveride in order to prevent certain attributes from being altered when subclassing clay components

2007-03-30 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre updated SHALE-353: Attachment: final.patch Attached patch in the event we want to apply to the 1.0.5-SNAPSHOT. Add

[jira] Commented: (SHALE-437) Setting Locale on ViewRoot to an EL Expression is broken

2007-04-19 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40852 ] Gary VanMatre commented on SHALE-437: - Couple more questions: 1. Are use using clay with JSP or full XML/HTML

[jira] Resolved: (SHALE-437) Setting Locale on ViewRoot to an EL Expression is broken

2007-04-21 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-437. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT

[jira] Assigned: (SHALE-441) validator script should not be generated for child components inside not rendered or not editable or not enabled parent component.

2007-05-07 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre reassigned SHALE-441: --- Assignee: Gary VanMatre validator script should not be generated for child components

[jira] Work started: (SHALE-441) validator script should not be generated for child components inside not rendered or not editable or not enabled parent component.

2007-05-22 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SHALE-441 started by Gary VanMatre. validator script should not be generated for child components inside not rendered or not editable or not enabled parent

[jira] Commented: (SHALE-441) validator script should not be generated for child components inside not rendered or not editable or not enabled parent component.

2007-05-22 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41092 ] Gary VanMatre commented on SHALE-441: - This patch will give better coverage for the scenario described in

[jira] Updated: (SHALE-441) validator script should not be generated for child components inside not rendered or not editable or not enabled parent component.

2007-05-22 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre updated SHALE-441: Attachment: validator.patch Attached the patch applied to the trunk in the event that we want to

[jira] Commented: (SHALE-450) Server Side state saving is not saving the sequence generated to the client, leading to errors when always restoring the latest state.

2007-06-21 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41267 ] Gary VanMatre commented on SHALE-450: - Hey Nick, What version of MyFaces are you using? The reason I ask is the

[jira] Assigned: (SHALE-409) Shale 1.0.4+ incorrectly removes all entries in the request map after render response

2007-07-27 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre reassigned SHALE-409: --- Assignee: Gary VanMatre Shale 1.0.4+ incorrectly removes all entries in the request map

[jira] Resolved: (SHALE-409) Shale 1.0.4+ incorrectly removes all entries in the request map after render response

2007-07-27 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-409. - Resolution: Fixed Fix in the 20070728 nightly build. Shale 1.0.4+ incorrectly removes all

[jira] Assigned: (SHALE-451) outputFormat ignores escape attribute

2007-07-27 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre reassigned SHALE-451: --- Assignee: Gary VanMatre outputFormat ignores escape attribute

[jira] Resolved: (SHALE-451) outputFormat ignores escape attribute

2007-07-27 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-451. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT Fix in

[jira] Resolved: (SHALE-431) Tomahawk's enabledOnUserRole property doesn't work with Clay

2007-07-27 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-431. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT

[jira] Resolved: (SHALE-452) f:validator not mapped

2007-07-27 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-452. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT Fix in

[jira] Assigned: (SHALE-406) ConverterHelper produce NullPointerException by calling Converter with uiComponent = null parameter during restore view phase.

2007-07-28 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre reassigned SHALE-406: --- Assignee: Gary VanMatre ConverterHelper produce NullPointerException by calling Converter

[jira] Resolved: (SHALE-406) ConverterHelper produce NullPointerException by calling Converter with uiComponent = null parameter during restore view phase.

2007-07-28 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-406. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT When

[jira] Assigned: (SHALE-459) Test is language dependant

2007-07-28 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre reassigned SHALE-459: --- Assignee: Gary VanMatre Test is language dependant --

[jira] Resolved: (SHALE-459) Test is language dependant

2007-07-28 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary VanMatre resolved SHALE-459. - Resolution: Fixed Fix Version/s: 1.1.0-SNAPSHOT 1.0.5-SNAPSHOT Fix is

[jira] Commented: (SHALE-477) Need more synchronization inside config beans

2007-11-19 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42684 ] Gary VanMatre commented on SHALE-477: - This sounds like an issue (SHALE-390) that might have only been fixed in

[jira] Commented: (SHALE-356) Make it possible to report client side validation errors via DHTML manipulations on message elements

2008-04-21 Thread Gary VanMatre (JIRA)
[ https://issues.apache.org/struts/browse/SHALE-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=43722#action_43722 ] Gary VanMatre commented on SHALE-356: - I think we will need the full client id of the