Navigation across frames using commandLink. Broken?

2006-11-14 Thread Scott Stevenson
I have just upgraded from Tomahawk 1.1.3 to 1.1.5 nightly and I'm now encountering a problem with page navigation across frames. We are using two frames: A navigation frame and a main work area. We are using command links in the navigation frame to navigate to the appropriate page in the main fr

Re: text-align: center - without

2006-11-14 Thread Scott Stevenson
In your column (or columns) tag simply specify a style to align the text contained in that column. We use something like this in our tag: style="text-align:#{dataTableBean.alignment};" Where getAlignment() in the backing bean returns "left", "right" or "center" depending on the current column.

Re: text-align: center - without

2006-11-15 Thread Scott Stevenson
Maybe I'm missing the point but why would you want to use a columns tag without a datatable?? The answer is, you can't (as far as I know). > > Can I use without using ? > > > Scott Stevenson-5 wrote: >> >> In your column (or columns) tag simply specify a st