grahamcoleman23
Programmer
Ok I'm a bit of a beginner at this. I'm trying to use a bean:define something like this:-
<bean:define id="currentCost" property="currentcost" name="slForm" type="java.lang.Double"/>
I'm getting a "Define tag cannot set a null value' " error in the browser. I realise this is as the define needs to be wrapped in a logic tag, but I'm having problems getting this to work.
I've tried this :-
<logicresent name="slForm">
<bean:define id="currentCost" property="currentcost" name="slForm" type="java.lang.Double"/>
</logicresent>
still no joy, any ideas!
<bean:define id="currentCost" property="currentcost" name="slForm" type="java.lang.Double"/>
I'm getting a "Define tag cannot set a null value' " error in the browser. I realise this is as the define needs to be wrapped in a logic tag, but I'm having problems getting this to work.
I've tried this :-
<logicresent name="slForm">
<bean:define id="currentCost" property="currentcost" name="slForm" type="java.lang.Double"/>
</logicresent>
still no joy, any ideas!