Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-05-21 Thread HuiFung@GMail
encounter issue when .ear file deployed in Weblogic 12.1.3.0.0 server. Error: Struts Dispatcher cannot be found... Upgraded the necessary jar files such as struts core, json and updates the necessary properties file. but still encounter the struts dispatcher error. any idea what did I missed out

Upgrade from struts 2.3.37 to struts 2.5.20 issue.

2019-05-21 Thread HuiFung@GMail
hi there, encounter issue when .ear file deployed in Weblogic 12.1.3.0.0 server. Error: Struts Dispatcher cannot be found... Upgraded the necessary jar files such as struts core, json and updates the necessary properties file. but still encounter the struts dispatcher error. any idea what did

Re: Re: How can I transfer parameters as Map type from jsp to action?

2013-03-06 Thread Gmail
.StringConverter] with name [string], created! Gmail From: Lukasz Lenart Date: 2013-03-06 17:50 To: Struts Users Mailing List Subject: Re: Re: How can I transfer parameters as Map type from jsp to action? 2013/3/6 Gmail : > I know what's the problem, but I don't know why and how to r

Re: Re: How can I transfer parameters as Map type from jsp to action?

2013-03-06 Thread Gmail
I know what's the problem, but I don't know why and how to resolve. 1. 2. The first can works, but the second fail. The difference between the firs and the second is a minus. Gmail From: Gmail Date: 2013-03-06 13:47 To: user@struts.apache.org Subject: Re: Re: How can I transfer

Re: Re: How can I transfer parameters as Map type from jsp to action?

2013-03-05 Thread Gmail
Thanks a lot for your seggestion. Because it works when ${functionItem.functionId} is a int value. So I make sure that the parameters are all int values. And my problem has been resolved. Maybe, I should use a List. Gmail From: Lukasz Lenart Date: 2013-03-06 14:18 To: Struts Users Mailing

Re: Re: How can I transfer parameters as Map type from jsp to action?

2013-03-05 Thread Gmail
Thanks for your reply. I have input quotes around the string map key. But it does not work still. Gmail From: Dave Newton Date: 2013-03-06 11:35 To: Struts Users Mailing List Subject: Re: How can I transfer parameters as Map type from jsp to action? No quotes around the string map key

Validation for List of items

2008-06-18 Thread Vamsi Gmail!
Hi all, I wanted to do validations for list of items I have multiple contact details.(The number of contact details is dynamic). If user create three contact details fisrt name ,last name ,telephone I don't want to allow the user to enter special characters in first name and last na

Problem assiging elements in to list

2008-03-13 Thread Vamsi Gmail!
Hi all, I have a requirement where I need to assign a Objects to a list. I tried the example given in showcase there is working (in the site). But It is not assigning to that list I am also attaching code for your refernce. ---Vamsi /* * $Id: PersonAction.java 471756 2006-11-06 15:01:4

Re: How can I validate a composed object in my action?(Struts 2)

2008-02-06 Thread Vamsi Gmail!
Create a file With name UserAction-validation.xml and copy the below content go through the struts2 validation frame work School name required On 2/6/08, slideharmony <[EMAIL PROTECTED]> wrote: > > > Hello! > I have to validate a composed object in my action, this is my action: >

Re: Too many open files

2007-05-11 Thread Vamsi Gmail!
Hi we also came across this problem when dealing with reading and wrting into files it is not witj tomcat or struts or any other thing it is problem with the way your app developed make sure that your are closing the files once you done with that file regards Vamsi On 5/11/07, Jon Wynacht <[EM

Regarding getting resource from external url

2007-05-10 Thread Vamsi Gmail!
Hi, I have a requirement where I have to hit the external url and get the response and display it on the browser ,this can be done using httpclient but my requirement is I am using a proxy pass in apache.when I am make a request to the url that should be proxy pa

Re: i need struts api, please help me

2005-10-02 Thread rama gmail
Hello Ravi, You can follow this link http://struts.apache.org/api/index.html Cheers Rama Krishna Kakarla - Original Message - From: "ravikumar maddi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, October 02, 2005 4:33 AM Subject: i need struts api, please help me

Re: New to Struts

2005-07-12 Thread [Gmail] LunLun
Hello, 1) can someone recommend me a good struts book and/or online tutorial to help me get started quickly. I found these two books interesting: Struts in Action http://www.manning.com/books/husted (the source code is available here: http://www.manning.com/books/husted/