Re: problems using tiles with struts 2

2009-05-14 Thread manub
gt; http://www.manning.com/wannemacher > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > Using Struts 2.1.6 and

Re: problems using tiles with struts 2

2009-05-12 Thread Wes Wannemacher
On Tuesday 12 May 2009 11:54:35 am Lukasz Lenart wrote: > 2009/5/12 manub : > > Yes, I'm behind a proxy. How to disable that functionality? Thanks in > > advance. > > Sorry, no idea. It's related to Digester itself, try to look in that > direction. > > If I remember correctly, this problem is rela

Re: problems using tiles with struts 2

2009-05-12 Thread Antonio Petrelli
2009/5/12 manub : > I got a strange error when I try to develop a simple blank Struts2 > Application with Tiles support. The strangest thing is that this > application, without any modify, works on another PC. Versions of Struts and Tiles, please. Antonio

Re: problems using tiles with struts 2

2009-05-12 Thread Lukasz Lenart
2009/5/12 manub : > Yes, I'm behind a proxy. How to disable that functionality? Thanks in > advance. Sorry, no idea. It's related to Digester itself, try to look in that direction. Regards -- Lukasz http://www.lenart.org.pl/ -

Re: problems using tiles with struts 2

2009-05-12 Thread manub
> > > Yes, I'm behind a proxy. How to disable that functionality? Thanks in advance. -- View this message in context: http://www.nabble.com/problems-using-tiles-with-struts-2-tp23499528p23500811.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: problems using tiles with struts 2

2009-05-12 Thread Lukasz Lenart
2009/5/12 manub : > Anyone can suggest me how to handle this? XML parser is trying to connect over the Internet to validate XML base on DTD, do you have proxy in use? It was possible to disable such function and to use local DTD copy instead. Regards -- Lukasz http://www.lenart.org.pl/ ---

problems using tiles with struts 2

2009-05-12 Thread manub
blems-using-tiles-with-struts-2-tp23499528p23499528.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: u

Re: Problems using tiles

2006-07-26 Thread Li
Hi, If you really wanna do that, you can use frame (but tile here becomes meaningless) or you can use ajax with struts, let ajax controls when but rather than what to be refreshed the when here means if should fulfill certain conditions On 7/26/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote:

Re: Problems using tiles

2006-07-26 Thread Antonio Petrelli
Pankaj Gupta ha scritto: Hi All, I am facing some problems with tiles usage. Can you please help. 1.) I have 3 different JSP's displayed as 3 tile components. Is it possible that the three JSPs be refreshed independently of others? 2.) If this is not possible what is the alternative approach

Problems using tiles

2006-07-26 Thread Pankaj Gupta
Hi All, I am facing some problems with tiles usage. Can you please help. 1.) I have 3 different JSP's displayed as 3 tile components. Is it possible that the three JSPs be refreshed independently of others? 2.) If this is not possible what is the alternative approach. regards, Pankaj --

Re: Problems using Tiles with Modules

2005-02-08 Thread Christian Hesse
Hi all! I solved the problem on my own: Because I have to use struts 1.0 and contextRelative and module are not available, I have overloaded the Class vor the Image-Tag and now it works. Bye Christian "Struts Users Mailing List" schrieb am 07.02.05 17:39:47: > > Hi all! > > I have a very

Problems using Tiles with Modules

2005-02-07 Thread Christian Hesse
Hi all! I have a very big problem with using Tiles with modules. I have the following project-Structure: /WebContent /WebContent/Images /WebContent/Layout /WebContent/MyModule with some parts with modules and some without. I am using a central layout.jsp out of the /WebContent/Layout-Directory