Sorry, one more remark that I forgot to post in the previous mail :

-- 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



Le 5 févr. 08 à 16:51, Jesse Kuhnert a écrit :

A new release has been packaged up and uploaded to the staging area at
http://people.apache.org/~jkuhnert/tapestry_releases/ .    The recent
critical bug fixes and some other minor misc improvements have been
made since the last 4.1.4 release vote to ensure a quality release
this time around.

The vote will last for 3 days.

Jesse Kuhnert: +1 (binding)

--
Jesse Kuhnert
Tapestry / OGNL / Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to