there are some mistakes in the siteTemplateSequence.

WRONG:   
siteName  siteSeq    siteTemplate  siteTemplateSequence
X          1             A,B,C           1
Y          2             D,E,F           2
Z          3             G,H,I            3

CORRECT:
siteName  siteSeq    siteTemplate  
X          1             A,B,C     
Y          2             D,E,F     
Z          3             G,H,I     

siteTemplate   siteTemplateSequence
A              1
B              2
C              3
..             .. 
..             ..
I              9

-- 
View this message in context: 
http://www.nabble.com/Displaying-table-contents-tf4480149.html#a12774960
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to