Re: Get browsers resolution

2006-11-17 Thread Adrian Mitev
My question is not how to get it via java script. My questions it how to send it to the server - add hidden component on each form or something like that... 2006/11/16, Andrew Robinson [EMAIL PROTECTED]: Are you looking for the viewable space inside the browser (the pixel dimensions of the

RE: Get browsers resolution

2006-11-17 Thread Julian Ray
are all capability-aware as their base class gets the capability bean from the session using the FacesContext. _ From: Adrian Mitev [mailto:[EMAIL PROTECTED] Sent: Friday, November 17, 2006 5:46 AM To: MyFaces Discussion Subject: Re: Get browsers resolution My question is not how to get

Re: Get browsers resolution

2006-11-17 Thread Adrian Mitev
class gets the capability bean from the session using the FacesContext. -- *From:* Adrian Mitev [mailto:[EMAIL PROTECTED] *Sent:* Friday, November 17, 2006 5:46 AM *To:* MyFaces Discussion *Subject:* Re: Get browsers resolution My question is not how to get it via java

RE: Get browsers resolution

2006-11-17 Thread Julian Ray
Subject: Re: Get browsers resolution So i need to to recursively to find all forms and add them hidden field and javascript? And how i get this info when the user session is created so the first opened page could be rendered according to this info? 2006/11/17, Julian Ray [EMAIL PROTECTED

Re: Get browsers resolution

2006-11-17 Thread Adrian Mitev
:* Adrian Mitev [mailto:[EMAIL PROTECTED] *Sent:* Friday, November 17, 2006 4:18 PM *To:* MyFaces Discussion *Subject:* Re: Get browsers resolution So i need to to recursively to find all forms and add them hidden field and javascript? And how i get this info when the user session is created so the first

Re: Get browsers resolution

2006-11-16 Thread Andrew Robinson
Are you looking for the viewable space inside the browser (the pixel dimensions of the actual page) or are you looking for the outer width of the window, or the user's screen resolution? On 11/16/06, Adrian Mitev [EMAIL PROTECTED] wrote: Hi all! I need to get browser's width and heigth and by