Is there anyway I can debug Server Errors? There is no stack trace so I can only send you what I get:
Basically I have a selecttable with a valuechangelistener that populates more details in a e:table. Additionally there is a commandbutton that opens a e:window to display a selecttable of elemets from the detail selection. The server error occurs on the selection of the row and is related to the selecttable in the window. When you remove the winow tag the server error goes away.
I have an update. When I made the selecttable and window dirty the listener functions properly. When I open the window and continue to select different rows the selecttable is updated by the listener. Once I close the window and select another row the server error occurs
We analyzed your example, but this problem might have many more causes, and it also might be an application issue. I need a simple test application (only JSF & ECruiser), with only our components, which demonstrate your problems.
This is basically what I have. In your select table basic demo. Create a OrderHistory class and put a collection of them in your order class. Make your select table load and render off a button in your form. Add a order history button in your form that opens a window and displays the selected rows order history. The second option I have is take the order history data table out of the window and make it render off the button but if it is rendered how do I make it change when another order is selected?