Hi I have a configuration layout question. At the moment I have all my Java programs in one directory both beans and Action classes, ie
WEB-INF/classes/com/iamtestdomain/testproject -(1) and my taglibs in a the directory WEB-INF/classes/taglib -(2) Is this a good way to organize things? Or should I perhaps have things setup like WEB-INF/classes/com/iamtestdomain/testproject/actions WEB-INF/classes/com/iamtestdomain/testproject/beans and I am not sure where to put my taglib directory, where is a good place for this? Cheers Tony -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

