Tag-Library Errors

2006-03-05 Thread R, Senthil Kumar \(Cognizant\)
I am not being able to use the generic Uri's for Struts specific tag libraries. Even when I use <[EMAIL PROTECTED] = "/WEB-INF/struts-html.tld" prefix="html"% >, I am getting an error, HTTP Status 500 - ___

[ANN] Struts Dialogs library 2.0 has been released

2006-03-05 Thread Michael Jouravlev
The new version of Struts Dialogs library does not contain new features. Instead, it cuts a lot of fat. Well, all of it. The library consists of only two Struts-related classes: EventDispatcher and ActionDispatcher. The latter is direct copy-n-paste from Struts 1.2.7 and is included in case you us

RE: using

2006-03-05 Thread Rizwan Ahamad
Servlet spec : 2.3 Container : IBM WebSphere Application Server test environment -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Sunday, March 05, 2006 10:55 PM To: Struts Users Mailing List Subject: Re: using On 3/5/06, Rizwan Ahamad <[EMAIL PROTECTED]> wrote: >

Exporting an image from JSP to MS Word

2006-03-05 Thread Anjishnu Bandyopadhyay
Hi all, I had posted the same mail a few days ago, but didn't get a proper solution. I am generating a MS Word document through JSP, by setting the JSP's content type as "application/msword;". In the Word document, I want to display an image. But, I am not being able to export that image

Re: Statistics

2006-03-05 Thread Morten Andersen
Hi Leon We volunteer to help you develop the testing environment from whatever state it's in. Please send me a message and let's start developing this highly needed tool. Morten Andersen Leon Rosenberg skrev: I have developed a solution where each struts action has an ActionStats object whi

Re: using

2006-03-05 Thread Wendy Smoak
On 3/5/06, Rizwan Ahamad <[EMAIL PROTECTED]> wrote: > value="${row.VPAN8}"/> > > > I am lost how to set the value inside as this always returns the whole thing inside the quotes like below > > 12495 > > Any help would be appreciated, What Servlet spec version are you using? (Alternately

Re: Validations bugs

2006-03-05 Thread Wendy Smoak
On 3/5/06, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote: > It seems to me that server side validation does not work with Struts 1.3 > > The getValudationKey > public String getValidationKey(ActionMapping mapping, HttpServletRequest > request) { > return mapping.getAtribute(); > } > >

Validations bugs

2006-03-05 Thread Xavier Vanderstukken
It seems to me that server side validation does not work with Struts 1.3 The getValudationKey public String getValidationKey(ActionMapping mapping, HttpServletRequest request) { return mapping.getAtribute(); } returns allways the action url : /Login instead of LoginForm. I override

using

2006-03-05 Thread Rizwan Ahamad
Hi I am having problems setting dynamically along with sql tags Here is the source , After setting the databases and queries vendor I am lost how to set the value inside 12495 Any help would be appreciat