Re: latest jasper reports plugin jar download

2008-05-23 Thread David Evans
Ok, thanks. Two questions: 1. to build it, do i download the source from svn, compile, then jar? 2. what does 2.1.muble+ mean? Dave On Fri, 2008-05-23 at 15:47 -0700, Dave Newton wrote: > --- David Evans <[EMAIL PROTECTED]> wrote: > > I need to download the latest version of the jasper reports

Re: latest jasper reports plugin jar download

2008-05-23 Thread Dave Newton
--- David Evans <[EMAIL PROTECTED]> wrote: > I need to download the latest version of the jasper reports plugin > jar > (in order to take advantage of the exportParameters functionality > added > to JasperReportsResult.java by Dave Newton on April 25th). How can I > download a jar that includes tha

latest jasper reports plugin jar download

2008-05-23 Thread David Evans
Hello, I need to download the latest version of the jasper reports plugin jar (in order to take advantage of the exportParameters functionality added to JasperReportsResult.java by Dave Newton on April 25th). How can I download a jar that includes that version? Or do i have to build that myself?

Re: i18n Struts Jco Code in Windows English and Polish System

2008-05-23 Thread Laurie Harper
Raghuveer wrote: I am working on Struts ,SAP-JCO . This is i18n application running on Tomcat. I have designed my application in UTF8 charset. When Saving the polish characters from application they are saved into SAP Database properly. Before Saving i am doing following String modifications.

Re: i18n Struts Jco Code in Windows English and Polish System

2008-05-23 Thread Roger Varley
On Friday 23 May 2008 13:51:08 Raghuveer wrote: > I am working on Struts ,SAP-JCO . > > This is i18n application running on Tomcat. > I have designed my application in UTF8 charset. > > When Saving the polish characters from application they are saved into SAP > Database properly. > Before Saving i

Re: Using ActionMessages

2008-05-23 Thread Laurie Harper
Dimitris Mouchritsas wrote: Hi all, We use Struts 1.2.4 in our application and I'd like to refactor some code to use ActionMessage(s) instead of ActionError(s). Can somebody show me a solid example (or point me to an article) on how to do it? Also, when I tried before to completely remove Act

Re: Request/session timeout when exporting very large files

2008-05-23 Thread Laurie Harper
Are we talking about a *session* timeout or a *request* timeout? You original message implied the former, since you were trying to correct it with session.setMaxInactiveInterval(), but if it's a request timeout that's not going to have any effect. It sounds like the PDF generation is taking to

Re: action mapping parameter issue

2008-05-23 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it seems quite difficult to give you an answer without seeing your struts.xml Volker fea jabi schrieb: > We are getting the below error in production server for some of the > users not all. Everything works fine on our local machines. What >

Re: Writing valid OGNL

2008-05-23 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, you can write good sources for ognl are http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/index.html and http://www.opensymphony.com/ognl/pdf/LanguageGuide.pdf Volker Chris Pratt schrieb: > I don't think you can embed a scriplet i

action mapping parameter issue

2008-05-23 Thread fea jabi
We are getting the below error in production server for some of the users not all. Everything works fine on our local machines. What can we check to avoid the below issue. Any suggessions? javax.servlet.ServletException: Request[/DispatchOrdersAction] does not contain handler parameter named

Re: Writing valid OGNL

2008-05-23 Thread Chris Pratt
I don't think you can embed a scriplet inside the OGNL code of a struts tag any the newer versions of struts since they have disabled run-time expression evaluation on all their tags. (*Chris*) On Fri, May 23, 2008 at 2:17 AM, ravi_eze <[EMAIL PROTECTED]> wrote: > > hi, > > i often get into funn

Re: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Jim Kiley
You are missing the Apache commons-lang jar from your classpath. http://commons.apache.org/lang/ has what you need. On Fri, May 23, 2008 at 5:47 AM, Varun Deep <[EMAIL PROTECTED]> wrote: > I really thankful for you advice > > I implemented the thing in the way you suggest me. but when I put the

Re: struts + freemarker version

2008-05-23 Thread Al Sutton
I've used S2.0.11 and Freemarker 2.3.13 without any problems. The only reason it's not in the latest builds is that it was released after the latest S2 builds and FM2.3.13 hasn't been put into the neccessary place to support an automated build. Al. Kirti wrote: we are currently using struts

struts + freemarker version

2008-05-23 Thread Kirti
we are currently using struts 2.0.9 with freemarker 2.3.8. We are planning to upgrade to struts 2.0.11 and freemarker 2.3.13. But we have few doubts on thier compatibility. Apparently struts 2.0.11 also uses freemarker 2.3.8. We see that there are major performance improvements in 2.3.13. Can we

i18n Struts Jco Code in Windows English and Polish System

2008-05-23 Thread Raghuveer
I am working on Struts ,SAP-JCO . This is i18n application running on Tomcat. I have designed my application in UTF8 charset. When Saving the polish characters from application they are saved into SAP Database properly. Before Saving i am doing following String modifications. The same

Using ActionMessages

2008-05-23 Thread Dimitris Mouchritsas
Hi all, We use Struts 1.2.4 in our application and I'd like to refactor some code to use ActionMessage(s) instead of ActionError(s). Can somebody show me a solid example (or point me to an article) on how to do it? Also, when I tried before to completely remove ActionErrors, the action was co

Trouble using maps with doubleselect tag

2008-05-23 Thread Jukka Välimaa
Hi all, Ignore the earlier message, it was sent accidentally before I was finished writing. I have the following code in my jsp page: For some reason, this leaves the second selectbox completely empty. If I change hourMap into a list, everything works fine. Any idea what might be wrong?

RE: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Varun Deep
I really thankful for you advice I implemented the thing in the way you suggest me. but when I put the Following code in the page it giving me the following exceptional message. The line I put in the code: <%@ taglib uri="http://displaytag.sf.net"; prefix="display"%>

Trouble using maps with doubleselect tag

2008-05-23 Thread Jukka Välimaa
Hi all,

Struts 2 + SmartURLs Plugin- Root Redirect no Longer Working

2008-05-23 Thread Pandolf
Hi there, I've recently started using the SmartURLs plugin with Struts 2, particularly for the extensionless URLs feature, which I've enabled by setting the struts2 filter to be "org.texturemedia.smarturls.SmartURLsFilter" in my "web.xml" and setting "struts.action.extension=" in my "struts.prop

Re: Writing valid OGNL

2008-05-23 Thread ravi_eze
hi, i often get into funny problems and am not sure how to fix them for example: <%@ import="com.constants" ... <%=constants.static1 %> but when i use : i am totally clueless as to what is happening here!!! some times http://www.nabble.com/Writing-valid-OGNL-tp17355855p17421934.html S

Re: Page the waiting / Páginas de espera

2008-05-23 Thread Eduardo Solanas
Hi, it doesn't work, i think its a bug. my action in struts.xml 1000 1000 /pages/amar