Hello,
I have tried to use javascript in a VelocityPortlet, here is the code
<input type="text" value="1" name="count">
<input type="image" src="up.gif" onClick="count.value =
parseInt(count.value)+1">
when I click on the up image, the value in the text input is increased but
just a few seconds after the browser refresh the page and the initial value
appears
Here are the first lines in the jetspeed.log
[Thu Mar 21 14:40:21 CET 2002] -- DEBUG -- Profiler fallback called with:
BaseProfile[:{},null,null,html,,fr,default.psml]
[Thu Mar 21 14:40:21 CET 2002] -- INFO -- PSML-Man: calculated
resource:user\pirbd\html\fr\\default.psml. Base: D:
\appli-portail\jakarta-tomcat-3.3a\webapps\jetspeed\WEB-INF\psml
[Thu Mar 21 14:40:21 CET 2002] -- INFO -- CastorPsmlManager: about to
return null doc:
[Thu Mar 21 14:40:21 CET 2002] -- INFO -- PSML-Man: calculated
resource:user\pirbd\html\fr\default.psml. Base: D:
\appli-portail\jakarta-tomcat-3.3a\webapps\jetspeed\WEB-INF\psml
[Thu Mar 21 14:40:21 CET 2002] -- INFO -- CastorPsmlManager: about to
return null doc:
[Thu Mar 21 14:40:21 CET 2002] -- INFO -- PSML-Man: calculated
resource:user\pirbd\html\default.psml. Base: D:
\appli-portail\jakarta-tomcat-3.3a\webapps\jetspeed\WEB-INF\psml
[Thu Mar 21 14:40:21 CET 2002] -- DEBUG -- JetspeedTemplatePage: requested
template = Home.vm
Does anybody know why and how can I deal with it.
Pierre Besson-Deblon
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>