> From: Andy Engle [mailto:[EMAIL PROTECTED] 
> I'm wondering if making JSPs available to the user in this manner is a
> poor practice, and if so, what would be a better way of doing it? 
> Furthermore, will I run into any problems with the Struts custom tags
> or tiles by taking this approach?

It will cause trouble with the Struts html/form tags.  Those tags assume
that there is an ActionForm instance in scope, and that may not happen
if the request doesn't come through the controller and Action.

But if these JSP's are read-only and show information from the database,
then there probably won't be any Struts tags on them.  I'd still run
them through an Action, (or some other controller Servlet) otherwise
where will you do the database read?

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to