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

2024-03-20 Thread Tanveer Alaie
code to close the browser window 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@strut

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

2024-03-20 Thread Nate Kerkhofs
erkhofs -Original Message- 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

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 l

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 https://devhub.checkmarx.com/cve-details/Cx78f4

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 napi

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 found

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 32

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 h

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 it >

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 the

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, Pat

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 vi

Re: Passing Query String to Action through Interceptor

2016-05-23 Thread Nick Broadhurst
eptor 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 can create a custom > stack or add reference to existing stack > > >

Re: Passing Query String to Action through Interceptor

2016-05-22 Thread Lukasz Lenart
2016-05-23 3:01 GMT+02:00 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 can create a custom s

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 to

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 : > 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 Stru

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, wrote: > Hi, > > Sincere Apologies for raising this issue with the entire team. I'm not > a

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 fo

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

2011-09-05 Thread Brian Thompson
s e-mail and any attachments are confidential and intended > solely for the use of the recipient(s) to whom they are addressed. If you > have received it in error, please destroy all copies and inform the sender. > > > > > > > > > > > > -- > > The University of Edinburgh is a charitable body, registered in > > Scotland, with registration number SC005336. > > > > > > > > -- > > View this message in context: > > 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-05 Thread Aaron Brown
he sender. > > > > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > > > -- > View this message in context: 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-05 Thread AndyLaw
sage in context: 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 Dave Newton
rate > > the image and one to generate the imagemap. > > > > But what's the best way to do that from a single database hit (rather > than > > fetching the same data in three separate actions)? Initial instinct says > > "stick it in the session&quo

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

2011-09-03 Thread AndyLaw
ion". 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-

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

2011-09-02 Thread Dave Newton
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 the Struts - User m

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

2011-09-02 Thread AndyLaw
tions)? Initial 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-Dat

Re: Scope Interceptor and Struts2 Validation query...

2011-07-06 Thread Dave Newton
cript. > > 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.htm

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-05 Thread Wes Wannemacher
On Tue, Jul 5, 2011 at 4:10 PM, log2akshat 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 error. > > Or is there a

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... but when I am trying to use : if(appform.getEduInstitute

RE: generate SQL Hibernate Query using session

2011-02-17 Thread Jerson John
ject: 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 of this DTO Bean and t

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 of

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()); } Anot

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

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

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 differen

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" wrote: > Hi, > I am trying to generate SQL query using session.createSQLQuery and > returning the list object..This select query contains joins 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: 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 Newf

Re: struts action related query

2010-04-20 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 libr

Re: struts action related query

2010-04-20 Thread jaya krishna
its better to use AJAX Jay On Wed, Apr 21, 2010 at 12:15 PM, Upasana Sharma wrote: > 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 f

struts action related query

2010-04-20 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 for some . Can you help me out

Re: Query: SOAP Webservices

2010-04-11 Thread dusty
--- >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> > > -- View this message in context: http://old.nabble.com/Query%3A-SOAP-Webservices-tp28

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 wrote: > consult IBM offic

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 wrote: > Hi All, >  Quick question: >   Did anyone here worked with SOAP webservices for Fileupload using > struts2..? We have the requirement to upload files t

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

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: "> " />

Re: Beginner Query on Struts tiles

2010-01-05 Thread Antonio Petrelli
2010/1/5 steff_uk : > 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: http://www.opensymphony.com/sitemesh/ > Is it

Beginner Query on Struts tiles

2010-01-05 Thread steff_uk
s 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: 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

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
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

RE: query regarding Input Validation

2009-11-07 Thread Martin Gainty
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

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
 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

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
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

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
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

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
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

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
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

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
> > yaction-x-validation.xml -- where you can define the validation and will be > invoke when action x is invoked. > > >  -Siddiq. > > > > > From: gaurav nigam > To: Struts Users Mailing List > Sent: Sat, November 7, 2009 12

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
: gaurav nigam To: Struts Users Mailing List 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

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 is

A Query about Struts2 Redirects

2009-10-21 Thread kiran781
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: request.getRequestURI() call inside an Action class returns /MyProjWeb/submit.do?my=Update

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

2009-04-19 Thread Dave Newton
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.

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

2009-04-19 Thread HariniKaushik
ction 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 conte

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

2009-04-19 Thread Dave Newton
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

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

2009-04-19 Thread HariniKaushik
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-attribute-in-action-tag---struts.xml-tp23122390p23122390.html Sent from th

Query on Response code change from 200 to 302

2009-03-21 Thread Partha Sarathi Panda
Hi All, Hope you are doing well. I am building a application on struts when i hit an action it is giving me a status code of 200 OK. As per my understanding when we receive a status code as 200 most of the informations are saved in the cookie.I want to receive a code of 302. As per my understa

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=23&dept=5 etct. etc, I want the query string to be scrambled so that it does not show my database ids in the bro

RE: Possible to return ibatis query in xml file?

2009-03-04 Thread Martin Gainty
; 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 can

Re: Possible to return ibatis query in xml file?

2009-03-04 Thread hernan gonzalez
ng of your sql queries. Hernán J. González http://hjg.com.ar/ On Wed, Mar 4, 2009 at 4:46 PM, Emi Lu 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

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 * from a In java, === public ActionForward execute( ActionMapping mapping, ActionForm aform

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=hello¶m2=world¶mList=element1¶mList=element2¶mList=..." > 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 KE LI
Hi Dave, Thanks for your quick reply. Suppose that I input this link "xxx/welcome.do?param1=hello¶m2=world¶mList=element1¶mList=element2¶mList=..." 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? Coul

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

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 Excep

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

Re: Query String limitation

2008-10-29 Thread Paweł Wielgus
tion 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

Query String limitation

2008-10-29 Thread Amir Jamak
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 s

Query String limitation

2008-10-29 Thread Amir Jamak
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 s

RE: Query

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

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 probl

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 PR

RE: Query

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

RE: Query

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

RE: Query

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

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 > Dat

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 or

Re: Query

2008-09-22 Thread Miguel
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.htm

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-tp195

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] For

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. Regard

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 fro

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 [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 ont

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

2008-06-07 Thread Pandolf
; to this tag or globally set > struts.url.includeParams=none in struts.xml or struts.properties > > > 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-Appe

  1   2   3   >