Is there way to pass my custom property and a value from web.xml using
Stripes filter or Dispatcher servlet, just like we do for Servlets?.

Is this possible, if so how do I achieve it?. If I want to use a property
file for that, how do I pass custom property  file to Stripes.

  <init-param>
            <param-name>myCustomProperty</param-name>
            <param-value>someValue</param-value>
        </init-param>

Thanks in advance.

Thanks,
Venkat
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to