Hi everyone!
In my page specification I replaced page name with my own parameter ( I
need to hide tapestry page name and generate view using given parameter ):
<a href="#" jwcid="[EMAIL PROTECTED]"
page="ognl:targetPageNiceLink">[ bla bla bla ]</a>
Friendly links are configured correctly I think and currently when I
am going by generated link I got ( naturally ) "Page 'xxx' not found
in application namespace" exception. As I understand I could someway
intercept external link service request and using my parameter found age
which must render final response ( I have all necessary info for that ).
The problem is how to do such interception? As I understand, it is all
about:
<contribution configuration-id="tapestry.url.ServiceEncoders"> <encoder
... /> </contribution>
but I did'nt catch idea how does it works. Any help?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]