vgkarthi 0 Newbie Poster

Hi all,
Kindly let me know the solution for the below query

<fmt:message bundle='${config}' key='singlelevelauth' />

the above line prints a value in the page

but i need that value to be set using <core:set> tag and i used the following..

<core:set var="corpID" value=<fmt:message bundle='${config}' key='singlelevelauth' /> ></core:set>

i throws the error as
es.jsp(13,17) quote symbol expected

kindly help me out.. Thanks..