Re: problems nesting TileResults....

2008-05-11 Thread Antonio Petrelli
Version of Struts and Tiles? Antonio 2008/5/9 Darren James <[EMAIL PROTECTED]>: > Hello All, > > I have a flow that is basically a toplevel struts2 action having a result of > type TilesResult. That tile > result has as one if it's attributes another struts2 action that also has a > result of ty

Re: Struts2 cancel button with ajax theme does not execute method (bug?)

2008-05-11 Thread Jeromy Evans
Yayo wrote: Hi, i'd like to discuss with you for in case you've found it before. I've got a div ... that I fill with my ajax results so I present a list inside of the result div, then user clicks on an element and the response goes inside for editing. Then in the edition details I've added two

Re: TabbedPanel in Struts2

2008-05-11 Thread Jeromy Evans
Jay Bose wrote: I was using tabbedPanel, with the Ajax theme in WebWork-2; no problem. After my upgrade to Struts-2.0.11, I no longer get decorated tabs. The ajax recipes were not as helpful as I would have liked (http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html#AjaxandJavaScr

TabbedPanel in Struts2

2008-05-11 Thread Jay Bose
I was using tabbedPanel, with the Ajax theme in WebWork-2; no problem. After my upgrade to Struts-2.0.11, I no longer get decorated tabs. The ajax recipes were not as helpful as I would have liked (http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html#AjaxandJavaScriptRecipes-TabbedP

Re: redirect after logging in

2008-05-11 Thread Jim Kiley
I wouldn't implement it with interceptors so much as I'd look into something like Acegi Security (now Spring Security if I remember right). I'm having a decent level of success on an Acegi / Sitemesh / Struts 2 / Spring / Hibernate project right now. jk On Fri, May 9, 2008 at 6:01 PM, Jaarthy <[

Re: [Struts2] Exception starting filter (Connection Timed Out)

2008-05-11 Thread Pierre Thibaudeau
Thanks for the suggestion, but I use Spring very heavily! ;) (Everything's bean-ified, and dependency injected...) 2008/5/5 KonTiki <[EMAIL PROTECTED]>: > > The Spring context listener is needed only if you do use Spring. > If you do not, then this might be causing the error as Tomcat was unable

Struts2 cancel button with ajax theme does not execute method (bug?)

2008-05-11 Thread Yayo
Hi, i'd like to discuss with you for in case you've found it before. I've got a div ... that I fill with my ajax results so I present a list inside of the result div, then user clicks on an element and the response goes inside for editing. Then in the edition details I've added two buttons, a su

Re: Struts 3 will be there?

2008-05-11 Thread Frans Thamura
On Sun, May 11, 2008 at 10:48 PM, KonTiki <[EMAIL PROTECTED]> wrote: > > Are you asking about Struts 2.0, which is already here and well, or Struts > 3.0, which no-one has seen yet? > sorry wrong typo, 3.0 F

Re: default interceptor stack

2008-05-11 Thread KonTiki
(This is really "theorizing with insufficient data" but) have you checked what your packages extend from, via the "extends" property... Gabriel Belingueres-2 wrote: > > 2008/5/9, David Harland <[EMAIL PROTECTED]>: >> Is it possible to set a different default interceptor stack per package >> usi

Re: Struts 3 will be there?

2008-05-11 Thread KonTiki
Are you asking about Struts 2.0, which is already here and well, or Struts 3.0, which no-one has seen yet? Frans Thamura-2 wrote: > > hi there > > JSFgoes to 2.0 > > will Struts goes to 2.0? > > F > > -- View this message in context: http://www.nabble.com/Struts-3-will-be-there--tp17169

Re: UnknownHandler

2008-05-11 Thread Jeromy Evans
Hi Kal, The UnknownHandler needs to be defined in struts.xml or struts-plugin.xml as a bean. See the struts-plugin.xml file included in the CodeBehind plugin for an example. Declaring the bean in struts.xml registers the implementation with the Struts 2 Container (an XWork Container). It is

Re: How to create a new Struts2 project with maven2?

2008-05-11 Thread Makrand
To fix this error , here is the attached JAR file which you can upload using mvn install file.. Thai Dang Vu-4 wrote: > > I tried what you suggested, but still got error: > > mvn -e archetype:create -DgroupId=home.struts2 > -DartifactId=struts2-example -DarchetypeGroupId=org.apache.struts > -D