Spring Properties No Longer Work

2010-04-22 Thread Brian Heston
The change requested in https://issues.apache.org/jira/browse/TAP5-1077 breaks existing functionality for Spring to load properties. I've added comments and supporting files to the issue, but I didn't see a way to reopen it so I wanted to make sure people knew. If you've updated tapestry-sprin

RE: Get final ouput of page rendering

2010-04-13 Thread Brian Heston
I had what may be the same problem - Stylesheets defined in the page class using @IncludeStylesheet would render before stylesheets defined the same way for the layout. I needed the page to be able to override the common settings at the layout level. I couldn't figure out a good way to reorder

RE: Tweaking an AjaxFormLoop

2010-04-08 Thread Brian Heston
I've done something similar without much hacking. In my case I have an autocomplete field in each row, and when a selection is made I needed to add a new row automatically so the user can enter the next item. I found that the row injector always has the same name, so I just call the trigger fu

Parameters in Contained Components

2010-04-01 Thread Brian Heston
This is sort of similar to my previous post asking about customizing components beyond what seems to be possible. This is a simple example involving the Grid component again. I want to set the "range" parameter of the GridPager, but since that is not also exposed by the Grid, I can't see how i

Custom Grid Sort Icons

2010-03-30 Thread Brian Heston
I'm looking for a way to change the icons used to sort the columns of the Grid component. Since they are injected by relative path in the GridColumns and since the CSS class does not change according to the current sort state, it doesn't look like I could create a CSS rule and update the backgr