You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by sudeivas <su...@gmail.com> on 2012/01/31 19:37:02 UTC

Is multi-window support on by default in 1.5.3?

Hello,
      I am having some issues when I use modal windows in Wicket 1.5.3. I am
using clustering (having multiple hosts running the same application). So I
am wondering whether I have to turn on multi-window support somewhere or is
is turned on by default?

-Suresh

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-multi-window-support-on-by-default-in-1-5-3-tp4345435p4345435.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Is multi-window support on by default in 1.5.3?

Posted by sudeivas <su...@gmail.com>.
Thanks for the information. I am trying to resolve the issue by adding panels
to the modal window. It creates some problem when we add pages to it. 

Also as we are using clustering,

I did try to set,

getRequestCycleSettings().setRenderStrategy(RenderStrategy.ONE_PASS_RENDER);

But I am seeing a warning,
 [org.apache.wicket.request.handler.render.WebPageRenderer] - Falling back
to Redirect_To_Buffer render strategy because none of the conditions
matched.

Am I missing something or using it wrongly?

Thanks,
Suresh

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-multi-window-support-on-by-default-in-1-5-3-tp4345435p4345683.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Is multi-window support on by default in 1.5.3?

Posted by Dan Retzlaff <dr...@gmail.com>.
Oops, that JIRA link was supposed to include a "modal" keyword :)

On Tue, Jan 31, 2012 at 11:33 AM, Dan Retzlaff <dr...@gmail.com> wrote:

> The concept of multiple page maps was replaced in Wicket 1.5 with a
> simpler, linear versioning strategy.
> https://cwiki.apache.org/confluence/display/WICKET/Page+Storage
>
> I never found a detailed discussion of the relative pros/cons of this
> design, but I think the multiple window/tab use case should be handled by
> default. That said, modal windows seem to be a source of many problems in
> both 1.4 and 1.5 so your mileage may vary.
>
> https://issues.apache.org/jira/secure/IssueNavigator.jspa?sorter/field=created&sorter/order=DESC
>
>
> On Tue, Jan 31, 2012 at 10:37 AM, sudeivas <su...@gmail.com>wrote:
>
>> Hello,
>>      I am having some issues when I use modal windows in Wicket 1.5.3. I
>> am
>> using clustering (having multiple hosts running the same application). So
>> I
>> am wondering whether I have to turn on multi-window support somewhere or
>> is
>> is turned on by default?
>>
>> -Suresh
>>
>> --
>> View this message in context:
>> http://apache-wicket.1842946.n4.nabble.com/Is-multi-window-support-on-by-default-in-1-5-3-tp4345435p4345435.html
>> Sent from the Users forum mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>

Re: Is multi-window support on by default in 1.5.3?

Posted by Dan Retzlaff <dr...@gmail.com>.
The concept of multiple page maps was replaced in Wicket 1.5 with a
simpler, linear versioning strategy.
https://cwiki.apache.org/confluence/display/WICKET/Page+Storage

I never found a detailed discussion of the relative pros/cons of this
design, but I think the multiple window/tab use case should be handled by
default. That said, modal windows seem to be a source of many problems in
both 1.4 and 1.5 so your mileage may vary.
https://issues.apache.org/jira/secure/IssueNavigator.jspa?sorter/field=created&sorter/order=DESC


On Tue, Jan 31, 2012 at 10:37 AM, sudeivas <su...@gmail.com>wrote:

> Hello,
>      I am having some issues when I use modal windows in Wicket 1.5.3. I am
> using clustering (having multiple hosts running the same application). So I
> am wondering whether I have to turn on multi-window support somewhere or is
> is turned on by default?
>
> -Suresh
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Is-multi-window-support-on-by-default-in-1-5-3-tp4345435p4345435.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>