Hi,
The way to go should be an ActionLink just like
then in your listener do something like:
Object[] parameters = cycle.getServiceParameters();
String yourParam = (String) parameters[0];
good luck,
--
omar v.m.
n 12/29/05, Jorge Quiroga <[EMAIL PROTECTED]> wrote:
> Hello:
>
> I'm working on my 1st Tapestry application (JDK 1.5 T4 rc2 with Tomcat
> 5.5.12), is conceptually simple, is a DB searcher but the parameters to
> searching (table, and kind of information) depends on a menu which is
> written in javascript. I wanna manage through this medium-size menu a
> parameter inside URL (I'm not sure what is the best approach, maybe
> varying some hidden component via jscript, the menu support some
> javascript when clicked a item or go to an estandar URL), but I don't
> know how catch these URL parameter inside tapestry maximum when the page
> is always the same but with some little differences depending of menu
> selection (self directed tapestry page). I read chapter 8 of Tapestry in
> action but the example there isn't exactly what I need and search
> unsuccesfully for this case (always is using DirectLink or ExternalLink
> components)
>
> ¿What is the most Tapestry-friendly approach to do it with this menu, or
> exist a Tapestry menu to do it better or easier?
>
> Thanks.
>
> Jorge Quiroga
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]