Difference between 1.x and 2.x

2010-12-23 Thread ashish chawre
Hi All, Is there any specific documentation available which demonstrate this difference? Thanks! -- Ashish

Re: Problem using scriplet object in s:if tag

2010-12-10 Thread ashish chawre
tside of ognl. > > At any rate, you can try using: > Logout > > the "attr" context map basically searches all available contexts...I > think that may be your only option. > > Or change your scriplets to use > Beez > r 5347 > > -Original Message-

Re: Problem using scriplet object in s:if tag

2010-12-10 Thread ashish chawre
try this: > > Logout > > It's stored in session and your attribute name is user per your previous > scriplet. > > > Beez > r 5347 > > -Original Message- > From: ashish chawre [mailto:ashish.chawr...@gmail.com] > Sent: Friday, December 10, 2010 10:

Problem using scriplet object in s:if tag

2010-12-10 Thread ashish chawre
Hi list, I am trying to use an object from scriplet to tag for a conditional display purpose. Here is the code: In jsp I am fetching user record from the session <% UserDTO userDTO = (UserDTO)session.getAttribute("user"); %> Now I like to show Logout label only if userDTO is avail Logout

E-Commerce website using struts

2010-12-09 Thread ashish chawre
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 implement shopping cart as well. Any help will be greatly appreciated. Thanks! -- Ashish

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
Thanks Li.. Yeh, it happens.. This trick certainly saves time. -- Ashish On Mon, Dec 6, 2010 at 4:02 PM, Li Ying wrote: > It looks like, the latest class files were not deployed to the WebApp > Context. > > Sometimes this happens. > > When you find something getting wrong, and your source code

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
ndencies deployed? > > The message is pretty explicit with regards to what's wrong. > > Dave > > On Mon, Dec 6, 2010 at 12:10 PM, ashish chawre >wrote: > > > . >

Re: Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
something wrong in your UserDelegate class. > Have you declared an add(UserDTO) method inside it? > Could you post UserRegistrationAction code? > > > 2010/12/6 ashish chawre : > > Hi list, > > > > I am trying to call execute method of my UserRegistrationAction

Problem in calling method from Struts.xml in struts2

2010-12-06 Thread ashish chawre
Hi list, I am trying to call execute method of my UserRegistrationAction class but it doesn't call the method. Here is the code of my struts.xml : {1} {1} d_UserRegistrationAction LoginAction