XSLTResult - Custom Adapters

2007-06-26 Thread mfnospam
Hello everybody, I just tried out the new Struts version using the HelloWorld example. I extended it to support XSLT as view technology. I'm fascinated how easy it was. The only thing I could not figure out how to do it is how I can register custom adapters for converting custom objects to XML

Re: browser caching

2007-06-26 Thread mfnospam
not sure whether this works - I'm new to s2 myself. However there seems to be a possibility to configure brwoser caching in struts.properties: struts.serve.static.browserCache=false maybe this helps kind regards matthias - To