- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Those fields are all hardcoded to render jssp tags somehow.
If you're rolling your own you'll have to use a control typology rule to do something like this (*ducks*):
if (field.match(/^<%=/)) field = eval(field.replace/^<%=/, '').replace(/%>$/, ''));
Thanks,
-Jon
Views
Replies
0 Likes
Total Likes