Issues with Struts Tiles

2013-10-05 Thread Srineel Mazumdar
Hi, I am getting the following issues with Tiles + Struts 2 : Please help *** SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at org.apache.struts.taglib.tiles.InsertTag.pr

Re: Issue with Struts 2 + Tiles

2013-10-03 Thread Srineel Mazumdar
, Lukasz Lenart wrote: > 2013/10/4 Srineel Mazumdar : > > Hi, > > > > I am trying to implement Tiles2 with Struts 2. It works when I > > give org.apache.tiles.web.startup.TilesListener in web.xml but creates > > problem when I try tyo use Struts2TilesListener(erro

Issue with Struts 2 + Tiles

2013-10-03 Thread Srineel Mazumdar
Hi, I am trying to implement Tiles2 with Struts 2. It works when I give org.apache.tiles.web.startup.TilesListener in web.xml but creates problem when I try tyo use Struts2TilesListener(error : cannot find TilesListener) Is my workaround correct or I am making mistake elsewhere ? Regards, Srinee

Re: Value not persisting in domain object

2013-09-14 Thread Srineel Mazumdar
t; pas n'importe quel effet légalement obligatoire. Étant donné que les > email > > > peuvent facilement être sujets à la manipulation, nous ne pouvons > accepter > > > aucune responsabilité pour le contenu fourni. > > > > > > > > > Date: Mon,

Re: Value not persisting in domain object

2013-09-12 Thread Srineel Mazumdar
to what Paul ..but can you suggest a workaround?? > > This is actually the JPetstore project I am working on. I am rewritting > the code in Struts 2 . I select FISH,Add to Cart and then Update Cart. In > Update Cart, it shows Cart is Empty. > > Please help with a solution. > >

Re: Using themes with s: select

2013-09-10 Thread Srineel Mazumdar
Hi Chris, Attached the images. Thanks, Srineel On Tue, Sep 10, 2013 at 1:17 PM, Chris Pratt wrote: > Srineel, your images didn't come through the mail list, any chance you > could PasteBin them or put them somewhere else accessible? > (*Chris*) > > > On Tue, Sep 10, 2

Re: Using themes with s: select

2013-09-10 Thread Srineel Mazumdar
t;/struts-tags" %> <%-- --%> " method="POST"> Payment Details Please let me know where I am going wrong. Thanks, Srineel On Mon, Sep 9, 2013 at 2:36 AM, Chris Pratt wrote: > Try cssStyle="background-color:yellow;" > (*Chris*) &

Using themes with s: select

2013-09-08 Thread Srineel Mazumdar
Hi, I am using s:select to create a dropdown and then checked the html. I wanted to add bgcolor as yellow. I referred to the following link http://struts.apache.org/release/2.2.x/docs/struts-2-themes.html but still not sure how to put the background clour as yellow. Can anyone provide any pointe

Re: Migrating Struts 1 application to Struts 2

2013-09-02 Thread Srineel Mazumdar
g/development/2.x/docs/http-session.html > > > On Tue, Sep 3, 2013 at 11:35 AM, Srineel Mazumdar >wrote: > > > Hi All, > > > > I am migrating an application from Struts 1 to Struts 2 and frequently I > am > > facing scenarios where I need to use request.ge

Migrating Struts 1 application to Struts 2

2013-09-02 Thread Srineel Mazumdar
Hi All, I am migrating an application from Struts 1 to Struts 2 and frequently I am facing scenarios where I need to use request.getSession to set/get attributes. As far as my knowledge goes, this is not considered to be a best practice in Struts 2. What is the best was way to handle this scenario

Re: Value not persisting in domain object

2013-09-02 Thread Srineel Mazumdar
is instantiated per request. If you're updating a > collection in one action, it will, of course, not be around in the next > collection. It sounds like you need to stuff your shopping cart into the > session. > > > On Sun, Sep 1, 2013 at 8:39 PM, Srineel Mazumdar >wrote: > >

Re: Value not persisting in domain object

2013-09-01 Thread Srineel Mazumdar
Hi All, Can anyone please help ? Thanks.. On Fri, Aug 30, 2013 at 10:23 PM, Srineel Mazumdar wrote: > Yes.. the same collection. > > > On Wed, Aug 28, 2013 at 6:55 PM, Paul Benedict wrote: > >> Are you retrieving the same collection? >> >> >> On Wed, Au

Re: Value not persisting in domain object

2013-08-30 Thread Srineel Mazumdar
Yes.. the same collection. On Wed, Aug 28, 2013 at 6:55 PM, Paul Benedict wrote: > Are you retrieving the same collection? > > > On Wed, Aug 28, 2013 at 8:22 AM, Srineel Mazumdar >wrote: > > > Hi, > > > > I am creating a shopping cart application in Str

Value not persisting in domain object

2013-08-28 Thread Srineel Mazumdar
Hi, I am creating a shopping cart application in Struts 2. I am updating a list in Cart domain object when the user selects some items in shopping list using checkboxes and clicks Next. In the CheckOut page those items would be shown. But in my case it shows empty list. Upon debugging, I find that

Re: Stuck with very basic issue

2013-08-03 Thread Srineel Mazumdar
colHandler ["ajp-bio-8009"] 4 Aug, 2013 8:26:34 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 1107 ms On Sun, Aug 4, 2013 at 12:37 AM, Srineel Mazumdar wrote: > I am developing a Struts application in Tomcat/Eclipse Juno and when I > right lick on the project and select D

Stuck with very basic issue

2013-08-03 Thread Srineel Mazumdar
I am developing a Struts application in Tomcat/Eclipse Juno and when I right lick on the project and select Debug on Server , it shows me *type* Status report *message* */NewPetstore/* *description* *The requested resource is not available.* The same application however runs in GlassFish. Any

Re: Issue with entry in Struts.xml

2012-11-18 Thread Srineel Mazumdar
Thanks Dave.You got it right. So you are saying that if I want to forward the output of an action to another action , I should use redirect action?? I will search for the filter option. Regards, Srineel On Mon, Nov 19, 2012 at 1:13 AM, Dave Newton wrote: > > This entry is working: > > > > >

Re: Issue with running Struts2 project

2012-11-06 Thread Srineel Mazumdar
9:15 PM, Srineel Mazumdar wrote: > Spring Tool Suite. > > Right click -> Run On Server. > > Let me recheck all configurations and revert back to you. > > Thanks, > Srineel > > > On Tue, Nov 6, 2012 at 9:10 PM, Lukasz Lenart wrote: > >> 2012/11/6

Re: Issue with running Struts2 project

2012-11-06 Thread Srineel Mazumdar
Spring Tool Suite. Right click -> Run On Server. Let me recheck all configurations and revert back to you. Thanks, Srineel On Tue, Nov 6, 2012 at 9:10 PM, Lukasz Lenart wrote: > 2012/11/6 Srineel Mazumdar > > > Hi, > > > > http://localhost:8081/NewPetstore/sho

Re: Issue with running Struts2 project

2012-11-06 Thread Srineel Mazumdar
1/6 Srineel Mazumdar > > > Hi, > > > > Stacktraces > > *There is no Action mapped for namespace /shop and action name index. - > > > > What url do you call ? > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ >

Re: Issue with running Struts2 project

2012-11-06 Thread Srineel Mazumdar
developers. To disable this mode, set: struts.devMode=false in your WEB-INF/classes/struts.properties file. On Tue, Nov 6, 2012 at 8:47 PM, Srineel Mazumdar wrote: > Yes. > > I am continuously searching the answer in google. I will turn on the > devMode and share the stacktrace.

Re: Issue with running Struts2 project

2012-11-06 Thread Srineel Mazumdar
Yes. I am continuously searching the answer in google. I will turn on the devMode and share the stacktrace. Regards, Srineel On Tue, Nov 6, 2012 at 8:29 PM, Lukasz Lenart wrote: > Did you try to ask Uncle Google ? > > > http://stackoverflow.com/questions/11803837/deploying-struts-2-and-jersey-

Re: Issue with running Struts2 project

2012-11-06 Thread Srineel Mazumdar
Hi Actually I have a requirement for a maintenance project which was done in 2.0.6. So to be conversant with 2.0.6, I am using the jars. Regards, Srineel On Tue, Nov 6, 2012 at 7:54 PM, Lukasz Lenart wrote: > 2012/11/6 Srineel Mazumdar > > > I am using Struts 2.0.6.Getting t

Re: Issue with running Struts2 project

2012-11-06 Thread Srineel Mazumdar
Hi, I am using Struts 2.0.6.Getting the following error. [image: Inline image 1] On Tue, Nov 6, 2012 at 7:14 PM, Lukasz Lenart wrote: > 2012/11/6 Srineel Mazumdar > > > > > struts > > > > > org.apache.struts2.dispatcher.FilterDispatcher >

Re: Issue with running Struts2 project

2012-11-05 Thread Srineel Mazumdar
silly mistake somewhere but I am unable to figure in out. Please help. Regards, Srineel On Mon, Nov 5, 2012 at 3:51 PM, Srineel Mazumdar wrote: > Hi Lukasz, > > Thanks for your reply. > > I made the following changes based on your suggestion : > > 1) scope = "

Re: Issue with running Struts2 project

2012-11-05 Thread Srineel Mazumdar
? Regards, Srineel On Mon, Nov 5, 2012 at 1:20 PM, Lukasz Lenart wrote: > 2012/11/5 Srineel Mazumdar : > > Hi, > > > > I am new to Struts2 and for learning I am doing my own project. I am > facing > > the following issue and need help in fixing: > > > &g

Re: Rewriting an application in Struts2 from Struts 1

2012-10-19 Thread Srineel Mazumdar
Also would like to add another thing : If I add the following line : then I think I do not need to add namespace in all the entries?? On Fri, Oct 19, 2012 at 9:28 AM, Srineel Mazumdar wrote: > Hi, > > I am trying t rewrite the jpetstore project in Struts 2. I am referring to >

Re: Struts 2 Rest Showcase Example : Issue in understanding code

2012-05-01 Thread Srineel Mazumdar
browsing through a couple of > examples. > > Cheers, > > Steve > > -Original Message- > From: Srineel Mazumdar [mailto:smaz19...@gmail.com] > Sent: 01 May 2012 09:34 > To: Struts Users Mailing List > Subject: Struts 2 Rest Showcase Example : Issue in under

Struts 2 Rest Showcase Example : Issue in understanding code.

2012-05-01 Thread Srineel Mazumdar

Please explain

2011-11-28 Thread Srineel Mazumdar
Hi, Please explain the meaning of the following : input,back,cancel,browse

Re: Interceptor cleaning valuestack

2011-11-20 Thread Srineel Mazumdar
tack in the action's config element, > or by combining stacks as with any interceptor configuration. > > http://struts.apache.org/2.x/docs/interceptor-configuration.html > > Dave > > On Sun, Nov 20, 2011 at 2:59 PM, Srineel Mazumdar >wrote: > > > Hi Dave, > &g

Re: Interceptor cleaning valuestack

2011-11-20 Thread Srineel Mazumdar
Hi Dave, * * *"In any case, when you define an for a specific action,* *you must define *all* of the interceptors for that action"* * * How can this be done ? Thanks, Srineel On Mon, Nov 21, 2011 at 1:26 AM, Dave Newton wrote: > On Sun, Nov 20, 2011 at 2:47 PM, Srineel Maz

Re: Interceptor cleaning valuestack

2011-11-20 Thread Srineel Mazumdar
1" interceptor, bypassing all > of the built-in Struts 2 functionality, including the "params" interceptor. > > This means the request parameters will not be set on your action. > > Dave > > On Sun, Nov 20, 2011 at 2:29 PM, Srineel Mazumdar >wrote: > > &g

Re: Interceptor cleaning valuestack

2011-11-20 Thread Srineel Mazumdar
you think an interceptor > is clearing the value stack? > > Dave > > On Sun, Nov 20, 2011 at 2:10 PM, Srineel Mazumdar >wrote: > > > Hi, > > > > I am creating a small struts2 application and the problem that I face is > > that the inteceptor is clearin

Can I post my struts related queries here?

2011-11-19 Thread Srineel Mazumdar