Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JFS and Java scriptlets

843842Nov 2 2005 — edited Jan 1 2006
I�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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 29 2006
Added on Nov 2 2005
1 comment
125 views