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
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
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
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
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