I have used Indexed form in one of my Application. i have written a validation method in my action class .that method has a list as a parameter.
that list contains all the indexed propeties. and this method will return a hash map. which contains all the error messages of indexed properties.
and i will show the hash map values to the user.
I have tried to compare directly from logic tag but not able to format the date .
so i have done the comparision in Action and displayed the rate in view.
I'm trying to implement two actions on one event triggered. there are two different actions defined in Lifray portal Struts config.xml
how can i configure two actions as one action
the second action should be performed automatically means it should not prompt to user to save the icalendar file from browser
it should be saved automatically