PDA

View Full Version : Inject request param into request scoped bean


youngm
Jun 5th, 2006, 01:09 PM
Is there any way to inject a request or session param in to a request or session scoped spring bean? I tried to use <util:property-path/> but the request param is nullable so that caused problems when the param was not provided. Does anyone have any ideas regarding this?

Mike

youngm
Jun 6th, 2006, 06:31 PM
bump thanks

youngm
Jun 8th, 2006, 07:07 PM
bump again. Last one before I give up. :)