Re: Sitemesh 3

2014-07-10 Thread Miguel Almeida
Thanks Lukasz! And I hadn't realised that Sitemesh 3 was so recent. On Wed, 2014-07-09 at 20:32 +0200, Lukasz Lenart wrote: > https://issues.apache.org/jira/browse/WW-4356 > > but as always any help is welcome! > > 2014-07-09 20:30 GMT+02:00 Miguel Almeida : > > As I

Sitemesh 3

2014-07-09 Thread Miguel Almeida
temesh and tiles - maybe tiles has a configuration overhead (tiles.xml) which makes sitemesh a bit more simple. Cheers, Miguel

Re: [Idea] Add ability for decorator pattern in Actions

2013-12-02 Thread Miguel Almeida
Picking up on this, which got lost in my inbox... On Tue, 2013-07-16 at 12:09 +0200, Lukasz Lenart wrote: > 2013/7/12 Miguel Almeida : > > I'd like to discuss with you an idea that came up a while ago while > > trying to fulfil this need: > > > > As a d

Re: Work in progress - 2.3.16

2013-11-26 Thread Miguel Almeida
in s2-019, where the disabling of the DMI makes the method="" parameter of the tags unusable. " ? Miguel On Tue, 2013-11-26 at 11:23 +0100, Lukasz Lenart wrote: > 2013/11/26 Volker Krebs : > > Am 26.11.2013 09:27, schrieb Lukasz Lenart: > > > >> 2013/

[Idea] Add ability for decorator pattern in Actions

2013-07-12 Thread Miguel Almeida
ed OriginalAction if it was in the request, but it won't populate originalAction.someRequestParam in DecoratedAction. It would be very interesting to support the Decorator Pattern in Struts actions. What are your thoughts on it? Miguel Almeida

Re: StrutsSpringTransactionalTestCase - possible contribution

2011-11-24 Thread Miguel Almeida
On Thu, 2011-11-24 at 13:09 +0100, Christian Grobmeier wrote: > Hello, > > this one looks interesting (I am not a Struts committer, just to > mention). I will look into it as of interest, because I probably can > use it. > > Anyway the usual way to get patches in is to create an issue here: > ht

StrutsSpringTransactionalTestCase - possible contribution

2011-11-24 Thread Miguel Almeida
akes sense to include this in Struts. If so, feel free to use my contribution. Cheers, Miguel Almeida package org.apache.struts2; import javax.sql.DataSource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationConte

Error in error.flt

2010-11-04 Thread Miguel
Hello, I have a problem and Struts reports an error in one of it's own files: error.ftl. My code throws an exception and then the error.flt throws another exception while trying to print my exception, thus masking mine. I'm posting to dev, because I think it's an struts problem. Thanks for your hel

Re: Stream Result

2009-01-16 Thread Miguel
Si quieres ser más positivo, pierde un electrón Miguel Ruiz Velasco S. On Fri, Jan 16, 2009 at 12:26, Miguel wrote: > Hello, > I have a little problema using a Stream Result. I don't understand how > to write to an InputStream, I've seen the solution using the > StringBu

Stream Result

2009-01-16 Thread Miguel
InputStream is2 = new BufferedInputStream (is); inputStream = is2; exportSvc.exportProject(project, os); return "exportxml"; } } but the data is lost somewhere in the pipes, I think Does anybody know how to make it work? Thanks Si quieres ser más positivo, pierde un elect

Re: Struts2 and joda-time

2008-12-19 Thread Miguel
) { this.start = new DateTime( start) ; } Si quieres ser más positivo, pierde un electrón Miguel Ruiz Velasco S. On Wed, Dec 17, 2008 at 09:46, Brian Pontarelli wrote: > Date is pretty much deprecated except for a way to carry a long primitive > around because of the TZ and conve

Re: Struts2 and joda-time

2008-12-16 Thread Miguel
code), i have used it, but i don't know if I'm using it properly Si quieres ser más positivo, pierde un electrón Miguel Ruiz Velasco S. On Tue, Dec 16, 2008 at 16:49, Dave Newton wrote: > --- On Tue, 12/16/08, Andreas Joseph Krogh wrote: >> Anyone else needing this, or am I

Re: [PROPOSAL] Deprecate or remove Dojo plugin

2008-07-21 Thread Miguel
I have some code using jquery that submits a form using jquery and fits the returned result in a target div, and a A tag that does the same. Both codes don't have topics or any other sofistication. In fact, using jquery is a breeze (and i feel dojo an *extremely* complicated thing). Making the jque

Re: dojo plugin

2008-07-10 Thread Miguel
quieres ser más positivo, pierde un electrón Miguel Ruiz Velasco S. On Thu, Jul 10, 2008 at 2:00 PM, Struts Two <[EMAIL PROTECTED]> wrote: > One issue with Dojo 0.4 that comes with framwork is its lack for > accessiblity, however; Version 1+ adds this capability.I know in my company &

dojo plugin

2008-07-10 Thread Miguel
in the js stuff. >From the posts i've seen musachy i think takes care of that; may be we could coodinate the work? Any pointer would be appreciated. Thanks Si quieres ser más positivo, pierde un electrón Miguel Ruiz Velasco S.

Re: Custom RequestProcessor

2006-05-25 Thread Miguel Galves
Niall, the className parameter its just what I was looking for. I think the name could be a little more intuitive, like configClassName, or something like that. Now its working. Thanks for your help. Regards, Miguel On 5/25/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 5/25/06,

Re: Custom RequestProcessor

2006-05-25 Thread Miguel Galves
aTilesRequestProcessor but you're asking it to be set in utilities.MyTilesRequestProcessor > -Original Message- > From: Miguel Galves [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 25, 2006 2:47 PM > To: dev@struts.apache.org > Subject: Custom RequestProcessor > > >

Custom RequestProcessor

2006-05-25 Thread Miguel Galves
eads.ThreadPool$ControlRunnable.run( ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) I just can't find any documentation about how to configure the processor properly. Do I have to write a custom ModuleConfig with my parameters ? Can somebody help me ? -- Miguel Galves - Engenhe