suggest a filename to a generated pdf

2007-03-12 Thread Zmitko, Jan
Hi, I try do suggest a filename to the generated pdf´s. However the PDF should be display automaticly this meand without some further action of the user. This HTTP Header Information works response.setHeader("Content-Disposition", "attachment; filename=" + fileName); and this does not works

ActionMessage and severity level

2006-10-27 Thread Zmitko, Jan
Hi, I´ll implement handling of messages which allowes me to differ beetween miscellaneous kinds of message types. An example for an application is, that these different kind of messages should have different varying format in the GUI. Because the struts framework doesn´t provide this feature,

multiple resources and usage in a JSP

2005-08-19 Thread Zmitko, Jan
Hello I´ve a question how can I use multiple messages in one and the same struts modulle. I´ve tried following: configuration in struts-config usage in the JSP But these doesn´t works. Whats wrong, can anyone help me? Thanks a lot, Jan --

logic:notEqual problem

2005-02-11 Thread Zmitko, Jan
Hello, I´ve a Problem with the using of the tag logic:notEqual Tag to compare values of an double[]. In this array are normally double values or NaN values. My Problem ist, that under ATG Application Server with JDK 1.2.2 the following usage without problems works: column represents a double va