hi folks,

i am trying to design our portal. thus i have a question regarding the
file top.vm. i want to display some information in this file. this
information should be stored in a context (context.put(object, object).
what is the name of java-class that handles the top.vm? in which class do
i have to put the context to get it out in the top.vm? i have tried the
velocityportletcontrollers.class but it didnt worked.... :(

example:

java_class:
public static final String CONTEXT_EXTERN = "extern";
context.out(CONTEXT_EXTERN, "external");

top.vm:

<td>
   $extern
</td>

any help appreciated,
markus

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

Reply via email to