struts 2 start problem struts2-gxp-plugin-2.3.7.jar

2013-03-10 Thread john lee
i try to start tomcat, but giving the following error Unable to load configuration... struts2-gxp-plugin-2.3.7.jar... in the CLASSPTH, i even did not load struts2-gxp-plugin-2.3.7.jar at all, why this happen? please advise thanks in advance john SEVERE: Dispatcher initialization failed

Re: struts 2 session share

2013-03-10 Thread Chris Pratt
Your best bet is probably to store the cart in the database. Another advantage is that it allows the user to leave the site without losing their cart contents. (*Chris*) On Sun, Mar 10, 2013 at 9:01 AM, john lee wrote: > > > after user login our e-commerce site successfuly, he was granted an

struts 2 session share

2013-03-10 Thread john lee
after user login our e-commerce site successfuly, he was granted an session. his shopping cart is saved into an session object. sometimes, customer need help for his shopping cart, in order to do that, we need to access his cart/session object. how can we do session share in struts2 ? in othe

Re: How to make struts 2 to pass the correct parameter value even if it has ampersand in between?

2013-03-10 Thread Mohit Gupta
Thanks Lukasz. On Thu, Mar 7, 2013 at 5:34 PM, Lukasz Lenart wrote: > Try to encode it or manually replace & => %26 > > http://www.w3schools.com/tags/ref_urlencode.asp > > > Regards > -- > Ɓukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/3/7 Mohit Gupta : > > i have struts 2 action wh