You can provide your own markup for BrowserInfoPage if you place it in the correct package within your application (org.apache.wicket.markup.html.pages? I believe). From there you can replace the text with a <wicket:message> that you can translate.
On Fri, Mar 23, 2012 at 12:47 PM, sudeivas <[email protected]>wrote: > Hello, > I am using > getRequestCycleSettings().setGatherExtendedBrowserInfo(true) to gather the > browser information. But I am seeing this hard-coded message > "If you see this, it means that both javascript and meta-refresh are not > support by your browser configuration. Please click this link to continue > to > the original destination." > > This is impossible to read for non-english users and it stays in the page > for 5 to 10 seconds sometimes and this is causing some issues when the user > clicks on the link. I wish to override to a simple message like > 'Loading...' > but I am not sure how to override this message. > > I did search in google but couldn't find any API. Please provide some > suggestions. > > Thanks, > Suresh > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Override-BrowserInfoPage-tp4499400p4499400.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] > >
