Not escaping HTML in checkbox Tag

2018-11-16 Thread Marc Michele
Hello list, my problem is that i have a message resource key defined like this: message.privacy=Die Datenschutzerklärung when i use it in text tag like this: all is ok an html is not escaped but when i used it in checkbox tag like this: html is escaped an my link is not working is there

Re: Multiple parameter names

2014-05-30 Thread Marc Michele
) { this.myParam = myParam; } } The only problem is to set it at the same time, in same request, so you have to make a decision with parameter is the winner. Greets Marc Am 30.05.2014 10:38, schrieb Mael Le Guével: > Hi, > Given the following action: > > public class MyAc

Re: i18n problem with Struts2 - getting weird

2010-04-07 Thread Marc Logemann
Yeah. But the issue was that i have not defined the needed: <%...@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> --- regards Marc Logemann http://www.logemann.org http://www.logentis.de Am 05.04.2010 um 13:58 schrieb Alex Rodriguez

i18n problem with Struts2 - getting weird

2010-04-05 Thread Marc Logemann
;umlaut" to the JSP and i definitely need that running because thats the natural way to do. Thanks for hints. --- regards Marc Logemann http://www.logemann.org http://www.logentis.de - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

S2: Json Plugin and anonymous array

2010-04-02 Thread Marc Logemann
;:[{"content":"blabla balabla","dateline":1270241423080,"link":"#foo"},{"content":"blabla balabla","dateline":1270241423080,"link":"#foo"}]} It nearly m

S2: Problem Infinite recursion detected

2010-01-05 Thread Marc Eckart
Hi, We have an action which causes an Infinite recursion detection. I don't have any idea why this is happening. When we call the action the first time everything is ok. But when we call this the second time we get this exception: 05.01.2010 13:45:00 org.apache.catalina.core.StandardWrapperValve

S2: Problem Infinite recursion detected

2010-01-05 Thread Marc Eckart
iew/ftl/hardfacts/bilanzPassiva.ftl /de/seb/rmr/view/ftl/hardfacts/bilanzKennziffern.ftl I have no clue. No chained actions nothing. When I trigger the action the second time, the action is not reached anymore. I have never seen anything like this before.

Re: OT: Problem with IE6 and JQuery (?)

2009-06-17 Thread Marc Eckart
Ja Nein The row is display correctly but a text fragment of the content of appears right below this row. This just happened at the end of the table. I hate IE6 :-) Best reg

OT: Problem with IE6 and JQuery (?)

2009-06-16 Thread Marc Eckart
k the fragment also the text in the is marked. Very strange. Does anyone know this phenomenon? Best Regards, Marc - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: strange JPA Enhance stack

2009-05-18 Thread Marc Logemann
Sorry, wrong Maillist. PLEASE IGNORE. --- regards Marc Logemann http://www.logemann.org http://www.logentis.de Am 18.05.2009 um 16:20 schrieb Marc Logemann: really noone who can explain the stack? I double checked that this is not a SERP version problem but OpenJPA is the only library

Fwd: strange JPA Enhance stack

2009-05-18 Thread Marc Logemann
org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.apache.tools.ant.Main.runBuild(Main.java:758) at org.apache.tools.ant.Main.startAnt(Main.java:217) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) --- regards Marc Logemann http

STRUTS2: Problem package.properties and UTF-8

2009-05-14 Thread Marc Eckart
k there is something wrong in my chain of ideas?!? I thought that s:text should format it to the encoding charset of the jsp?? Can anyone help me? Thanks in advance. Best Regards, Marc - To unsubscribe, e-mail: use

Re: S2: latest Struts 2.1.x and latest CXF dont play nice together

2009-04-03 Thread Marc Logemann
t; bevaior. Unfortunately i created a custom ActionMapper the wont handle /services/* URIs. Hmmm. Lets see what i do now :) --- regards Marc Logemann http://www.logemann.org http://www.logentis.de Am 03.04.2009 um 11:54 schrieb Marc Logemann: Hi, i have the following web

S2: latest Struts 2.1.x and latest CXF dont play nice together

2009-04-03 Thread Marc Logemann
the chance to exclude something Any hints ?? --- regards Marc Logemann http://www.logemann.org http://www.logentis.de - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands

How to hand out a param from request to request

2009-03-12 Thread Marc Eckart
ken, which is used to store the application specific params in the session. And this token has to be given from request to request so that the different searches don't cross each other. Does this make sense? Best regards, Marc -

struts presentation of several grouped list request

2009-02-10 Thread marc quast
Hello, i have to develop a jsp where i must display several rows which are grouped in three level i use hibernate for database persistence any one has an example how develop this kind of grouped list and display them in jsp page Regards Marc

popout in struts

2009-02-02 Thread marc quast
wwindow.focus()} return false; } Regards Marc

RE: Handling probel.

2008-12-09 Thread Cappelletti Marc
uch a config? Thank you very much Marc -Message d'origine- De : Andras Balogh [mailto:[EMAIL PROTECTED] Envoyé : mardi, 9. décembre 2008 10:12 À : Struts Users Mailing List Objet : Re: Handling probel. Hi Marc, I might be wrong if I misunderstood your question, as I understoo

Handling probel.

2008-12-08 Thread Cappelletti Marc
handle this. Does anyone have an idea on how make Apache handling the *.do patterns in order to interpret them correctly? Thank you very much. Marc

Struts2, taglib, date, dojo and i18n

2008-12-03 Thread Matthieu MARC
te in order to display "lun. 01 déc." ? if the problem is from the dojo nls missing file, how to add it to the struts2 core jar ? Cordialy, Matthieu MARC -- Matthieu MARC [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Question getText and getTexts

2008-11-28 Thread Marc Eckart
getText? Best Regards, Marc

html:link define the href from a bean property

2008-11-17 Thread Cappelletti Marc
Hi, Maybe an old problem, sorry for the redundance but: I'd like to define that: How can we do that without using <% %> or any java handling..? Thank you Marc

RE: welcome.do ignored in my web.xml

2008-11-17 Thread Cappelletti Marc
Yes but an action is a Servlet. Basically. With Struts 1.3.9 it works. I've got a project in which this works. Is there another params I would've forget? Thanks, regards ;) Marc -Message d'origine- De : Wes Wannemacher [mailto:[EMAIL PROTECTED] Envoyé : vendredi, 14

welcome.do ignored in my web.xml

2008-11-13 Thread Cappelletti Marc
my welcome-file-list tag, which points to a struts action welcome.do is ignored by tomcat. And if I put a jsp file or a servlet in this welcome list, it works. Does anyone have an idea of the problem? Regards Marc

Re: EJB Injection for Struts 2 Actions

2008-08-03 Thread Marc Ende
Hi, I've followed this article and it works great for me. http://blogs.cuetech.eu/roller/psartini/entry/in_struts2_auf_ejb3_session Marc � schrieb: i'm looking for a possibility to realize EJB injection for struts actions. The simpler the better. I know that there is a EJB plu

Re: REST and JSON plugins

2008-07-14 Thread Marc Logemann
+1 for a pluggable serializer. I dont like the internal json plugin serializer that much and yes, the plugin should be included in the distro because json is that popular these days -- Marc Logemann blog http://logemannreloaded.blogspot.com privat http://www.logemann.org Am

Problem url decoding with mutated vowels (Umlaute??)

2008-07-14 Thread Marc Eckart
methodToCall=loadWithCustDetails&simpleSearch=tls-h%C3%B6lter We call the application running on tomcat from an application running on websphere 6.1. Thanks in advance... Best regards, Marc - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Marc Logemann
+1 for the suggestion Marc On Mon, 7 Jul 2008 12:53:14 +0200 (MEST), "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Could Struts project admins separate Struts1 and Struts2 users mailing > lists? > I think it is bad for the users to have two frameworks unde

Re: OT: Tiles and Tags

2008-06-27 Thread Marc Eckart
t work? But how can I do this? My tiles definition is this: http://tiles.apache.org/dtds/tiles-config_2_0.dtd";> 2008/6/27 Antonio Petrelli <[EMAIL PROTECTED]>: > 2008/6/27 Marc Eckart

OT: Tiles and Tags

2008-06-27 Thread Marc Eckart
Hi, we use struts2 with tiles. We have a main layout with a custom tag: Now we want to make the attributes of the menu tag configurable with tiles. I have no clue how to do this. Or is there an other way with freemarker or something else? Thanks in advance. Best regards, Marc

Re: Multiple action declarations with the same Action class

2008-06-27 Thread Marc Ende
Of course you can have multiple action declarations for a single Action-Class. You can also specify a seperate method within the action for every declared action. Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Newbie: Call a servlet in another application and set attribute

2008-06-25 Thread Marc Ende
re more helpful for this kind of uses. Marc Am Mittwoch, den 25.06.2008, 09:27 -0700 schrieb Mustafa Cayci: > I am fairly new to Struts. I have two applications. AppA is a Struts > application and AppB is another application. I have an Action class in AppA. > Within execute() me

Struts2: result annotation not working when using Spring?

2008-06-15 Thread Marc Logemann
or answers. most likely its a newbie question, but i have not found any infos on that. -- regards Marc Logemann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Form template

2008-06-13 Thread Matthieu MARC
he parameter template, but I didn't manage to find any documentation on how to use the paramater. Can someone give me some link to documentation on templating a form in order to use anything else than a table based formated page ? Thanks in advance. Matthieu MARC -- Matthieu MARC [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple Struts2 WAR in a single EAR

2008-06-11 Thread Marc Ende
.servlet.Filter" So, they are for now in the glassfish "main" lib.. but there are problems too .. at runtime. What is the correct installation scheme for struts.jar with this configuration ? Thx... On Wed, Jun 11, 2008 at 02:31:13PM +0200, Marc Ende wrote: Hello, do you de

Re: Multiple Struts2 WAR in a single EAR

2008-06-11 Thread Marc Ende
Hello, do you deploy the struts.jar in the ear or in the WEB-INF/lib folders of the war-files? if they're in the WEB-INF/lib folders they should be seperate. Marc Hugo de Paix de Coeur schrieb: Hello, I'm currently trying to deploy two Struts2 enabled .war in a single .ear on

Internationalization and EL

2008-06-05 Thread Matthieu MARC
isplayName}" key="timetable.%{displayName}" I wrote a package.properties file : timetable.monday=lundi monday=lundi But nothing is working. Is someone have an idea to help me ? thank in advance. Matthieu MARC -- Matth

Question: Freemarker and Tiles?

2008-05-05 Thread Marc Eckart
m a svn or something like this. I haven't found anything yet. Thanks in advance. Best Regards, Marc

Re: formatting data

2008-04-29 Thread Marc Ende
Chris, now I can format my output to the forms. But why is it this strange way. I had expected that the formatting is much easier for the textfields... thank you very much Marc Chris Pratt schrieb: Maybe try: (*Chris*) On Tue, Apr

Re: formatting data

2008-04-29 Thread Marc Ende
Hi, the examples are for output formatting in but this doesn't work for . This... doesn't work... :( Regards Marc Okan Özeren schrieb: This is the another page: http://struts.apache.org/2.0.11/docs/how-to-format-dates-and-numbers.html On 4/30/08, Okan Özeren <[EM

formatting data

2008-04-29 Thread Marc Ende
perty formatting it in my wanted way. Is there any way to do this on a form tag? I've tried it like the s:text way but it doesn't helped. can anybody give me a hint on that. Thanks Marc - To unsubscribe, e-mail: [EMAIL

Re: question

2008-04-23 Thread Marc Ende
Hi David, it's true the docs aren't that good as expected. What you've been looking for is yours Marc Hernandez, David schrieb: Sorry for such a n00bie question, but I'm having trouble finding any good documentation on this: I want to check in my jsp if the value of

Re: s2 in tomcats shared lib/

2008-04-20 Thread Marc Ende
d not hurt (in theory at least) 2008/4/19, Marc Ende <[EMAIL PROTECTED]>: Hi, a few years ago everyone told that's not good to have the sturts.jar's in a shared location in a tomcat-instance. What about now (struts 2)? I'm asking because I've got several webapps whi

s2 in tomcats shared lib/

2008-04-18 Thread Marc Ende
;s? Do I ran into trouble when I'm putting it into the global lib-folder or do I get (not-wanted) side-effects from deploying them into this location? Thanks for your help! Marc - To unsubscribe, e-mail: [EMAIL PROTECTED]

Problem: Lost ActionMessages after redirect to another action

2008-04-17 Thread Marc Eckart
Hi, in some cases I redirect after one action instead to a jsp to another action. This works fine, but the action messages and action errors I want to display are lost. How can I store them over this action chain? Best regards, Marc

Re: Url-Parameters only set once

2008-04-06 Thread Marc Ende
Hello Dave, I've found a solution for that. The spring-action was standard-scoped and in cause of that it didn't accept the id parameter a second time. I think it's a little bit strange that it's impossible to set an property again when it's done before. Mar

Url-Parameters only set once

2008-04-06 Thread Marc Ende
have to do the processing in the prepare-method? Thanks for your help Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem

2008-03-26 Thread Marc Eckart
Hi, I want to use s:if with a Constant from a java class: But this does not work. It works if I use: Is there a way to use the constants class? Best Regards, Marc

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
The most applications are hosted in the intra net. We have another subnet with some Websphere servers secured by firewalls but they can all be accessed within out domain. So I think I'm back with frames respectively iframes :-) Thank you all for your answers :-) Best Regards, Marc 2008

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
ntire-Industry-is-wrong > >>>> .a > >>>> spx > >>> Hehe :) > >>> > >>> It's a good example of the typical "taking an idea too far". The > world > >>> seems to be divided into the people that say frames are evil and >

Re: OT: Alternative to html frames

2008-02-12 Thread Marc Eckart
y the customer details (I haven't tested this yet, so I don't know if it's really working :-) I asked some colleagues, what they think about it and they said iframes are EVIL :-) So thats why I asked to have another oppinions. I'm not sure if portlet container can help me with this i

OT: Alternative to html frames

2008-02-11 Thread Marc Eckart
. But we don't know how to integrate the different (indepentend) applications transparent to the users without frames. Any suggestions? Thanks in advance :-) Best Regards, Marc

Problem s:select in IE and Firefox

2008-02-06 Thread Marc Eckart
wrong). Best regards. Marc

[S2] s:a Problem

2008-01-15 Thread Marc Eckart
after open a ajax link in a new window? Best regards, Marc

Re: Struts2: Problem result input

2007-12-13 Thread Marc Eckart
first it gets. So in my case it tried to put a String in the setter with a type which causes a type conversion error which leads to the result input problem. So I added a setter with different name which does the conversion from String to my type. Marc 2007/12/12, Dave Newton <[EMAIL P

Struts2: Problem result input

2007-12-12 Thread Marc Eckart
ed a validation intercepter. I added a input page and tried to print all actionmessages and actionerrors, but there was nothing Any other advice what I can try to resolve this problem? Best regards, Marc Errormessage: No result defined for action de.seb.bpc.presentation.SessionCtxAction and result

Question s:if and java variables in jsp scriplets

2007-12-04 Thread Marc Eckart
tries in one table, because we fold some entries, so a single entry has to be hidden if necessary. I tried and but both did not work. Can I use scriptlet variables in s:if or is there another way to realize this? Thanks in advance and best regards,

Re: Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
Ah perfect. I looked at the tag reference on the struts2 page and there was the var attribute. I'm actually using 2.0.8. So this can not work :-) Thank you very much :-) Marc 2007/12/4, Dave Newton <[EMAIL PROTECTED]>: > > S2.0.mumble uses the "id" attribute to name t

Re: Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
I tried this with the var in the iterator tag and tomcat e.g. jasper complained about that var is not defined in the tag. Is it deprecated or new or something like this. Maybe I have to update my struts jar? Marc 2007/12/4, Dave Newton <[EMAIL PROTECTED]>: > > Sure. > > Did you

Struts2: Nested Iterators

2007-12-04 Thread Marc Eckart
Hi, I have a common problem :-) I have a collection of Objects and these Objects also contains Collections. How can I iterate through the child collection? Something like this: Is this possible? Best Regards, Marc

Question

2007-09-20 Thread Marc Eckart
I can put the current pageIndex as an getter in the action. But I don't know how to put this in the condition. Any ideas? Or any other suggestions? Thanks in advance :-) Best Regards, Marc

How to handle validation/errors in Ajax requests

2007-09-19 Thread Marc Eckart
load complete instead of just the (with ajax) requested part. In case a exception occurs, can I redirect to an error page? Now the error page appears instead of the result in the target div. Any suggestions? Thanx in advance. Marc

Re: Performance Problem with Dojo

2007-09-10 Thread Marc Eckart
How can I initialize dojo with the dojo tags ids? Dojo is integrated in Struts2, how can I influence this without altering the package? Regards, Marc 2007/9/10, Adam Hardy <[EMAIL PROTECTED]>: > > I'm not familiar with that tag you are using, but there are general ways >

Performance Problem with Dojo

2007-09-10 Thread Marc Eckart
performance apart from remove these tags? :-) Thx, Marc

Sorting Problem with Displaytag and Struts2

2007-09-03 Thread Marc Eckart
l) { addActionMessage(getText("info.search.not.found")); } return "success"; } public String showResultList() { log.debug("showResultList"); return "success"; } } At the end for forwarding to the right jsp just the return string should matter - or am I wrong? I have no glue what is wrong :-( Best Regards, Marc

Struts2: How to handle errors and messages with ajax requests

2007-09-02 Thread Marc Eckart
blem if an exception occurs the errorpage is displayed in the div tag instead on a different error jsp. How can I deal with this situations? Any suggestions? Thanks in advance :-) Marc

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>: > > Well, it is on search.js line 206 ;) > > musachy > Ah, sometimes I'm blind. Firebug hide this info and I didn't take a closer look at my pastet content :-) On line 206 is this: // prevent refreshSelectedCustomer AJAX requests, if IpNbr is e

Re: Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>: > > Any idea what "event" is referring to? > > musachy > > No not really. How can I find out, which event is used? The dojo.js is not really human readable...

Dojo-In-Struts2-Problem: IE works FF not...

2007-08-30 Thread Marc Eckart
Hi, I have a struts div-Tag with: This refreshes a jsp when the refreshSelectedCustomer topic is published. If this happens the sessionContext Action is called (As far as I understand it) In the selectedCustomer.jsp I have a href where I call a javascript which publishes the topic as well as a c

Inconsistent client/server validation using RequiredFieldValidator

2007-06-18 Thread Marc-Andre Thibodeau XX \(QB/EMC\)
javascript is not supported). It does not downgrade gracefully. Am I missing something there or should I add a Jira issue about that? Marc-André

Re: dynamic forwards

2005-09-20 Thread marc
sorry, figured it out..i was looking at the mapping class...but you can just create a new ActionForward with the path as the constructor arg. Marc > Hi, > > I have an Action servlet which at development time doesn't know what it's > forwards will be. They are determined a

dynamic forwards

2005-09-20 Thread marc
's forward() method, but it doesn't do anything in struts. Any help is appreciated..thank you Marc Dumontier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Parameters and URL II

2005-09-20 Thread Marc Ende
thought it should only be an '&' yours marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Parameters and URL

2005-09-20 Thread Marc Ende
Hi, I've got a little question regarding the -Tag. Is it correct when I have this in a jsp: and the result looks like this: (?) asdfasdf , I expected something like: - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

AW: AW: AW: struts on jboss

2005-09-19 Thread Marc Ende
ve got this problem several times before. marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html:optioncollection

2005-09-19 Thread Marc Ende
Hi, I'm using the only with collections. Now I need to order the contents. It's possible to assign anything else (orderable/sortable) than collections to this tag? marc

Reading image outside webapp contextpath??

2005-09-19 Thread marc
uot;shared" dir where I got me pic? Or do I have to do it in a other way? This is my html: alt="C:/ProjectGallery/web/testGallery/webthumb/T_billed4.jpeg" > If this is the wrong forum then pls let me know so that I can post in the right place. Thank

AW: AW: struts on jboss

2005-09-17 Thread Marc Ende
ndeployment the jboss failes to delete the previous directory (in cause of a locked struts.jar) but this is no real problem. marc > -Ursprüngliche Nachricht- > Von: Adam Hardy [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 17. September 2005 18:56 > An: Struts Users Mai

AW: struts on jboss

2005-09-16 Thread Marc Ende
t; An: Struts Users Mailing List > Betreff: Re: struts on jboss > > From: "Marc Ende" <[EMAIL PROTECTED]> > > > In the war are no other classes included than the sources of my > > application. > > The jars of struts are directly in the server/default/l

AW: struts on jboss

2005-09-16 Thread Marc Ende
Hello Tremal, > 2005/9/16, mlists <[EMAIL PROTECTED]>: > > Is this an configuration-issue? (It's not very comfortable > to restart > > the server everytime after a change). > > what version of Jboss? Jboss Version: 4.0.2 > And what the message you are receiving? See end of mail :) > Is your

Re: UrlValidator (why not use java.net.URL?)

2005-07-28 Thread Marc Logemann
As a workaround I use the localhost IP address "127.0.0.1" but it would be nice to get this fixed. -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 8:33 AM To: user@struts.apache.org Subject: UrlValidator Hi, can it be that Ur

Re: UrlValidator

2005-07-28 Thread Marc Logemann
dress "127.0.0.1" but it would be nice to get this fixed. -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 8:33 AM To: user@struts.apache.org Subject: UrlValidator Hi, can it be that UrlValidator from Commons-Validator doesnt vali

UrlValidator

2005-07-28 Thread Marc Logemann
my "localhost" as a toplevel domain. I am hoping i ve done something wrong because i would suspect that a UrlValidator validates this pretty straightforward URL. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://ww

Re: How to have logical 'OR' between two validator rules ?

2005-07-28 Thread Marc Demlenne
se that may help you--look at the test example just > below it: > > http://struts.apache.org/userGuide/dev_validator.html#validwhen > > Glen > > > Marc Demlenne escribió: > > Yes, sorry I made a mistake while explaining. I'll try to do it better now. > >

Re: How to have logical 'OR' between two validator rules ?

2005-07-27 Thread Marc Demlenne
m still investigating ... On 27/07/05, Glen Mazza <[EMAIL PROTECTED]> wrote: > Marc Demlenne wrote: > > > Hi and thanks for the answer, > > > > In fact my problem could be explained the following way : > > > > Having two fields A and B, I need to validate A if

Re: How to have logical 'OR' between two validator rules ?

2005-07-27 Thread Marc Demlenne
_Guide.pdf can be of help for > you--I am unsure. > > Glen > > > Marc Demlenne wrote: > > Hi, > > > > I need to use a text box that must correspond to a regular expression, > > so it can be validated by the "mask" validator. > > > > H

How to have logical 'OR' between two validator rules ?

2005-07-26 Thread Marc Demlenne
Thanks very much for any answer. -- Marc Demlenne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

validation Framework validwhen

2005-07-15 Thread Marc Demlenne
Then either the field has to be validated by MASK, or it has to be the same as the hidden one. How can you define validwhen in this case ? validwhen (field == hidden) will be ok, but mask validation will be false, so form will be refused. any workaround ? Thanks for any help ! -- Marc Dem

Validation framework - gobal formset

2005-07-14 Thread Marc Demlenne
" the problem, of course, but I don't want to have redundancy in this file while it's useless. Shouldn't it be possible to define only general case, and to fallback on it when specific case isn't define ? Is there a special issue to resolve this ? Thanks in advance for

Re: validation client-side. Problem with 2 submit buttons

2005-07-13 Thread Marc Demlenne
le. > > var validate = true > > > > validate > don't validate > > > > > Marc Demlenne <[EMAIL PROTECTED]> > > > > > > > > Marc Demlenne <[EMAIL PROTECTED]> > > 07/13/2005 11:30

Re: Alternate color in html:iterate

2005-07-13 Thread Marc Walter
Hi! Try this: class="odd"<% } else { %>class="even"<% } %>> It works fine. Define the colours in your local css file for the classes "odd" and "even". Kind regards, Marc Walter - Hi All, I'm using html:iter

Re: validation client-side. Problem with 2 submit buttons

2005-07-13 Thread Marc Demlenne
; -- > Rafael Taboada > Software Engineer > > Cell : +511-97753290 > > "No creo en el destino pues no me gusta tener la idea de controlar mi vida" > > -- Marc Demlenne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

validation client-side. Problem with 2 submit buttons

2005-07-13 Thread Marc Demlenne
name, one of them defined as validate=true, the other as validate=false. Is there a client-side equivalent ? Thanks a lot for any help. -- Marc Demlenne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

File upload using maxFileSize

2005-07-13 Thread Marc Walter
ot;upload" parameter from the request. The UploadAction is still being processed! Does someone have an explanation for this? I don't understand this struts behaviour. Thanks! Kind regards, Marc Walter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

validation - all locales

2005-07-13 Thread Marc Demlenne
Thanks very much for any help. -- Marc Demlenne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I18N by pages

2005-07-11 Thread Marc Demlenne
Just a small mistake while copying my code here ... I've swapped to things. Sorry It is : On 11/07/05, Marc Demlenne <[EMAIL PROTECTED]> wrote: > Hello, > > Maybe another idea if I understand well what you want. > So you

Re: I18N by pages

2005-07-11 Thread Marc Demlenne
ribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Marc Demlenne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using the common validator with velocity and tiles

2005-07-07 Thread marc
in me session. If I used JSP I could just make the two arrays in the JSP, but now im using velocity. Anybody have a good, nice and simply solution to this?? Regards //Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [OT] Ajax - generic "processStateChange"

2005-06-23 Thread Marc Demlenne
eturns a function, but if it returns (for > example) an int, there are problems. > > Use an anonymous JavaScript function for your event handler: > > function retrieveURL(name, spanID) { > req.onreadystatechange = function() { processStateChange(spanID); }; > } > >

[OT] Ajax - generic "processStateChange"

2005-06-21 Thread Marc Demlenne
panID) ; ... } function processStateChange (spanID) { ... document.getElementById("spanID").innerHTML = req.responseText; ... } But this won't work. What would be the correct way to implement this ? Th

  1   2   >