Emerjoin / Hi-Framework-features

Java EE Framework
5 stars 1 forks source link

Ajax Redirect from Server-side - Using JScomands and FrontEnd bean #89

Closed emjunior258 closed 8 years ago

emjunior258 commented 8 years ago

@Inject
private FrontEnd frontEnd;

...

frontEnd.ajaxRedirect("the/url");

...