integrating web flow plugin for spring in struts 2

2011-02-26 Thread Muneer Malik
I am having problem with validation framework to work with the webflow plugin. ALL webflow transactions revolves around the FlowAction in struts config, correct ? All your Jsp forms are submitting against FlowAction correct ? So the validation XMLs have to go against the FlowAction -.how would yo

Re: GET/POST request in Struts 1.3.8

2011-03-03 Thread Muneer Malik
you should be able to do this using the web.xml On Thu, Mar 3, 2011 at 8:59 AM, Anjib Mulepati wrote: > Hi > > Can someone help me on how to tell struts 1.3.8 to accept only either GET > or POST request only? > > Thanks > Anjib > >

Re: GET/POST request in Struts 1.3.8

2011-03-03 Thread Muneer Malik
On 3/3/2011 10:19 AM, Muneer Malik wrote: > >> you should be able to do this using the web.xml >> >> On Thu, Mar 3, 2011 at 8:59 AM, Anjib Mulepati >> wrote: >> >> Hi >>> >>> Can someone help me on how to tell struts 1.3.

JSON Plugin - my execute method is being called twice

2011-03-14 Thread Muneer Malik
Can someone help here? using the JSON plugin - my execute method is being called twice. Thanks -- Confidentiality Notice --- THIS INFORMATION IS INTENDED ONLY FOR THE USE OF THE ADDRESSEE AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM D

Re: JSON Plugin - my execute method is being called twice

2011-03-14 Thread Muneer Malik
mapper using jackson we put in github.com/blueoxygen/cimande > > > > > > /m/ > > > > -Original Message- > > From: Muneer Malik > > Date: Mon, 14 Mar 2011 19:36:33 > > To: Struts Users Mailing List > > Reply-To: "Struts Users Maili

Re: JSON Plugin - my execute method is being called twice

2011-03-14 Thread Muneer Malik
ut in github.com/blueoxygen/cimande > > > /m/ > > -Original Message- > From: Muneer Malik > Date: Mon, 14 Mar 2011 19:36:33 > To: Struts Users Mailing List > Reply-To: "Struts Users Mailing List" > Subject: JSON Plugin - my execute method is being called

Re: JSON Plugin - my execute method is being called twice

2011-03-14 Thread Muneer Malik
On Mon, Mar 14, 2011 at 9:03 PM, Muneer Malik wrote: > method="post" id="formHeparinDialog" name="formHeparinDialog" theme="simple" > > > > targets="heparinResult" > button="true" > openDialog=&q

Re: JSON Plugin - my execute method is being called twice

2011-03-14 Thread Muneer Malik
] net.xxx.emr.workflow.action.insertHeparinAjax - In the constructor DEBUG [http-8080-6] net.xxx.emr.workflow.action.insertHeparinAjax - In the constructor DEBUG [http-8080-6] net.xxx.emr.workflow.action.insertHeparinAjax customExecute- I am in the Heparin Code AJAX On Mon, Mar 14, 2011 at 9:24 PM, Muneer Malik wrote: > I

Re: JSON Plugin - my execute method is being called twice

2011-03-15 Thread Muneer Malik
You mean have all your action logic in getJSON? On Tuesday, March 15, 2011, Rodrigo Esteban Cares Guarda wrote: > Hi, > if you have the method "execute" and "getJSON" in your action class, try > comment the "execute" method. > > Greetings > > El mar, 15-03-2011 a las 00:27 -0700, Johannes Geppe

Re: Delivery Status Notification (Failure)

2011-03-15 Thread Muneer Malik
ation.EsignCodeValidator > validate- Esign Validator being used > DEBUG [http-8080-5] net.polymorphic.emr.workflow.action.insertHeparinAjax > getJSON- in a getJson > DEBUG [http-8080-5] net.polymorphic.emr.workflow.action.insertHeparinAjax > getJSON- in a getJson - completed > > seems something is not right he

Re: Delivery Status Notification (Failure)

2011-03-15 Thread Muneer Malik
ng two requests. so I suspect sj:submit when used with validation infact making two calls which is in turn calling the action twice. Let me know what you think? On Tue, Mar 15, 2011 at 12:57 PM, Muneer Malik wrote: > I tried the getJSON as well, >> the action is being called twice t

Re: Redirect and pass as a parameter the original url from an Interceptor

2011-03-17 Thread Muneer Malik
can you not pass params within your interceptor? availability Best, On Thu, Mar 17, 2011 at 1:48 PM, Alfredo Manuel Osorio Martinez < alfredo.oso...@afirme.com> wrote: > I am implementing a Login interceptor which needs to redirect to an > action to first authenticate the user. The problem

Re: Redirect and pass as a parameter the original url from an Interceptor

2011-03-17 Thread Muneer Malik
I guess not even pass as a query string, he needs to pick up the URL from the request object: request.getRequestURL() Best, On Thu, Mar 17, 2011 at 3:33 PM, Okan Özeren wrote: > Hi, > > I mean, you want to get a parameter as passed with original url by > query string. Am I right? You sould us

Re: E-Commerce website using struts

2011-04-13 Thread Muneer Malik
Check out : konakart.com Implemented in struts There is a community version you can use ... Best, Muneer On Wednesday, April 13, 2011, abhishek jain wrote: > hi, > even i will like to more of this, open source APIs to create a shopping cart > or more such examples. > thanks > abhishek > > O

Re: java.lang.ClassNotFoundException with struts2 after introducing tiles in my application

2011-10-11 Thread Muneer Malik
can you please see the documentation in the below link? http://tiles.apache.org/2.2/framework/tutorial/configuration.html#Pure_Java_configuration Best, Muneer On Tue, Oct 11, 2011 at 7:10 PM, Dave Newton wrote: > IIRC the version of Tiles you're using is past what the Tiles plugin > supports:

Re: Struts2 Memory Management

2011-10-19 Thread Muneer Malik
I believe the tuning would occur on your app container and not in Struts 2. Best, Muneer Malik On Oct 19, 2011, at 9:28 AM, wrote: > Can we do any application lever tuning in struts 2? > > > -Original Message- > From: Robert Graf-Waczenski [mailto:r...@lsoft.com] &g

Re: Wizard (multipage flow) with Struts 2

2012-02-14 Thread Muneer Malik
why not just use the webflow plugin which is available part of Spring framework ? and can be incorporated into Struts 2. Best, Muneer Malik On Feb 13, 2012, at 11:05 PM, rees wrote: > Try this out for a multipage struts2 flow: > http://code.google.com/p/struts2-conver

Re: Uploading multiple files using single tag.

2012-04-06 Thread Muneer Malik
Check out the Struts 2 showcase example for uploading files. Best, Muneer On Fri, Apr 6, 2012 at 12:36 PM, sharath karnati wrote: > Hi All, > >Using Struts2 and need to know how to upload multiple files using > single tag. I need a file upload functionality similar to > gmail(Google Email)

Re: struts2 problem when file download dialog is closed

2012-04-10 Thread Muneer Malik
when the dialog closes, are you still calling the action ? Best, Muneer Malik On Apr 10, 2012, at 3:29 PM, svetlana.roslyak...@bnymellon.com wrote: > Hi, > > I've created a struts2 application that creates text file and displays the > file download dialog for the user t