NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07
« previous
next »
Print
Pages: [
1
]
Author
Topic: Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07 (Read 2982 times)
Larry Sand
Full Member
Posts: 101
Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07
«
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
«
Last Edit: March 21, 2013, 07:25:38 PM by Larry Sand
»
Logged
JPMacDonald
Full Member
Posts: 106
Re: Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07
«
Reply #1 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
Logged
Bruce
Global Moderator
Hero Member
Posts: 11244
Re: Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07
«
Reply #2 on:
March 25, 2013, 02:23:11 AM »
fixed in 7.08.
thanks for the report.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Net:someProc tag no longer works in file included in Net:f:somefile tag 7.07