"Kevin A. Burton" wrote:
> 
> 
> The reason this really bothers me is that it can get bad.  Some of the
> early portlets i was playing with would radically display incorrect
> columns and one would go all the way past the end of the screen where
> another column would be 1".
> 

Yes I can imagine that, but the process still depends on:
- the actual window size of the user browser (for mainstream browsers you
can get that info with a little javascript code)
- the tags used in the portlet content (if you have hard coded fixed width
table, your controller won't be able to do anything about it)
- the styling of the content (font and font size especially), which may
not be recognized by the client
- the amount of content produced by the portlet

Implementing something smart with these kind of constraints seems a daunting
task for me...

--
Rapha�l Luta - [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to