Hi,

I am trying to navigate to another velocity template when I click on a
link created in the menu. I have the following code in the menu.vm.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html>
<body bgcolor="#EEEEEE">
        <br>
        <a href='$link.setPage("profilepage.vm")'>Device Profiles</a>
        <br>
</body>

</html>

There is no java class file associated with the profilepage.vm since I
do not need any dynamic data in my template. Even though my url says I
am in the profilepage.vm file, the screen content does not change when I
click on the link. Is there something glaringly wrong in how I am trying
to do this?

Will appreciate any help,
Thanks,
Ritu..

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to