Hi,
On Thu, Jul 18, 2013 at 4:22 PM, fliptaboada <[email protected]> wrote: > Hi, > > I'm using wicket atmosphere on multiple pages to push some messages, like > when a report is ready. > > The first problem is that the html updated by the wicket-atmosphere > response > arrives with broken enconding. > Everything is fine until the respose reaches the jquery.atmosphere > javascript. > > Already tried to do this on the javascript resources, but without success: > @Override > public JavaScriptPackageResource getResource() > { > JavaScriptPackageResource resource = super.getResource(); > resource.setTextEncoding("UTF-8"); > return resource; > } > > > The second one is that when the user keep opening tabs, after 6 tabs, pages > got locked and wait until you close another tab. > Is there a parameter or something about this? > > > Both problems are reproducibles at > http://www.wicket-library.com/wicket-examples-6.0.x/atmosphere/ > For the first just try to send a message with "รก" > Please file a ticket about this. > For the second, keep opening tabs with this address, the sixth tab don't > finish and the seventh still waiting. > The browsers have a limit of max opened connections to a domain. For Firefox and Chrome it is 6 connections. For IE 7/8 (not sure about the newer versions) it is 2. > > Thanks, > Felipe Taboada. > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Atmosphere-Encoding-and-MultiTab-issues-tp4660342.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
