Frank Hamilton wrote:
> 
> 
> 
> 
> Excuse:
> 
> Hi,
> 
> How can I ejecute usecase in 'a' html tag?
> 
> 
>   attribute href="?usecase=diary.edit"
> 
> Is this possible? 
> 
> 
> If not possible, How can I ejecute usecase in a jx file.
> 
> 
> 
> 
> 
> 

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');
                

}
 
Any idea? Thanks


-- 
View this message in context: 
http://www.nabble.com/How-execute-usecase--tp21726710p21727133.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]

Reply via email to