RE: [5.4] Render Partial HTML Pages

2013-11-08 Thread Thilo Tanner
://issues.apache.org/jira/browse/TAP5-1864 Thilo From: Thilo Tanner Sent: Friday, November 08, 2013 10:40 To: Tapestry users Subject: RE: [5.4] Render Partial HTML Pages Hi Thiago, thanks a lot for your feedback. The application is based on Bootstrap 3 and

RE: [5.4] Render Partial HTML Pages

2013-11-08 Thread Thilo Tanner
: Wednesday, November 06, 2013 12:46 To: Tapestry users Subject: Re: [5.4] Render Partial HTML Pages On Wed, 06 Nov 2013 07:48:10 -0200, Thilo Tanner wrote: > Dear Tapestry Developers / Users, Hi! Does your page import stylesheets or JavaScript directly? Or through components it uses? If

Re: [5.4] Render Partial HTML Pages

2013-11-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Nov 2013 07:48:10 -0200, Thilo Tanner wrote: Dear Tapestry Developers / Users, Hi! Does your page import stylesheets or JavaScript directly? Or through components it uses? If the answers are "no", you can disable the addition of the core stack. Since alpha 24, there's a symb

[5.4] Render Partial HTML Pages

2013-11-06 Thread Thilo Tanner
Dear Tapestry Developers / Users, I have a question concerning partial HTML rendering without using zones using 5.4. Until alpha 24, the following code was working: @Inject private Block page; @Inject private Block modal; public Object getActiveBlock() { return request.isXHR() ? modal : pa