Hey all,

I have asked this question in the past and have lived with the limitation of
not being able to do it. The only reason why I ask now is that I recently
gave a quickstart presentation on tiles and wasn't sure if somethin had been
added to remedy the problem. So, I wanted to pose it again to see if there
has been an enhancement that supports it or there is a viable workaround
that can produce the same results (without scriplets).

I have a layout that has an <insert> that uses the controllerUrl attribute.
I want to append a parameter to the controllerUrl. Is this possible yet?

For example:

I have this definition:

<definition name="tile.weather"
    path="/layouts/weather/weatherlayout.jsp"
    controllerUrl="/do/weather"/>

When the page renders I want to attach the following request paramters to
the controllerUrl value:

?weatherStationID=KFCA

So that the controllerUrl ultimately calls:

...
controllerUrl="/do/weather?weatherStationID=KFCA"
...

The parameters will be supplied by the action that called the parent layout.

This is not a realworld example. It is just a simple illustration. Please do
not send me alternate approaches. I just want to know if dynamic parameter
appending is possible with tiles.

Thanks all.
Brandon Goodin
Phase Web and Multimedia
PO Box 85
Whitefish MT 59937
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to