Re: click first table rows, the rows of second table change ??

2006-08-11 Thread Monkeyden
There are a few AJAX people on this list who are far more qualified than I, and I probably shouldn't even have mentioned it. I would suggest, that you nail down the Struts concepts and only then look at possible integrations with other technologies. On 8/11/06, A. Lotfi <[EMAIL PROTECTED]> wrot

Re: click first table rows, the rows of second table change ??

2006-08-11 Thread A. Lotfi
Thank you Monkeyden, 1) That exactly what I want, but I did not understand : > Expects a table1RowNum parameter (from clicking on one of the rows > in table1 I have never used AJAX, is there any example on how to do it with ajax ? thank you, Monkeyden <[EMAIL PROTECTED]

Re: click first table rows, the rows of second table change ??

2006-08-11 Thread Monkeyden
If I understand you correctly, here is how it might look: YourActionForm Collection table1Data (retrieved from persistence on the first request of the Action) Collection table2Data (empty on first request) YourAction Loads table1 data Expects a table1RowNum parameter (from clicking o

click first table rows, the rows of second table change ??

2006-08-10 Thread A. Lotfi
I am trying to have in my jsp page two tables : First table : Select the package : row1 row2 row3 ... row10 each time the user select a row, the rows in the second table change : for example if the user click in row2 the second table will be like this : Second Table :