Hi, I try to retrieve my variable "partyId" defined in Historic.java in list.ftl, but i have no display of this variable. here my code: Historic.java
String partyId="10006";
request.setAttribute("partyId",partyId);
return "success";
list.ftl
my n°=${partyId?if_exists}
Thanks
--
View this message in context:
http://www.nabble.com/problem-with-retrieving-variables-in-.ftl-file-tf4103581.html#a11669829
Sent from the OFBiz - User mailing list archive at Nabble.com.
