Re: Problem with Struts 6.0 and Bootstrap plugin

2022-06-25 Thread Ralph Grove
I see that the issue has already been raised there, so I’ll watch for developments. Thanks for your help. Ralph > On Jun 24, 2022, at 4:53 PM, Lukasz Lenart wrote: > > The plugin must be adjusted to Struts 6.0.0 - I would register an > issue at Github to address this problem. After fixing the

Re: Problem with Struts 6.0 and Bootstrap plugin

2022-06-24 Thread Lukasz Lenart
The plugin must be adjusted to Struts 6.0.0 - I would register an issue at Github to address this problem. After fixing the JQuery plugin we will try to focus on that. Please be aware that this plugin isn't directly maintained by ASF and Struts' volunteers. Cheers Łukasz czw., 23 cze 2022 o 23:0

Re: Problem with Struts 6.0 and Bootstrap plugin

2022-06-24 Thread Yasser Zamani
I think you should keep the global 'output_format' unset. Regards. On 2022/06/23 21:07:44 Ralph Grove wrote: > I’m working on a Struts application that uses the Struts Bootstrap plugin. I > upgraded it to Struts V6 by installing theses libs: > > commons-fileupload-1.4.jar > commons-lang3-3.10.j

Problem with Struts 6.0 and Bootstrap plugin

2022-06-23 Thread Ralph Grove
I’m working on a Struts application that uses the Struts Bootstrap plugin. I upgraded it to Struts V6 by installing theses libs: commons-fileupload-1.4.jar commons-lang3-3.10.jar freemarker-2.3.31.jar log4j-api-2.17.2.jar ognl-3.3.2.jar struts2-core-6.0.0.jar commons-text-1.8.jar log4j-1.2-api-2

Re: problem with file upload

2015-09-11 Thread Yaragalla Muralidhar
Hi Johannes, it worked. thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Fri, Sep 11, 2015 at 3:12 PM, Johannes Geppert wrote: > Does it not work with the point notation? Not sur if this works when you > are workin

Re: problem with file upload

2015-09-11 Thread Johannes Geppert
Does it not work with the point notation? Not sur if this works when you are working with list of object. Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-09-11 11:38 GMT+02:00 Yaragalla Muralidhar :

Re: problem with file upload

2015-09-11 Thread Yaragalla Muralidhar
That is what i am saying. The docs shows how to upload files to action class but my requirement is different. Please read the problem carefully. and do help me. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Fri, Sep 11, 2015 at 3:0

Re: problem with file upload

2015-09-11 Thread Johannes Geppert
Have you already checked the docs? https://struts.apache.org/docs/file-upload.html Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-09-11 11:31 GMT+02:00 Yaragalla Muralidhar : > Hi , > I know how to

problem with file upload

2015-09-11 Thread Yaragalla Muralidhar
Hi , I know how to upload a file into the action class but my requirement is different. I have a list of pojos where each pojo contains a field called file. for example:- public class Pojo{ private int pk; private File file; //setters and getters } In my action class:-

Re: problem with select boxes

2014-12-26 Thread Yaragalla Muralidhar
ok. thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 27, 2014 at 12:52 AM, Lukasz Lenart wrote: > 2014-12-26 18:42 GMT+01:00 Yaragalla Muralidhar >: > > Hi > > If i have 5 select boxes on the first pag

Re: problem with select boxes

2014-12-26 Thread Lukasz Lenart
2014-12-26 18:42 GMT+01:00 Yaragalla Muralidhar : > Hi > If i have 5 select boxes on the first page which is mapped to lists. > this lists should be populated in the action class that launches the page > and also in the action class that we are submitting. So we have to write > the same code in

problem with select boxes

2014-12-26 Thread Yaragalla Muralidhar
Hi If i have 5 select boxes on the first page which is mapped to lists. this lists should be populated in the action class that launches the page and also in the action class that we are submitting. So we have to write the same code in two places. Is there a way that we can avoid this? *Thank

Re: problem with

2014-12-22 Thread Yaragalla Muralidhar
ok thank u *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Mon, Dec 22, 2014 at 7:00 PM, Lukasz Lenart wrote: > 2014-12-22 13:57 GMT+01:00 Yaragalla Muralidhar >: > > hi i have a drop down() in jsp. but what i need is, the user

Re: problem with

2014-12-22 Thread Lukasz Lenart
2014-12-22 13:57 GMT+01:00 Yaragalla Muralidhar : > hi i have a drop down() in jsp. but what i need is, the user > need to type in the drop down. When user types the first letter it has to > display options which starts with that letter so selection will be easy. > how can i achieve this? the dro

problem with

2014-12-22 Thread Yaragalla Muralidhar
hi i have a drop down() in jsp. but what i need is, the user need to type in the drop down. When user types the first letter it has to display options which starts with that letter so selection will be easy. how can i achieve this? the drop down in html does not allow user to type in the letters

Re: problem with

2014-12-21 Thread Yaragalla Muralidhar
Thank u so much. it worked. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Dec 21, 2014 at 7:36 PM, Johannes Geppert wrote: > Please take a look at the documentation for the select tag. [1] > There are some examples how to us

Re: problem with

2014-12-21 Thread Johannes Geppert
Please take a look at the documentation for the select tag. [1] There are some examples how to use it. [1] https://cwiki.apache.org/confluence/display/WW/select Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/j

problem with

2014-12-21 Thread Yaragalla Muralidhar
hi i have a employee dto with 10 fields. In how can i map empid as value and emp name as display string? I know how to do it with hashmap but without creating that additional hashmaps and lists can we directly map the List of employee dto's to tag? *Thanks and Regards,* Muralidhar Yaragalla.

Re: problem with i18n

2014-12-20 Thread Yaragalla Muralidhar
ok thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 3:21 PM, Lukasz Lenart wrote: > 2014-12-20 10:48 GMT+01:00 Yaragalla Muralidhar >: > > i use simple theme > > labels are generated only with

Re: problem with i18n

2014-12-20 Thread Lukasz Lenart
2014-12-20 10:48 GMT+01:00 Yaragalla Muralidhar : > i use simple theme labels are generated only with one of the Xhtml themes, if use simple theme you must add tag by yourself. REgards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: problem with i18n

2014-12-20 Thread Chris Pratt
That's why you're not seeing the labels, they are not supported by the simple theme. (*Chris*) On Sat Dec 20 2014 at 1:49:15 AM Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > i use simple theme > > *Thanks and Regards,* > Muralidhar Yaragalla. > > *http://yaragalla.blogspot.in/

Re: problem with i18n

2014-12-20 Thread Yaragalla Muralidhar
i use simple theme *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 3:16 PM, Lukasz Lenart wrote: > What theme do you use? > > (on mobile) > 20 gru 2014 08:35 "Yaragalla Muralidhar" > napisał(a): > > > I am usi

Re: problem with i18n

2014-12-20 Thread Lukasz Lenart
What theme do you use? (on mobile) 20 gru 2014 08:35 "Yaragalla Muralidhar" napisał(a): > I am using eclipse. yes it is copied into same package. > > *Thanks and Regards,* > Muralidhar Yaragalla. > > *http://yaragalla.blogspot.in/ * > > On Sat, Dec 20, 2014 at 12:4

Re: problem with i18n

2014-12-19 Thread Yaragalla Muralidhar
I am using eclipse. yes it is copied into same package. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 12:46 PM, Lukasz Lenart wrote: > 2014-12-20 4:57 GMT+01:00 Yaragalla Muralidhar >: > > Hi I have created

Re: problem with i18n

2014-12-19 Thread Lukasz Lenart
2014-12-20 4:57 GMT+01:00 Yaragalla Muralidhar : > Hi I have created an action class and i have created an properties file > with the same name as action class. Then i am using the following code > > key="sample.reg.sampleid"/> > > Even though the resource bundle key is specified the label is anot

Re: problem with i18n

2014-12-19 Thread Yaragalla Muralidhar
Is there something i have to configure in struts.xml file? *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 9:27 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > Hi I have created an action class an

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Problem solved. Thank you so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:37 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > i mean 'list" attribute is set with the property in action c

problem with i18n

2014-12-19 Thread Yaragalla Muralidhar
Hi I have created an action class and i have created an properties file with the same name as action class. Then i am using the following code Even though the resource bundle key is specified the label is anot appearing for the text field. is there something i am missing? is some where else also

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
i mean 'list" attribute is set with the property in action class. The same code is working fine on the remaining page. Thanking you. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:32 AM, Yaragalla Muralidhar <

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Which property are u asking? branches is properly set in action that is the reason it is showing one of the value. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:28 AM, Dave Newton wrote: > Is the property

Re: problem with select tag

2014-12-19 Thread Dave Newton
Is the property set in the Acton? On Dec 19, 2014 9:54 PM, "Yaragalla Muralidhar" wrote: > Hi i am using the select tag as below > > headerKey="-1" headerValue="Select Branch" >list="branches" cssClass="select" > required="true" /> > > by default it should s

problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Hi i am using the select tag as below by default it should show "select Branch" but it is showing one of the values as the default value. Am i missing something? I want "Select Branches" as the default option. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/

Re: Problem with form tag

2014-12-19 Thread Yaragalla Muralidhar
Thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 3:26 AM, Dave Newton wrote: > The default XHTML theme? Hard to say without actionable details. > On Dec 19, 2014 4:52 PM, "Yaragalla Muralidhar"

Re: Problem with form tag

2014-12-19 Thread Dave Newton
The default XHTML theme? Hard to say without actionable details. On Dec 19, 2014 4:52 PM, "Yaragalla Muralidhar" wrote: > I am using struts2.3.20. I have designed my page using divs. Everything is > perfect. at the end i have added tag. all the alignment went > wrong. The page looks awkward. wha

Problem with form tag

2014-12-19 Thread Yaragalla Muralidhar
I am using struts2.3.20. I have designed my page using divs. Everything is perfect. at the end i have added tag. all the alignment went wrong. The page looks awkward. what could be the problem? *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Lukasz Lenart
2014-08-24 20:20 GMT+02:00 Amine BADID : > The class org.apache.struts2.util.TextProviderHelper does not give the good > message. > And it does not see the french file if there is only one mistake on one line > !!! That's how Java ResourceBundle is working, it has nothing to do with TextProvider

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Lukasz Lenart
2014-08-24 19:58 GMT+02:00 Dave Newton : > Tell us how you really feel. It was poor way of educating via sarcasm but I assume it won't work either :| Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscrib

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Amine BADID
Hi Dave. I use two files for internationalisation and I use Struts2. First I've no problem but after I've added just a line in the french file "global_fr.properties", I can not display any value because this line contains a mistake which I've explained in the previous message : > I've found the p

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Dave Newton
Tell us how you really feel. On Aug 24, 2014 1:04 PM, "Lukasz Lenart" wrote: > 2014-08-24 13:42 GMT+02:00 Amine BADID : > > Hi Lukasz. > > Thank you. > > I've found the problem. > > It was about an accentuated word. I've forget to add a number to the > unicode word like '\u00e9'. > > The class Te

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Lukasz Lenart
2014-08-24 13:42 GMT+02:00 Amine BADID : > Hi Lukasz. > Thank you. > I've found the problem. > It was about an accentuated word. I've forget to add a number to the unicode > word like '\u00e9'. > The class TextProviderHelper do not give the good message ! > Because it lacks only a letter in the do

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Amine BADID
Hi Lukasz. Thank you. I've found the problem. It was about an accentuated word. I've forget to add a number to the unicode word like '\u00e9'. The class TextProviderHelper do not give the good message ! Because it lacks only a letter in the document global_fr.properties, TextProviderHelper do not

Re: Problem with internationalisation of Struts2

2014-08-24 Thread Lukasz Lenart
2014-08-23 18:05 GMT+02:00 Amine BADID : > Hi All. > I have a procblem with Struts2 about Internationation exactly. > Here is the error message : > - 2014-08-23 17:55:39,643 WARN [org.apache.struts2.util.TextProviderHelper] - > property. The literal value 'Menu.logout' will be used.> > I can hav

Problem with internationalisation of Struts2

2014-08-23 Thread Amine BADID
Hi All. I have a procblem with Struts2 about Internationation exactly. Here is the error message : - 2014-08-23 17:55:39,643 WARN [org.apache.struts2.util.TextProviderHelper] - I can have the english properties but I cannot have any other language properties. It works only with the english tradu

Re: Problem with s:radio Struts2

2014-06-28 Thread Amine BADID
Hi Dave. Yes, I have. I've found the error. The welcome page was index.jsp, so I've changed it in web.xml : login.jsp and I've not this problem now. May this solution help other peoples. Thank you for all. Amine Le Samedi 28 juin 2014 1h28, Dave Newton a écrit : On Fri, Jun 27, 2014 at 3:39

Re: Problem with s:radio Struts2

2014-06-27 Thread Dave Newton
On Fri, Jun 27, 2014 at 3:39 PM, Amine BADID wrote: > listRoles Do you have an action method returning `listRoles`, e.g., `getListRoles`? -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton b: Bucky Bits

Problem with s:radio Struts2

2014-06-27 Thread Amine BADID
Hi All Here is the code is mypage.jsp: I've this error when I call an action: juin 27, 2014 4:53:34 PM org.apache.catalina.core.StandardWrapperValve invoke GRAVE: Servlet.service() for servlet [jsp] in context with path [/myApplicationName] threw exception [tag 'radio', field 'list': The req

Re: Problem with resultType "dispatcher" when using sitemesh

2014-01-07 Thread Lukasz Lenart
It won't work, you can try adding REQUEST FORWARD INCLUDE to Struts2 filter mapping. Instead of "dispatcher" try to use "chain" result. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/7 Thomas Hermann : > Hello, > > I have a problem wit

Problem with resultType "dispatcher" when using sitemesh

2014-01-07 Thread Thomas Hermann
Hello, I have a problem with the resultType "dispatcher" when using sitemesh along with the StrutsFilter: In my struts.xml (see below) I have configured an action (myAction1) that forward the request (result-type=dispatcher) to another Action (myAction2) that display the view. In

RE: Problem with tutorial

2013-11-24 Thread Dave Newton
worked like a charm! > > -Original Message- > From: bphill...@ku.edu [mailto:bphill...@ku.edu] > Sent: November-24-13 8:23 AM > To: user@struts.apache.org > Subject: Re: Problem with tutorial > > Michel: > >Are you using the tutorial code provided at > h

RE: Problem with tutorial

2013-11-24 Thread Michel Prévost
: November-24-13 8:23 AM To: user@struts.apache.org Subject: Re: Problem with tutorial Michel: Are you using the tutorial code provided at https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples or are you coding the example yourself? If you are coding the example yourself you may

Re: Problem with tutorial

2013-11-24 Thread bphill...@ku.edu
subversion repository above. I just checked that the example code for the using tags tutorial works correctly under Tomcat 7. Bruce -- View this message in context: http://struts.1045723.n5.nabble.com/Problem-with-tutorial-tp5714733p5714735.html Sent from the Struts - User mailing list archive

Re: Problem with tutorial

2013-11-23 Thread Dave Newton
Does *any* EL work? What's your web.xml app (servlet spec) version? On Nov 23, 2013 5:43 PM, "Michel Prévost" wrote: > I am new to struts and going through the > http://struts.apache.org/release/2.3.x/docs/using-struts-2-tags.html > tutorial. I have a problem where a var is not expanded. > > Ex:

Problem with tutorial

2013-11-23 Thread Michel Prévost
I am new to struts and going through the http://struts.apache.org/release/2.3.x/docs/using-struts-2-tags.html tutorial. I have a problem where a var is not expanded. Ex: Bruce Phillips Hello Bruce Phillips Normally, when

Re: Parameter problem with names using '[' and ']'

2013-05-16 Thread Lukasz Lenart
kBerry > > -Original Message- > From: Lukasz Lenart > Date: Fri, 10 May 2013 06:42:55 > To: Struts Users Mailing List > Reply-To: Struts Users Mailing List > Subject: Re: Parameter problem with names using '[' and ']' > > Hi Chris, > > Have

Re: Parameter problem with names using '[' and ']'

2013-05-10 Thread CRANFORD, CHRIS
Yes the issue exists in .14 since that is what we are testing under. Sent from my Verizon Wireless BlackBerry -Original Message- From: Lukasz Lenart Date: Fri, 10 May 2013 06:42:55 To: Struts Users Mailing List Reply-To: Struts Users Mailing List Subject: Re: Parameter problem with

Re: Parameter problem with names using '[' and ']'

2013-05-09 Thread Lukasz Lenart
Hi Chris, Have you tried to use 2.3.14? For some reasons 2.3.12 was a bit impaired ;-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/5/9 CRANFORD, CHRIS : > Up until 2.3.12, we've used forms that contained parameter names that used > '[' and ']' and those forms worked in b

Parameter problem with names using '[' and ']'

2013-05-09 Thread CRANFORD, CHRIS
Up until 2.3.12, we've used forms that contained parameter names that used '[' and ']' and those forms worked in both devMode=true and devMode=false. It appears once 2.3.12 was released, this is no longer the case when devMode=true. When forms are submitted, I get the following stack trace exc

Re: Hibernate problem with OGNL

2013-03-27 Thread Lukasz Lenart
2013/3/27 Markus Demetz : > I think I've found the problem. > I had javassist 3.17.1 (latest) in my project but hibernate 4.2 ships with > version 3.15.0 > Now it seems to work! Yeah... this version is buggy :P I have tried update Ognl 3 to it but no luck ;-) Regards -- Łukasz + 48 606 323 122

Re: Hibernate problem with OGNL

2013-03-27 Thread Markus Demetz
Hi, I think I've found the problem. I had javassist 3.17.1 (latest) in my project but hibernate 4.2 ships with version 3.15.0 Now it seems to work! Thank you, and sorry for misplacing my question here! Regards, Markus Am 27.03.2013 17:23, schrieb Steve Higham: On 27/03/2013 10:42, Markus

Re: Hibernate problem with OGNL

2013-03-27 Thread Steve Higham
On 27/03/2013 10:42, Markus Demetz wrote: Hi, I have situations, where the getId() method of my model class returns null when navigating through OGNL e.g. when calling . Have you tried or No luck :-( I also tried with JSTL now without success. It's very strange, since sometimes it works

Re: Hibernate problem with OGNL

2013-03-27 Thread Markus Demetz
Hi, I have situations, where the getId() method of my model class returns null when navigating through OGNL e.g. when calling . Have you tried or No luck :-( I also tried with JSTL now without success. It's very strange, since sometimes it works and then it reappears again. I'll ask at the

Re: Hibernate problem with OGNL

2013-03-26 Thread Lukasz Lenart
2013/3/26 Markus Demetz : > Hi, > > I don't know if this is the right place to ask, but maybe there is anyone > who has experienced the same problem. > > I'm using Struts2 (latest version), with Hibernate (latest version) > My database models all have getId(). > > I have situations, where the getId

Hibernate problem with OGNL

2013-03-26 Thread Markus Demetz
Hi, I don't know if this is the right place to ask, but maybe there is anyone who has experienced the same problem. I'm using Struts2 (latest version), with Hibernate (latest version) My database models all have getId(). I have situations, where the getId() method of my model class returns n

Re: Struts2: Problem with form fields

2013-03-20 Thread Dhananjay Makwana
Thanks for solution. I followed [2] and it works perfectly. Now any suggestions/patterns for implementations of "acceptableParameterName(String)" method, apart from the obvious checking of parameter startWith, endsWith etc.? On 3/19/13 5:41 PM, Lukasz Lenart wrote: 2013/3/19 Dhananjay Makwana :

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
Yahoo.. This is working. when i change the param name "expression" to "regex" as you suggested it is working. Thank you so much. Finally got it On Wed, Mar 20, 2013 at 4:27 AM, Chris Pratt wrote: > Try: > > [^<>]+ > > (*Chris*) > > > > > On Tue, Mar 19, 2013 at 3:50 PM, Mural

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
Yes I did. Not only this to that matter a simple reg which is shown in docs also did not work. so i concluded that validator itself is not working. I dont know why? On Wed, Mar 20, 2013 at 4:23 AM, Chris Pratt wrote: > Muralindhar, > I just realized I forgot the + from your original regex. Di

Re: problem with regex validator

2013-03-19 Thread Chris Pratt
Try: [^<>]+ (*Chris*) On Tue, Mar 19, 2013 at 3:50 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > This is how i did > > http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd";> > > > > > The value of bar2 must be in the format > w

Re: problem with regex validator

2013-03-19 Thread Chris Pratt
Muralindhar, I just realized I forgot the + from your original regex. Did you try my regex as is or did you fix it like "[<>]+" ? (*Chris*) On Tue, Mar 19, 2013 at 1:35 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > Hi Chris, I tried with the regex that you suggested but it did

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
This is how i did http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd";> The value of bar2 must be in the format where x and y are between 0 and 9 Almost I have tried all the suggested combination by the members. It did not work. On Wed, Mar 20,

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Dave Newton : > This is fun. don't push ;-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@st

Re: problem with regex validator

2013-03-19 Thread Dave Newton
This is fun. On Tue, Mar 19, 2013 at 6:29 PM, Lukasz Lenart wrote: > 2013/3/19 Muralidhar Yaragalla : > > are u asking me to show how i have written custom validator for regex? > > Nope, how did you configure built-in regex validator, the *-validation.xml > file > > > Regards > -- > Łukasz > + 4

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Muralidhar Yaragalla : > are u asking me to show how i have written custom validator for regex? Nope, how did you configure built-in regex validator, the *-validation.xml file Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
are u asking me to show how i have written custom validator for regex? On Wed, Mar 20, 2013 at 3:50 AM, Lukasz Lenart wrote: > 2013/3/19 Muralidhar Yaragalla : > > I am not sure who is "toy". > > *you > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Muralidhar Yaragalla : > I am not sure who is "toy". *you Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: use

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
I am not sure who is "toy". On Wed, Mar 20, 2013 at 3:44 AM, Lukasz Lenart wrote: > 2013/3/19 Muralidhar Yaragalla : > > i use struts 2.3.12 > > Could you show how did toy define regex validator? As I said, > expression param name was changed to regex > > > Regards > -- > Łukasz > + 48 606 323 1

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Muralidhar Yaragalla : > i use struts 2.3.12 Could you show how did toy define regex validator? As I said, expression param name was changed to regex Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
i use struts 2.3.12 On Wed, Mar 20, 2013 at 3:15 AM, Lukasz Lenart wrote: > 2013/3/19 Muralidhar Yaragalla : > > something like "apple<>" (without quotes). > > Which version of Struts do you use? > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > ---

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
sorry for my comment. what you said is right. Thank you for that info. On Wed, Mar 20, 2013 at 3:04 AM, Lukasz Lenart wrote: > 2013/3/19 Muralidhar Yaragalla : > > As far as i remember commons logging is one of the implementation of > log4j. > > but xworks classes does not use log4j. I am saying

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Muralidhar Yaragalla : > something like "apple<>" (without quotes). Which version of Struts do you use? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.a

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Paul Benedict : > Did you add the ^ and $ like I suggested? Is really not needed, I have tested with the Showcase app, just modify FieldValidatorsExampleAction-submitFieldValidatorsExamples-validation.xml and you can see the desired behaviour Regards -- Łukasz + 48 606 323 122 http://

Re: problem with regex validator

2013-03-19 Thread Paul Benedict
Did you add the ^ and $ like I suggested? On Tue, Mar 19, 2013 at 4:34 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > something like "apple<>" (without quotes). > > > On Wed, Mar 20, 2013 at 3:02 AM, Paul Benedict > wrote: > > > What input value are you testing against the regex?

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
something like "apple<>" (without quotes). On Wed, Mar 20, 2013 at 3:02 AM, Paul Benedict wrote: > What input value are you testing against the regex? > > On Tue, Mar 19, 2013 at 4:28 PM, Muralidhar Yaragalla < > java.yaraga...@gmail.com> wrote: > > > As far as i remember commons logging is one

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Muralidhar Yaragalla : > As far as i remember commons logging is one of the implementation of log4j. > but xworks classes does not use log4j. I am saying this because i have used > the log that comes from the super class which is a xworks class and that is > not of log4j. No, is not. com

Re: problem with regex validator

2013-03-19 Thread Paul Benedict
What input value are you testing against the regex? On Tue, Mar 19, 2013 at 4:28 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > As far as i remember commons logging is one of the implementation of log4j. > but xworks classes does not use log4j. I am saying this because i have used

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
As far as i remember commons logging is one of the implementation of log4j. but xworks classes does not use log4j. I am saying this because i have used the log that comes from the super class which is a xworks class and that is not of log4j. On Wed, Mar 20, 2013 at 2:53 AM, Lukasz Lenart wrote:

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
I have modified the Showcase app and defined regexp as and everything works as expected. But I noticed one thing, I have renamed expression param into regex in 2.3.12, the question is which version do you use? http://struts.apache.org/development/2.x/docs/regex-validator.html Regards -- Łukas

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Muralidhar Yaragalla : > I have added the following to log4j > > log4j.logger.com.opensymphony.xwork2.validator.validators=debug > > But it doe not print anything on console. The logger was set for console > and for file.(both appenders) Log4j is supported throughout commons-logging Re

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
ok. will do. On Wed, Mar 20, 2013 at 2:29 AM, Dave Newton wrote: > Put a SSCCE and its pom on github/etc and we'll take a look. AFAIK regex > validationworks fine for me. > On Mar 19, 2013 4:57 PM, "Muralidhar Yaragalla" > > wrote: > > > Hi, All the other validators are working fine except r

Re: problem with regex validator

2013-03-19 Thread Dave Newton
Put a SSCCE and its pom on github/etc and we'll take a look. AFAIK regex validationworks fine for me. On Mar 19, 2013 4:57 PM, "Muralidhar Yaragalla" wrote: > Hi, All the other validators are working fine except regex. > > > On Wed, Mar 20, 2013 at 2:21 AM, Paul Benedict > wrote: > > > When th

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
Hi, All the other validators are working fine except regex. On Wed, Mar 20, 2013 at 2:21 AM, Paul Benedict wrote: > When the validator isn't working, it could signify none of your validation > is working. Have you tried the "required-string" validator or anything else > is working? > > Paul > >

Re: problem with regex validator

2013-03-19 Thread Paul Benedict
When the validator isn't working, it could signify none of your validation is working. Have you tried the "required-string" validator or anything else is working? Paul On Tue, Mar 19, 2013 at 3:49 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > Nothing works. I am not sure why? but

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
Nothing works. I am not sure why? but then I am good with my custom validator for regex. One note is that xwork classes dont use log4j for logging. On Wed, Mar 20, 2013 at 2:09 AM, Paul Benedict wrote: > [^<>] means any character that is not the angled brackets. This is > correct syntax for XML

Re: problem with regex validator

2013-03-19 Thread Paul Benedict
[^<>] means any character that is not the angled brackets. This is correct syntax for XML encoding. Try also using the beginning and ending meta-characters: ^[^<>]$ Paul On Tue, Mar 19, 2013 at 3:35 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > Hi Chris, I tried with the regex

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
Hi Chris, I tried with the regex that you suggested but it did not work. any way i am fed up understanding that validator so i have written my own and it works fine. Thanks all of you for helping me. On Wed, Mar 20, 2013 at 12:30 AM, Chris Pratt wrote: > I'm pretty sure you can't use CDATA insid

Re: problem with regex validator

2013-03-19 Thread Chris Pratt
My bad, but the [^<>] should still work. (*Chirs*) On Tue, Mar 19, 2013 at 12:06 PM, Dave Newton wrote: > It's not an attribute value, it's an element's content. > > > On Tue, Mar 19, 2013 at 3:00 PM, Chris Pratt >wrote: > > > I'm pretty sure you can't use CDATA inside an attribute value. H

Re: problem with regex validator

2013-03-19 Thread Dave Newton
It's not an attribute value, it's an element's content. On Tue, Mar 19, 2013 at 3:00 PM, Chris Pratt wrote: > I'm pretty sure you can't use CDATA inside an attribute value. Have you > tried: "[^<>]" > (*Chris*) > > > On Tue, Mar 19, 2013 at 8:52 AM, Muralidhar Yaragalla < > java.yaraga...@gma

Re: problem with regex validator

2013-03-19 Thread Chris Pratt
I'm pretty sure you can't use CDATA inside an attribute value. Have you tried: "[^<>]" (*Chris*) On Tue, Mar 19, 2013 at 8:52 AM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > I have added the following to log4j > > log4j.logger.com.opensymphony.xwork2.validator.validators=debug >

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
I have added the following to log4j log4j.logger.com.opensymphony.xwork2.validator.validators=debug But it doe not print anything on console. The logger was set for console and for file.(both appenders) On Tue, Mar 19, 2013 at 8:56 PM, Lukasz Lenart wrote: > 2013/3/19 Muralidhar Yaragalla : >

Re: problem with regex validator

2013-03-19 Thread Lukasz Lenart
2013/3/19 Muralidhar Yaragalla : > Then i tried "jhbkkjnklj" this but no validation. > > when i press the submit button of the form the following log is being > generated on the server > > 2013-03-19 20:48:49 DEBUG cache:81 - > "template/xhtml/fielderror.ftl"["en_US",UTF-8,parsed] no source found.

Re: problem with regex validator

2013-03-19 Thread Muralidhar Yaragalla
Then i tried "jhbkkjnklj" this but no validation. when i press the submit button of the form the following log is being generated on the server 2013-03-19 20:48:49 DEBUG cache:81 - "template/xhtml/fielderror.ftl"["en_US",UTF-8,parsed] no source found. 2013-03-19 20:48:49 DEBUG cache:81 - "templa

  1   2   3   4   5   6   7   8   9   10   >