thanks for the response, I'll probably end up doing a simple guesstimate of column width ratios based on the heading row and the first row of data using a custom EL function
However, in order to use it I need to be able to set the table attributes for widths and columns using an EL expression. It doesn't like it at the moment, I presume thats what the getValueBinding is used for on some of the other attributes
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004540#4004540
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004540
There are a number of ways of starting and ending a conversation
1) @Begin/@End
2) s:conversationPropagation
3) endConversation/beginConversation in pages.xml
4) endConversation in pageflows
Also, you should note that conversations are not propagated over non-faces request (i.e. clicking on a bookmarK)
I will often start a conversation upon entering an edit page, and end it when the user clicks Ok/Cancel. I find I normally use begin rather join.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004501#4004501
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004501