I have a popup that contains textfields and comboboxes, but the DataTable is
extending past the window boundary. I am using the a4jsf libraries and my
DataTable consists of 3 combobox columns. A user can select how many rows
they need which I use the <a4j:commandButton> to handle the request and then
rerender to the DataTable. The window by default is the size equal to the
starting rendered content. Once I add the second row, it disappears because
the window doesn't increase in size to handle this. How do I automatically
allow the popup window to resize itself to render the additional rows in the
DataTable?
Thanks!
--
View this message in context: http://www.nabble.com/DataTable-causing-data-to-display-past-window-boundary-tf4351443.html#a12399006
Sent from the javaserverfaces dev mailing list archive at Nabble.com.