Re: Rtf Templating

2011-02-07 Thread Angelo zerr
Hi Nick, I don't know the complexity of your report you want manage, but there is http://rtftemplate.sourceforge.net/ With RTFTemplate you can create your model with MS Word and use Velocity syntax with MERGEFIELD to set your field name. RTFTemplate provides a macro http://rtftemplate.sourceforge.

Re: Rtf Templating

2011-02-07 Thread Frans Thamura
use the jasper with doc . it is rtf CMIIW On Tue, Feb 8, 2011 at 11:49 AM, Nick Broadhurst wrote: > Hi Folks, > > A client provided me with a bunch of documents to serve up to users through > the browser with fields populated from DB, some PDFs and some RTF/Word > docs. > I have the PDFs handl

Rtf Templating

2011-02-07 Thread Nick Broadhurst
Hi Folks, A client provided me with a bunch of documents to serve up to users through the browser with fields populated from DB, some PDFs and some RTF/Word docs. I have the PDFs handled beautifully with iText, but was wondering if they are any options (open-source) for the RTF/Word docs? I found

Bug Fix: s:radio does not select the right option (any option)

2011-02-07 Thread John Dondapati
Hello, If you are breaking your head like me to see why the appropriate radio button is not selected, this might help you. FYI, I am using the simple theme. My s:radio tag : Note: answers is a HashMap 1. Create a new theme. Read more here

RE: JSON Property

2011-02-07 Thread Jose Luis Martinez Avial
never mind, it can be avoided with the attribte escapeXml='false' in the tag. -Original Message- From: Jose Luis Martinez Avial Sent: Monday, February 07, 2011 2:43 PM To: 'Struts Users Mailing List' Subject: RE: JSON Property Question, the tag is writing the quotes as ", so I'm getting

RE: JSON Property

2011-02-07 Thread Jose Luis Martinez Avial
Question, the tag is writing the quotes as ", so I'm getting something like this: var distributionListContent = {"identifier":"idDistributionList","items":[{"dateCreated":"2011-01-08T15:38:25","distributionListName":"EDP\/SPR","idDistributionList":"3"}],"label":null}; How can I avoid that? ---

RE: JSON Property

2011-02-07 Thread Jose Luis Martinez Avial
That was the problem. I hadn't included the jstl library. It works fine now. Thanks!! -Original Message- From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] Sent: Monday, February 07, 2011 1:15 PM To: Struts Users Mailing List Subject: Re: JSON Property The right url should

RE: Struts2 - JasperReport Plugin - Subreport Problem

2011-02-07 Thread @rju
hi you should add the class of that phones field as "org.apache.struts2.views.jasperreports.ValueStackDataSource" instead of "java.lang.String". it will solve ur problem. but my problem is i am unable to find the populated list in the sub report. am using ireport 3.7.0 but in the example proje

Re: JSON Property

2011-02-07 Thread Maurizio Cucchiara
The right url should be http://java.sun.com/jsp/jstl/core, http://java.sun.com/jstl/core is the old one. Did you include the jstl library? On 7 February 2011 19:12, Biesbrock, Kevin wrote: > Excuse me, I Google searched "jstl taglib"... > > > Beez > r 5347 > > -Original Message- > From:

RE: JSON Property

2011-02-07 Thread Biesbrock, Kevin
Excuse me, I Google searched "jstl taglib"... Beez r 5347 -Original Message- From: Jose Luis Martinez Avial [mailto:jlmarti...@pb-santander.com] Sent: Monday, February 07, 2011 12:56 PM To: Struts Users Mailing List Subject: RE: JSON Property Hello, I'm trying to use this combination

RE: JSON Property

2011-02-07 Thread Biesbrock, Kevin
I google searched "jstl" and clicked on the first link to find: <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> Beez -Original Message- From: Jose Luis Martinez Avial [mailto:jlmarti...@pb-santander.com] Sent: Monday, February 07, 2011 12:56 PM To: Struts Users Mailing L

RE: JSON Property

2011-02-07 Thread Jose Luis Martinez Avial
Hello, I'm trying to use this combination of tags to convert to JSON, but it seems I have some problems with the TLD. I'm getting the following error: manageDocuments.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were erro

RE: De-serialize JSON to Action

2011-02-07 Thread Jose Luis Martinez Avial
Actually, the plugin works just fine. It maps correctly each item to a bean, so I don't need to user List, just List, and it works correctly. -Original Message- From: Harsh C [mailto:hchau...@gmail.com] Sent: Monday, January 31, 2011 11:43 PM To: Struts Users Mailing List Subject: Re: De-

Re: Usage of ActionProxy Class

2011-02-07 Thread Nuwan Arambage
I have seen it but I forget to read the explanation mentioned below the image. Now I have got the point what ActionProxy class suppose to do and how it interacts with ActionInvocation to provide the execution environment. Cheers !! :) On Mon, Feb 7, 2011 at 2:27 PM, Maurizio Cucchiara wrote: > M

Re: Usage of ActionProxy Class

2011-02-07 Thread Maurizio Cucchiara
Maybe a big picture of general idea give you the right answer. Have you ever seen this [1]? [1] https://cwiki.apache.org/confluence/display/WW/Big+Picture On 7 February 2011 08:51, Brajesh Patel wrote: > nothing is stupid because you have question so you are asking and after > answer of this que