Hi,

--- ICM S CP guest 5 <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> can anybody tell me how I gain access to
> jetspeedresource.properties entries?
> (is it possible?)
> 
> What I am especially interested in is how to get the
> confirm.email.from.
> I want to implement this emailadresse as an mailto link in my vm
> template.
> 
> It also would be interesting for a jetspeed customizer (online
> setup).
> 

If its a velocity portlet, then you probably have a "config" object
in the context - which is an instance of JetspeedResources - so you
can do a $config.getString("confirm.email.from") in your template.

If its not there, then add it yourself - just put a "new
JetspeedResource()"

HTH,
Chris

=====
Need somewhere to Live in London? - Then go to http://freeflats.com

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

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

Reply via email to