Hi there,
I need to do something like this in my paragraph JSP file:

[code]

<h1>${content.heading}</h1>

<%
String str = "${content.heading}";
%>

[/code]

You see, I need to link the EL ${content.heading} somehow to my String 
variable. Can you please tell me what's the correct syntax for this since I 
should be able to get access to the content object in the Java scriptlet right 
away?

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=74aae516-37bc-45c5-aa15-f0ad8b9271bb


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to