Raphaël Piéroni pisze:
Hi guys,
I have a cocoon war that defines contains my block in a jar.
I tried to have a no name block in the jar like this :
<bean id="com.company.project.xxx.block"
class="org.apache.cocoon.sitemap.SitemapServlet">
<servlet:context mount-path="/yyy"
context-path="blockcontext:/xxx/" />
</bean>
Having yyy=empty.
but that didn't work.
What is the way to remove the block name from the calling URL ?
Do i have to define a top level sitemap that redirect all call to the
block ? if yep, any link to the doco ?
Which version of Cocoon do you use?
You could take a look at:
https://issues.apache.org/jira/browse/COCOON-2121
--
Grzegorz Kossakowski
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]