I am not sure if this is technically an S2 or even Struts specific question, but is there a programmatic way to insert the build date of my webapp into a file? In my case I just have a little mouseover on the application's logo, and that lets you know what version and hopefully build time you are running against. This is more for our QA staff and developers, so once can tell just how old the app is as we progress through a rapid dev cycle.

<img src="<s:url value="/images/iQorLogo.gif"/>"
onmouseover="window.status='Version <s:text name="application.version" />';"
        onmouseout="window.status='';">

Thanks for any info

Skip Hollowell


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to