RE: Struts 1.x and Strtus2.x With Tiles 2.x

2012-09-05 Thread vsendhil
The issue is resolved. I added struts-taglib-1.3.10.jar and it works fine. Thanks everyone for your support. vsendhil wrote > > I added "struts-tiles2-1.4.0-SNAPSHOT.jar" now and its in classpath as > well, but still getting the same error. :( > > > Shrinivas Parashar wrote >> >> Hi, >> Are

RE: getOutputStream() has already been called for this response

2012-09-05 Thread Martin Gainty
Imagine you are the connector-code Someone has called getOutputStream to write (some Thread Local data) to your HttpServletResponse object then the call to getOutputStream (to the same thread) of HttpServletResponse is called AGAIN Which OutputStream is the connector supposed to write (its Thre

getOutputStream() has already been called for this response

2012-09-05 Thread raghu88
hi to all, please any one help me .i am trying to export some data to excel file...while doing this i am getting following exceptionrecently i was done clustering with jboss and apache...then onwards i am getting this error Here is the stack trace... Servlet.service() for servlet act

Re: Best place to define properties for plugin

2012-09-05 Thread Umesh Awasthi
Thanks Gabriel for the valuable inputs On Wed, Sep 5, 2012 at 7:48 PM, Gabriel Belingueres wrote: > 2012/9/4 Umesh Awasthi : > > I am in process to create a plugin and i need to pass provider class as > > well some other properties to the plugin bean class. > > though i can define them in side t

Re: Best place to define properties for plugin

2012-09-05 Thread Gabriel Belingueres
2012/9/4 Umesh Awasthi : > I am in process to create a plugin and i need to pass provider class as > well some other properties to the plugin bean class. > though i can define them in side the plugin's xml file but want these > properties to be configurable. I know of several ways of doing this: