All, Further to the series of emails I sent to the list earlier last week - I am happy to report that the issue has been resolved. You may recall there was an issue parsing a date when setting the value of an attribute on one of my objects. It worked fine on my local environment and not on my service provider's server. The issue was actually to do with there being two setter methods on my object - both with the same name but taking parameters of different types - one 'Date' and one 'String'. My local environment was using the correct setter method. The service provider's environment was using the incorrect 'String' setting method, which caused the parse exception. I have no idea why one used the correct one and one not - perhaps someone can enlighten me about that?
Thanks for everyone's efforts though. Trying some of the suggestions led me to the issue - so I am most grateful to all those who posted responses to my pleas for help! Best regards, Andrew
