Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 987CE18511 for ; Wed, 2 Dec 2015 12:37:11 +0000 (UTC) Received: (qmail 55282 invoked by uid 500); 2 Dec 2015 12:37:11 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 55196 invoked by uid 500); 2 Dec 2015 12:37:11 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 55165 invoked by uid 99); 2 Dec 2015 12:37:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 12:37:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ED46C2C1F61 for ; Wed, 2 Dec 2015 12:37:10 +0000 (UTC) Date: Wed, 2 Dec 2015 12:37:10 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4574) How to get value of value in struts jsp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035728#comment-15035728 ] Lukasz Lenart commented on WW-4574: ----------------------------------- It's a double evaluation which is prohibited. You can directly use {{#session.name}}. And please ask such questions on User Mailing List -> http://struts.apache.org/mail.html or via StackOverflow > How to get value of value in struts jsp > --------------------------------------- > > Key: WW-4574 > URL: https://issues.apache.org/jira/browse/WW-4574 > Project: Struts 2 > Issue Type: Temp > Reporter: ramprasad > > Hi, > I am new to struts framework. I want to display a value of value. > For example : > Value for Name in value stack is #session.name > But #session.name value is 'John' > {code:xml} > > {code} > I just want to print 'John'. But it prints #session.name > Thanks in advance > Ramprasad. -- This message was sent by Atlassian JIRA (v6.3.4#6332)