Hi all Struts uses reflection to populate the attributes into JavaBean, eg <html:text property="someAttribute"/>
At runtime, if "someAttribute" is not present we get an exception. It would be really nice if we had a Struts Compiler that takes in 2 arguments: - classpath - source path The compiler will: - search through all the JSPs in the source path and look for the formBeans and attributes - apply reflection to ensure that all beans and their attributes exists in the classpath This will be extremely useful for large projects and also long term maintenance. When we change the formBeans, the compiler will check for compliance at the JSP end. Has this been done already? Keith -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

