-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com
Dakota Jack wrote:
Maybe we can break this down quick and avoid a long thread.
<snip>
I have an LogonForm, LogonAction and when a user successfully logs on, I set Attributes for "userID" and "userName".
</snip>
We don't know (A) where "userID" and "userName" come from or (B) why you set them as attributes in the session. We can make assumptions, but that just leads to long threads.
<snip>
How would be the best way to make this information available to the Web App regardless of whether I need the data from within a JSP, servlet or class file(for example, building a dynamic query)
</snip>
"[T]his information" seems to be the "form detail", looking at your DAO class. Why is this "form detail" in the database? Why isn't the "form detail" coming from the logon form?
This is all too sketchy to help you much. At least I for one cannot tell what you are doing.
Jack
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]