I wanted to debug my app as it stepped through the Struts classes. I need to know what versions of the Struts jar files are being used so I can download the corresponding source files from apache.org, or do you include the source files somewhere? It looks like you include the 1.6.1 version of common.beanutils, but it seems that version 1.6.1 of the source did not line up. However version 1.7.0 of the source seems to line up. Thanks.