question about <jato:href>

The case is, when I use the jato tag <jato:href> in a component page (hosted by a sub ViewBeam), It alwasy generates a href string with parameter "&jato.pageSession=". This href string is not linkable. The Web server always return a no action handler error.

We are going to use a wrapper jsp to contain the component. How I can use the <jato:href> in a componet?

[405 byte] By [705463] at [2007-11-25 8:42:33]
# 1

The href handler must be implemented in its container view. For instance, if you put the HREF field named BarHref in a TiledView named FooTiledView, then you need to implement its handleBarHrefRequest in FooTiledView.

Then anywhere FooTiledView is used (in any other container view), it will work.

This is true for HREFs in a BasicContainerView as well.

You can also implement the HREF request handling code in a Command object as well. The results are the same though.

any questions based on this?

craig

cvconover at 2007-7-1 15:22:00 > top of Java-index,Development Tools,Java Tools...