You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by da...@pharma.novartis.com on 2003/11/26 16:14:38 UTC

Getting x:set var

The following code displays [[rplyCode: null]].

<x:set var = "Code" select = '.' scope = "page" />
<%= pageContext.getAttribute("Code") %>

Whats the proper way to access the "Code" variable value?