struts2-rest-plugin-2.1.5 problem

2009-01-04 Thread Ercan Kayaonu
Hi folks, I just registered to the user list and new to struts. I hope i can learn from you and help as much as i can. I would like to ask one question about rest plugin, but i want to detail the steps i've taken in case this might help someone who want to start similar project. I wanted to use

Re: struts2-rest-plugin-2.1.5 problem

2009-01-04 Thread Ercan Kayaonu
tream, json-lib, etc. How can find all these dependencies. Thank you. Regards, On Mon, Jan 5, 2009 at 2:07 AM, Dave Newton wrote: > Have you included the dependencies of the REST plugin? > > > > - Original Message ---- > > From: Ercan Kayaonu > > To: user@struts.apache

Convention plugin mapAllMatches

2009-01-05 Thread Ercan Kayaonu
Hi guys, I'm using convention plugin. There's no rest and codebehind plugins in lib folder. I want to call all the methods in my class from the url. As far as i understand from the documentation i need to set struts.convention.action.mapAllMatches to true in struts.xml. But it didn't work. I can't

Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
Hi, I'm using Struts 2.1.5 with convention plugin. I'm in the learning process and trying several things (action, rule annotations, hibernate etc). Everything was working ok until today. i started using Tiles. I copied struts2-tiles-plugin-2.1.5.jar tiles-api-2.0.6.jar tiles-core-2.0.6.jar tiles-

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
ce. On Wed, Jan 7, 2009 at 3:42 PM, Musachy Barroso wrote: > You are missing dependencies, in this case Commons Digester > (http://commons.apache.org/digester/) > > musachy > > On Wed, Jan 7, 2009 at 10:38 AM, Ercan Kayaonu wrote: > > Hi, > > I'm using Struts

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
[mailto:musa...@gmail.com] > Sent: Wednesday, January 07, 2009 10:43 AM > To: Struts Users Mailing List > Subject: Re: Tiles with Struts 2.1.5 > > You are missing dependencies, in this case Commons Digester > (http://commons.apache.org/digester/) > > musachy > > On Wed, Ja

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
lt parent package for all your actions (the ones > configured by Convention): > > > > musachy > > On Wed, Jan 7, 2009 at 11:25 AM, Ercan Kayaonu wrote: > > Thank you Musachy, > > That solved my problem, but > > I got this error, which migh

AJAX with JSON, dojo rpc (smd)

2009-01-09 Thread Ercan Kayaonu
Hi all, I have an Action class which has basic CRUD methods in it. I'm using convention plugin. I want to ajax-call list, save, and delete methods using dojo rpc. (I included my UsersAction class below). I did these kind of things in php, but it is, at least for now, very difficult for me to unders

Re: AJAX with JSON, dojo rpc (smd)

2009-01-10 Thread Ercan Kayaonu
Hi, I should probably listen your advice and first try to do without ajax. I was confusing lots of things. But maybe my last question on this topic, because i feel that it is almost working. I have UsersAjaxAction class in actions.admin package. This is the class: (I'm basically trying to do pagin