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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo