Re: Retrieving static values in Actions

2007-08-21 Thread mraible
>> some >> other expression that will allow me to retrieve values from the interface >> without implementing it? >> >> Thanks, >> >> Matt >> >> -- >> View this message in context: >> http://www.nabble.com/Retrieving-static-values-in-Action

Re: Retrieving static values in Actions

2007-08-21 Thread Musachy Barroso
; > public final static ServletMappingConstants MAPPING = > new ServletMappingConstants() {}; > > If I use this, I'm unable to refer to @[EMAIL PROTECTED]@STATIC. Is there some > other expression that will allow me to retrieve values from the interface > without implementing

Retrieving static values in Actions

2007-08-21 Thread mraible
TIC. Is there some other expression that will allow me to retrieve values from the interface without implementing it? Thanks, Matt -- View this message in context: http://www.nabble.com/Retrieving-static-values-in-Actions-tf4308955.html#a12266708 Sent from the Str