Re: Struts2-jquery-grid-show on jboss as 6.0.final

2013-09-13 Thread Omar Ngarigari
Thanks Martin, From: Martin Gainty mgai...@hotmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Friday, September 13, 2013 7:41 AM Subject: RE: Struts2-jquery-grid-show on jboss as 6.0.final struts.xml containing action specification for

Re: Struts2-jquery-grid-show on jboss as 6.0.final

2013-09-13 Thread Omar Ngarigari
Thanks Lukasz, now I can see the index page. It worked. From: Lukasz Lenart lukaszlen...@apache.org To: Struts Users Mailing List user@struts.apache.org Sent: Friday, September 13, 2013 3:12 AM Subject: Re: Struts2-jquery-grid-show on jboss as 6.0.final

Re: conflict between message.properties for multiple Struts war files

2013-08-26 Thread Omar Ngarigari
files 2013/8/16 Omar Ngarigari ngarigar...@yahoo.com: No, All these WAR files are separate. I renamed the message.properties for App1 as you suggested app1-message.properties, but did not rename the other properties files. but the problem is still there when I run the App1. Strange, does

s:url s:param does not work on struts 2.3.15.1

2013-08-19 Thread Omar Ngarigari
Hello, I am in the process of upgrading my struts2.3.1.2 application to struts2.3.15.1. Everything works fine except the s:url and s:param tags. In struts2.3.1.2, I have the following code in jsp file s:url var add action=addState   s:param name=state.name%{stateName}/s:param /s:url s:a

Re: s:url s:param does not work on struts 2.3.15.1

2013-08-19 Thread Omar Ngarigari
Thanks Chris, it works with s:param name=state.name${stateName}/s:param From: Chris Pratt thechrispr...@gmail.com To: Struts Users Mailing List user@struts.apache.org Cc: Omar Ngarigari ngarigar...@yahoo.com Sent: Monday, August 19, 2013 1:44 PM Subject: Re

Re: conflict between message.properties for multiple Struts war files

2013-08-16 Thread Omar Ngarigari
. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/8/15 Omar Ngarigari ngarigar...@yahoo.com I have three different applications that were developed using Struts2 framework. I deployed three different war files on the JBoss AS6. But, now I am having problem with global

conflict between message.properties for multiple Struts war files

2013-08-15 Thread Omar Ngarigari
I have three different applications that were developed using Struts2 framework. I deployed three different war files on the JBoss AS6. But, now I am having problem with global message.properties files. Each war file has its own message.properties file. message.properties file for the App1.war

Struts2 - Using java.util.Map as datasource in the jasperreports

2013-07-29 Thread Omar Ngarigari
Hello, I was able to generate a PDF file using struts2-jasperreports-plugin using java.util.List as datasource. However, I am not able to do the same with the java.util.Map datasource. My question is anybody knows how to use java.util.Map datasource in the struts2-jasperreports-plugin?

accessing an external file in the struts.xml

2013-07-02 Thread Omar Ngarigari
Hello, Is it possible to access a file that is located in the local drive or server side folder from struts.xml? as follow: result name=success type=jasper param name=locationC:/Folder/jasperReport.jasper/param or param name=location%{filename}/param where the filename is avariable in the

Re: accessing an external file in the struts.xml

2013-07-02 Thread Omar Ngarigari
. From: Maurizio Cucchiara mcucchi...@apache.org To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Tuesday, July 2, 2013 12:20 PM Subject: Re: accessing an external file in the struts.xml Much of the answer depends on what your application server

Re: accessing an external file in the struts.xml

2013-07-02 Thread Omar Ngarigari
Subject: Re: accessing an external file in the struts.xml You have at least one extra layer in your file path, normally you'd keep files like this under WEB-INF, and start the file path from there. Dave On Jul 2, 2013 1:14 PM, Omar Ngarigari ngarigar...@yahoo.com wrote: Thanks for responding

Warning message when execAndWait

2013-06-27 Thread Omar Ngarigari
Hello, Is anybody knows why I am getting the following warning message while waiting page is displaying. (execAndWait)? WARN  [org.apache.struts2.util.TokenHelper] Could not find token mapped to token name struts.token Thanks,

Re: Warning message when execAndWait

2013-06-27 Thread Omar Ngarigari
                result name=wait/pages/wait.jsp/result 3. I am using struts2.3.1.2 Thanks, From: Felipe Lorenz felipe.lor...@idealogic.com.br To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Thursday, June 27

How to submit a form with enter key

2013-06-05 Thread Omar Ngarigari
Hello, I am not able to submit a form using enter key from the keyboard. The form is as follow: s:form action=trackAction name=myForm method=post validate=true enctype=multipart/form-data table align=center border=9 width=85% cellpadding=6                 cellspacing=0                        

Re: generating taglib using Ant and Java 6

2013-04-04 Thread Omar Ngarigari
Did you mean Struts2?  From: Lukasz Lenart lukaszlen...@apache.org To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, April 4, 2013 12:36 PM Subject: Re: generating taglib using Ant and Java 6 If you find a solution, please share it as we

Re: generating taglib using Ant and Java 6

2013-04-04 Thread Omar Ngarigari
Struts3 is coming? Great! how soon? From: Dave Newton davelnew...@gmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, April 4, 2013 7:45 PM Subject: Re: generating taglib using Ant and Java 6 Nope. On Apr 4, 2013 7:39 PM, Omar

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-20 Thread Omar Ngarigari
Which annotation type should I use in my actiom class to inject user object? Sent from my iPhone On Mar 20, 2013, at 2:14 AM, Lukasz Lenart lukaszlen...@apache.org wrote: 2013/3/20 Omar Ngarigari ngarigar...@yahoo.com: s:textfield name=addCustomer.postUserId value

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-20 Thread Omar Ngarigari
the current logged in username to struts2 action from spring security 3 Thus defined in your mail ... 2013/3/20 Omar Ngarigari ngarigar...@yahoo.com: Which annotation type should I use in my actiom class to inject user object? Sent from my iPhone On Mar 20, 2013, at 2:14 AM, Lukasz Lenart

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-19 Thread Omar Ngarigari
value=%{springSecurity.currentUser}/ I am not sure this is correct way to display the current logged in username; Thanks, From: Hernán heam...@gmail.com To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Friday

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-01 Thread Omar Ngarigari
Thanks Luksz for replying, but what i want is to use the username in Struts 2 action class and display in struts2 jsp tags Sent from my iPhone On Mar 1, 2013, at 1:09 AM, Lukasz Lenart lukaszlen...@apache.org wrote: 2013/3/1 Omar Ngarigari ngarigar...@yahoo.com: Hello, Thanks in advance

Re: How to pass the current logged in username to struts2 action from spring security 3

2013-03-01 Thread Omar Ngarigari
security 3 2013/3/1 Omar Ngarigari ngarigar...@yahoo.com: Thanks Luksz for replying, but what i want is to use the username in Struts 2 action class and display in struts2 jsp tags Use that code to read username in your action and then show it using S2 tags Regards -- Łukasz + 48 606 323 122

How to pass the current logged in username to struts2 action from spring security 3

2013-02-28 Thread Omar Ngarigari
Hello, Thanks in advance. I have an application that uses Spring Security 3 + Struts2. The integration works just fine. I can login without an issue. However, I would like to get the username in the Struts2 action class so that I can display in the Struts2 tags jsp pages. Omar N.

Re: s:checkbox inside s:iterator in struts2.3.1.2

2012-09-24 Thread Omar Ngarigari
lukaszlen...@apache.org To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Monday, September 24, 2012 12:50 AM Subject: Re: s:checkbox inside s:iterator in struts2.3.1.2 2012/9/24 Omar Ngarigari ngarigar...@yahoo.com: Hello, Please help, I am having

Re: s:checkbox inside s:iterator in struts2.3.1.2

2012-09-24 Thread Omar Ngarigari
Ngarigari ngarigar...@yahoo.com Sent: Monday, September 24, 2012 12:50 AM Subject: Re: s:checkbox inside s:iterator in struts2.3.1.2 2012/9/24 Omar Ngarigari ngarigar...@yahoo.com: Hello, Please help, I am having problem that I cannot figure out how to solve it. The problem is as follow: 1

Re: s:checkbox inside s:iterator in struts2.3.1.2

2012-09-24 Thread Omar Ngarigari
@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Monday, September 24, 2012 2:08 PM Subject: Re: s:checkbox inside s:iterator in struts2.3.1.2 2012/9/24 Omar Ngarigari ngarigar...@yahoo.com: Hello, I changed my JSP page as per the documentation recommendation: s:iterator value

s:checkbox inside s:iterator in struts2.3.1.2

2012-09-23 Thread Omar Ngarigari
Hello, Please help, I am having problem that I cannot figure out how to solve it. The problem is as follow: 1. JSP page: s:iterator value=myList var=record s:property value=#record.ageNumber/ s:property value=#record.name/ s:checkbox name=stringList fieldValue=%{age}/ /iterator 2. Action Class

struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Omar Ngarigari
Hello, I just want to know if it is okay to use struts2-jquery-plugin.3.3.1.jar with struts2-core-.3.1.2.jar. Thanks,

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Omar Ngarigari
;/ /s:form  img id=indicator style=display:none src=./images/indicator.gif alt=Loading.../ From: Umesh Awasthi umeshawas...@gmail.com To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Wednesday, August 15, 2012 9:10 AM

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Omar Ngarigari
=indicator button=true style=width:20em;/ /s:form img id=indicator style=display:none src=./images/indicator.gif alt=Loading.../   From: Umesh Awasthi umeshawas...@gmail.com To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar

Re: Including JSP page from a jar file that placed on /WEB-INF/lib

2012-07-26 Thread Omar Ngarigari
- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: 26 July 2012 01:26 To: Struts Users Mailing List; Omar Ngarigari Subject: Re: Including JSP page from a jar file that placed on /WEB-INF/lib Omar, JSP does not support reading from

Including JSP page from a jar file that placed on /WEB-INF/lib

2012-07-25 Thread Omar Ngarigari
Hello, I would like know how to include a JSP page that was bundled in the jar file (WEB-INF/lib) using struts2. I used s:include tag, but I got the error (Exception thrown during invlude of /common/header.jsp  1 - web/common/header is in the jar file under WEB-INF/lib 2  - in the mypages.jsp,

Re: Struts 2 Spring 3 Spring Security 3.1 RedirectAction

2012-06-18 Thread Omar Ngarigari
I am using struts 2.3.1.2 version and also using simple theme. From: Maurizio Cucchiara mcucchi...@apache.org To: Struts Users Mailing List user@struts.apache.org Sent: Monday, June 18, 2012 10:01 AM Subject: Re: Struts 2 Spring 3 Spring Security 3.1

How to repopulate data on s:textfield after validation error

2012-06-15 Thread Omar Ngarigari
Hello, Please advice me on how to repopulate data on s:textfield after validation error. When a user enters some values on the s:textfield or s:select fields and click submit button validation error displays, the values goes back to the default not the ones that a user entered in first place.

Re: How to repopulate data on s:textfield after validation error

2012-06-15 Thread Omar Ngarigari
. From: Łukasz Lenart lukasz.len...@googlemail.com To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Friday, June 15, 2012 9:29 AM Subject: Re: How to repopulate data on s:textfield after validation error 2012/6/15 Omar Ngarigari

Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
Hi All, I have developed an application using struts2.3.1.2, but I am experiencing a weird situation that I have bumping my head for a week now, but It does not go away.  Scenario 1 - I have a query page (jsp) where I have to query database based on the quarter date an input. If I entered a

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
, but I got no record found. Can you show me how to clean a cache? From: Chris Pratt thechrispr...@gmail.com To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Monday, June 4, 2012 2:17 PM Subject: Re: Struts2 (caching

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Monday, June 4, 2012 2:42 PM Subject: Re: Struts2 (caching, valuestack, etc...) problem Are you using spring plugin? Looks like you are using a previous initialized instance of your action class. If yes, ensure

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
(which is singletone) Sent from my mobile device, so please excuse typos and brevity. Maurizio Cucchiara Il giorno 04/giu/2012 20.10, Omar Ngarigari ngarigar...@yahoo.com ha scritto: Hi All, I have developed an application using struts2.3.1.2, but I am experiencing a weird situation that I

Re: Struts2 (caching, valuestack, etc...) problem

2012-06-04 Thread Omar Ngarigari
. Thanks Maurizio and Chris for your help.  Thanks,  From: Maurizio Cucchiara mcucchi...@apache.org To: Struts Users Mailing List user@struts.apache.org; Omar Ngarigari ngarigar...@yahoo.com Sent: Monday, June 4, 2012 2:42 PM Subject: Re: Struts2 (caching