Tiles scope headache solution

2005-02-21 Thread Jason Long
I am providing here the solution I found to my problem with tiles scope. The variable quote and row in c:forEach are in page scope. This is not available to other tiles. By using c:set I can either set these variables in request or session scope and it will work just fine. Does anyone know of a

Tiles scope headache solution

2005-02-21 Thread Jason Long
I am providing here the solution I found to my problem with tiles scope. The variable quote and row in c:forEach are in page scope. This is not available to other tiles. By using c:set I can either set these variables in request or session scope and it will work just fine. Does anyone know of a