Andreas Hartmann wrote:
>
> 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]
>
>
>
Thanks Andreas,
Sorry, parameter came!
But now I have another problem, when the view of usecase it´s render (
view.jx ), only the code of view.jx
appear in the navigator, and not the other componet of the publication view
( head, foot ,..)
Any idea?
--
View this message in context:
http://www.nabble.com/How-execute-usecase--tp21726710p21728978.html
Sent from the Lenya - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]