You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Numa Schmeder (JIRA)" <de...@tapestry.apache.org> on 2008/02/08 12:16:13 UTC

[jira] Created: (TAPESTRY-2140) Property accessed multiple time ?!

Property accessed multiple time ?!
----------------------------------

                 Key: TAPESTRY-2140
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2140
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1
         Environment: Macos X Java 1.4
            Reporter: Numa Schmeder
            Priority: Minor


Sorry, one more problem I noticed :

-- HTML --

<html jwcid="@Shell" title="My Test page">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>My Test page</title>
</head>
<body jwcid="@Body">

<p>	Hello World, ${myName} </p>

</body>
</html>

-- JAVA --

public String getMyName() {
		System.out.println("get my name ");
		return "Numa";
	}


When I render the page once in the browser, in the eclipse console log I get "get my name" printed 3 times !!!?

I have never seen this behavior in previous version, I was wondering if that was normal ?  or maybe I am missing something ? I thought it should print only once !?

Regards

Numa

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org