Hi,

I'm Using spring 2.5. In my app, i have a toggle link to switch between english and french.Internationalization is working fine as expected. But my only problem is that in showForm method, we are dealing with back end calls which fetch the data for both endlish and french.For the first time only, i need to call this back end call.For switch between languages, we shouldn't invoke back end calls and from the command object just need to display the information. Earlier we implemented this feature using struts mutiple action i.e dispatch action. here i thought of using MultiActionController; but i'll end up with form features provided by simpleformcontroller.Does spring provides any options to avoid this.

Thanks,
deena