Re: Using tiles 2 with struts 1

2008-10-14 Thread Yannick Haudry
On Mon, Oct 13, 2008 at 6:27 PM, Lance Java <[EMAIL PROTECTED]> wrote: >> 2. Use (and probably fix) the Struts 1/Tiles 2 plugin: > This is what I'm after... thanks! I'm kind of in the same situation as you Lance. I've completed the migration to Tiles2 (struts1.3, Tiles2.0.6, struts/tiles2-plugin-sn

Re: Struts 2 + tiles + displaytag export = firefox hang or exception

2008-09-21 Thread Yannick Haudry
Hi all, This thread is almost one year old but I'm facing the exact same issue ! http://www.mail-archive.com/user@struts.apache.org/msg68104.html Does anyone know how to solve it ? Thanks Yannick On Wed, Oct 17, 2007 at 11:08 AM, Giovanni Azua <[EMAIL PROTECTED]> wrote: > hi All, > > Anyone has

Re: Passing dynamic parameters to javascript function inside href link

2007-09-10 Thread Yannick Haudry
you probably have to include the whole expression within your expression element, for instance: '>value should work, but a bit ugly ;-) maybe it looks nicer using jstl ! var Hope it helps Yannick On 9/10/07, Anna Simbirtsev <[EMAIL PROTECTED]> wrote: > Hello > > I am trying to pass the val

Re: Filter before Action servlet

2007-04-22 Thread Yannick Haudry
Hi Mahesh, Actually you can do both, filtering before and after the Action servlet, this only depends how you organize your filtering work in the doFilter() method. What will be executed before Action servlet should be before calling chain.doFilter() method and you can if you like have additional

Re: tiles definition in global forward

2007-04-13 Thread Yannick Haudry
I had this issue as well but you can use the built-in ForwardAction class, then using the global forward to map to an action that redirects to your tiles definition. e.g.: Yannick On 4/13/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/4/13, Suman Maity <[EMAIL PROTECTED]>: > H