AjaxUpdateLink and Downloading File

2013-02-21 Thread Raymond NANEON
Hi,I want to use AjaxUpdateLink to download an xml fileHere is the java methodpublic WOActionResults detailProjetXML(){NSData xmlData = EditionsDetailProjets.detailXmlProjets(bindings, sess);ERXResponse erxResp = new ERXResponse();        if (xmlData != null) {            erxResp.setHeader("max

copy and pasting Word Formatted text.

2013-02-21 Thread Theodore Petrosky
I am looking for suggestions. I have a D2W app that has text fields. My users are insistent that they can not be bothered to remove the formats from text that they are copying from their Word documents. Obviously, they end up with Kaka, and of course they accuse me of doing it deliberately beca

Re: copy and pasting Word Formatted text.

2013-02-21 Thread Pascal Robert
TinyMCE have an option to cleanup Word crap. > I am looking for suggestions. I have a D2W app that has text fields. My users > are insistent that they can not be bothered to remove the formats from text > that they are copying from their Word documents. > > Obviously, they end up with Kaka, and

Re: copy and pasting Word Formatted text.

2013-02-21 Thread Theodore Petrosky
was there an example of using this (a podcast maybe). I seem to remember seeing it, I just don't remember where. --- On Thu, 2/21/13, Pascal Robert wrote: > From: Pascal Robert > Subject: Re: copy and pasting Word Formatted text. > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Dat

Re: copy and pasting Word Formatted text.

2013-02-21 Thread Pascal Robert
http://wiki.wocommunity.org/display/documentation/Your+First+D2W+Project http://www.tinymce.com/wiki.php/Plugin:paste > was there an example of using this (a podcast maybe). I seem to remember > seeing it, I just don't remember where. > > --- On Thu, 2/21/13, Pascal Robert wrote: > >> From: P

Re: copy and pasting Word Formatted text.

2013-02-21 Thread Theodore Petrosky
Great, this almost worked out of the gate. I found that if I copied and pasted text that had tabs, the on screen view was beautiful. I checked and the saved data in the postgresql database was fine. However when I passed the text (that contains tabs) to my Jasper report, it screwed the leading.

Re: Problem with Primary Keys (I think)

2013-02-21 Thread Johnny Miller
> I am not sure when using child ECs. Sorry to be vague. > Hopefully someone else recalls hitting this. Looks like I'm out of luck... Is there a way to use wizards without a child editing context? > Chuck > > On 2013-02-20, at 5:06 PM, Johnny Miller wrote: > >> Hi Chuck, >> >> The only lo

ERJGroupsSynchronizer Configuration Question

2013-02-21 Thread Johnny Miller
Hi, I have two apps running on the same host. Same model. Same db. So I have this in both app's properties file: ## (Optional) the JGroups group name to use (defaults to WOApplication.application.name) er.extensions.jgroupsSynchronizer.groupName=MyGroup My question is do I need to set these