T5.4-alpha-2: Module Initialization Priority / Order

2013-01-16 Thread Steve Eynon
Hiya, I have the following in a component: void setupRender() { jsSupport.require("af/highcharts/theme/darkGreen").priority(InitializationPriority.EARLY); jsSupport.require("af/highcharts/lineChart").with(params); } and yet the theme module is still called *after* the lineChart. From Fi

Re: Nested Form Support

2013-01-16 Thread sthomps
An Address component could be one. This appears to be what I would need. http://jumpstart.doublenegative.com.au/jumpstart/examples/component/subformvalidation1 Can these "sub-forms" contain other components that will submit only that sub-forms information or does it submit the entire form and va

Re: Nested Form Support

2013-01-16 Thread Geoff Callender
What's an example? An Address component? Are these anything like what you need... http://jumpstart.doublenegative.com.au/jumpstart/examples/component/subformcomponent1 http://jumpstart.doublenegative.com.au/jumpstart/examples/component/subformvalidation1 http://jumpstar

Re: Redirecting to a Page

2013-01-16 Thread Muhammad Gelbana
Why are you redirecting from the "validation" method ? Wouldn't be more intuitive to redirect from the "success" method ? On Wed, Jan 16, 2013 at 9:03 AM, Taha Siddiqi wrote: > @Inject > private PageRenderLinkSource linkSource; > > > Object onMyEvent(){ >Link link = linkSource.createPageRende

Re: Tapestry AlertManager

2013-01-16 Thread Stephan Windmüller
On 16.01.2013 06:27, mateen wrote: > Now can can i clear the previous alerts, otherwise each time a transaction > fails a user has to manually clear the error message. If he dosent all error > messages stack up ? How can i do this ? For this purpose we wrote our own component for displaying aler