Re: Struts dispatcher apparently not started

2013-06-26 Thread vEnkaTa mohAna rAo SriperumbUdUru
http://struts.apache.org/release/2.3.x/struts2-core/apidocs/org/apache/struts2/dispatcher/ng/filter/StrutsPrepareAndExecuteFilter.html try to point to this filter. Usually get the above message when you are using struts2 tags in jsp trying to display and not passing through the StrutsPrepareAndExec

Re: put ArrayList to s:hidden in jsp?

2012-10-18 Thread vEnkaTa mohAna rAo SriperumbUdUru
Use session object. On Thu, Oct 18, 2012 at 8:56 PM, wrote: > You can not do this directly as hidden field is used to store only a value > > You need indexed field to store those value > > I am not sure why you want to do this as more information can help others > to provide some solutions > ---

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

2012-06-28 Thread vEnkaTa mohAna rAo SriperumbUdUru
Hi, What you want to do here, explain to us if so we can provide better solutions how it should be done in struts2 style. Java Rocks. On Thu, Jun 28, 2012 at 9:44 PM, samsongbest wrote: > Hi Aum, > > Let me give you some simple code. > > public Class BaseAction{ > > //constructor method > publ

Re: gmail like file attachment

2012-05-14 Thread vEnkaTa mohAna rAo SriperumbUdUru
http://struts.apache.org/2.3.3/docs/file-upload.html On Mon, May 14, 2012 at 3:31 PM, swarnim wrote: > I want to upload multiple file contents to The server. The file will be > copied to the server and then it's path will be updated in the database. > How > to do it? > > -- > View this message i

Re: ActionContext and the application context

2012-05-04 Thread vEnkaTa mohAna rAo SriperumbUdUru
Go through this link http://stackoverflow.com/questions/10296108/struts2-actioncontext-and-valuestack On Fri, May 4, 2012 at 11:18 AM, Puneet Babbar 2 wrote: > Hi, > > I have slight confusion in understanding of the thread locality of the > ActionContext. And action context contains the applicat

Re: Authentication and authorization

2012-04-17 Thread vEnkaTa mohAna rAo SriperumbUdUru
http://www.javaranch.com/journal/2008/04/authentication-using-JAAS.html http://stackoverflow.com/questions/3649615/how-should-i-savely-store-encrypted-user-data-on-my-server-and-serve-it-only-to On Tue, Apr 17, 2012 at 5:58 PM, Aravind Kumar wrote: > Hello, > > I have just started to venture in

Re: Accessing Map of Map in struts 2.3.1.2

2012-04-14 Thread vEnkaTa mohAna rAo SriperumbUdUru
Put your project in development mode. struts.devMode = true and use tag, It will display the objects available in the current. This will confirms that whether you getting proper data are not. or append your url with http://localhost:8080/MyProject/IloveStruts2Action?debug=xml OGNL interactive c

Re: struts2 problem when file download dialog is closed

2012-04-10 Thread vEnkaTa mohAna rAo SriperumbUdUru
You are using older version Struts2.x and change filter to StrutsPrepareAndExecute Filter. On Wed, Apr 11, 2012 at 1:59 AM, wrote: > Hi, > > I've created a struts2 application that creates text file and displays the > file download dialog for the user to open or save it. > It works fine if the

Re: nested property tag in action tag

2012-03-20 Thread vEnkaTa mohAna rAo SriperumbUdUru
I think, you need to reconsider your design let us what you want to do? why are you doing so? On Tue, Mar 20, 2012 at 6:19 PM, Markus Demetz wrote: > hi all, > > when I use the tag inside a jsp with executeResult="true", > so I can access the properties of that action with the tag > inside the

Re: Specify default theme

2012-03-20 Thread vEnkaTa mohAna rAo SriperumbUdUru
Whatever you can specify in stuts.properties, you can specify those properties in struts.xml as constants. On Tue, Mar 20, 2012 at 8:03 PM, Dave Newton wrote: > Yes. > > Dave > > On Tuesday, March 20, 2012, Shrinivas Parashar < > shrinivas_paras...@symantec.com> wrote: > > Hi, > > Can we spec

Re: Struts doesn't find my classes

2012-03-07 Thread vEnkaTa mohAna rAo SriperumbUdUru
make sure that the HelloWorldAction class file present in ../wtpwebapps/project1/WEB-INF/classes folder. On Wed, Mar 7, 2012 at 6:03 PM, Jeffrey Black wrote: > Can you post some more artifacts for us to inspect (e.g. struts.xml, > web.xml)? > > jb > > On Wed, Mar 7, 2012 at 6:27 AM, Alexandru wr