Re: [ANN] Struts Dialogs library 2.0 has been released

2006-03-09 Thread anil_a
Michael You have any stats on how many uses Struts Dialog and how many downloads ? My supervisor is kind of bugging me for usage stats on Struts Dialog. I mean he wants to know name of biggie that uses this extension too. Thanks rukka Michael Jouravlev wrote: Stuts 1.2.9 and 1.3.1+ will in

Re: [ANN] Struts Dialogs library 2.0 has been released

2006-03-07 Thread anil_a
I am going to use Struts Dialog for new project. Thanks Michael. rukka Michael Jouravlev wrote: The new version of Struts Dialogs library does not contain new features. Instead, it cuts a lot of fat. Well, all of it. The library consists of only two Struts-related classes: EventDispatcher

Re: Struts Dialog

2006-03-01 Thread anil_a
It took me while to figure it out. This is the order. Read http://www.superinterface.com/ewfsm.htm. 1. Read the article: http://today.java.net/pub/a/today/2005/03/15/webwizard1.htm 2. Download the source for rule engine from : http://today.java.net/today/2005/03/15/rulecontainer_src.ja

Re: Struts Dialog

2006-03-01 Thread anil_a
Thank you for quick reply Michael. Yes I am talking about Struts Dialogs. So I guess service layer calls should be made from WizardNode validate method. I see how you integrate rule engine with struts in your second article. Struts Dialog looks really cool. rukka Michael Jouravlev wrote

Struts Dialog

2006-03-01 Thread anil_a
Hi All I have look at struts dialog to implement wizard kind of screen flow. I looks good. (took some time to understand that too). I have two questions? 1. If I have to make some calls to service layer to validate data entered , where do I make that call? 2. How scable is this

Tiles on Tomcat 5.0.30

2006-02-21 Thread anil_a
Hi All I have used tiles in while this week and when I look at Tiles user guide, it says "If you are using Struts 1.2.x you will need to also make sure you are using the |org.apache.struts.tiles.TilesRequestProcessor| or a |RequestProcessor| class that extends it." My application is working

Re: Spring DelegatingActionProxy and Struts TestCase

2006-02-13 Thread anil_a
Hi Marco No I don't. You know, I just ran it again and test ran without any problem. Why it did broke down earlier? yet to find out. thanks anil public class testGenericProcessListing extends MockStrutsTestCase { public void setUp() throws Exception { super.setUp();

Spring DelegatingActionProxy and Struts TestCase

2006-02-11 Thread anil_a
Hi All I am using Spring and Struts by using DelegatingActionProxy class. Problem is that it breaks all my StrutsTestcases. Anyone knows solution for that? Thanks you in advance for replies. anil - To unsubscribe, e-mai