RE: Forcing a form-reload OR a select Options reload

2002-03-14 Thread theron . kousek
I had to do something similar this last week and it was not as easy as I thought it would be :-) In your Javascript, you can call an action to reload this and then the action can return an ActionMapping back to your current page after a reload.Although note that your page will completely r

RE: Forcing a form-reload OR a select Options reload

2002-03-13 Thread Jesse Alexander (KADA 12)
Hi, Struts is a server-based application-environment... The functionality you describe is client-side... So the only option is to use Javascript to get this dynamic behaviour. This is live at the html-web-application programming side of live. Without Javascript the only way you can do somethin