Renaming struts.xml file

2010-03-14 Thread aum strut
Hi Friends, Is it possible to rename and change the position of struts.xml configuration file in a simple web application. If yes, then please also mention the steps. Thanks, aum

Re: struts.xml vs struts.properties which takes a precedence?

2010-03-26 Thread aum strut
struts.properties http://struts.apache.org/2.0.11/docs/strutsproperties.html On Fri, Mar 26, 2010 at 8:03 AM, Bhaarat Sharma wrote: > Hi, > > > If the same property is set in struts.xml and struts.properties which one > takes precedence? also, is there any documentation where this is explained

Re: Which Spring and Hibernate versions are compatible

2010-04-07 Thread aum strut
Yes we can use it.. we are using it one of our project which is ready to go t production. On Wed, Apr 7, 2010 at 8:49 AM, Cimballi wrote: > Yes ! > > > On Tue, Apr 6, 2010 at 11:15 PM, Krunal Dhamelia > wrote: > > Hi All, > > > > I am new to Struts 2 and wanted to use latest versions of Spring a

Re: Struts project structure in eclipse

2010-04-13 Thread aum strut
* we are using below mentioed like approach and its working in our case. " rel="stylesheet" type="text/css"/>* On Tue, Apr 13, 2010 at 4:29 PM, Upasana Sharma wrote: > Hi > > I am new to Struts. I am trying to develop a project. The jsp pages that > are > relevant are arranged in res

Re: Struts vs SpringMVC

2010-04-15 Thread aum strut
Well we using Spring is our most of projects but to be honest we are using it for IOC,AOP and yes for other stuff but as per MVC is concerned Struts is our first choice.. we are on way to migrate our 25% of projects to Struts2 from struts1. On Fri, Apr 16, 2010 at 8:48 AM, Cimballi wrote: > Comm

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

The Apache Software Foundation Receives Approval for Sale to Oracle Corporation

2010-05-18 Thread aum strut
Hi All, i am not sure is this a good place to ask about such question but since many here are involved with Apache from so long while browsing Apache community site i came across this blog post,though this has been posted on April 1st but still not sure whats the truth?? can any one have better i

Re: The Apache Software Foundation Receives Approval for Sale to Oracle Corporation

2010-05-19 Thread aum strut
Manos i have alreay mentioed this in my post... but since it was on community site so i prefer to confirm it... On Wed, May 19, 2010 at 12:49 PM, Manos Batsis wrote: > On 05/19/2010 09:31 AM, aum strut wrote: > >> Hi All, >> >> i am not sure is this a good place to ask

Need Help For Struts2 Debugging

2010-05-25 Thread aum strut
Hi All, I am in process to explore internals of Struts2.Can any one suggest me how can i move ahead. All i need to know how framework internally called its different component and for this i guess i need to download the source code but how and what to do next i am confused.. can any one point me t

Re: Need Help For Struts2 Debugging

2010-05-25 Thread aum strut
Alex i am some what agree.. but i am wondering how the Struts2 Development team is doing this..i am sure they are not following the things as you have mentioned. I am sure that must be some easy way to some one who wants to get knowledge about that internal working structure of struts2 id any one

Re: Need Help For Struts2 Debugging

2010-05-26 Thread aum strut
DO any one have other way to do this job done??? Please share their ideas On Tue, May 25, 2010 at 5:46 PM, aum strut wrote: > Alex i am some what agree.. > but i am wondering how the Struts2 Development team is doing this..i am > sure they are not following the things as you have

Re: How to Configure a DataSource in Struts 2.X

2010-05-31 Thread aum strut
There is no direct support for Data source in struts2 and as for your point action classed are a mean of Model and its never preferred to use such configuration at this level. On Mon, May 31, 2010 at 5:30 PM, VR Venugopal Rao < venugopal.vell...@cmcltd.com> wrote: > Dear All, > How do we config

Re: bug reports

2010-06-01 Thread aum strut
You need to create a ticket in JIRA https://issues.apache.org/jira/browse/WW create a new issue in JIRA with the details about the incident along with Test cases if any. On Wed, Jun 2, 2010 at 6:44 AM, Alex Zeng wrote: > Anyone knows how to submit a bug report for struts 2? > > This email with

Re: Need Help For Struts2 Debugging

2010-06-03 Thread aum strut
n it all at > once, so pick some piece that you can conceptualize (one of the > interceptors or results for instance) and work through it. > > -Wes > > On Wed, May 26, 2010 at 7:22 AM, aum strut wrote: > > DO any one have other way to do this job done??? > > P

Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
Hi All, I have a generic question about Struts2Interceptor,since Struts2 is itself in term of Interceptor and most of the required interceptors are there placed. My question is how many of us are using custom Interceptor which are there in production enviornment.my idea is to get some broad presp

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
s). > Don't fear interceptors, they are your friends. > > On Tue, Oct 12, 2010 at 12:17 PM, aum strut wrote: > > Hi All, > > > > I have a generic question about Struts2Interceptor,since Struts2 is > itself > > in term of Interceptor and most of the required in

Re: Generic Question about Struts2 Interceptor

2010-10-12 Thread aum strut
eMessageInterceptor to handle preserving message in cookies when > not using sessions > > Interceptors are the place I will normally handle any cross-cutting > concerns. > > On Tue, Oct 12, 2010 at 1:26 PM, aum strut wrote: > > I am truely agree but can give me some example

Re: E-Commerce website using struts

2010-12-12 Thread aum strut
if taking about struts2 here it is http://www.shopizer.com/ On Fri, Dec 10, 2010 at 11:40 AM, ashish chawre wrote: > Hi, Is any body having any idea about the source/example of any ecommerce > website implementation using struts? > I am looking to implement a checkout using struts and I need to i

Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
Hi All, Trying to work with multiple submit buttons within a single form in struts2 application but not able to work. here is the jsp code i am using he

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
ert "Import" to a true or false value. > > Dave > > On Sat, Jan 1, 2011 at 9:53 AM, aum strut wrote: > > > Hi All, > > > > Trying to work with multiple submit buttons within a single form in > struts2 > > applicatio

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
that's 4+ years old you can't > necessarily rely on it being accurate. > > Dave > > On Sat, Jan 1, 2011 at 10:29 AM, aum strut wrote: > > > i was just refreing the following document > > http://struts.apache.org/2.0.14/docs/multiple-submit-buttons.html > >

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
My point was that the boolean approach mentioned in the document was in my opinion is better and same was mentioned in the document sinnce it was not coupling the form tightly with action. On Sat, Jan 1, 2011 at 9:44 PM, Dave Newton wrote: > On Sat, Jan 1, 2011 at 11:13 AM, aum strut wr

Re: Multiple Submit Buttons problem in Struts2

2011-01-01 Thread aum strut
agree!!! On Sat, Jan 1, 2011 at 10:20 PM, Dave Newton wrote: > And *my* point is that perhaps there's another way you can solve your > problem and eliminate the "tight" coupling between form and action. > > Dave > > On Sat, Jan 1, 2011 at 11:16 AM, aum strut w

Re: Multiple Submit Buttons problem in Struts2

2011-01-03 Thread aum strut
11 at 5:20 PM, wrote: > > > How about something like this? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Scott > > > > On S

Re: Multiple Submit Buttons problem in Struts2

2011-01-04 Thread aum strut
ail.com] > > >>> Sent: Sunday, January 02, 2011 5:20 PM > > >>> To: Struts Users Mailing List > > >>> Subject: Re: Multiple Submit Buttons problem in Struts2 > > >>> > > >>> How about something like this? > > >

Re: Initialize and inject resources per application - S2

2011-01-04 Thread aum strut
Struts2 has its own Object creation way an Object factory which is responsible for creating all framework required objects like Actions,Interceptors Results etc. And its flexible enough if you want to let spring do this for Struts2 you can always do that by using Spring with struts2 On Wed, Jan 5

Struts2 and Validation issue

2011-02-16 Thread aum strut
Hi All, I am trying to user Validation framework with Struts2 but struck at a point,here are the details. I am developing a import service which includes various steps like 1) Showing number of import options 2) Showing number of elgible files for the import (Import type selected in step one)

Dynamically passing Templates name in struts.config file

2011-03-12 Thread aum strut
Hi All, In my application i have a single ApplicationFrame.jsp which takes care of the overall look and feel of the application,from my action classes i am setting the name of working template and this dynamic template name is being used in the ApplicationFrame as follows and i have following en

Re: Dynamically passing Templates name in struts.config file

2011-03-12 Thread aum strut
if that helps. > > http://struts.apache.org/2.x/docs/result-configuration.html > http://struts.apache.org/2.x/docs/parameters-in-configuration-results.html > > Dave > > On Sat, Mar 12, 2011 at 12:49 PM, aum strut wrote: > > Hi All, > > > > In my application

Alternate for actionRedirect

2011-12-04 Thread aum strut
Hi All, Currently i am working with OAuth in my web-app, So i am redirecting my user to the third party system (gmail/yahoo) and once they authenticate thereself with those system ,these system will redirect back user to my App at a specified callback URL Things are working fine except that when

Re: Alternate for actionRedirect

2011-12-04 Thread aum strut
ucchiara > G+ :https://plus.google.com/107903711540963855921 > Linkedin:http://www.linkedin.com/in/mauriziocucchiara > > Maurizio Cucchiara > > > On 4 December 2011 09:17, aum strut wrote: > > > Hi All, > > > > Currently i am working with OAuth in my

using action in welcome file list

2011-12-13 Thread aum strut
Hi All, I am trying to user struts2 action in my welcome file list of web.xml here is the entry action2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter action2 /* REQUEST FORWARD INCLUDE ERROR

using property/constant placeholder in struts config file

2011-12-17 Thread aum strut
Hi All, While working in one application i came across a requirement where i need to define a constant in struts.xml file and want to use in my application.Here is the use case in our application the layout is fixed and we are using a same template throughout the application say "applicationframe

Re: using property/constant placeholder in struts config file

2011-12-18 Thread aum strut
Thanks Łukasz, that's a perfect approach 2011/12/18 Łukasz Lenart > Instead hardcoded result you can use expression > > > ${actionFrame} > > > And create a BaseAction (as a base action for all your actions) with > getActionFrame() which will return > "/templates/application/applicationfram

Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-11 Thread Aum Strut
Tom, If the issue still persist, i suggest you to open a JIRA ticket with information about your use-case as it might be still be a bug On Wed, Mar 7, 2012 at 7:47 PM, Tom K wrote: > Thanks for the reply. > > Based on my experimentation it appears these threads are started by the > Struts framew

Re: Using Base Action for application (struts2)

2012-06-28 Thread Aum Strut
Best Regards, > > *Sam Song* > > *Cognizant Technology Solutions <http://www.cognizant.com/>* > > *From:* Aum Strut > *Date:* 2012-06-29 00:05 > *To:* Struts Users Mailing List > *Subject:* Using Base Action for application (struts2) > Hi All, > > I a

Re: Re: Using Base Action for application (struts2)

2012-06-28 Thread Aum Strut
I think any other action extends BaseAction can use "property" directly > without calling any other method. > Is that what you want? > > > > > > Best Regards, > Sam Song > Cognizant Technology Solutions > > From: Aum Strut > > Date: 2012-06-29 00:36 >

Re: How to get instance of the given dependency using Container

2012-09-30 Thread Aum Strut
ring value) { > this.constant = constant; > } > > public initialization() { > provider = container.getInstance(MyCustomClass.class, constant); > } > > HTH, > Gabriel > > > 2012/9/30 Aum Strut : > > Hi All, > > > > I am working on a requirement where i

Re: How to get instance of the given dependency using Container

2012-10-01 Thread Aum Strut
contact ( ) is there any way to do this with S2 internals? Thanks On Mon, Oct 1, 2012 at 3:10 PM, Lukasz Lenart wrote: > 2012/9/30 Aum Strut : > > How can i pass this information to the container to get the instance > > of the class passed at run time? > > First of all you

Re: How to get instance of the given dependency using Container

2012-10-01 Thread Aum Strut
i was thinking about a way like Spring DI used to do something like It would be more convient to have injection like this way. On Mon, Oct 1, 2012 at 3:28 PM, Lukasz Lenart wrote: > 2012/10/1 Aum Strut : > > Only information i was having that all provider classes wil

Re: How to get instance of the given dependency using Container

2012-10-01 Thread Aum Strut
Mon, Oct 1, 2012 at 6:09 PM, Lukasz Lenart wrote: > 2012/10/1 Aum Strut : > > i was thinking about a way like Spring DI used to do something like > > > > > > > > > > > > It would be more convient to have injection like this way. > > Just an

Struts2 and Security

2009-06-19 Thread aum strut
Hi All, We are on the way to develop a new application using struts2. Currently we are analysing the area of authentication and authorization, we do have some options of using the following frame work for these 1) Acegi 2)JAAS my point is that we any one in the list is using any of the security

Re: Struts2 and Security

2009-06-21 Thread aum strut
the > appfuse framework. http://appfuse.org. > > > > > aum strut wrote: > > > > Hi All, > > > > We are on the way to develop a new application using struts2. Currently > we > > are analysing the area of authentication and authorization, we do ha

Re: Struts2 and Security

2009-06-22 Thread aum strut
without using spring at all, but as suggested if we can use it by including only some libraries than this is not a bad choice at all. Thanks Dustin for detailed explanation, we are surely going to dig in to this frame work. On Mon, Jun 22, 2009 at 3:38 PM, Dave Newton wrote: > aum strut wr

Re: Struts2 and Security

2009-06-23 Thread aum strut
Thanks Dave for the details, as my self also not very much known about the spring so may be we have to look in to this and in the draft in more details. On Tue, Jun 23, 2009 at 5:54 PM, Dave Newton wrote: > aum strut wrote: > >> Our requirement is to use good authentication frame

ActionForward is not workinh

2007-10-02 Thread aum strut
Hi all, i am new to the struts,i am developing a struts based small application for loggin and then to forward the control to the sucess.html if loggin succeed else to failure. my index form is being displayed ok.but when i submittedthe form it is showing the blank page. the criteria for the succe

Struts Application is not running

2007-10-02 Thread aum strut
hi all, i have developeda small application in struts.but itis not running.andtomcat log file is giving the error that it is unable to find ActionServlet calss. i have configured ActionServlet class in web.xml as action org.apache.struts.action.ActionServlet config /WEB-

Re: Struts Application is not running

2007-10-02 Thread aum strut
iguration error, but it's kind of hard > to say at the moment. > > --- aum strut <[EMAIL PROTECTED]> wrote: > > > hi all, > > > > i have developeda small application in struts.but > > itis not > > running.andtomcat log file is giving the er

Re: Struts Application is not running

2007-10-02 Thread aum strut
can u send me a small demo project in struts.so that i cn take help frm it On 10/3/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > I hav configured all the files in the right way > > Cool... but if everything was

Re: Struts Application is not working

2007-10-03 Thread aum strut
thks ajay for helping me out but can u point out watcan be the cause of this error as pari know i have configured the appliocation correctly... On 10/3/07, AJAY KUMAR UPPALAPATI <[EMAIL PROTECTED]> wrote: > > hello friend, > I am also not having that much experience so why dont u

Re: Struts Application is not working

2007-10-03 Thread aum strut
]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > thks ajay for helping me out but can u point out > > watcan be the cause of this error as pari know i > have > > configured the appliocation correctly... > > Without your struts config file we can'

Re: Struts Application is not working

2007-10-03 Thread aum strut
; will chime in. What library / jar files do you have in > WEB-INF/lib? > > d. > > --- aum strut <[EMAIL PROTECTED]> wrote: > > > hi dave i m pasting my struts-config file for the > > refrence.and as par the > > dependencies i have used myeclipse as developi

Re: ActionForward is not workinh

2007-10-03 Thread aum strut
MyEclipse 6 has some excellent tools that > can help you get started. > > This is less important, since you were consistent, but the usual > English spelling of "sucess" is "success". > > -- HTH, Ted > <http://www.husted.com/ted/blog/> > > > On 1

Re: RE : RE : Struts Application is not working

2007-10-03 Thread aum strut
ect > as well for web.xml and struts-config. I'd start with a working > example web.xml and struts-config (maybe the example app struts comes > with - and then start swapping in your stuff.) > > On 10/3/07, aum strut <[EMAIL PROTECTED]> wrote: > > 1 antlr >

New to Struts

2007-12-13 Thread aum strut
Hi All, I am new to struts and wana to learn it.Please suggest me can i start directly to learn Struts2 or do i need to have prior knowledge of Struts1.Any help or suggestion in this regard is much appriciated. Thanks, Aum

Re: New to Struts

2007-12-13 Thread aum strut
www.wantii.com/wordpress/?cat=6 > > > > start from the bottom and work your way up. > > > > -Wes > > > > On 12/13/07, aum strut <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > > > I am new to struts and wana to learn it.Please sug

Re: New to Struts

2007-12-18 Thread aum strut
If you have a new query, please always use a new thread. as starting a new topic in old thread will not help you a lot On Dec 19, 2007 12:03 AM, Radu Solomon <[EMAIL PROTECTED]> wrote: > What we did was to run the native2ascii during the build/compilation time > using ant. Our ant task looks some

Struts 1 or Struts 2

2008-01-09 Thread aum strut
Hi All, I have a small query and hope that here i can get the best answer of my query. ihave just started learning Struts 2. the purpose of learning struts is simple i have some projects at my end which i want to develop using this framework. My purpose is also to learn this technology as much as

Re: Struts 1 or Struts 2

2008-01-09 Thread aum strut
case, I'd suggest Struts 2. > > HTH, Ted > * <http://www.StrutsMentor.com/ <http://www.strutsmentor.com/>> > > On Jan 9, 2008 6:32 AM, aum strut <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I have a small query and hope that here i can get th

Re: Struts 1 or Struts 2

2008-01-10 Thread aum strut
you may not be > expected > to know either. > > There is even an argument that you should learn both (if learning is more > a > priority rather than finishing a project). > > I guess I am not giving you any answers, sorry. > > aum strut on 10/01/08 04:31, wrote: > &

Re: Struts 1 or Struts 2

2008-01-10 Thread aum strut
ebflow). But then if you are a recent graduate, you may not be > >> expected > >> to know either. > >> > >> There is even an argument that you should learn both (if learning is > more > >> a > >> priority rather than finishing a project). &g

Re: Struts 1 or Struts 2

2008-01-10 Thread aum strut
Thanks Ted, I think that you have cleared all my doubts in the last line. :) -Aum On Jan 10, 2008 6:31 PM, Ted Husted <[EMAIL PROTECTED]> wrote: > On Jan 9, 2008 11:31 PM, aum strut <[EMAIL PROTECTED]> wrote: > > is there much diffreence between Struts1 and Struts2? &

Struts2+MyEclipse

2008-01-24 Thread aum strut
Hi All, Please tell me is it possible to develop Struts2 applications using latest version of MyEclipse as i came to know that even the latest version of eclipse support only Struts 1.3. Any Guidance in this regard is much appriciated.

Re: Struts2+MyEclipse

2008-01-25 Thread aum strut
Hi My question is if i want to use MyEclipse as an ID how can i develop Struts2 applcations. is there any way to do this that is the point of my confusion :( On 1/25/08, Alvaro Sanchez-Mariscal <[EMAIL PROTECTED]> wrote: > > > even the latest version of > > eclipse support only Struts 1.3.

Struts2+MyEclipse

2008-02-20 Thread aum strut
hi all, I am using MyEclipse 6.0.1 to develop my application.but i am facing some problems in it. i followed the follwing process: 1) in the new project wizard under the option of MyEclipse---> selected Web Project 2) after this i manually put the following Jar file under the WEB-INF\lib folder

Problem with returning SUCCESS from execute

2008-03-04 Thread aum strut
hi all, i am using MyEclipse for developing struts2 based example everything is working fine but in my execute method when i am trying to return the SUCCESS it is giving the error that it can not resolved error. below is the code i have written * package* aum.struts.tester; * import* java.sql.D

Re: Problem with returning SUCCESS from execute

2008-03-04 Thread aum strut
thks for the rply.. really silly i m even knowing this i did this mistake. :) On 3/4/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > > *class* StrutsExample { > > Your class should extend ActionSupport or return Action.SUCCESS (not > SUCCESS) > > > Regards > -- > Lukasz > > http://www.linkedin

Struts2 Data Transfer

2008-10-07 Thread aum strut
Hi All, Sorry if i am asking a very basic question. i need to transfer data from the user registration page to the java beans to be used for inserting values in the data base. i have created two seperate beans for this 1) for storing user address field and second is for storing user login informa

Re: Struts2 Data Transfer

2008-10-08 Thread aum strut
UserLogin Beans while the Address section should get populated in the Address Bean when my Registration Action get called once user will hit the Register Button. Thanks -aum On Tue, Oct 7, 2008 at 10:59 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Tue, 10/7/08, aum strut wrote: &

Re: Struts2 Data Transfer

2008-10-09 Thread aum strut
will hit the Register Button. >> >> >> Thanks >> -aum >> >> >> On Tue, Oct 7, 2008 at 10:59 PM, Dave Newton <[EMAIL PROTECTED]> >> wrote: >> >> --- On Tue, 10/7/08, aum strut wrote: >>> >>>> i need to transfer data fr

Re: Struts2 Data Transfer

2008-10-09 Thread aum strut
i even made getter and setter method for one of my beans namely Person but when i am using these getter /setter method in the action calss for the beans i am getting exception while the GetModel() i mean the model driven approach is working fine.. On Thu, Oct 9, 2008 at 1:16 PM, aum strut

Re: Struts2 Data Transfer

2008-10-09 Thread aum strut
eld1() on implicitly as in > .getModel().getBean1().setField1(). > > L. > > > aum strut wrote: > >> Yes Dave , There is a sigle form(Page) for this with different sections in >> it for registration.i only want that the data from this single page should >>

Re: Struts2 Data Transfer

2008-10-09 Thread aum strut
e.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(* Http11Protocol.java:581*) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(*JIoEndpoint.java:447*) at java.lang.Thread.run(Unknown Source) On 10/9/08, aum strut <[EMAIL PROTECTED]> wrote: > > Thaks laurie > > this was exactly i

Re: Struts2 Data Transfer

2008-10-09 Thread aum strut
no result defined for the result > named "input". That probably means that the Action is encountering a > validation error or the like, causing it to return "input". > > On Thu, Oct 9, 2008 at 1:21 PM, aum strut <[EMAIL PROTECTED]> wrote: > > > Hi All, >

object backed data transfer in struts2

2008-10-11 Thread aum strut
Hi all, i am developing an application in struts2 and trying to used object backed data transfer method in struts2 i have created a bean namely address where i have declared all the properties. Now i want that my struts2 intercepter will fill this beans by itself when it called,below is the code

Re: object backed data transfer in struts2

2008-10-11 Thread aum strut
yes everything is there at its place.. still unable to figure it out the reason :( On Sat, Oct 11, 2008 at 11:00 PM, Lukasz Lenart < [EMAIL PROTECTED]> wrote: > > can anybody suggest me what is the likely cause of this exception.Thanks > in > > advanve > > Does AddressBean has default construct

Re: Struts 2 actions executing twice

2008-10-15 Thread aum strut
Hi, i faced this issue a lot while developing some sample application in which my action was getting called twice, but i was using javascript for submitting the action and when i removed javascript for submitting form the problem just disappears On Thu, Oct 16, 2008 at 3:07 AM, Dave Newton <[EMA

Re: Struts 2 actions executing twice

2008-10-15 Thread aum strut
mit the form and your > form will also be submitted as well through the normal mechanism. > Returning false from your handler tells the page not to submit. I don't > think this is the OP's issue, but thought I would chime in. > > -Wes > > On Thu, 2008-10-16 at 09:27

Re: Struts2+YUI

2008-10-16 Thread aum strut
No i want to get this arraylist using YUI Ajax functionality i have a drop down in my jsp page and i am calling the ajax function with onChange event the code which i have used for calling my action class is working fine and even i am able to hot my action class using YUI APIbut what i want is tha

Re: Struts2+YUI

2008-10-16 Thread aum strut
sorry for using another mail box for posting the question i am geting some problem in my ID while posting the question in the mail listso i have used my alternative ID. On Thu, Oct 16, 2008 at 4:31 PM, aum strut <[EMAIL PROTECTED]> wrote: > No i want to get this arraylist using

Re: Struts2+YUI

2008-10-17 Thread aum strut
HI All, DO any one have any clue about this probelm...??? i am really stuck here. On Thu, Oct 16, 2008 at 3:33 PM, shekher awasthi <[EMAIL PROTECTED]>wrote: > Hi All, > > I am trying to integrate struts2 with YUI ,but facing some problems with > this. I want that when my action get call

Re: Struts2 Data Transfer is not working

2008-11-11 Thread aum strut
5:54 PM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]>wrote: > I'm guessing your POs in User are null. Line 15 in TestAction should > tell you what. > > Nils-H > > On Tue, Nov 11, 2008 at 12:52 PM, aum strut <[EMAIL PROTECTED]> wrote: > > Hi all, > >

Struts2 Data Transfer is not working

2008-11-11 Thread aum strut
Hi all, I am using Model Driven approach for transfering my form data to the bean object.i have a form(JSP Page) where i have divided the form in three sections. and based on the name of these sections i have created 3 Bean classes(PO) for storing the data.Additonally i have created one more PO cl

Struts2 XML Handling

2008-11-29 Thread aum strut
HI All, I need to send XML data from my action. Curently in one of action i need to send JSOn data from the action and for this i am using JSON Plugin for sending JSOn data from my action to the frontend. Now i have to send XML data from my action.Do any one have any information about how can we

Validating Autocompleter using javascript

2008-12-09 Thread aum strut
Hi all, i am struck in a simple problem but not able to proceed as i m unable to find any solution for this. I am using struts2 UI tags and in order to validate the user input i am using javascript for validation(Currently not in a position to use validation frame work). everything was going ok b

Validating Autocompleter using javascript

2008-12-10 Thread aum strut
Do any one have any suggestion regarding this problem or do i need to drop down the idea of using autocompleter??? Hi all, i am struck in a simple problem but not able to proceed as i m unable to find any solution for this. I am using struts2 UI tags and in order to validate the user input i am u

Custm interceptor Problem

2008-12-14 Thread aum strut
Hi All, I am developing custom inteceptor so that unauthorized user can not access the resources using struts2. i am following the below mentioed approach 1) when user login process succeed i am putting user object in the session 2) For all other request when user try to hit the direct action URL

Sending XML data from action to YUI

2009-01-18 Thread aum strut
Hi All, I developing ajax based application using struts 2.0.11 for ajax we are using YUI for making ajax based call and currently its working fine for me.For one case i need to send XML created in my business logic to the front end The call will be created using YUI API and it must get XML which

Re: Sending XML data from action to YUI

2009-01-19 Thread aum strut
ects into xml. > > musachy > > On Mon, Jan 19, 2009 at 2:27 AM, aum strut wrote: > > Hi All, > > > > I developing ajax based application using struts 2.0.11 > > for ajax we are using YUI for making ajax based call and currently its > > working fine f

Re: Sending XML data from action to YUI

2009-01-19 Thread aum strut
... > > ... > > and the result is ready to be used. > musachy > > > On Mon, Jan 19, 2009 at 11:40 AM, aum strut wrote: > > Thats what i came up with.. > > any one have any idea where i can find a good starter so that i can write > my > > own result type?

Re: Sending XML data from action to YUI

2009-01-19 Thread aum strut
ansformation!! (if you don't > configure a stylesheet you get a identity transform). > > Si quieres ser más positivo, pierde un electrón > Miguel Ruiz Velasco S. > > > > On Mon, Jan 19, 2009 at 21:11, dusty wrote: > > > > Has either of you tried the XSLT

Re: Problem with MyEclipse+JDBC Driver

2009-02-12 Thread aum strut
This Error generally comes when the compilation JRE and running JRE are not same, have you developed the code used in the Struts application and in java application on same enviornment?? and which version of struts you are using?? On Fri, Feb 13, 2009 at 9:51 AM, Narasimha Raju Naidu wrote: > H

No Action mapped for namespace

2009-03-01 Thread aum strut
HI All, i am facing action mapping problem and unable to figure it out where ia m doing wrong. i have a login.jsp page where there are only 2 fileds a loinid and password field i am using AJAX call for user login below is the code from my login.jsp page i am using the f

Re: Not Able to call Action

2008-03-06 Thread aum strut
yes i am extending ActionSupport class and as i know it implimets Action interface where SUCCESS is defined. On 3/6/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > public String execute() throws Exception{ > > return S

Re: Not Able to call Action

2008-03-06 Thread aum strut
Hi Dave and Othon, even on adding "namespace" and even removing the annotation based validations from the action i am still facing the same problem. On 3/6/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Othon Reyes Sanchez <[EMAIL PROTECTED]> wrote: > > I guess somebody else have a very simi

Not Able to call Action

2008-03-06 Thread aum strut
Hi All, I am a starter in struts2. i am developing a simple programme in struts2 which will take the name and date as input and will display the same in the next page. below is the sample code of my action calss struts.xml my index.jsp page is displaying properly whcih is asking for the inputs b

Re: Not Able to call Action

2008-03-06 Thread aum strut
i will do to start > solving > this problem :P. > > What happen if you change > > For > > > I know is not necessary but maybe it could work. > > On Thu, Mar 6, 2008 at 10:58 AM, aum strut <[EMAIL PROTECTED]> wrote: > > > Hi Dave and Othon, > > &

Re: Not Able to call Action

2008-03-06 Thread aum strut
and if i will add the namespace to the struts.xml it is giving the error message as " *No configuration found for the specified action: 'TestExample' in namespace: ''. Form action defaulting to 'action' attribute's literal value. * any idea about these w

Re: Not Able to call Action

2008-03-07 Thread aum strut
Hi All, I have tried all the ways but not able to solve the problem.. i am attaching all the codes for my test application.. *StrutsExample.xml* * package* aum; * import* java.sql.Date; * import* com.opensymphony.xwork2.ActionSupport; ** *public* *class* StrutsExample *extends* ActionSupport

Re: Not Able to call Action

2008-03-07 Thread aum strut
no Action mapped for namespace / and action name HelloWorld.) is not available.* this time i am using the same code and configuration as mentioned in the webpage. On 3/7/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > [...] >

  1   2   >