NetTalk Central

Author Topic: Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07  (Read 1805 times)

Larry Sand

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Including a Net:someproc tag in a Net:f:somefile tag worked up until build 7.06.  The link below to the modified version of web2.app shows the problem.  The PageHeaderTag procedure has a call to net:f: and the text file contains the Net:someSrcProc tag that isn't parsed, Here's the resultant html:

<div id="pageheadertag_div"  class=" ui-widget-header ui-corner-top"  data-role="header"><h1>NetTalk - Example 2</h1>
<div> file goes here yada <!-- Net:someSrcProc --> yada </div></div>
<div id="menu_div"  class="nt-menu-div ui-corner-br"><ul id="menu" class="nt-menu""><li><a href="IndexPage">Home</a><ul class="nt-menu-item"></ul></li><li><a href="#">Browse</a><ul class="nt-menu-item"><li><a href="MailboxesBrowseControl">Mailboxes


The JavaScript comment is just included in the output now.

You can get the example here:
http://clarionfreeimage.com/examples/web2.zip

Thanks,
Larry Sand
« Last Edit: March 21, 2013, 07:25:38 PM by Larry Sand »

JPMacDonald

  • Full Member
  • ***
  • Posts: 106
    • View Profile
    • Email
I am seeing this as well using 7.07when using session variables and the date variable in a text file that gets included on a webpage:

<!-- Net:d:year -->
<!-- Net:s:MyLoginID -->

The values no longer show on the page.

Regards

Parker

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
fixed in 7.08.
thanks for the report.