I have some OGNL I am using to populate the href element of an
to a dynamically produced URL, handled by the Google UserService.
<
You cannot use JSP tags in Struts tag's attributes, but you can use OGNL there.
Also note, that you can use OGNL only in Struts tag's attributes. And in most cases OGNL is executed once on the server, you shouldn't use nested OGNL or whatever you call it. May be this question will show you how to use you called nested OGNL.
Sign in