[Actionframework-users] Variable show-template
Status: Inactive
Brought to you by:
ptoman
From: <rp...@ho...> - 2003-01-08 15:53:38
|
Hello all, I am developing an application with actionframework technology, I have = read all the specification and I have a question about showing = templates. At <on-return> element I can't show a 'variable template' with attribute = 'show-template'. I want to use many(or lots of) different templates = depending input parameters.=20 Something like this wrong code: ''''''''''''''''' <action name=3D"/view/$section/$name" method=3D"dummy(String = section, String name)"> <on-return value=3D"OK" = show-template=3D"$section/$name/poll.vm"> <output-variable name=3D"seccion" value =3D"$section" /> <output-variable name=3D"nombre" value =3D"$name" /> </on-return> </action> ''''''''''''''''' It is something similar to 'show-url' attribute which can be variable. Any idea to solve this question? Thanks advanced Regards Ra=FAl P=E9rez |