答复: AJAX Validation example

2009-10-26 Thread karen
Hi,Wes I'm using struts2.1.8 -邮件原件- 发件人: Wes Wannemacher [mailto:w...@wantii.com] 发送时间: 2009年10月26日 12:26 收件人: Struts Users Mailing List 主题: Re: AJAX Validation example On Saturday 24 October 2009 12:33:49 am shenxiaojing wrote: Hello, all Is anybody using the example from

freemarker.core.InvalidReferenceException

2009-10-26 Thread pankaj semwal
Hi, When i checked my log files i got the following exception. Java backtrace for programmers: -- freemarker.core.InvalidReferenceException: Expression error is undefined on line 35, column 4 in template/simple/actionerror.ftl. at

RE: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say Caller unauthorized)

2009-10-26 Thread Fernandes Celinio
Hi Michael, Did you fix your problem ? If yes, what was wrong ? -Message d'origine- De : Michael Obster [mailto:mich...@obster.org] Envoyé : vendredi 2 octobre 2009 17:42 À : Struts Users Mailing List Objet : Re: [Struts2] Problem using Struts2 with EJB3 over ServiceLocator (Jboss say

Issues in Multiple file upload in struts 2.0

2009-10-26 Thread swamy007
Hi, Can anyone give solution for uploading multiple files using struts 2.0. I need struts action class that is, how to get all file paths for uploading that files in the specified folder. Please help me about this issue. Regards, swamy -- View this message in context:

ClassNotFoundException ActionMessage Struts 1.3.5

2009-10-26 Thread Morrissey, Alfreda
Hello, When I try to use the ActionMessage class in a class that is not an Action or Form, I get a ClassNotFoundException. I have the following function in a common utility class. import org.apache.struts.action.ActionErrors; import org.apache.struts.action.ActionMessage; public

issue with escape characters in struts2 textarea/textfield

2009-10-26 Thread monika budhiraja
Hi: I am facing a problem of escape characters. In struts2, if we want to spit out property of any field, we can use, option as escape=false. But, same option is not available for textarea or form field. Because of this data gets double escaped in forms and user see escape entities. Do we

Struts 2 and log4j

2009-10-26 Thread carl ballantyne
Hi Guys, I am trying to make the switch to Struts2 for an upcoming project. However I have run into one annoying problem. I am using GlassFish 2.1 and keep getting logs messages from Struts 2 in the server.log instead of the app specific log myapp.log. This is despite having configured

Struts 2, validation and s:actionerror

2009-10-26 Thread carl ballantyne
Hi Everyone, I am new to Struts 2 and trying to make the switch from Struts 1. I cannot figure out how to get the validation to display the messages/errors in the input form with the use of the s:actionerror or s:actionmessage tags. It never outputs anything despite the validation

Re: Struts 2, validation and s:actionerror

2009-10-26 Thread Greg Lindholm
There are three buckets for error messages; general errors, general messages and field errors. s:actionerror / and s:actionmessage / display the general errors and general messages. Most validation will product field errors which by default get rendered beside the field with the error. You can

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