If I want to configure parameters for a certain action in a
non-hardcoded fashion; what would be the way to go?

I see:
- people using the application.properties resources file... seems not
o.k. to me... this is where I store texts for the interface
- people using attributes stored in servlet context
- people using properties set using the <set-property> element retrieved
by custom action mappings
- people using properties set using the <set-property> element retrieved
by custom action mappings (???? I can not find a good example for this)

To me the <set-property> seems te most logical to use (since it also
feature xdoclet support).

But from there, where do I go? How do I access the variable?
I have seen the example using a custom ActionMapping, but I found it a
bit strange that I can only define this in the <action-mappings>
element... i.e. globally over all my actions?

Then there is ActionConfig... which sounds like what I need... but how
do I use it to retrieve properties? anyone got an example?

thanks in advance!

-- 
Peter Maas
Application Architect / Streaming
 
Noterik Multimedia BV
Prins Hendrikkade 120
1011 AM Amsterdam
The Netherlands

Tel: +31 (0)205929966
Fax: +31 (0)204688405
Gsm: +31 (0)624687952

Web: www.noterik.nl
--------------------------------------
Take a look at our streaming solutions: 
http://www.streamedit.com/demo.html

Get firefox: 
http://www.mozilla.org/products/firefox/
---------------------------------------
:wq!



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

Reply via email to