Dany kawałek kodu strony
Kod
<%
String skin = ParamController.getParamValue("r,main,skin", request);
%>
<ajax:htmlContent baseUrl="<%="/htmlresp?app=Pekao2&pname=HomePageTabs&time="+new Date().getTime()+"&r,main,folderId="+folderId+"&r,main,tab="+Long.toString(currentSection)+"&r,main,skin="+skin%>" source="<%="hpTab" + currentSection %>" target="hpBody" parameters="" preFunction="<%="showTabAsSelected"+Long.toString(currentSection)%>" postFunction="processTabs"/>
String skin = ParamController.getParamValue("r,main,skin", request);
%>
<ajax:htmlContent baseUrl="<%="/htmlresp?app=Pekao2&pname=HomePageTabs&time="+new Date().getTime()+"&r,main,folderId="+folderId+"&r,main,tab="+Long.toString(currentSection)+"&r,main,skin="+skin%>" source="<%="hpTab" + currentSection %>" target="hpBody" parameters="" preFunction="<%="showTabAsSelected"+Long.toString(currentSection)%>" postFunction="processTabs"/>
powoduje taki oto bląd W3C:
# Error Line 975, Column 42: general entity "time" not defined and no default entity
…tmlresp?app=Pekao2&pname=HomePageTabs&time=1297932328529&r,main,folderId=74&r,…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Wiem, że chodzi o ampersandy. Użycie & powoduje brak błędu, ale wysypanie się działania strony. To samo używając %26 zamiast &.
Jakieś pomysly, jak to naprawić ?
pozdro