How can I determine if I am in a dialog box without passing through some sort of flag?
I have a form that is either displayed in a normal window or in a dialog box. When in the dialog box I want to not display certain parts of the form so I need some sort of object value I can use in my
JSP Logic:equal/present etc.
Thanks