Hi Frank, Frank Hamilton schrieb:
Ok, I get it with:a href="?lenya.usecase=diary.modificarevento" but I cant set parameters: a href="?lenya.usecase=diary.modifevent&idEve={$idEvent}" when I try to catch this parameter in initParameter() of Handler Class this parameter not came protected void initParameters() { String idCalendario=getParameterAsString('idEvent'); }
the request parameter name in the XSLT is "idEve", but in the handler class it's "idEvent". Did you check if the parameter is correctly appended to the URL?
-- Andreas -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch Tel.: +41 (0) 43 818 57 01 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
