NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Larry Sand on March 21, 2013, 07:17:40 PM

Title: Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07
Post by: Larry Sand on March 21, 2013, 07:17:40 PM
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
Title: Re: Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07
Post by: JPMacDonald on March 22, 2013, 11:21:29 AM
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
Title: Re: Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07
Post by: Bruce on March 25, 2013, 02:23:11 AM
fixed in 7.08.
thanks for the report.