[Actionframework-users] method called twice
Status: Inactive
Brought to you by:
ptoman
From: <bm...@ho...> - 2002-10-09 17:57:48
|
hi again. I have the following templates tags: <templates> <template name=3D"comun.vm" is-new-session=3D"true"> <output-variable name=3D"listCommunities" component =3D"Weather" = value=3D"getCommunities()" /> --> </template> </templates> but when I call the the url = http://127.0.0.1:8080/weather/servlet/Weather the method getCommunities = is called two times... I'm missing anything? (there are no actions at the moment for this component) Thx in advance. |