Re: Query regarding printing and closing Jasper reports in Struts2.5

2024-03-20 Thread Tanveer Alaie
ow after > printing. > https://developer.mozilla.org/en-US/docs/Web/API/Window/afterprint_event > > Regards, > > Nate Kerkhofs > > -Original Message- > From: Tanveer Alaie > Sent: Tuesday, 19 March 2024 08:08 > To: user@struts.apache.org > Subject

RE: Query regarding printing and closing Jasper reports in Struts2.5

2024-03-20 Thread Nate Kerkhofs
- From: Tanveer Alaie Sent: Tuesday, 19 March 2024 08:08 To: user@struts.apache.org Subject: Query regarding printing and closing Jasper reports in Struts2.5 I am facing an issue with printing and closing Jasper reports in my Struts2 application. Here's a brief overview of the problem: Descript

Query regarding printing and closing Jasper reports in Struts2.5

2024-03-19 Thread Tanveer Alaie
I am facing an issue with printing and closing Jasper reports in my Struts2 application. Here's a brief overview of the problem: Description: In my Struts2 web application, I have a requirement to generate Jasper reports and provide an option to print them directly from the browser. Additionally,

Re: Query regarding Tiles in Struts

2023-03-29 Thread Lukasz Lenart
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

Re: Query regarding Tiles in Struts

2023-03-29 Thread Yew Hwa Ho
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

Re: Query regarding Tiles in Struts

2022-11-22 Thread Lukasz Lenart
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

Re: Query regarding Tiles in Struts

2022-11-22 Thread Yew Hwa Ho
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

Re: Query regarding Tiles in Struts

2022-11-22 Thread Lukasz Lenart
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

Query regarding Tiles in Struts

2022-11-21 Thread Yew Hwa Ho
Hi , 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? Thank you.

Re: struts 1 to struts 2 migration , virtual form replacement query

2020-04-17 Thread Lukasz Lenart
pt., 17 kwi 2020 o 13:42 Kishore Venkatesh napisał(a): > > Thanks for the response. After I create an action with setters and getters , > how can I use this action in javascript functions. Not sure if I understand, what do you want to achieve? Maybe some example? Regards -- Łukasz + 48 606

Re: struts 1 to struts 2 migration , virtual form replacement query

2020-04-17 Thread Kishore Venkatesh
Thanks for the response. After I create an action with setters and getters , how can I use this action in javascript functions. On 2020/04/15 05:26:03, Lukasz Lenart wrote: > wt., 14 kwi 2020 o 12:36 Kishore Venkatesh napisał(a): > > I'm migrating an application from struts 1 to struts 2, I

Re: struts 1 to struts 2 migration , virtual form replacement query

2020-04-14 Thread Lukasz Lenart
wt., 14 kwi 2020 o 12:36 Kishore Venkatesh napisał(a): > I'm migrating an application from struts 1 to struts 2, I have some forms and > form beans defined in struts-config.xml . How do I map these into struts 2. > I know about struts 2 forms , and mapping form to user bean . My question how

struts 1 to struts 2 migration , virtual form replacement query

2020-04-14 Thread Kishore Venkatesh
Hi I'm migrating an application from struts 1 to struts 2, I have some forms and form beans defined in struts-config.xml . How do I map these into struts 2. I know about struts 2 forms , and mapping form to user bean . My question how do I map virtual forms in struts 2. Thanks

RE: jQuery query

2016-06-29 Thread Martin Gainty
> From: anamika.chouras...@gmail.com > Date: Wed, 29 Jun 2016 13:57:56 +0530 > Subject: Re: jQuery query > To: user@struts.apache.org > > You need to put both textboxes of each group in one div, give this div an > id and than user JQUEry inbuild function to toggle i

Re: jQuery query

2016-06-29 Thread Anamika Chourasiya
You need to put both textboxes of each group in one div, give this div an id and than user JQUEry inbuild function to toggle it something like this $("#fieldGroup1").toggle(); on click event of "Field Group 1" link. $("#fieldGroup2").toggle(); on click event of "Field Group 2" link.

Re: jQuery query

2016-06-29 Thread Patrick Kelly
correct Patrick Kelly PatrickKelly PrincipalConsultant *River**Dynamics* E: patrick.ke...@riverdynamics.com W: www.riverdynamics.com On 29/06/2016 5:48 PM, Anamika Chourasiya wrote: Hi As per my understanding about

Re: jQuery query

2016-06-29 Thread Anamika Chourasiya
Hi As per my understanding about the requirement, if the user clicks on the "Field Group 1" field 1 and field 2 textboxes should get visible and if he again click on the same link they should get disappear. Same functionality for "Field Group 2". Am I right? On Wed, Jun 29, 2016 at 12:39 PM,

jQuery query

2016-06-29 Thread Patrick Kelly
Hi - I have a struts2 system (version 2.3.16) that contains many forms that look like kind of like the example below. I want to use jquery to add some interactively to the the forms so the user can click a link to show/hide all the fields within a field grouping so that the heading is still

Re: Passing Query String to Action through Interceptor

2016-05-23 Thread Nick Broadhurst
>: > > Hello, > > > > I have an interceptor that is working fine except the query string is not > > being passed on to the action from the interceptor. > > > > > > > > This will overwrite defined default stack - you

Re: Passing Query String to Action through Interceptor

2016-05-23 Thread Lukasz Lenart
2016-05-23 3:01 GMT+02:00 Nick Broadhurst <hou1...@gmail.com>: > Hello, > > I have an interceptor that is working fine except the query string is not > being passed on to the action from the interceptor. > > > This will overwrite defined default stack - yo

Passing Query String to Action through Interceptor

2016-05-22 Thread Nick Broadhurst
Hello, I have an interceptor that is working fine except the query string is not being passed on to the action from the interceptor. iro/IroCaseFORM.jsp URL: http:///EditIroCase.action?id=123 Action is an existing one that I am adding the interceptor

Re: Struts1 to Struts2 Migration Support Query

2013-08-26 Thread Lukasz Lenart
Some people also setup two different applications (S1 and S2) and migrate step by step. 2013/8/15 vijayalayan.selva...@cognizant.com: Hi, Sincere Apologies for raising this issue with the entire team. I'm not aware of the process and not sure if I am raising this in the correct forum. Our

Struts1 to Struts2 Migration Support Query

2013-08-15 Thread Vijayalayan.Selvaraj
Hi, Sincere Apologies for raising this issue with the entire team. I'm not aware of the process and not sure if I am raising this in the correct forum. Our project is developed on Struts 1.1 and has been running without any issues for the past 5-8 years. As per the recent announcement of EOL

Re: Struts1 to Struts2 Migration Support Query

2013-08-15 Thread Paul Benedict
The Struts 1 plugin supports S1 Action classes only -- there is no view support. The S1 tag libraries won't be functional so you should convert your pages to use S2 tags. On Thu, Aug 15, 2013 at 6:10 AM, vijayalayan.selva...@cognizant.com wrote: Hi, Sincere Apologies for raising this issue

Re: Return text to jsp, plus image and imageMap from a single Data query?

2011-09-05 Thread AndyLaw
-and-imageMap-from-a-single-Data-query-tp4762757p4769657.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Return text to jsp, plus image and imageMap from a single Data query?

2011-09-05 Thread Aaron Brown
.nabble.com/Return-text-to-jsp-plus-image-and-imageMap-from-a-single-Data-query-tp4762757p4769657.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Return text to jsp, plus image and imageMap from a single Data query?

2011-09-05 Thread Brian Thompson
: http://struts.1045723.n5.nabble.com/Return-text-to-jsp-plus-image-and-imageMap-from-a-single-Data-query-tp4762757p4769657.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Return text to jsp, plus image and imageMap from a single Data query?

2011-09-03 Thread AndyLaw
provide. Later, Andy -- View this message in context: http://struts.1045723.n5.nabble.com/Return-text-to-jsp-plus-image-and-imageMap-from-a-single-Data-query-tp4762757p4762757.html Sent from the Struts - User mailing list archive at Nabble.comhttp://Nabble.com

Re: Return text to jsp, plus image and imageMap from a single Data query?

2011-09-03 Thread Dave Newton
it in the session. Is that the best option? Thanks in advance for any help/suggestions you can provide. Later, Andy -- View this message in context: http://struts.1045723.n5.nabble.com/Return-text-to-jsp-plus-image-and-imageMap-from-a-single-Data-query-tp4762757p4762757.html Sent from

Return text to jsp, plus image and imageMap from a single Data query?

2011-09-02 Thread AndyLaw
instinct says stick it in the session. Is that the best option? Thanks in advance for any help/suggestions you can provide. Later, Andy -- View this message in context: http://struts.1045723.n5.nabble.com/Return-text-to-jsp-plus-image-and-imageMap-from-a-single-Data-query-tp4762757p4762757.html

Re: Return text to jsp, plus image and imageMap from a single Data query?

2011-09-02 Thread Dave Newton
.1045723.n5.nabble.com/Return-text-to-jsp-plus-image-and-imageMap-from-a-single-Data-query-tp4762757p4762757.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Scope Interceptor and Struts2 Validation query...

2011-07-06 Thread log2akshat
Validation and using my Javascript. But can you please look into my 2nd query... Thanks -- Akshat -- View this message in context: http://struts.1045723.n5.nabble.com/Scope-Interceptor-and-Struts2-Validation-query-tp4554566p4556964.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Scope Interceptor and Struts2 Validation query...

2011-07-06 Thread Dave Newton
please look into my 2nd query... Thanks -- Akshat -- View this message in context: http://struts.1045723.n5.nabble.com/Scope-Interceptor-and-Struts2-Validation-query-tp4554566p4556964.html Sent from the Struts - User mailing list archive at Nabble.com

Scope Interceptor and Struts2 Validation query...

2011-07-05 Thread log2akshat
other than by the dynamically generating default javascript. = 2nd Query: I have a form in which there is a list of cities which is fetching from the database using... s:select name=appform.CCity key=appform_CCity required=true

Re: Scope Interceptor and Struts2 Validation query...

2011-07-05 Thread Wes Wannemacher
On Tue, Jul 5, 2011 at 4:10 PM, log2akshat akshat-...@iiitmk.ac.in wrote: i have implemented the Struts2 validation framework, it is working fine. But I want these error-messages in a small popup screen with a ok button, when this popup is closed the focus should go to the field that has an

generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
Hi, I am trying to generate SQL query using session.createSQLQuery and returning the list object..This select query contains joins and so it cannot be mapped to any of my model objects.How can I now get the values in my jsp page using iterator tag in Struts 2... Please help me on this Many

Re: generate SQL Hibernate Query using session

2011-02-17 Thread Dave Newton
What does having joins have to do with not being able to map to your data model? Dave On Feb 17, 2011 8:43 PM, Jerson John jer...@cprvision.com wrote: Hi, I am trying to generate SQL query using session.createSQLQuery and returning the list object..This select query contains joins and so

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
Hi, Thanks for your reply. Actually I am bit confused here..What I do normally is that get the List of the model calss from the HQL Query and cast it and iterate it in jsp...Here If there values from more than one table then I can't cast it to any model class because of the difference

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
Hi, By the way My query is below select b.Name as brand,a.Name as eventname,c.Code,a.EventStartDate,a.EventEndDate,a.EventObjective,a.EventTyp e from ASSET a,Brand b,LPDCOUNTRY c where a.Brand=b.id and a.Country=c.id It also says brand property not defined...Is there any syntax error...I

Re: generate SQL Hibernate Query using session

2011-02-17 Thread Mead Lai
I think you may use the Composite Class in Hibernate. Query q = session.createQuery ( select new NewCompositeClass(members, classInfo.className) + from Members members, ClassInfo classInfo + where members.level = classInfo.classCode ); and you need a class:NewCompositeClass.java

RE: generate SQL Hibernate Query using session

2011-02-17 Thread CRANFORD, CHRIS
over. Here's a simple example: public List getQueryUsingResultTransformer() { SQLQuery query = session.createSQLQuery(SELECT SOME FANCY DATA); /* do other stuff */ query.setResultTransformer(new AliasToBeanResultTransformer(YourDTO.class)); return(query.list()); } Another alternative would

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
Users Mailing List Subject: RE: generate SQL Hibernate Query using session Jerson - What I would likely suggest you consider is creating a DTO object that resembles your result from the SQLQuery. You can then use one of the stock Hibernate Transformers to convert the SQL results into instances

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
Hibernate Query using session Jerson - What I would likely suggest you consider is creating a DTO object that resembles your result from the SQLQuery. You can then use one of the stock Hibernate Transformers to convert the SQL results into instances of this DTO Bean and then you can return

struts action related query

2010-04-21 Thread Upasana Sharma
Hi all I have a jsp that opens up as a pop up. I want to call a form submit from this jsp so that it calls some method in action. But I want that the jsp remains static as pop up and do not redirect or forward to some other jsp. In struts.xml we have to specify some result for some action. Can

Re: struts action related query

2010-04-21 Thread jaya krishna
its better to use AJAX Jay On Wed, Apr 21, 2010 at 12:15 PM, Upasana Sharma sharma...@gmail.comwrote: Hi all I have a jsp that opens up as a pop up. I want to call a form submit from this jsp so that it calls some method in action. But I want that the jsp remains static as pop up and do

Re: struts action related query

2010-04-21 Thread Dale Newfield
Sounds like you want the browser to submit a request without attempting to replace the current page with the results. The way the browser does that is by using javascript and specifically a javascript object called XMLHttpRequest. Use of that has become called AJAX, and there are lots of

Re: struts action related query

2010-04-21 Thread aum strut
i am also agree with Dale you have two option either to develop your own solution using AJAX or can use third party solution i myself using YUI for the development but lately we are trying jquery and its really good to work with it. Choice is all urs... On Wed, Apr 21, 2010 at 12:23 PM, Dale

Re: Query: SOAP Webservices

2010-04-11 Thread dusty
: http://old.nabble.com/Query%3A-SOAP-Webservices-tp28197197p28213309.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

Re: Query: SOAP Webservices

2010-04-10 Thread jayakumar ala
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 jiayanch...@gmail.com

Query: SOAP Webservices

2010-04-09 Thread jayakumar ala
Hi All, Quick question: Did anyone here worked with SOAP webservices for Fileupload using struts2..? We have the requirement to upload files through SOAP web services(JAX-WS). I am looking for document on the same... Any help is appreciated.. Thanks

Re: Query: SOAP Webservices

2010-04-09 Thread Juan Chung
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 alajay...@gmail.com wrote: Hi All,  Quick question:   Did anyone here worked with SOAP webservices for Fileupload using struts2..? We have the requirement

Changing locale and retaining previous query url params

2010-03-10 Thread Alex Rodriguez Lopez
Hi! I have the following code in a tile I use on nearly every page of my app: s:if test=%{#request.locale.language == 'pt'} a href=c:url value= c:param name=request_locale

Beginner Query on Struts tiles

2010-01-05 Thread steff_uk
in advance, -- View this message in context: http://old.nabble.com/Beginner--Query-on-Struts-tiles-tp27026099p27026099.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Beginner Query on Struts tiles

2010-01-05 Thread Antonio Petrelli
2010/1/5 steff_uk aravin...@hotmail.com: I need to call 2nd web app in 1st currently iam using Iframes frame sets , is there any other way do this? Yes, you could extract the 2nd webapp response's body and insert it into the 1st. For this, take a look at Sitemesh:

Re: query regarding Input Validation

2009-11-08 Thread Dave Newton
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

query regarding Input Validation

2009-11-07 Thread gaurav nigam
Hi All, I have a query regarding input validation. # Can we use method wise input validation in struts 2 ? if this is not supported directly, then is there any workaround for the same. #To utilise the xml based validation, I have to create different action class for same module...like module

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
 and will be invoke when action x is invoked.  -Siddiq. From: gaurav nigam mailgaura...@gmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Sat, November 7, 2009 12:14:32 PM Subject: query regarding Input Validation Hi All, I have a query regarding input

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
Sent: Sat, November 7, 2009 12:14:32 PM Subject: query regarding Input Validation Hi All, I have a query regarding input validation. # Can we use method wise input validation in struts 2 ? if this is not supported directly, then is there any workaround for the same. #To utilise the xml

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
From: gaurav nigam mailgaura...@gmail.com To: Struts Users Mailing List user@struts.apache.org 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

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
: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 method ...do you mean that i should create separate action class for each method

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
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 method ...do you mean that i should create separate

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
From: gaurav nigam mailgaura...@gmail.com To: Struts Users Mailing List user@struts.apache.org 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

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
From: gaurav nigam mailgaura...@gmail.com To: Struts Users Mailing List user@struts.apache.org 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

RE: query regarding Input Validation

2009-11-07 Thread Martin Gainty
+ Subject: Re: query regarding Input Validation From: mailgaura...@gmail.com To: user@struts.apache.org Thanks for the reply. getText() method can be useful but only to some extent only as there is no way to provide parameterized value of locale to getText() method. I can

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
. Date: Sat, 7 Nov 2009 21:41:27 + Subject: Re: query regarding Input Validation From: mailgaura...@gmail.com To: user@struts.apache.org Thanks for the reply. getText() method can be useful but only to some extent only as there is no way to provide parameterized  value of locale

A Query about Struts2 Redirects

2009-10-21 Thread kiran781
this message in context: http://www.nabble.com/A-Query-about-Struts2-Redirects-tp25997443p25997443.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: getRequestURI() returns query parameters for path=/submit.do?my=Update

2009-05-15 Thread mule_user
Let me also point out that request.getRequestURI() correctly returns only the URI (excludes query string) for both WebSphere 5.1 and 6.1 for a non-Struts application. As such, both WebSphere 5.1 and 6.1 are correctly meeting Servlet specification (not a surprise here). However, problem arises

getRequestURI() returns query parameters for path=/submit.do?my=Update

2009-05-14 Thread mule_user
In WebSphere 5.1 test server for Struts 1.1 application, I noticed that request.getRequestURI() also returns the query string, if the forward happens to have query parameters like below: forward name=success path=/submit.do?my=Update/ request.getRequestURI() call inside an Action

Query regarding optional method attribute in action tag - struts.xml

2009-04-19 Thread HariniKaushik
which I do not want to get executed for getUserList Action. I dunno why it goes to input rather than success page. If any body is aware of this please let me know! Appreciate any help Thanks, Harini -- View this message in context: http://www.nabble.com/Query-regarding-optional-method

Re: Struts2 and scrambled query string.

2009-03-19 Thread Dave Newton
Leena Borle wrote: I want to know if anybody used scrambled query string with Struts2 and how to do it. E.g. if I call some action like http://./ShowProducts.action?id=23dept=5 etct. etc, I want the query string to be scrambled so that it does not show my database ids in the browser

Possible to return ibatis query in xml file?

2009-03-04 Thread Emi Lu
Good morning, I have a question based on ibatis + struts. Would it be possible that in java code, I could get the query in ibatis. For example, in ibatis_query.xml select id=test select * from a /select In java, === public ActionForward execute( ActionMapping mapping

Re: Possible to return ibatis query in xml file?

2009-03-04 Thread hernan gonzalez
of your sql queries. Hernán J. González http://hjg.com.ar/ On Wed, Mar 4, 2009 at 4:46 PM, Emi Lu em...@encs.concordia.ca wrote: Good morning, I have a question based on ibatis + struts. Would it be possible that in java code, I could get the query in ibatis. For example, in ibatis_query.xml

RE: Possible to return ibatis query in xml file?

2009-03-04 Thread Martin Gainty
within this transmission. Date: Wed, 4 Mar 2009 23:14:16 -0200 Subject: Re: Possible to return ibatis query in xml file? From: hgonza...@gmail.com To: user@struts.apache.org If I understand right, the answer is no (and the question is not related to struts, but only to ibatis). You

Re: How can these query data be got?

2008-12-02 Thread Dave Newton
--- On Tue, 12/2/08, KE LI wrote: public class welcome implements Action { private List paramList; setters public String execute() throws Exception { paramList = new ArrayList(); return SUCCESS; } } Then if I input the URL:

Re: How can these query data be got?

2008-12-02 Thread KE LI
Hi Dave, Thanks for your quick reply. Suppose that I input this link xxx/welcome.do?param1=helloparam2=worldparamList=element1paramList=element2paramList=... into the link bar in the browser and run it. How can S2 knows to put hello into param1 and world into param2 in the welcome action object?

Re: How can these query data be got?

2008-12-02 Thread Dave Newton
--- On Tue, 12/2/08, KE LI wrote: Suppose that I input this link xxx/welcome.do?param1=helloparam2=worldparamList=element1paramList=element2paramList=... into the link bar in the browser and run it. How can S2 knows to put hello into param1 and world into param2 in the welcome action object?

How can these query data be got?

2008-12-01 Thread KE LI
Hi All, I am quite confusing about this problem: Suppose this is an action: public class welcome implements Action { private String param1; private String param2; private List paramList; getters setters public String execute() throws

Query String limitation

2008-10-29 Thread Amir Jamak
in the query string. Once the collection reaches certain size, the page becomes white after form submission, and query string becomes more than 1500 characters long. I suppose that query string has some length limitation, therefore I should use POST instead of GET, but I don't know how. In the struts

Query String limitation

2008-10-29 Thread Amir Jamak
in the query string. Once the collection reaches certain size, the page becomes white after form submission, and query string becomes more than 1500 characters long. I suppose that query string has some length limitation, therefore I should use POST instead of GET, but I don't know how. In the struts

Re: Query String limitation

2008-10-29 Thread Paweł Wielgus
, in the action form I have some sort of a collections which can grow in size. I have observed that all of the items are listed in the query string. Once the collection reaches certain size, the page becomes white after form submission, and query string becomes more than 1500 characters long. I

Re: Query String limitation

2008-10-29 Thread Amir Jamak
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 To: Struts Users Mailing

Re: Query

2008-09-22 Thread Miguel
, 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 the Struts - User mailing list archive at Nabble.com

RE: Query

2008-09-22 Thread Jishnu Viswanath
-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

RE: Query

2008-09-22 Thread Martin Gainty
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 Date: Mon

RE: Query

2008-09-22 Thread Jishnu Viswanath
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 else? Martin

RE: Query

2008-09-22 Thread Martin Gainty
. 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 grid, or was it 1.0 Well I personally did

RE: Query

2008-09-22 Thread Jishnu Viswanath
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 functionality into JS

RE: Query

2008-09-22 Thread Dave Newton
--- 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

RE: Query

2008-09-22 Thread Dave Newton
--- 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 problem

RE: Query

2008-09-22 Thread Jishnu Viswanath
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 plugin, and cotnain somewhat less

Re: Query

2008-09-21 Thread Jim Kiley
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

Query

2008-09-20 Thread greatshalu.6
how we use grids in struts -- View this message in context: http://www.nabble.com/Query-tp19591765p19591765.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

retriving polish characters from URL Query string

2008-06-18 Thread Raghuveer
Polish characters from other web application. I had requirement of retrieving the login details like user_id,name from parent web application. At present I am retrieving by . request.getParameter(user_id) request.getParameter(name) Some times names can be in Polish language from

Re: retriving polish characters from URL Query string

2008-06-18 Thread Lukasz Lenart
Hi, First of all, isn't possible to encode Polish characters with ISO-8859-1, you have to use ISO-8859-2 or UTF-8. It's mean, that the parent web application has to send user_id, name parameters encoded with ISO-8859-2 or UTF-8. Without that it will be not possible to decode such strings.

Re: After Visiting URL with Queyr String, Query String Appears on Every Link

2008-06-09 Thread Ralf Fischer
Hello, please see the Tag Documentation of s:url / [1] for this, and take a look at the attribute includeParams. By default the url tag includes all request parameters in the query string of the current page when generating a new URL, thus all your parameters are transported implicitly onto

After Visiting URL with Queyr String, Query String Appears on Every Link

2008-06-07 Thread Pandolf
=%{todayDashboardUrl}Today/@s.a The link is rendered without a problem. I can click it and arrive at the correct page. After clicking through this link, however, Struts 2 appears to append the query string (i.e. ?minDaysAway=0maxDaysAway=7) to every other URL in my site! Including URLs

Re: After Visiting URL with Query String, Query String Appears on Every Link

2008-06-07 Thread Lukasz Lenart
Hi 2008/6/7 Pandolf [EMAIL PROTECTED]: @s.url id=todayDashboardUrl action=encounters Add includeParams=none to this tag or globally set struts.url.includeParams=none in struts.xml or struts.properties Regards -- Lukasz http://www.lenart.org.pl/

Re: After Visiting URL with Query String, Query String Appears on Every Link

2008-06-07 Thread Pandolf
Regards -- Lukasz http://www.lenart.org.pl/ -- View this message in context: http://www.nabble.com/After-Visiting-URL-with-Query-String%2C-Query-String-Appears-on-Every-Link-tp17706571p17708529.html Sent from the Struts - User mailing list archive at Nabble.com

Move query to interceptor

2008-06-06 Thread Frans Thamura
hi all we want to move the repeated query on our apps to become a interceptor, this is our file anyone can give the experience to me about this mode? NB: the repeated query is a security purpose query, that validate every user/role to access certain package in struts.xml F package

Move query to interceptor

2008-06-06 Thread Frans Thamura
hi all we want to move the repeated query on our apps to become a interceptor, this is our file anyone can give the experience to me about this mode? NB: the repeated query is a security purpose query, that validate every user/role to access certain package in struts.xml F package

  1   2   3   >