PDA

View Full Version : script links always appear as "virtual"


eric341232
04-20-2009, 02:06 PM
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?

Ray Borduin
04-20-2009, 02:44 PM
In your site defintion make sure to use links relative to "document" instead of "site root" and it should work properly.