problem with configuration wiht annotations

2008-06-14 Thread Marco Mistroni
hi all, i have a struts application that i am trying to 'rewrite' using annotiations.. I am doing it little by little, so i still have a struts-config.xml file i have annotated the following two actions like this@ @Results({ @Result(name="success", value="/WEB-INF/freemarker/login.ftl", typ

RE: Acegi Implementation [s2]

2006-10-31 Thread Marco Mistroni
Hello, My 2 cents I have used acegi with spring and JSF... Shouldn't be just a problem of configuring some context listeners and some Spring beans? As long as you can integrate spring with struts2 (sorry , cant help here since I m still stuck at struts 1.x) then you can just 'plug' acegi on

RE: Jasper Reports

2006-09-12 Thread Marco Mistroni
Users Mailing List' Subject: RE: Jasper Reports Hi, Yeah thanks for the URL but I thought may be some of us are using Jasper Reports on eclipse and would be able to help me. Anyways thanks Regards, Sahil Gupta -Original Message----- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sen

RE: Jasper Reports

2006-09-12 Thread Marco Mistroni
Hi, Beside the fact that this has nothing to do with struts, You may find something here i believe this has all you need http://jasperforge.org/sf/projects/jasperreports hth marco -Original Message- From: Sahil Gupta [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 09:09 To:

RE: Need help on Websphere configuration.

2006-07-06 Thread Marco Mistroni
Hi, As you were reminded, this is a Struts Mailing lists But.. well, assumed that you have installed rad/was ON your localhost, If you connect to http://localhost:9090/admin you get to administative console I think you don't need to enter any username/password >From there, you can see appl

RE: help in maven

2006-06-19 Thread Marco Mistroni
Hi, Maven.apache.org will solve all your doubts there are some help/guides/tutorials for that Plus, if you google it I m sure you will find javaworld articles for it Hth marco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 June 2006 09:4

Logic:Iterate & HashMap

2006-06-02 Thread Marco Mistroni
Hi all, I m having a problem with logic:iterate I have a Map that contains{String, MyDTO} In my jsp I m writing following code; 0

RE: Maven + Struts

2006-05-31 Thread Marco Mistroni
Hello, My 2 c ents again.. Maybe everything has worked perferctly for me cos I m still Developing in Notepad :) Rgds marco -Original Message- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: 31 May 2006 15:23 To: Struts Users Mailing List Subject: RE: Maven + Struts Your er

RE: Maven + Struts

2006-05-31 Thread Marco Mistroni
Hello, I have one that I can mail you privately.. I m just curious on Why you mention 'Struts with Maven'.. Do you need it for creating webapp or are you particularly interested In special features (I m not aware of them) that Maven offers for struts? Thx and regards Marco -Original Me

RE: problem while deployin

2006-05-11 Thread Marco Mistroni
Check ur validation file INFO: Loading validation rules file from '/WEB-INF/validation.xml' May 10, 2006 3:40:40 PM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 50 column 35: Element type "va-value" must be declared. org.xml.sax.SAXParseException: Element type "va-value"

RE: Tiles without Struts

2006-05-08 Thread Marco Mistroni
Hello, I have written a simple app using Struts 1.3, I think you have to download Tiles-1.3 jar file - which comes as a standalone - , it's available from somewhere on Jakarta site (unfortunately I don't remember exactly where :( Hth marco -Original Message- From: Greg Reddin [ma

RE: troubles using java 5

2006-04-25 Thread Marco Mistroni
Hello, Do you have aspectj libraries on your path? Is your classpath setup properly? R you using Eclipse/RAD? Hth marco -Original Message- From: Phil Zoio [mailto:[EMAIL PROTECTED] Sent: 25 April 2006 17:15 To: Struts Users Mailing List Subject: Re: troubles using java 5

RE: Can struts do it / 2?

2006-04-21 Thread Marco Mistroni
marco -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 21 April 2006 16:16 To: Struts Users Mailing List Subject: Re: Can struts do it / 2? Marco Mistroni on 21/04/06 11:23, wrote: > i cant manage to populate back to the Action class,.. since I will have an > array of DTO

RE: Can struts do it / 2?

2006-04-21 Thread Marco Mistroni
- From: Tremal Naik [mailto:[EMAIL PROTECTED] Sent: 21 April 2006 11:09 To: Struts Users Mailing List Subject: Re: Can struts do it? 2006/4/21, Marco Mistroni <[EMAIL PROTECTED]>: > I have a DynaActionForm. It has two array fields (String[] ownerRef and > Boolean[] suspendPart) and some

Can struts do it?

2006-04-21 Thread Marco Mistroni
Hello all, I have following problem.. I have a DynaActionForm. It has two array fields (String[] ownerRef and Boolean[] suspendPart) and some other fields. I want to populate these arrays from a form and be able to submit the value from the page. That's it. In the concrete examle, i am iter

RE: Quartz and struts

2006-03-27 Thread Marco Mistroni
Hello, Not sure if there is... and not sure if there is a quartz plugin for struts What you can do is to write a struts plugin where you initialize quartz scheduler,, and then put it in ServletContext from where you can access it >From every Action class Hth marco -Original Message--

RE: [OT] JASPER Report Exception

2006-03-14 Thread Marco Mistroni
Hello, The jasper libraries that you are using at runtime are Older than the ones used by your jasperreports editor. Upgrade to latest jasperreports.jar HTH marco -Original Message- From: Nandakishore Nekkanti [mailto:[EMAIL PROTECTED] Sent: 09 March 2006 12:01 To

RE: validator framework in my Action class

2006-03-06 Thread Marco Mistroni
Re: validator framework in my Action class Thanks a lot for the suggestions. Can u plz direct me to some links whr i get help for Jakarta POI?? On 3/6/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > Hello, >If you need to validate against Excel 'parameters',

RE: validator framework in my Action class

2006-03-06 Thread Marco Mistroni
Hello, If you need to validate against Excel 'parameters', you'd better off validate using, as Niall suggested, Jakarta POI what you can do is to load your excel sheet using FileUpload, then use Jakarta pOI from there on.. HTH Marco -Original Message- From: Niall Pemberto

RE: Jasper Reports

2006-03-06 Thread Marco Mistroni
Hello, This is not a struts question... but jasper's . Could have been nicer to prefix subject with OT Anyway, yes I have exported jasperreports with excel, using Struts I haven't used the XlsServlet.. instead I have used the proper JasperExporter for generating an XLS sheet, like in the

RE: [Friday]

2006-02-20 Thread Marco Mistroni
33 To: Struts Users Mailing List Subject: Re: [Friday] Marco Mistroni a écrit : >Hello, > > > >>The expression applies in greek as well and is used to point out a >>difficult situation where rope and soap is the obvious way out :-) >> >> > >Sorry f

RE: [Friday]

2006-02-20 Thread Marco Mistroni
Hello, >The expression applies in greek as well and is used to point out a >difficult situation where rope and soap is the obvious way out :-) Sorry for being so 'numb'... but I still don' tsee the connection between A rope and the soap.. You can mail me privately ... I think we are off-to

[Friday]

2006-02-17 Thread Marco Mistroni
Hello, >> On Thu, February 16, 2006 4:51 pm, Michael Jouravlev said: >> >>> The last thing I can think of is a hook, a rope and some soap. > Uhmm.. you mean last resort is hanging? Or by soap you were really Meaning SOAP :) Regards marco ---

RE: Spring DelegatingActionProxy and Struts TestCase

2006-02-13 Thread Marco Mistroni
Hello, Are you instantiating a webappcontext during your tests? Regards, marco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 February 2006 20:42 To: Struts Users Mailing List Subject: Spring DelegatingActionProxy and Struts TestCase

RE: Two questions.

2006-01-30 Thread Marco Mistroni
request by putting/reading from Q. I didn't understand how/what should i do to write a struts plug-in. Thanks for looking at this. Digant "Marco Mistroni" <[EMAIL PROTECTED]> 01/30/2006 11:59 AM Please respond to "Struts Users Mailing List" To:

RE: Two questions.

2006-01-30 Thread Marco Mistroni
Hello, You want to configure MQ series Q and DB? For which purpose? Aren't htosep roperties server-related properties? If your code is dependent on those things, write a plugIn that read A configuration file and initializes your objects with proper values.. Ideally, those values should have ap

RE: A util class for EJB tier similar to BeanUtils?

2006-01-24 Thread Marco Mistroni
Hello I m using BeanUtils for copying data between DTOs and EJBs.. In production... No problem seen so far, (app is running since 1.5 years) Hth marco -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: 24 January 2006 15:01 To: Struts Users Mailing Lis

RE: menu system in front of a J2EE application

2006-01-19 Thread Marco Mistroni
Hello Not sure if you could.. An idea would be to use AOP and instead of loading the menu from The menu-config.xml you could load it from your database That could be a possibility, since afaik the menu is always Contained within MenuLoader (or something like that),so it's not read >From me

bean:write & internationalization

2006-01-13 Thread Marco Mistroni
Hello all, I m stuck with a very simple problem :( I have a bean:write key="my.key" Where My.key =this is {0} message I need to replace {0} with another property which is in my app resources file But looks like this syntax does not work Anyone could help? Thanx and regards marco

RE: quartz plugin issue

2006-01-13 Thread Marco Mistroni
up jgsullivan plugin (no way to make it work) and i'm to lazy and short in time to make my own. I just coded a another servlet that do the jbo (starting by web.xml next to struts) 2006/1/13, Marco Mistroni <[EMAIL PROTECTED]>: > > Hello, >I have used Quartz with strut

RE: quartz plugin issue

2006-01-13 Thread Marco Mistroni
Hello, I have used Quartz with struts via Spring framework, and Everything has worked just fine... I have run it on JBoss 3.0.2 and tomcat 5.5 without problems.. Moving to spring avoided me having different config files just For quartz. I'll suggest you go that way, spring supports quartz q

OT/ JSF & Indexed properties

2006-01-03 Thread Marco Mistroni
Hello all, Sorry for the OT ... I was wondering, for anyone who has switched >From struts to JSF, how have you dealt with indexed properties? I am currently using MyFaces, and looks like I have an usecase in which I need to use indexed properties.. I was told that JSF does not support htat.

RE: how to use struts menu in shale?

2005-12-23 Thread Marco Mistroni
HELLO , Haven't used shale,but should be no difference from how you integrate it with other web frameworks (at least I used it with Struts & JSF, always using tiles).. Hth marco -Original Message- From: JEEVANATHAM P. /BPCRP/INFOTECH/VASHI [mailto:[EMAIL PROTECTED] Se

RE: [OT] Xdoclet and JBOSS

2005-12-09 Thread Marco Mistroni
'XDoclet in action' has plenty of examples You'll need to have the xdoclet-jboss-module btw.. With Rick's Hightower permission, go to this link http://www.arc-mind.com/downloads.htm HTH marco -Original Message- From: Sebastien Degardin [mailto:[EMAIL PROTECTED] Sent: 09 Dece

RE: slightly [OT] Hibernate and domain objects in web apps

2005-11-30 Thread Marco Mistroni
Hello, Ah now I see... forgot to mention that I m not sure that BeanUtils will work if the property is null.. Regards marco -Original Message- From: Tom Ziemer [mailto:[EMAIL PROTECTED] Sent: 30 November 2005 15:39 To: Struts Users Mailing List Subject: Re: slight

RE: slightly [OT] Hibernate and domain objects in web apps

2005-11-30 Thread Marco Mistroni
Hello, You invoke BeanUtils.copyProperties on two objects, it will copy Only properties that are the same between two objects.. As I said, could you handle your lazyexception by simply building another collection out of the collection returned by hibernate? Btw, sorry for my ignorance abo

RE: slightly [OT] Hibernate and domain objects in web apps

2005-11-30 Thread Marco Mistroni
bernate -> DAO -> Business layer -> covertDOMToDTO -> DTO -> View and then in case of an update: View -> DTO -> Business layer -> convertDTOtoDOM -> DAO -> update() -> IMO, lots of trouble, an additional error risk and poorer performance. That's why I thought, it wo

RE: slightly [OT] Hibernate and domain objects in web apps

2005-11-30 Thread Marco Mistroni
Hello, Any reason of why you can't use DTOs? Your domain objects and dto could implement the same interface.. HTH marco -Original Message- From: Tom Ziemer [mailto:[EMAIL PROTECTED] Sent: 30 November 2005 14:26 To: Struts Users Mailing List Subject: slightly [OT] Hibe

RE: [OT] Re: Menu in Struts tiles

2005-11-14 Thread Marco Mistroni
Hello, Sorry I missed your posts... I have different suggestion though... I posted this morning about using struts-menu for generating menus for struts... It is configurable via an XML file in which you list your menu/menu options Easy to configure and straightforward to use... HTH

RE: Menu Layout

2005-11-14 Thread Marco Mistroni
Hello, Might be OT, but have you checked Struts-Menu project (in sourceforge, but a google search will find it)? It does exactly what you are looking for HTH marco -Original Message- From: Leahy, Kevin [mailto:[EMAIL PROTECTED] Sent: 14 November 2005 11:19 To: 'Struts Use

RE: Performance test tool

2005-10-28 Thread Marco Mistroni
JMeter? HTH marco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 October 2005 15:40 To: user@struts.apache.org Subject: Performance test tool Hi I'm looking for a good tool for performance testing and analysis for a medium size web-application. Th

RE: Integrating Hibernate 3.0 in Struts application

2005-10-24 Thread Marco Mistroni
Hello, www.hibernate.org should have a link to how to integrate with struts apps you may want to check also www.springframework.org to use spring along with hibernate and struts... regards marco -Original Message- From: Gaet [mailto:[EMAIL PROTECTED] Sent: 24 October 2

RE: Unit Testing of Action class which are using Spring - JDBCTemplate

2005-10-17 Thread Marco Mistroni
Hello, You can use spring for testing.. but you should initialize the applicationContext yourself.. You'll need to write an abstractJUnit test that does that, and extends all Your junit test from the abstract one There should be some examples on spring website HTH marco -Ori

RE: Validate array

2005-09-20 Thread Marco Mistroni
Hello, Actually yes there is a validate method if your actionform extends dynaActionform the 'bad side' will be that you have declared all properties, (I suppose to avoid writing java code) and then you end upt writing code for validation.. probably It won't be a nice solution, but that's

RE: Chain of commands in 1.3

2005-09-09 Thread Marco Mistroni
Hello Michael, Not sure if this is of any help, but Mr Ted Husted has written a MailReader application That uses Struts and Common Chains, When I checked it out (last april) it was at this link http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/?root=Apache-SVN I have followed that a

RE: Struts Hibernate error

2005-08-23 Thread Marco Mistroni
hELLO, how r you initializing your SessionFactory? Specifically, how are you integrating Hibernate inside Struts? Are you using a struts plugin for hibernate? If you check www.hibernate.org, there are FAQ for how to properly use A SessionFactory Proper way was using a ServletFilter if I rem

RE: [OT]Terrific intro to JSF

2005-08-10 Thread Marco Mistroni
Hello, I got it printed in landscape Awful, but at least all words are there :) Good luck Regards marco -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: 10 August 2005 16:40 To: 'Struts Users Mailing List' Subject: RE: [OT]Terrific intro to JSF > -Or

RE: Struts and Hibernate lazy

2005-08-10 Thread Marco Mistroni
Hello, >Could you tell me more? Which filter? Do you mean Tomcat filters? Which >plugin? It's a Servlet Filter if I am correct.. Plugin is a Struts plugin If you check www.hibernate.org in FAQ there should be a link to those informations.. Regards marco -

RE: 1.3.x in production (was Re: Showing a PDF inside a JSP)

2005-08-04 Thread Marco Mistroni
Aha! StrutsWS 1.3 that I have uploaded in sourceforge cvs (strutsws project) was In fact using Struts 1.3 with customization of RequestProcessor Am I the winner :)) ? Regards marco -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 04 August 2005 04:12

[OT] JSF approaches

2005-08-03 Thread Marco Mistroni
Hello all, Sorry for bothering this Struts list for my question which Is little off-topic, but I am trying to learn JSF (and move my existing struts-based applications to JSF), and by reading various materials, I found at least 2 different approaches for developing JSF-based apps One appr

RE: Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Marco Mistroni
L ? if I store objects in session/request/applicationScope, why can't I use struts-el with EL to retrieve them? Thanx in advance for your time and regards Marco mistroni [BTW, in a Servlet 2.3 container, you do not need all those tags in web.xml. If you

RE: Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Marco Mistroni
July 2005 12:15 To: Marco Mistroni; 'Struts Users Mailing List' Subject: Re: Struts-EL problem with struts-el-1.3.0-dev At 11:08 AM +0100 7/28/05, Marco Mistroni wrote: >anyone could give me some hints on what's wrong? >Do you think the fact that I have both struts-taglib and

Struts-EL problem with struts-el-1.3.0-dev

2005-07-28 Thread Marco Mistroni
Hello all, I have an app which is using struts 1.3.. I wanted to 'replace' existing struts tag with struts-el tag. So I downloaded struts-el-1.3.0-dev and put it into my jar, (along with struts-taglib-1.3.0-dev) I have declared taglibs in web.xml, and I wrote a simple page which uses Stru

STruts-EL

2005-07-26 Thread Marco Mistroni
Hello all, Anyone can suggest me a good link from where I can learn Struts-EL? Thanx and regards Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts Menu - PermissionsAdapter

2005-07-21 Thread Marco Mistroni
Hello, Pls check this http://struts-menu.sourceforge.net/security.html regards marco -Original Message- From: Mariano Petrakovsky [mailto:[EMAIL PROTECTED] Sent: 21 July 2005 17:07 To: Lista de correo de Struts Subject: Struts Menu - PermissionsAdapter I make my cus

RE: I need help running an example

2005-07-18 Thread Marco Mistroni
Hello, Probably you weren't logged in as 'Administrator' Don't know details of why, since I don' tknow theapplication, but I am Sure the instructions or readme file for the application will tell you What to do.. Regards marco -Original Message- From: Mohamed Fathi [mailto

[OT] StrutsMenu & Acegi security framework

2005-07-11 Thread Marco Mistroni
Hello all, Sorry for OT, but is anyone on this list using Struts Menu with Acegi security framework? I am having problems with permissions, and since I am not getting many replies from strutsmenu-user mailing list I was wondering if anyone on this list can help.. thanks in advance and reg

RE: Struts-config.xml Digester endElement problem

2005-07-07 Thread Marco Mistroni
Hello, Haven't used struts 1.2, just 1.1 & 1.3(in dev), but as far as I know You should have a 'type' attribute associated with each element... And I bet that hasn't been changed between different versions of struts... Regards marco -Original Message- From: Sher, Allen

RE: Struts-config.xml Digester endElement problem

2005-07-07 Thread Marco Mistroni
Hello, Could you post struts-config.xml? Regards marco -Original Message- From: Sher, Allen - BLS CTR [mailto:[EMAIL PROTECTED] Sent: 07 July 2005 14:35 To: 'Struts Users Mailing List' Subject: Struts-config.xml Digester endElement problem Got this stack trace while de

RE: Newbie: Where to put instance for database access?

2005-07-06 Thread Marco Mistroni
>Should it be stored in the ServletContext for application scope? But how do >I access >this instance from my Actions? getServlet().getServletContext().getAttribute(xxx) Or would it be better to use data-sources? If I should use them, does anybody know a good tutorial on the internet? Perhaps

RE: Problem rendering internationalized messages

2005-06-30 Thread Marco Mistroni
Hello, How about this? HTH marco -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Stéphane Josephy Sent: 30 June 2005 10:15 To: user@struts.apache.org Subject: Problem rendering internation

RE: BeanUtils.populate error

2005-06-15 Thread Marco Mistroni
Hello, This is too little info :-) Apparently, you are trying to copy two properties which have same name but Different type... Regards marco -Original Message- From: Jan Ziniewicz [mailto:[EMAIL PROTECTED] Sent: 15 June 2005 14:07 To: user@struts.apache.org Subject: Bea

RE: [To sum it up] Re: Confused / one little question

2005-06-15 Thread Marco Mistroni
Hello all, Sorry to get into this thread so late... Since I have same view as Daniel about Hibernate/EJBs, I wanted to ask one additional question, since right now I am using EJBs.. Now, EJBs have some features that let the coder concentrate only On the business logic instead of dealing, f

problem with indexed property and logic:iterate

2005-06-14 Thread Marco Mistroni
Hello all, I have a DynaActionForm with two properties of type String[], one named priorities and the other named owner I am having problem in displaying their value in my jsp using logic:iterate My JSP is as follows

RE: Spooky Tiles problem

2005-06-07 Thread Marco Mistroni
Hello, I had similar problem in the past... Do you have any request attributes /session attributes /appcontext attributes That you are using in that page? Regards marco -Original Message- From: andy wix [mailto:[EMAIL PROTECTED] Sent: 07 June 2005 11:08 To: user@struts.a

RE: How to run an action automatically like thread ?

2005-05-26 Thread Marco Mistroni
Hello, I agree with this comment. >Quartz (http://www.opensymphony.com/quartz/) is a job scheduling system >which sounds like it could help you out. Data is udated every 10 min, and when you access your jsp you will have The most recent data.. But I can't say more since I don't know what

RE: sTRUTS 1.3 - chain flow /again

2005-05-25 Thread Marco Mistroni
d regards marco -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 23 May 2005 14:10 To: Marco Mistroni; 'Struts Users Mailing List'; 'Frank W. Zammetti' Subject: RE: sTRUTS 1.3 - chain flow / complex app Marco wrote: >Does Shale use cha

RE: sTRUTS 1.3 - chain flow / solved

2005-05-24 Thread Marco Mistroni
marco -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 23 May 2005 23:42 To: Marco Mistroni Cc: 'Struts Users Mailing List' Subject: Re: sTRUTS 1.3 - chain flow / solved Sorry I didn't respond sooner Marco, Fantastic work! I haven't had a chance

RE: Antwort: RE: howto redirect to login site after session expiration?

2005-05-23 Thread Marco Mistroni
Hello, >container. I just want to say, if your session expired, go to page xyz. >BTW: how can I determine via the API if a session expired? Is it possible >at all? I m not 100% sure, but will an HttpSessionListener help here? Regards Frank "Marco Mistroni"

RE: howto redirect to login site after session expiration?

2005-05-23 Thread Marco Mistroni
Hello, Can't you use a ServletFilter that checks if user is in the session? If it is not you will redirect the request to your loginpage. Regards marco -Original Message- From: Frank Ratzlow [mailto:[EMAIL PROTECTED] Sent: 23 May 2005 11:18 To: user@struts.apache.org Subj

RE: sTRUTS 1.3 - chain flow / complex app

2005-05-23 Thread Marco Mistroni
Hello all, >It's interesting to have some more complex use cases to test the >chain model against... I would offer my app as 'guinea pig' for complex cases :-) Currently it's a small app that manage my own 'expenses' (I have a mysql as backend and jboss 3.2.5/tomcat 5.5 as app server)to see Wha

RE: sTRUTS 1.3 - chain flow / solved

2005-05-23 Thread Marco Mistroni
Hello, Looks like I found a way to make it work! :-) I have submitted the code to Frank..surely he'll find way to optimize it.. For now, I had to extend few commands (SelectAction, ValidateActionForm, PopulateActionForm & SelectForward) and I had to rewrite struts chain-config.xml to use my

RE: sTRUTS 1.3 - chain flow

2005-05-20 Thread Marco Mistroni
Hello Joe, Thanx a lot for your reply... >If you have time to try this, let me know -- but I'd be afraid that >if you defined another catalog with the name "struts", it would >overwrite the base "struts" catalog instead of merging with it. If >that's true, then you either must edit the one ch

RE: sTRUTS 1.3 - chain flow

2005-05-20 Thread Marco Mistroni
Hello Joe, >As an aside, I think reveals an unfortunate (though minor) >shortcoming of the basic chain model: either way, you must edit the >struts chain-config.xml in order to use this behavior. I would >prefer if there were a way for users to register their preprocessing >command without ha

RE: sTRUTS 1.3 - chain flow

2005-05-20 Thread Marco Mistroni
Hello Joe, I have read in a sample chain-config.xml that I have downloaded, That RequestProcessor.processPreprocess maps now to 'LookupCommand with optional="true"' Does that mean that, If in my webapp my RequestProcessor.processPreProcess was doing some logic, now I have to put that logi

RE: Struts and XML/XSL

2005-05-18 Thread Marco Mistroni
JSP taglibs (like the ones from struts or JSTL libraries) in your JSP/XML or XSL files? Thanks again - Original Message - From: "Marco Mistroni" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Wednesday, May 18, 2005 12:10 PM Subje

RE: Struts and XML/XSL

2005-05-18 Thread Marco Mistroni
ain! - Original Message - From: "Marco Mistroni" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Wednesday, May 18, 2005 11:32 AM Subject: RE: Struts and XML/XSL > Hello, > >Have you already implemented this solution? > @ my workplac

RE: Struts and XML/XSL

2005-05-18 Thread Marco Mistroni
Hello, >Have you already implemented this solution? @ my workplace we are using together tiles & XML/XSL >Do you know if it will be supported by WAS? Yes it is, in fact we are using WAS 5.1 >Have you a complete but simple sample with struts and XML/XSL? >So, that's mean that I won't have jsp anymor

sTRUTS 1.3 - chain flow

2005-05-17 Thread Marco Mistroni
Hello Joe, I am trying to port an app (Frank Zammetti's strutsws)that was using Struts 1.1 to Struts 1.3. I have a quick question: in which class/method the ActionForm is populated with parameters from request? Thanx and regards marco ---

user@struts.apache.org

2005-05-16 Thread Marco Mistroni
Hello all, I have a question regarding bean:message I have a page where I need to display a message with some Dynamc parameters, and I would be able to 'internationalize' the whole message For example, let's say that my message is Error.comparequantity={0} must be {1} than {2} I would

RE: [OT] RSS w/ JSTL

2005-05-13 Thread Marco Mistroni
Hello, Yes and no In my app I usually read them, store in db, and from a 'module' of app I retrieve them and display them with Struts tags as POJO... I know that does not answer your question, but could you tell me Advantages/disadvantages of the two approaches? Thanx and regards

RE: [FRIDAY] Re: [POLL] What do you use action forms for?

2005-05-13 Thread Marco Mistroni
Hey, I played clarinet 10 years ago... is there space for me? :0 Regards marco -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: 13 May 2005 12:27 To: Struts Users Mailing List Subject: [FRIDAY] Re: [POLL] What do you use action forms for? On 5/13/05,

RE: [POLL] What do you use action forms for?

2005-05-12 Thread Marco Mistroni
you show on the output page? thanx Leon > > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: 12 May 2005 09:05 > To: 'Struts Users Mailing List' > Subject: RE: [POLL] What do you use action forms for? > > > #4 .. > &

RE: [POLL] What do you use action forms for?

2005-05-12 Thread Marco Mistroni
#4 .. > #1 - so I generate them from my POJOs using XDoclet. All the other > frameworks I use (JSF, Spring, Tapestry and WebWork) allow me to use my > POJOs directly. > > Matt > > On May 11, 2005, at 4:02 PM, Michael Jouravlev wrote: > > > Turns out, that my way of using action forms differs

(OT) Acegi & Struts

2005-05-11 Thread Marco Mistroni
Hello all, Sorry for partially off-topic question, but I am looking For some feedback.. Is anyone using (or has used, or plan to use) acegi security system(http://acegisecurity.sourceforge.net/) with Struts? Any feedback? Any recommendations for other security 'systems' to use with struts

RE: Struts 1.3 & custom controller

2005-05-09 Thread Marco Mistroni
Hello all, I have an app that was using strutsws from Frank Zammetti, and I am trying to port it to Struts 1.3.. The current version of strutsws override Struts's result processor, and in particular it overrides those following methods: - processPreprocess - processValidate - processActio

RE: Quartz Scheduler with Struts

2005-05-09 Thread Marco Mistroni
Hello, Wrap your app in a MBean (if you are new to JMX, go for Standard MBean)... But much depends on what you want to do.. You may subscribe to [EMAIL PROTECTED] , you'll find more help .. Regards marco -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sen

RE: Struts 1.3, chain & command configuration / few thoughts..

2005-05-04 Thread Marco Mistroni
Because, if it is so, then I am out of business :-) Regards marco Joe At 10:48 AM +0100 5/4/05, Marco Mistroni wrote: >Hello all, > I am currently using Struts 1.3dev in my application, and I have >recently bothered the list to find a way to configure comm

Struts 1.3, chain & command configuration / few thoughts..

2005-05-04 Thread Marco Mistroni
Hello all, I am currently using Struts 1.3dev in my application, and I have recently bothered the list to find a way to configure commands via Spring. Now, just yesterday, I came across an article (http://www.onjava.com/pub/a/onjava/2005/03/02/commonchains2.html) on how The new RequestProce

RE: Struts 1.3 & custom controller

2005-05-03 Thread Marco Mistroni
I'll be back asking questions :-) Regards Marco PS I have also been 'porting' my old app (written using Struts 1.1) to Struts 1.3/chain..it works just great :-) -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 03 May 2005 16:23 To: Mar

RE: Struts 1.3 & custom controller

2005-05-03 Thread Marco Mistroni
Marco -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 03 May 2005 14:40 To: Marco Mistroni Cc: 'Struts Users Mailing List' Subject: Re: Struts 1.3 & custom controller Hi Marco, You are correct, the custom controller is at the heart of strutsws. I

Struts 1.3 & custom controller

2005-05-03 Thread Marco Mistroni
Hello all, I have downloaded strutsws by Frank Zammetti, which Enables struts app to be exposed as a webservice.. It uses a custom controller(pls frank correct me if I m wrong) that Detects if request is an XML request...customizing then output so that it Will be an XML response that matche

Xdoclet & Struts modules

2005-04-28 Thread Marco Mistroni
Hello all, Is anyone aware of XDoclet plugins for dealing with Struts modules? Let me clarify better issue.. If I am correct, with Struts modules you can have multiple 'struts configuration files', one for each module in your app. As far as I know, with xdoclet you can build 1 struts-confi

RE: problem with Tiles & Struts 1.3 / Found exception stack Trace /apologies

2005-04-28 Thread Marco Mistroni
problem.. Again, apologies, everything is working just fine.. Regards marco -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 27 April 2005 15:34 To: Marco Mistroni; 'Struts Users Mailing List' Subject: RE: problem with Tiles & Struts 1.3 / Found exce

RE: problem with Tiles & Struts 1.3 / Found exception stack Trace

2005-04-27 Thread Marco Mistroni
1.1. does not work with Tiles 1.3 Thanx and regards marco -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 27 April 2005 14:10 To: Marco Mistroni; user@struts.apache.org Subject: RE: problem with Tiles & Struts 1.3 / Found exception stack Trace Jus

RE: problem with Tiles & Struts 1.3

2005-04-27 Thread Marco Mistroni
http://svn.apache.org/builds/struts/maven/nightly/ -Original Message- From: ziggler [mailto:[EMAIL PROTECTED] Sent: 27 April 2005 09:09 To: Struts Users Mailing List Subject: Re: problem with Tiles & Struts 1.3 where is struts1.3? On 4/27/05, Marco Mistroni <[EMAIL PROTECTED]

RE: problem with Tiles & Struts 1.3 / Found exception stack Trace

2005-04-27 Thread Marco Mistroni
Hello all, I found exception stack trace for problem mentioned.. Will it 'enlighten' my problem? I have moved my application from Struts 1.1 to Struts 1.3, and I am currently experiencing problems With Tiles. Attached are all the files that I was using with Struts 1.1. and the app

problem with Tiles & Struts 1.3

2005-04-27 Thread Marco Mistroni
Hello all,     I have moved my application from Struts 1.1 to Struts 1.3, and I am currently experiencing problems With Tiles. Attached are all the files that I was using with Struts 1.1. and the application worked just fine. I am afraid I don’t have exception stack trace (I had

RE: Struts 1.3 & DispatchAction. command question

2005-04-22 Thread Marco Mistroni
Hello, In a scenario where I am using a DispatchChainAction Where I have n methods, what could be good strategy to use With Commons-Chain? 1) 1 command per method 2) 1 command for all method, where I pass a parameter saying what I want to do? Anyone has any idea? Thanx and regards

RE: Struts 1.3: retrieving commands dynamically from Action

2005-04-22 Thread Marco Mistroni
lto:[EMAIL PROTECTED] Sent: 22 April 2005 14:28 To: Marco Mistroni; 'Struts Users Mailing List' Subject: Re: Struts 1.3: retrieving commands dynamically from Action Marco: I'm not quite sure what you find distasteful about how dispatch action is working; is it simply that you th

  1   2   3   >