Hi, I want to protect my JSP from direct access, so they can only access by Struts action. but....
If I want to include some Javascript or CSS to a JSP, I can't ! Because .js and .css needed to place directly under WebRoot My solution is to use <jps:include> to include all those Javascript and CSS to JSP, but then the JSP will look very ugly and fill up with long long non HTML stuffs ...... which is not so nice Is there any any to solve this or I just need to accept this trade-off? Any help would be appreciated Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
