Re: [5.4] Multi Page Form

2013-11-15 Thread Thiago H de Paula Figueiredo
On Fri, 15 Nov 2013 17:38:21 -0200, Matthias wrote: Hi, I'd like to create a multi page form. Something like this: http://www-10.lotus.com/ldd/pfwiki.nsf/E06D910022D5E2E2852578D2005ACCDF/%24file/MultiPageForm.jpg But I'm unsure whats the best approach with tapestry is. I tried to use Blo

Re: domain change with path added

2013-11-15 Thread Thiago H de Paula Figueiredo
On Fri, 15 Nov 2013 17:39:32 -0200, Alexander Sommer wrote: Hi! Hi! I was moving my tapestry application on another server from domain to domain/production, and now, my custom made sitemap viewer does not generate appropriate urls anymore. (the normal tapestry page links are working wel

Re: [5.4] Multi Page Form

2013-11-15 Thread Nicolas Barrera
Hi, I 've never done something like that but perhaps you could find some inspiration in http://jumpstart.doublenegative.com.au/jumpstart/ check these examples which are related to multi-page forms: Wizard Using Form Fragments

Re: domain change with path added

2013-11-15 Thread Bård Magnus Kvalheim
Hi Alex Could you be missing to add contextpath when generating the url? http://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/1.6/api/javax/servlet/http/HttpServletRequest.html#getContextPath() If the app was previously deployed in 'ROOT' context then the contextpath was - well - empt

domain change with path added

2013-11-15 Thread Alexander Sommer
Hi! I was moving my tapestry application on another server from domain to domain/production, and now, my custom made sitemap viewer does not generate appropriate urls anymore. (the normal tapestry page links are working well - so the application in general is working well) but not my custom si

[5.4] Multi Page Form

2013-11-15 Thread Matthias
Hi, I'd like to create a multi page form. Something like this: http://www-10.lotus.com/ldd/pfwiki.nsf/E06D910022D5E2E2852578D2005ACCDF/%24file/MultiPageForm.jpg But I'm unsure whats the best approach with tapestry is. I tried to use Blocks, but I'm not to happy with it. It would be great if the

RE: JSP CODE to Tapestry Code convertor

2013-11-15 Thread Athneria, Mahendra
Thanks Thiago for your comment and suggestion. If no choice then we have to do it manually :-) Regards, Mahendra Athneria -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Friday, November 15, 2013 6:10 PM To: Tapestry users Subject: Re: JSP CODE

Re: JSP CODE to Tapestry Code convertor

2013-11-15 Thread Thiago H de Paula Figueiredo
On Fri, 15 Nov 2013 05:13:55 -0200, Athneria, Mahendra wrote: Hi All, Hi! I have one application in JSP and I would like to convert it to Tapestry5. Just wanted to know that is there any code convertor toll which converts the JSP code into Tapestery5?? Or can we create such a code con

Re: Turn off HTML encoding

2013-11-15 Thread Bob Harner
Sounds like you need to use the OutputRaw component On Nov 15, 2013 3:18 AM, "Nathan Quirynen" wrote: > > Hi, > > Tapestry automatically encodes HTML like < to < , which is nice as a > part of XSS prevention. But we also have some own javascript components > where this doesnt happen automatically

Turn off HTML encoding

2013-11-15 Thread Nathan Quirynen
Hi, Tapestry automatically encodes HTML like < to < , which is nice as a part of XSS prevention. But we also have some own javascript components where this doesnt happen automatically (JSON data). Is it possible to disable this encoding, so I can just do the encoding myself at the moment of data