You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be VERY useful (and reusable) if we could parametrize the value of a GSF Property.
That would make it very simple to use GSFProperty assets as a representation of labels / error messages.
One could do things like:
< gsf : property name="internal_label_Ndocsfound" var="putMyParsedLabelHere" >
< gsf : parameter name="numdocs" value="<%=results.getSize()%> / >
< / gsf : property>
... and define the value of the GSFProperty asset as:
Found Variables.numdocs matches.
OR
Found $$$numdocs$$$ matches.
OR EVEN
Found ${numdocs} matches.
... which would produce at runtime:
Found 24 matches.
The text was updated successfully, but these errors were encountered:
It would be VERY useful (and reusable) if we could parametrize the value of a GSF Property.
That would make it very simple to use GSFProperty assets as a representation of labels / error messages.
One could do things like:
< gsf : property name="internal_label_Ndocsfound" var="putMyParsedLabelHere" >
< gsf : parameter name="numdocs" value="<%=results.getSize()%> / >
< / gsf : property>
... and define the value of the GSFProperty asset as:
Found Variables.numdocs matches.
OR
Found $$$numdocs$$$ matches.
OR EVEN
Found ${numdocs} matches.
... which would produce at runtime:
Found 24 matches.
The text was updated successfully, but these errors were encountered: