Project

General

Profile

Defect #405

callback only works when not using forms reference

Added by Robert Ivens over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/05/2012
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

When using a callback in HTML in Servoy's HTML_AREA you can use the following syntax:

<a href="forms.formName.methodName()">do something</a>

However in Velocity this doesn't work. It will only work when you drop the forms reference:

<a href="formName.methodName()">do something</a>

Could the syntax be made to match Servoy's syntax?

History

#1

Updated by Patrick Talbot over 12 years ago

  • Status changed from New to Closed

Fixed with v1.5.10, you can now use both syntax (with or without the "forms." prefix)

Also available in: Atom PDF