REST URLs

2010-07-26 Thread Arun Kumar Boppudi
Is there anyway we can use /client/{clientId}/business/{businessId} kind of URLs in Struts 2.0? -- AB

Re: Adding annotations to the interceptor stack

2010-07-26 Thread Lukasz Lenart
defaultStack [1] already has validation interceptor defined, you shouldn't duplicate it. The best way is to create your own stack and play with interceptors - not to refer to other stack. [1] http://struts.apache.org/2.x/docs/interceptors.html Regards -- Ɓukasz + 48 606 323 122

Re: Adding annotations to the interceptor stack

2010-07-26 Thread Kevin Jones
Thanks Lukasz, I found this out the hard way :) Kevin On 26 July 2010 09:31, Lukasz Lenart lukasz.len...@googlemail.com wrote: defaultStack [1] already has validation interceptor defined, you shouldn't duplicate it. The best way is to create your own stack and play with interceptors - not

Re: REST URLs

2010-07-26 Thread Kevin Jones
Yes it is. Look at the REST plugin but then you'll need some more processing. Jeromy Evans (who was/is a Struts commiter) posted an example a while ago. Look at this thread here http://www.mail-archive.com/iss...@struts.apache.org/msg12194.html The example is supposed to be at:

Re: REST URLs

2010-07-26 Thread Arun Kumar Boppudi
http://www.blueskyminds.com.au/url-hierarchy/ is not available. -- AB On Mon, Jul 26, 2010 at 4:30 PM, Kevin Jones kev.r.jo...@gmail.com wrote: Yes it is. Look at the REST plugin but then you'll need some more processing. Jeromy Evans (who was/is a Struts commiter) posted an example a

RE: Center to learn Struts2

2010-07-26 Thread Martin Gainty
If i'm ever in southeast asia i'll be sure to visit Struts2 Training Centres in Europe and Asia are somewhat covered..(although the china and india markets seem to be open?) Would like to hear about wes struts2 training centre in the united states is coming along? A Struts2 online

Re: Center to learn Struts2

2010-07-26 Thread Frans Thamura
the kids will welcome u to come just contact me, if u wanna to evaluate our curriculums that will be cool we use struts2-sprng-hibernate and now we try to replace spring with CDI F On Mon, Jul 26, 2010 at 6:58 PM, Martin Gainty mgai...@hotmail.com wrote: If i'm ever in southeast asia i'll

File Upload

2010-07-26 Thread RogerV
Is there a way of specifying the start directory to be used when the user hits the browse button? As far as I can see, the system remembers where it was looking last time, but this seems to be when the file selector was last used, regardless of which particular instance was used. (i.e if I have 5

Re: REST URLs

2010-07-26 Thread Kevin Jones
There is a cached copy of the site here http://webcache.googleusercontent.com/search?q=cache:http://www.blueskyminds.com.au/url-hierarchy/ (you'll need to follow cached copies of the other links as well) I've sent Jeromy Evans an email asking if it's OK to post his code. If/when he replies I'll

RE: IE7 abruptly closes with struts 2.1.7

2010-07-26 Thread Martin Gainty
IE options: enable script debugging display notification about every script error before the error is manifested append debug=browser on your Action e.g. index.action?query=browser http://struts.apache.org/2.1.8.1/docs/debugging-struts.html strip the jsp down to basics (a form) and add

Re: REST URLs

2010-07-26 Thread Kevin Jones
I've heard back from Jeromy Evans. He's happy for me to post the code. Unfortunately it may not be until the weekend as I'm on the road at the moment, Kevin On 26 July 2010 14:11, Kevin Jones kev.r.jo...@gmail.com wrote: There is a cached copy of the site here

Interceptors probelms

2010-07-26 Thread Rohit
Hi, I am new to struts2, prior to this I have been using struts1.2, Spring and Hibernate combination. I have just started using Struts2,Spring and Hibernate application, but I seem to be plagued with interceptor exceptions, There are two error which keep happening, all in different

Re: Interceptors probelms

2010-07-26 Thread Cimballi
The first one is pretty clear : No result defined for action com.inrev.bm.action.IRCampaignMgmtAction and result input You have to check your struts.xml file (or other xml configuration files for Struts), in the declaration of the action IRCampaignMgmtAction and add a result with the name input.

Re: REST URLs

2010-07-26 Thread mailtolouis2020-struts
Thanks Kevin From: Kevin Jones kev.r.jo...@gmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Mon, July 26, 2010 3:05:30 PM Subject: Re: REST URLs I've heard back from Jeromy Evans. He's happy for me to post the code. Unfortunately it may not

Struts2 + REST - how to include/exclude properties of the model

2010-07-26 Thread mailtolouis2020-struts
Hi, I know in json result type we can configure something like this result type=json param name=includeProperties total, page, records, gridData.*, userdata.* /param /result Can we do the same in rest controller using annotation?

Re: IE7 abruptly closes with struts 2.1.7

2010-07-26 Thread satyanarayana katta
Thanks for the reply. We don't see any issues at the bak end. The IE just closes abruptly. These r intranet apps and support only IE7 right now. We see this happening only for certain set of users. Regards, Satya Sent from my iPhone On Jul 26, 2010, at 6:49 AM, Martin Gainty

RE: Struts2 - JSF Plugin - Richfaces

2010-07-26 Thread Jyoo
Hi Stefano Corallo-2 Can u able to work with richfaces now in your appilcation ..If yes please post the procedure here .How u have configured thnks -- View this message in context: http://old.nabble.com/Struts2---JSF-Plugin---Richfaces-tp29183750p29273218.html Sent from the Struts -

Re: Struts2 - JSF Plugin - Richfaces

2010-07-26 Thread Frans Thamura
That will be awesome that componen can mix with action --Original Message-- From: Jyoo To: user@struts.apache.org ReplyTo: Struts Users Mailing List Subject: RE: Struts2 - JSF Plugin - Richfaces Sent: Jul 27, 2010 12:53 Hi Stefano Corallo-2 Can u able to work with richfaces now in your