script links always appear as "virtual"
I use Adobe Developer Toolbox and with it what I'm about to describe sometimes happens but with Validation Toolbox it Always happens. I wonder if you have any thoughts about why.
When I add validation to any php page, this is the way the script links get written t the page:
virtual("WA_ValidationTookit/WAVT_Scripts_PHP.php");
virtual("WA_ValidationTookit/WAVT_ValidatedForm_PHP.php");
instead of "include" or include_once" or "require_once."
As I say, this always happens with the validation toolkit. But what is more annoying is that after correcting the links, anytime I make a change to the validation, the links get rewritten back to being incorrect and I have to change them back, and so on...
It's not the end of the world but it's a constant annoyance.
Any thoughts?