Is it possible to set a form field with an expression without using <hyperlink description=""....

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Is it possible to set a form field with an expression without using <hyperlink description=""....

justin.g.robinson
The only way I can find in OTB ofbiz functionality & web resources that you
can set a form field is using a <hyperlink> element where you can use
description=""
<field name="${groovy: ((viewIndex * viewSize) + (itemIndex + 1))}"
title="Header" ...........

Doesn't work and a search through the eclipse source for '<field name="$'
returns no results, name can't take an expression, no doubt it messes with
the data binding.

Is there a way around this?

--
Regards,
Justin
Venture-Net Research & Development