I created a new screen "template" in the
webapp\WEB-INF\templates\vm\screens\html directory.  Then I modified the
left.vm file as follows.

    <td>
      <a href="$jslink.getPage("Page2")">
        <img src="images/leftnav_api.gif" border="0">
      </a>
    </td>
  </tr>
  <tr>
    <td>
      <a href="$jslink.getTemplate("EditAccount")">
        <img src="images/leftnav_api.gif" border="0">
      </a>
    </td>
  </tr>

What I want to happen is for the "Page2" screen to come up the same way
the "EditAccount" screen does.  But I just get a blank page.  The
EditAccount screen comes up ok.  So I'm sure that I have not done
something that is needed to "register" the "Page2" screen template, but
I don't know what I'm missing.  The "Page2" template just has static
text in it right now.

What am I missing ?




Tom Hampton
Sr. Software Engineer / Architect
SRA International, Inc.
[EMAIL PROTECTED]
Phone 240-221-2012    
Fax 240-221-2001


Reply via email to