now that was a great tip :)
thanks for reminding me... i knew about this feature... i even used it in a
previous project...
wicket can gather a lot of browser settings including time :)
for ppl also looking for this, don't forget to put this into your
WebApplication class:
getRequestCycleSettings().setGatherExtendedBrowserInfo(true);
Thanks again, James :)
Cristi
On Fri, Mar 21, 2008 at 2:32 PM, James Carman <[EMAIL PROTECTED]>
wrote:
> On 3/21/08, James Carman <[EMAIL PROTECTED]> wrote:
> > On 3/21/08, Cristi Manole <[EMAIL PROTECTED]> wrote:
> >
> > > yes, i can, but how can i read it without post?
> > >
> > > it doesn't even need to be hidden as i want it shown... i just want
> to query
> > > it from time to time., again - without a post.
> > >
> > > is it possible to read it through ajax or from the dom... or
> something,
> > > inside wicket?
> >
> >
> > Could you have a completely hidden form? Just create a simple form
> > that just has that hidden field in it. Then, post it using Ajax. I'm
> > just thinking out loud here, but it might just be crazy enough to
> > work. :)
>
> Perhaps you could snoop their browser as in this example (look at the
> bottom of the page):
>
> http://www.wicketstuff.org/wicket13/hellobrowser
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>