Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-26 Thread Dimitri Valdin
Ted, tnanks for your reply. This action was just an idea from me. I haven't thought about including it into the struts stuff. Nevertheless I am pleased if it happens and somebody find it usefull. Dmitri Valdin Datum: 24.11.2001 17:32 An:Struts Developers List <[EMAIL PROT

Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-20 Thread Dimitri Valdin
>I just don't feel that struts-config is the appropriate place to deal with >those kinds of mappings as they are very concrete to the "action". A matter >of preference, I suppose. >Is that a fair enough summary? Sure. >I still like my design better! :) But yours works and certainly is a viab

Re: Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-20 Thread Erik Hatcher
so - they will just be a refactoring and split of the one I already submitted. Erik - Original Message - From: "Dimitri Valdin" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 5:17 AM Subject: Antwort: R

Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-20 Thread Dimitri Valdin
sorry, I have really misunderstood the DispatchAction. Thank's Erik for pointing it out. In case of MultiSubmitAction working with DispatchAction, the solution would be: Dmitri Valdin -- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Inf

Re: Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-19 Thread Erik Hatcher
> buttons.add & buttons.delete have to be defined, which is not obvious for somebody > who does not take care about internationalization. In fact I would define the > resources in any case. But what about images ? How do you want to handle them ? For images I would put the image name in Applicati

Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-19 Thread Dimitri Valdin
Erik, >I don't understand what you mean by application properties playing a role. >How so? buttons.add & buttons.delete have to be defined, which is not obvious for somebody who does not take care about internationalization. In fact I would define the resources in any case. But what about image

Re: Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-16 Thread Erik Hatcher
d documentation confusion. What do others think about these proposed additions? Would they meet everyone's needs? Thanks, Erik - Original Message - From: "Dimitri Valdin" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent:

Antwort: Re: [SUBMIT] LookupDispatchAction - how to handle multiple html:submit buttons

2001-11-15 Thread Dimitri Valdin
Yet another approach would be to use an image tag: and check parameter in action: if (request.getParameter("lock.x") != null) { // decide what to do // 1) either return mapping.findForward("lock"); // with declared in struts-config // (this results in perfor