Re: how to get the version of struts during runtime

2006-04-04 Thread Ted Husted
On 4/4/06, Ted Husted <[EMAIL PROTECTED]> wrote: > For the minor version number (1.1, 1.2, 1.3), you could check the DTD, > but I don't know of a reliable way to check for milestones (1.2.8 > versus 1.2.9). > > -Ted. Actually, I take that back. You could check the manifest.mf file in the JAR and e

Re: how to get the version of struts during runtime

2006-04-04 Thread Ted Husted
For the minor version number (1.1, 1.2, 1.3), you could check the DTD, but I don't know of a reliable way to check for milestones (1.2.8 versus 1.2.9). -Ted. On 4/4/06, Günther Wieser <[EMAIL PROTECTED]> wrote: > hi, > > i would need to check the version of struts running during runtime, to be >

Re: how to get the version of struts during runtime

2006-04-04 Thread Leon Rosenberg
On 4/4/06, Günther Wieser <[EMAIL PROTECTED]> wrote: > hi, > > i would need to check the version of struts running during runtime, to be > more specific when my derived action servlet runs through its init method > (derived from ActionServlet of course). > reason is, if the minor version has change