Thank you for your response
On Wed, 20 Mar, 2024, 1:04 pm Nate Kerkhofs, wrote:
> Hi Tanveer,
>
> This isn't really a struts issue, but I'll answer regardless.
>
> There are security and usability issues related to automatic printing, so
> browsers block JavaScript from printing documents withou
Hi Tanveer,
This isn't really a struts issue, but I'll answer regardless.
There are security and usability issues related to automatic printing, so
browsers block JavaScript from printing documents without user interaction. You
won't be able to print pages automatically, you NEED to have the us
czw., 30 mar 2023 o 03:12 Yew Hwa Ho napisał(a):
>
> Hi Lukasz,
>
> May I check when Tiles will be merged into the Struts code base? Is there a
> timeline for that?
There is no exact date but I plan to include this change in incoming
Struts 6.2.0 - yet there is discussion to bring Tiles back to l
Hi Lukasz,
May I check when Tiles will be merged into the Struts code base? Is there a
timeline for that?
Thank you.
Regards,
Yew HWa
wt., 22 lis 2022 o 11:53 Yew Hwa Ho napisał(a):
>
> Hi Lukasz,
>
> Thank you for your reply.
>
> In the event that Tiles 3.0.8 in the current versions of Struts has CVE,
> will the Struts team be providing the fixes for the CVE.
Do you refer to that https://devhub.checkmarx.com/cve-details/Cx78f4
Hi Lukasz,
Thank you for your reply.
In the event that Tiles 3.0.8 in the current versions of Struts has CVE,
will the Struts team be providing the fixes for the CVE.
Thank you.
Regards,
Yew Hwa
On Tue, Nov 22, 2022 at 4:37 PM Lukasz Lenart
wrote:
> wt., 22 lis 2022 o 08:30 Yew Hwa Ho napi
wt., 22 lis 2022 o 08:30 Yew Hwa Ho napisał(a):
> I understand that the Apache Tiles has already retired (
> https://tiles.apache.org/). However Tiles is still being used in Struts
> framework (both in version 2 and 6). Can I check if Tiles is currently
> being maintained by Struts if CVE is found
Take a look at using Enunciate with Struts2.
http://enunciate.codehaus.org/
http://docs.codehaus.org/display/ENUNCIATE/A+Rich+Web+service+API+for+Struts+2
-D
jayakumar ala wrote:
>
> I don't understand why i should look into IBM site.? I am asking with
> respect to struts what i should do i
I don't understand why i should look into IBM site.? I am asking with
respect to struts what i should do if i am going to use AXIS 2 and how i can
expose an action as a service etc..? Not sure how we can do the same in
struts2
On Fri, Apr 9, 2010 at 9:06 PM, Juan Chung wrote:
> consult IBM offic
consult IBM office site, you may find the documents( tutorial) you
need there. good luck.
On Sat, Apr 10, 2010 at 4:39 AM, jayakumar ala wrote:
> Hi All,
> Quick question:
> Did anyone here worked with SOAP webservices for Fileupload using
> struts2..? We have the requirement to upload files t
gaurav nigam wrote:
Do I need to add this interceptor for each action mapping?
Is it possible to have only single entry of this interceptor in the struts.xml ?
Make your own default interceptor stack, but it's already in the
"defaultStack".
Dave
pour satisfaire informez
> l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci
> est interdite. Ce message sert à l'information seulement et n'aura pas
> n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent
igatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Sat, 7 Nov 2009 21:41:27 +
> Subject: Re: query regarding Input Validation
> From: mailgaura...@gmail.com
> To: u
Regards,
> Siddiq
> 919-924-9850
>
>
>
>
>
> From: gaurav nigam
> To: Struts Users Mailing List
> Sent: Sat, November 7, 2009 2:03:41 PM
> Subject: Re: query regarding Input Validation
>
> Hi Siddiq,
>
> My Question 2 is mentioned below
>
> i came to
9-924-9850
From: gaurav nigam
To: Struts Users Mailing List
Sent: Sat, November 7, 2009 2:03:41 PM
Subject: Re: query regarding Input Validation
Hi Siddiq,
My Question 2 is mentioned below
i came to know that there is annotation validation which can be used
a
truts Users Mailing List
>> Sent: Sat, November 7, 2009 1:21:41 PM
>> Subject: Re: query regarding Input Validation
>>
>> Hi Saddiq,
>> -- siddiq
>>
>> Thanks for your help
>> I am not able to understand meaning of below line
>> You can achiv
Please refer the section
Defining Validation Rules in the below mention link.
http://docs.huihoo.com/webwork/2.2.6/Validation.html
-siddiq.
Siddiq Syed wrote:
>
>
> From: gaurav nigam
> To: Struts Users Mailing List
> Sent: Sat, November 7, 2009 1:21:41 PM
> Subject: R
From: gaurav nigam
To: Struts Users Mailing List
Sent: Sat, November 7, 2009 1:21:41 PM
Subject: Re: query regarding Input Validation
Hi Saddiq,
-- siddiq
Thanks for your help
I am not able to understand meaning of below line
You can achive this by creating an separate file for each
Hi Saddiq,
Thanks for your help
I am not able to understand meaning of below line
You can achive this by creating an separate file for each method
...do you mean that i should create separate action class for each method
or you mean to say separate validation file for each method of an
action
You can achive this by creating an seprate file for each method and add the
validation.
When ever the a method from the action class is invoked the corresponding
validation will get invoked.
actionname-aliasname-validationname.xml
actinname -- name of your actin class.
aliasname -- name of the
HariniKaushik wrote:
getUserList would just return the List(java.util.List)
And its just the method that 'll get called when the action
Register_getUserList action is triggered.
I have combined two actions together through Register_* action names.
And no validation is done for getUserList method.
Thanks for the reply.
getUserList would just return the List(java.util.List)
And its just the method that 'll get called when the action
Register_getUserList action is triggered.
I have combined two actions together through Register_* action names.
And no validation is done for getUserList method.
HariniKaushik wrote:
Hi All,
I feel this is the correct Forum where in my doubts 'll be cleared.
I've created Login,UserRegistration page and UserView page(where in admin
only can view the users)
And this is my action tag for Register_createUser and Register_getUserList
common/{1}.jsp
Thanks a lot Paweł I think you have solved my problem. In fact I didn't know
how to change from get to post. :-)
Thanks again.
Amir
--- On Wed, 10/29/08, Paweł Wielgus <[EMAIL PROTECTED]> wrote:
From: Paweł Wielgus <[EMAIL PROTECTED]>
Subject: Re: Query String limitation
Hi Amir,
i have completly no idea what Your problem is, but maybe this will help:
use instead of ... on the jsp where this action is triggered,
also pay attention to not to add method="get" inside form tag.
If You would provide more details about what You want to do it would
be simpler to answ
ay, September 23, 2008 12:36 AM
To: Struts Users Mailing List
Subject: RE: Query
--- On Mon, 9/22/08, Jishnu Viswanath wrote:
> Hmmm, I think these are the valid 2.0.11.2 strut-tags
> http://struts.apache.org/2.0.11.2/docs/ajax-tags.html
They're supported under S2.0 as well, but not as a p
--- On Mon, 9/22/08, Jishnu Viswanath wrote:
> Hmmm, I think these are the valid 2.0.11.2 strut-tags
> http://struts.apache.org/2.0.11.2/docs/ajax-tags.html
They're supported under S2.0 as well, but not as a plugin, and cotnain somewhat
less functionality.
> well if they don't we will have probl
--- On Mon, 9/22/08, Martin Gainty wrote:
> great if we were programming php on Apache!
Or S2 on an app server; I use jQuery regularly.
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
[mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 11:41 PM
To: Struts Users Mailing List
Subject: RE: Query
dojo and struts-tags and sitemesh and tiles are already supported in struts
http://struts.apache.org/2.0.11.2/docs/dojo-head.html
BTW: you're loading one heck of alot of f
ansmission.
> Subject: RE: Query
> Date: Mon, 22 Sep 2008 23:22:22 +0530
> From: [EMAIL PROTECTED]
> To: user@struts.apache.org
>
>
> That's really weird, I can not find any thing so php specific with grid, its
> plain simple grid.
>
> Bye the way, dojo 1.1 has
lto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 10:35 PM
To: Struts Users Mailing List
Subject: RE: Query
great if we were programming php on Apache!
I recommend the Dojo Grid control
http://dojotoolkit.org/book/dijit-functional-spec/other-widgets/table
anyone el
attachments relates to the official business
of Sender. This transmission is of a confidential nature and Sender does not
endorse distribution to any party other than intended recipient. Sender does
not necessarily endorse content contained within this transmission.
> Subject: RE: Query
> Dat
-Original Message-
From: Miguel [mailto:[EMAIL PROTECTED]
Sent: Monday, September 22, 2008 9:06 PM
To: Struts Users Mailing List
Subject: Re: Query
You could use jQgrid, it has lots of options.
http://www.trirand.com/jqgrid/jqgrid.html
To use jqgrid you need to pass it the data via xml or
You could use jQgrid, it has lots of options.
http://www.trirand.com/jqgrid/jqgrid.html
To use jqgrid you need to pass it the data via xml or json, so I
recomend use the xslt or the json result of struts. You should not
build the xml or the json using a jsp.
It's not somewhat easy, but you will nee
You're going to need to provide a lot more detail if you want a useful
answer of any kind.
On Sun, Sep 21, 2008 at 1:27 AM, greatshalu.6 <[EMAIL PROTECTED]>wrote:
>
> how we use grids in struts
> --
> View this message in context:
> http://www.nabble.com/Query-tp19591765p19591765.html
> Sent from
2007/7/10, Amit Sharma <[EMAIL PROTECTED]>:
So if above can't be done then I am planning to have a JSP
being called and then redirecting it to the action.
It is exactly what you have to do.
Antonio
-
To unsubscribe, e-mail: [
Another alternative,
Move all the images/css specific to abc.com to a subdirectory named
/abc/...
Let all the images related to xyz.com be in another sub-directory /xyx/
Change path of images in your application to /abc or /xyz based on the
request.*getRemoteHost*() .
--
Yoge,
AdventNet, Inc.
Does anyone has an example ??
On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
You would have to control this on the client end, perhaps using
javascript to break the transaction into two HTTP requests.
> -Original Message-
> From: Rahul Joshi [mailto:[EMAIL PROTECTED]
> Sent:
You would have to control this on the client end, perhaps using
javascript to break the transaction into two HTTP requests.
> -Original Message-
> From: Rahul Joshi [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 08, 2006 8:50 AM
> To: user@struts.apache.org
> Subject: Query regarding
thanks to you..
lemme know if any other details are there
i am going through the lesson 1
Ed Griebel <[EMAIL PROTECTED]> wrote:
Start here, it doesn't get much clearer than this, and google for
unfamiliar terms: http://www.learntechnology.net/struts-lesson-1.do
On 12/5/06, Jagaran Bubai Da
Start here, it doesn't get much clearer than this, and google for
unfamiliar terms: http://www.learntechnology.net/struts-lesson-1.do
On 12/5/06, Jagaran Bubai Das <[EMAIL PROTECTED]> wrote:
I hav done that...
but how to install and run the sample application i am not clear..
it would be gre
I hav done that...
but how to install and run the sample application i am not clear..
it would be great if could get some simple steps and some simple application
"Narayanaswamy, Mohan" <[EMAIL PROTECTED]> wrote:
First download the struts from http://struts.apache.org/downloads.html
and pl
First download the struts from http://struts.apache.org/downloads.html
and play with the sample programs.
-Original Message-
From: Jagaran Das [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 05, 2006 5:04 PM
To: user@struts.apache.org
Subject: Query
Hi all,
How to install a simple
Hi Nuwan,
Actually I am using Form and this method is available in Action class
On 11/15/06, Nuwan Chandrasoma <[EMAIL PROTECTED]> wrote:
Ops..,, sorry ignore the last mail..
It should be.. first call the getResources() and get the MessageResource
and
from there u can get the message..
eg:-
I was wrong... ignore my earlier mail..
Thanks.
Anil.
-Original Message-
From: Hanmay Udgiri [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 1:56 PM
To: user@struts.apache.org
Subject: Query in action messages
Hi
I am doing validation in my Action Form which is extending
Val
There is empty space before the key.. just observe..
errors.add(Error_FIELD_KEY,new ActionMessage(" error.required","Zip
Code"));
should like ...
errors.add(Error_FIELD_KEY,new ActionMessage("error.required","Zip
Code"));
hope it helps you...
Anil.
-Original Message-
From
Hi,
Yes. When u use. errors.add(Error_FIELD_KEY,new ActionMessage("
error.required","
error.zipcode"));
It will just replace what ever u pass as the second argument with the
"{0)". Second way is correct...
Regards,
Mano
-Original Message-
From: Hanmay Udgiri [mailto:[EMAIL PROTECTED]
Ops..,, sorry ignore the last mail..
It should be.. first call the getResources() and get the MessageResource and
from there u can get the message..
eg:-
errors.add(Error_FIELD_KEY,new ActionMessage("
error.required",getResources(request).getMessage("error.zipcode"));
Regards,
Nuwan
--
Hi,
there is a method called getMessage(), use that one and get the message from
the resource bundle,
eg:_
errors.add(Error_FIELD_KEY,new ActionMessage(" error.required",
getMessage("error.zipcode")));
Regards,
Nuwan
- Original Message -
From: "Hanmay Udgiri" <[EMAIL PROTECTED]>
yes... £ symbol
-Original Message-
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 16, 2006 2:49 PM
To: Struts Users Mailing List
Subject: Re: query about application resource and charset
Roy, Ansuman ha scritto:
> Thanks Antonio,
> that solved the problem.
Roy, Ansuman ha scritto:
Thanks Antonio,
that solved the problem. I used java.util.Properties so now the special
characters are not coming
by the way, what if I try to put russian characters or use non ascii characters
in my keys??
You'll find a lot of \u, not very readable ;-) What I c
Pound symbol
regards,
Roy
-Original Message-
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 15, 2006 6:17 PM
To: Struts Users Mailing List
Subject: Re: query about application resource and charset
Roy, Ansuman ha scritto:
> I parse through the xml and using i
Roy, Ansuman ha scritto:
I parse through the xml and using io i write it into a .properties file
I think instead of java io i should use java.util's property class is it??
Yes, java.util.Properties. ".properties" files must be ASCII 7-bit, the
"Properties" class takes all the burden of encod
tonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 15, 2006 5:33 PM
To: Struts Users Mailing List
Subject: Re: query about application resource and charset
Roy, Ansuman ha scritto:
> But the struts application uses bean tags every where so I have to generate
> the property file
>
Roy, Ansuman ha scritto:
But the struts application uses bean tags every where so I have to generate the
property file
How do you generate this file then?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
-
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 15, 2006 4:32 PM
To: Struts Users Mailing List
Subject: Re: query about application resource and charset
Roy, Ansuman ha scritto:
> Hi,
> I have a content management system that generates the application
> resources.prope
Roy, Ansuman ha scritto:
Hi,
I have a content management system that generates the application
resources.properties file. Now the value of many keys
are found to be of filled with  keys.
File .properties MUST have escape codes for special characters (i.e.
\u codes). This is the default beh
Yup i realised that as soon as sent this mail. Thanks for the reply.
On 3/7/06, David Delbecq <[EMAIL PROTECTED]> wrote:
>
> Encoding and decoding of query parameters is the job of container
> (tomcat, jboss, websphere, what ever you are using). The only struts
> related exception is for multipart
Encoding and decoding of query parameters is the job of container
(tomcat, jboss, websphere, what ever you are using). The only struts
related exception is for multipart/form-data (used for file uploads).
There it's common-fileupload library which does the decoding. Why would
you want to do the dec
On 10/21/05, R.Vijayaraghavan <[EMAIL PROTECTED]> wrote:
> struts-config.xml
>
>
>
>
> type = "app.QueryParamsAction"
> name = "QueryParamsForm"
> validate = "false"
ailto:[EMAIL PROTECTED]
> > Sent: Saturday, October 22, 2005 12:25 PM
> > To: Struts Users Mailing List
> > Subject: RE: query string parameters problem
> >
> >
> >
> > The scope of the ActionForm is session means that the last submitted
> > ActionForm wi
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 22, 2005 12:25 PM
> To: Struts Users Mailing List
> Subject: RE: query string parameters problem
>
>
>
> The scope of the ActionForm is session means that the
iling List"
To
"Struts Users Mailing List"
cc
Subject
RE: query string parameters problem
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 22, 2005 12:08 PM
> To: Struts Users Mailing List
> Subject: RE: qu
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 22, 2005 12:08 PM
> To: Struts Users Mailing List
> Subject: RE: query string parameters problem
>
>
>
> Are you able to see the 'age' and 'n
struts-config.xml
ActionForm has the setter and getter methods for name, age and description.
Action:
public final class QueryParamsAction extends Action {
public ActionForward
ired values
in the Javascript.
Regards,
Rajasekhar Cherukuri
"R.Vijayaraghavan" <[EMAIL PROTECTED]>
10/22/2005 11:53 AM
Please respond to
"Struts Users Mailing List"
To
"Struts Users Mailing List"
cc
Subject
RE: query string parameters problem
From: "R.Vijayaraghavan" <[EMAIL PROTECTED]>
The action is set to /submit.do. Since I am only sending the description
in
the http request, only the setDescription() method should be called and it
happens so. The problem is when I try to access the age and name variables
from the ActionForm in th
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 22, 2005 8:36 AM
> To: Struts Users Mailing List
> Subject: Re: query string parameters problem
>
>
>
> Hi,
> You should use
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 21, 2005 7:01 PM
> To: user@struts.apache.org
> Subject: RE: query string parameters problem
>
>
> R.Vijayaraghavan asked:
> [snip]
> > The action i
Hi,
You should use
request.getParameter("name")
request.getParameter("age")
to get the values from the request. I don't think the values set
through through query string will be set to ActionForm automatically. In
this case you should explicitly
R.Vijayaraghavan asked:
[snip]
> The action is set to /submit.do. Since I am only sending the
> description in the http request, only the setDescription()
> method should be called and it happens so. The problem is
> when I try to access the age and name variables from the
> ActionForm
Hello again ;-)
I've dived into the struts source code and struggled for a couple of hours
(was already struggling a bit before i wrote the email at the bottom).
Then i discovered the Resource class which seems to be the answer to my
question. Here's some pseudo code:
(warning this is only theor
> -Original Message-
> From: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED]
> Sent: 14 June 2004 18:13
> To: '[EMAIL PROTECTED]'
> Subject: Query question
>
>
> Anyone here familiar with using CATSEARCH type oracle
> queries? If so, I am
> trying to do something like:
> SELECT COLNAME
>
73 matches
Mail list logo