Re: how to prevent stretching of detail tab in IReport

2011-03-11 Thread @rju
no problem sir i got it. if we placed parameters in the summary tab then it wont stretch the detail tab like that. -- View this message in context: http://old.nabble.com/Integrate-JasperReports-into-a-Struts2-web-application-tp23479814p31130655.html Sent from the Struts - User mailing list archi

Re: RE: Re : Re : ModelDriven & Hibernate Entities

2011-03-11 Thread Burton Rhodes
I think your fix sounds logical. My true knowledge of the @Transactional annotation isn't that great although I use it quite a bit (yikes), so this suggestion may be way off base but would setting the code inside your pre-result or post-result inteceptor as @Transactional(propagation = Propaga

Re: how to prevent stretching of detail tab in IReport

2011-03-11 Thread Dave Newton
I'd recommend approaching the Jasper Reports and/or iReport lists/forums for questions regarding Jasper Reports/iReport. Dave On Fri, Mar 11, 2011 at 12:42 AM, @rju wrote: > > hi Dave > how ru. > am facing a problem sir. here am attaching a pdf of jasper report and jrxml > file. In that detail t

Unable to pass a date as a parameter a action

2011-03-11 Thread Jainitya
Hi I have to pass a parmeter to action Now the Problem is : this code is unable to call the action"DailyShopStockChart" //Output URL on web:/LSMS/DailyShopStockChart.action?date=2011-01-01 if i remoove the {} I am able to call the action. //Output URLon web:/LSMS/DailyShop

Re : Re : url question

2011-03-11 Thread François Rouxel
it would be helpfull if you tell how to do it right . it was the purpose of my first mail, I asked for help. :-) Francois Rouxel - Message d'origine De : Dave Newton À : Struts Users Mailing List Cc : François Rouxel Envoyé le : Ven 1

Re: Re : url question

2011-03-11 Thread Dave Newton
On Fri, Mar 11, 2011 at 11:20 AM, François Rouxel wrote: > that's a pity that a great mvc like struts does not provide that kind of > service... :-( It can; you weren't doing it right. Struts has the ability to dispatch to arbitrary resources, and the use of OGNL to create the dispatch target pr

Re : url question

2011-03-11 Thread François Rouxel
great thx so much I'm gonna try it right now that's a pity that a great mvc like struts does not provide that kind of service... :-( Francois Rouxel - Message d'origine De : Aner Perez À : user@struts.apache.org Envoyé le : Ven 11 m

RE: RE: Re : Re : ModelDriven & Hibernate Entities

2011-03-11 Thread CRANFORD, CHRIS
Burton - I continued to dig around the code yesterday despite my frustration with the situation in not being able to find a way to make all this work. It just didn't seem right that this wouldn't work IMO. After turning on Spring's DEBUG and watching the transaction management statements happ

Re: url question

2011-03-11 Thread Aner Perez
In the past I've found that UrlRewriteFilter (http://www.tuckey.org/urlrewrite/) is a very simple and flexible way to achieve this no matter what MVC framework you are using. - Aner On 03/10/2011 08:59 PM, fr Rouxel wrote: Hi guys, I need your help, at least your expertise... My site

Re: Code Help:CRUD example

2011-03-11 Thread Dave Newton
Please consider using a service like pastebin or whatever so the line numbers actually make sense when we look at it. I have no idea which line 92 is. This code: List loadDomainType = DomainDAO.loadDomainType(); dtList=loadDomainType; confuses me; couldn't you just say: dtList = DomainDAO.loadD

RE: Re : Re : ModelDriven & Hibernate Entities

2011-03-11 Thread Martin Gainty
he makes the accusation that Struts ParametersInterceptor specifically flushes session data to (DB) repository but this is not the case com.opensymphony.xwork2.interceptor.ParametersInterceptor (contents): @Override public String doIntercept(ActionInvocation invocation) throws Exception

Re: Code Help:CRUD example

2011-03-11 Thread JavaNoobie
The Jsp file to the same is as follows. http://old.nabble.com/file/p31124495/newjsp.txt newjsp.txt JavaNoobie wrote: > > Hi All, > This is in following to my previous message . > I have developed a small CRUD example using struts 2 . But when I try to > run the same it throws an error (Null poi

Code Help:CRUD example

2011-03-11 Thread JavaNoobie
Hi All, This is in following to my previous message . I have developed a small CRUD example using struts 2 . But when I try to run the same it throws an error (Null pointer exception).. The exception stack trace is as follows. Inside AddDomain java.lang.NullPointerException at com.vivek.s