Re: Introducing Spring in Struts2 Project

2009-06-05 Thread alee amin
dpress.com On Thu, Jun 4, 2009 at 6:46 PM, Wes Wannemacher wrote: > On Thu, Jun 4, 2009 at 7:52 AM, alee amin > wrote: > [...] > > > > > > > *One question that

Re: Introducing Spring in Struts2 Project

2009-06-04 Thread alee amin
thanks a lot martin. That's an excellent help. i can not imagine something more eloquent for this specific problem that i had. Thanks. Just for quick review, if i am not using convention plugin at the moment. I would be converting my action class from struts.xml as class="mop.page.authenticated.

Re: Introducing Spring in Struts2 Project

2009-06-03 Thread alee amin
for the book > he > mentioned are available here - > > struts2inpractice.googlecode.com > > (btw, thanks for the plug Bruce) > > -Wes > > On Wednesday 03 June 2009 12:10:22 am alee amin wrote: > > hi philips, > > thanks for the links. however, the pdf on th

Re: Introducing Spring in Struts2 Project

2009-06-02 Thread alee amin
hi philips, thanks for the links. however, the pdf on the site are not being downloaded properly. I duno if it has something to do with the web site. moreover, can you point me to the link where you have placed the source code. ..alee http://techboard.wordpress.com On Tue, Jun 2, 2009 at 9:47 P

Introducing Spring in Struts2 Project

2009-06-02 Thread alee amin
I have been assigned a task to introduce spring in struts 2 project. I have been novice at both technologies. Right now i am going through the project to analyze what is actually going and i thought to get some advice from experts sitting across the globe. What could be the key areas which will ge

Re: [S2] How to apply form based security in struts 2 application

2009-02-07 Thread alee amin
thanks ..alee http://techboard.wordpress.com On Thu, Feb 5, 2009 at 6:25 AM, dusty wrote: > > +1 Spring Security. Everything else is for wimps. > > > > Wes Wannemacher wrote: > > > > On Wednesday 04 February 2009 05:56:24 alee amin wrote: > >> I browse

Re: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread alee amin
configured so it's not started? > > Nils-H > > On Wed, Feb 4, 2009 at 11:20 AM, alee amin > wrote: > > This is the entry that i made in web.xml for the servlet > > > >> > >> > > > >> > > > >> > >

[S2] How to apply form based security in struts 2 application

2009-02-04 Thread alee amin
I browsed through struts official site to check for any plugin available or security mechanism to authenticate the user. but i could not find one. can anyone guide me what are teh ways to implement the security constraints (user security) on application. ..alee http://techboard.wordpress.com

Re: [S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread alee amin
This is the entry that i made in web.xml for the servlet > > > > rawData rawData > com.e2e.servlet.rawData > > rawData > /data/rawData > even if i try to call the servlet directly (direct writing the url in the address bar) there is no call going to servlet, rather the struts action is b

[S2] Creating and calling a servlet in sturts2 app

2009-02-04 Thread alee amin
hi, I am having a struts application but due to some reason i want to create a servlet in this application (which would return a json string) that is going to be used in JSP (that would map in struts action page url) .. .. I am unable to create the servlet and call it from that web. I have created

[S2] Customizing Struts JSON Plugin response

2009-01-30 Thread alee amin
I am using JSON plugin in Struts 2 for writing a resoponse. the plugin is generating the response perfectly. however, this is Google Visulization API demand that there should be a string wrapping the JSON response. like the one mentioned below. > google.visualization.Query.setResponse(JSON RESPONS

[S2 + YUI] Unable to send Parameters to request

2009-01-22 Thread alee amin
I am integrating struts with YUI. Things are working fine except that i am unable to send "request parameters" to my struts action from yui dataSource. I have asked the same question at YUI group (since i am thinking that there is some problem or i am doing wrong rleated to YUI controls) but just f

Re: [S2] Exception : Cannot create a session after the response has been committed

2009-01-22 Thread alee amin
; easy to configure and working with it > > Thanks again > > ..alee > > http://techboard.wordpress.com > > > > > > > > On Thu, Jan 22, 2009 at 5:25 PM, Lukasz Lenart < > lukasz.len...@googlemail.com > > > wrote: > > > > > 2009/1/22

Re: [S2] Exception : Cannot create a session after the response has been committed

2009-01-22 Thread alee amin
art wrote: > 2009/1/22 alee amin : > > Isn't it anyway that i may get the solution without using any more plugin > > (i.e the one is mentioned in last email) ? > > If you don't want to use next plugin, develop your own specific Result > to produce JSON strea

Re: [S2] Exception : Cannot create a session after the response has been committed

2009-01-22 Thread alee amin
indow","Duration":0}, > {"User":"PKDEV168","Title":"Conversation","App":"IMWindow","Duration":0} > ] > } Isn't it anyway that i may get the solution without using any more plugin (i.e the one i

[S2] Exception : Cannot create a session after the response has been committed

2009-01-22 Thread alee amin
I make a call to http://localhost:8080/tracker/reports/rawList.action it is working fine for first call but whenever i try to make another call i get this exception .. java.lang.IllegalStateException: Cannot create a session after the response > has been committed > at org.apache.catalina.connect

JCaptcha + Struts problem

2007-10-03 Thread alee amin
Hi, I am using JCaptcha for captcha features. It is working fine. I have this code in CaptchaServlet and this code save the captcha in request public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ImageCaptcha pixCaptcha = factory