Hello,

is there a way to detect what the name of the parent jspx is (eg, finder.jspx), in a .tagx file?

For instance, if the parent is finder.jspx, I would like to make all input fields non mandatory; mandatory otherwise.

The only solution I have found so far is to create a variable in finder.jspx called parentForm which I set to the finderName's value.

Is there some kind of "parent" function in JSTL which I could use instead?

Many thanks.

Philroc