I’m trying to use some _javascript_ that will call one of the properties of a managed bean.

 

I’d like to do something to the effect of:

 

var campaignArray = #{campaignForm.campaignArray};

 

but the HTML source shows that the _expression_ was never evaluated.

 

Long ago I would have written:

 

var var = <%=Obj.getWhatever()%>

 

but I’m supposed to avoid the <% %> right?

 

 

 

 

Reply via email to