JFS and Java scriptlets
843842Nov 2 2005 — edited Jan 1 2006I�m desperate, I �m developing a dynamic jsf, so I need to access java variables. I�m migrating my struts code, to jsf code. The thing is that they�re not beans and I can�t put everything in the request and I know I can�t do this:
<h:outputText value="#{<%java code%>}" />
I used to do it with struts, using something like:
<bean:write property="<%java code%>" />
I have searched on the internet, but I have not found anything.
So, could anybody please tell me if there is a way to do this? PLEASEE