BeanEditForm and BeanDisplay are already wrapped in divs that you can
use for this purpose:
BeanEditForm's class is t-beaneditor. Not sure about BeanDisplay.
So you would have something like:
div.t-beaneditor {
max-height: 600px;
overflow-y: auto;
}
Now anything in <div class="t-beaneditor"> will be constrained to a
height of 600px, and if the content is larger than that, you'll get a
scroll bar on the right of the div, preserving your footer at the
bottom of the page.
Cheers,
Robert
On Jul 13, 2008, at 7/1311:27 PM , vzhou wrote:
Hi, All,
When using BeanEditForm and BeanDisplayForm, if there are two many
properties in one bean, it pushes down the page footer too far user
has to
scroll the page to see it. Is there a way I can put the
BeanEditForm into a
list widget with a vertical scroll bar so the user can see the page
footer
without scrolling?
Thanks in advance,
-victor
--
View this message in context:
http://www.nabble.com/BeanEditForm-and-BeanDisplayForm-in-list-widget-tp18437276p18437276.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]