AW: Warning: The default value expression 'Blabla' was evaluated and did not match a property

2009-10-26 Thread Juergen.Leeb
Yes I do. I managed the loglevels with a property file. Thanks! -Ursprüngliche Nachricht- Von: Musachy Barroso [mailto:musa...@gmail.com] Gesendet: Mittwoch, 21. Oktober 2009 17:13 An: Struts Users Mailing List Betreff: Re: Warning: The default value expression 'Blabla' was

AW: Warning: The default value expression 'Blabla' was evaluated and did not match a property

2009-10-21 Thread Juergen.Leeb
Thanks for helping me. But how to increase the log level? -Ursprüngliche Nachricht- Von: Musachy Barroso [mailto:musa...@gmail.com] Gesendet: Montag, 19. Oktober 2009 17:20 An: Struts Users Mailing List Betreff: Re: Warning: The default value expression 'Blabla' was evaluated and

Warning: The default value expression 'Blabla' was evaluated and did not match a property

2009-10-19 Thread Juergen.Leeb
Hallo, I use the s:property tag. Every call leads to a The default value expression 'Blabla' was evaluated and did not match a property warning. I find out this has something to do with internationalization. Which I don' t use! But how can I prevent struts to throw such warning? Thanks!

execAndWait interceptor and SessionAware

2009-10-16 Thread Juergen.Leeb
Hello, I use a execAndWait interceptor in my struts2 app. I have action which does a database query which takes a long time. The interceptor prevent a session timeout. The problem is that I need to run following functions in my action class. request.getContextPath(); //return null HttpSession

AW: s:url, s:param and german umlauts

2009-04-23 Thread Juergen.Leeb
Hello, I have solved the problem. There is to set escape=false in s:property, like s:param name=titles:property value=%{title} escape=false //s:param But what does escape=false, actually? -Ursprüngliche Nachricht- Von: juergen.l...@bmw.de [mailto:juergen.l...@bmw.de] Gesendet:

s:url, s:param and german umlauts

2009-04-22 Thread Juergen.Leeb
Hello, I have a problem with the struts tags s:url and s:param. I want to provide a link within me JSP. Therefore I use the s:url and s:param. i.e. s:url id=url_xls action=EinlaufTypen_Bericht_XLS escapeAmp=false s:param name=titles:property value=%{title} //s:param /s:url The value of

AW: s:url, s:param and german umlauts

2009-04-22 Thread Juergen.Leeb
Does this mean there is a bug in 2.1.16? Von: Martin Gainty [mailto:mgai...@hotmail.com] Gesendet: Mittwoch, 22. April 2009 15:19 An: Leeb Juergen, TD-311 Betreff: RE: s:url, s:param and german umlauts https://issues.apache.org/struts/browse/WW-3095 Vielen Danke, Martin

Log entry locale

2009-01-26 Thread Juergen.Leeb
Hello, who can I get the locale which is used. I just want to make a log entry for debugging! Thanks!

Update 2.0.x to 2.1.6

2009-01-22 Thread Juergen.Leeb
Hello, i want to update to 2.1.6. I use Dojo. In the migration guide is written that you should Add the Dojo plugin as a new dependency for your project. dependency groupIdorg.apache.struts/groupId artifactIdstruts2-dojo-plugin/artifactId version2.1.1/version

AW: Update 2.0.x to 2.1.6

2009-01-22 Thread Juergen.Leeb
Thanks!! I don' t use maven. I don' t need it. -Ursprüngliche Nachricht- Von: Sébastien Domergue [mailto:sebastien.domer...@c-s.fr] Gesendet: Donnerstag, 22. Januar 2009 09:36 An: Struts Users Mailing List Betreff: Re: Update 2.0.x to 2.1.6 Hi, this kind of dependency is

Problem with sun app server 9.1 and struts 2.0.14

2009-01-20 Thread Juergen.Leeb
I just upgraded to struts 2.0.14 (from 2.0.11.2). On my development environment I use Sunappserver 9.2 and everything works fine. On my productive environment I use Sunappserver 9.1. There I get a crazy error. When I call an action the action class returns success. The error message says: No

AW: Problem with sun app server 9.1 and struts 2.0.14

2009-01-20 Thread Juergen.Leeb
-Ursprüngliche Nachricht- Von: Wes Wannemacher [mailto:w...@wantii.com] Gesendet: Dienstag, 20. Januar 2009 23:42 An: Struts Users Mailing List Betreff: Re: Problem with sun app server 9.1 and struts 2.0.14 On Tuesday 20 January 2009 09:14:19 juergen.l...@bmw.de wrote: I just

How to use s:if

2008-12-11 Thread Juergen.Leeb
Hi, I don' t know who to use the s:if tag I want to call a action with a parameter: i.e. http:/appsever:8080/myapp/showaction?all=true in my jsp I want to use the s:if to display different strings i.e. s:if test=%{all == 'true'} tr tdall is set /td /tr /s:if s:else tr

AW: How to use s:if

2008-12-11 Thread Juergen.Leeb
Thanks for your help! But s:if test=%{#parameters.all == 'true'} doesn' t work neither. The else part is displayed everytime. -Ursprüngliche Nachricht- Von: Lukasz Lenart [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 11. Dezember 2008 10:27 An: Struts Users Mailing List Betreff:

AW: How to use s:if

2008-12-11 Thread Juergen.Leeb
Thanks for the good explanation! Now it works. -Ursprüngliche Nachricht- Von: Dirk Forchel [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 11. Dezember 2008 10:49 An: user@struts.apache.org Betreff: Re: How to use s:if First of all I recommend reading a tutorial about Struts2 and OGNL.

s:datetimerpicker

2008-11-11 Thread Juergen.Leeb
Hi all, I am using the s.datetimerpicker for selecting a time. ( It rounds up (or down) to full 5 or 10 minutes. Does anybody kown who to prevent the picker from doing it? BMW Leeb Jürgen Planung Steuerungstechnik Lackiererei Landshuter Straße 56 84130 Dingolfing Tel: +49 8731/76-22520 Fax:

AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-31 Thread Juergen.Leeb
The only testing I can do is to use 2.0.14 with my application. I am a beginner in the matter of struts. Where to get the complete version of 2.0.14? -Ursprüngliche Nachricht- Von: Musachy Barroso [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Oktober 2008 15:20 An: Struts Users

s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Juergen.Leeb
Hello, I am using the s:datetimepicker in struts 2.0.11.2. After updating to version 2.0.12 I got the error dojo not defined. Is there someting different in the new version. Or, perhaps a bug? Does anybody have the same problem?

AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12

2008-10-30 Thread Juergen.Leeb
Thanks for information. A Bug in 2.0.12 and I was working on a solution for hours. Stuff it! Is there the possibility to download a complete 2.0.13 version of struts? -Ursprüngliche Nachricht- Von: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Oktober