RE: HTTPS enabled Application

2014-01-15 Thread Athneria, Mahendra
ation) { configuration.add(MetaDataConstants.SECURE_PAGE, true); } Assuming tapestry 5.3.7 but as far as i remember it was the same in 5.2. Cheers, Dragan Sahpaski On Wed, Jan 15, 2014 at 1:49 PM, Athneria, Mahendra < mahendra.athne...@atos.net> wrote: > Hi Dragan, > > Thanks for your re

RE: HTTPS enabled Application

2014-01-15 Thread Athneria, Mahendra
HTTP Tapestry will do automatic redirect to HTTPS > > > > On Wed, Jan 15, 2014 at 4:02 PM, Athneria, Mahendra < > mahendra.athne...@atos.net> wrote: > > > Hi Dmirty, > > > > Thanks for your reply. I have already made the full application > > secur

RE: HTTPS enabled Application

2014-01-15 Thread Athneria, Mahendra
om: Dmitry Gusev [mailto:dmitry.gu...@gmail.com] Sent: Wednesday, January 15, 2014 5:20 PM To: Tapestry users Subject: Re: HTTPS enabled Application Try putting @org.apache.tapestry5.annotations.Secure annotations on your pages. On Wed, Jan 15, 2014 at 3:02 PM, Athneria, Mahendra < mahendra.athn

HTTPS enabled Application

2014-01-15 Thread Athneria, Mahendra
Hi, I am facing issue related to HTTPS in tapestry. My tomcat server is HTTPS enabled. When I try to access the login page of my tapestry application I got below message. "Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to a

RE: Loving the eclipse-tapestry5-plugin

2013-12-03 Thread Athneria, Mahendra
I am not able to download it from Eclipse. Is there any other way to install it on Eclipse?? Regards, Mahendra Athneria -Original Message- From: Michael Dukaczewski [mailto:m.dukaczew...@tu-bs.de] Sent: Tuesday, December 03, 2013 6:56 PM To: users@tapestry.apache.org Subject: Re: Loving

RE: JSP CODE to Tapestry Code convertor

2013-11-15 Thread Athneria, Mahendra
to Tapestry Code convertor 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

JSP CODE to Tapestry Code convertor

2013-11-14 Thread Athneria, Mahendra
Hi All, 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 convertor which can do the same?? Need your valuable input. Regards, Mahendr

RE: default focus issue in tml page

2013-06-19 Thread Athneria, Mahendra
08:56:57 -0300, Athneria, Mahendra wrote: > Hi, Hi! Have you tried using autofocus="false" in the Form component? > > I am facing weird issue on my tapestry page. > > On page I have three fields. > > 1st - select box -> tabindex is 1 and t:validate="req

default focus issue in tml page

2013-06-19 Thread Athneria, Mahendra
Hi, I am facing weird issue on my tapestry page. On page I have three fields. 1st - select box -> tabindex is 1 and t:validate="required" 2nd - textfield -> tabindex is 2 and t:validate="required" 3rd - textfield -> tabindex is 3 and t:validate="required" When my page gets load default focus is

RE: multiple select

2013-04-25 Thread Athneria, Mahendra
It will help you https://wiki.apache.org/tapestry/Tapestry5MultipleSelectOnObjects -Original Message- From: John [mailto:j...@quivinco.com] Sent: Thursday, April 25, 2013 4:37 PM To: users@tapestry.apache.org Subject: multiple select Hi, Is there a neat way to have a multiple select co

Progress bar component in Tapestry5

2013-01-30 Thread Athneria, Mahendra
Hi All, I have to implement Progress bar in my project. I don't know whether Progress Bar is a component in tapestry or not. Could someone help me if they have any idea how to implement Progress bar in Tapestry? Regards, Mahendra

Difference between tapestry “Element” and “Component”

2012-12-20 Thread Athneria, Mahendra
Hi, Can someone explain me the difference between Tapestry “Element” and “Component”? I got this from the tapestry site(http://tapestry.apache.org/component-templates.html) “There are a certain number of Tapestry elements, listed below, that act as template directives; beyond that, any elemen

RE: New to tapestry- please help

2012-12-06 Thread Athneria, Mahendra
http://jumpstart.doublenegative.com.au/jumpstart/ Enjoy :-) -Original Message- From: Emmanuel Sowah [mailto:eso...@gmail.com] Sent: Thursday, December 06, 2012 7:34 PM To: users@tapestry.apache.org Subject: New to tapestry- please help Hi guys, I'm new to tapestry. Could someone please

RE: Which phase of page lifecycle will not occur when we access page 2nd time?

2012-11-21 Thread Athneria, Mahendra
@PageDetached can wait on the wall for 5.4 and be fully restored or fully removed in 5.5. On Wed, Nov 21, 2012 at 1:33 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 21 Nov 2012 05:07:19 -0200, Athneria, Mahendra < > mahendra.athne...@atos.net> wrote:

RE: Which phase of page lifecycle will not occur when we access page 2nd time?

2012-11-21 Thread Athneria, Mahendra
page lifecycle will not occur when we access > page 2nd time? > > On Wed, 21 Nov 2012 05:07:19 -0200, Athneria, Mahendra > wrote: > >> Hi, > > Hi! > >> I have one question regarding the Page life cycle. >> >> When we are accessing the page very

RE: Which phase of page lifecycle will not occur when we access page 2nd time?

2012-11-21 Thread Athneria, Mahendra
time? On Wed, 21 Nov 2012 05:07:19 -0200, Athneria, Mahendra wrote: > Hi, Hi! > I have one question regarding the Page life cycle. > > When we are accessing the page very first time then it will follow below > life cycle. @PageLoaded. As Lance said @PageAttached and @PageDet

RE: Which phase of page lifecycle will not occur when we access page 2nd time?

2012-11-21 Thread Athneria, Mahendra
Hi Lance Java, I am still not clear. Could you please explain the same or give me some link to clarify my doubt? Regards, Mahendra -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Wednesday, November 21, 2012 2:13 PM To: users@tapestry.apache.org Subject: Re

RE: Coercion exception in loop for Map

2012-10-21 Thread Athneria, Mahendra
With loop use formState property to get rid of below exception. Hope it will solve your issue. Regards, Mahendra -Original Message- From: rosecorp [mailto:rosecorp.soluti...@gmail.com] Sent: Saturday, October 20, 2012 2:07 AM To: users@tapestry.apache.org Subject: Coercion exc

activation context method

2012-09-06 Thread Athneria, Mahendra
Hi, I am facing a weird problem related to the activation method of page. I have three pages named as, Page1, Page2 & Page3. In Page1, I have two activation methods. @OnEvent(value = EventConstants.ACTIVATE) public void activateFromDetails(String contractNumber, String pageName) {

RE: How to split up components in a tapestry page

2012-09-06 Thread Athneria, Mahendra
Do one thing. Create only one layout and that layout contain those four components. Now that layout you can use in the pages. Is it clear to you? Regards, Mahendra -Original Message- From: karthi [mailto:rathinasamy@snovabits.net] Sent: Thursday, September 06, 2012 1:06 PM To: use

RE: onUnload method from AfterRender

2012-09-04 Thread Athneria, Mahendra
Thanks Lance, I'll check whether it works or not. -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Tuesday, September 04, 2012 1:23 PM To: users@tapestry.apache.org Subject: Re: onUnload method from AfterRender Don't use window.unload directly as prototype/jq

RE: When to use SetupRender and PageAttached methods

2012-08-28 Thread Athneria, Mahendra
[mailto:thiag...@gmail.com] Sent: Tuesday, August 28, 2012 5:36 PM To: Tapestry users Subject: Re: When to use SetupRender and PageAttached methods On Tue, 28 Aug 2012 06:48:18 -0300, Athneria, Mahendra wrote: > Hi, Hi! > I am confused about when to use SetupRender and PageAttached meth

When to use SetupRender and PageAttached methods

2012-08-28 Thread Athneria, Mahendra
Hi, I am confused about when to use SetupRender and PageAttached methods. I know that PageAttached methods comes in Page Lifecycle and SetupRender methods comes in Component rendering phase cycle. It means PageAttached should belong to the Page and SetupRender belong to the Components. To veri

RE: Lightweight TapestryTools update site

2012-08-16 Thread Athneria, Mahendra
the coming week. I will post here once it is available 2012/8/9 Athneria, Mahendra : > Hi Gavin, > > Thanks for the reply. It would be great if you can add that feature too. I > want to see the list of components from jar to the auto complete list. > > Thanks Gavin, >

RE: Lightweight TapestryTools update site

2012-08-08 Thread Athneria, Mahendra
, 2012 6:54 PM To: Tapestry users Subject: Re: Lightweight TapestryTools update site Hi Athneria, This feature support only custom components in project's source directory, not consider components in jars, maybe i should also add jars support. 2012/8/7 Athneria, Mahendra : > Hi Gavin, > &

RE: Lightweight TapestryTools update site

2012-08-07 Thread Athneria, Mahendra
Hi Gavin, I took the update and trying to test the custom components support feature with different prefix. I have some doubts regarding the same. A) - We have a nice editor in which developer enters mapping :> - we can only edit the custom components by right click on the project. And when I c

RE: Encoder with

2012-06-22 Thread Athneria, Mahendra
...@tapestry.apache.org; Athneria, Mahendra Subject: Re: Encoder with On Fri, 22 Jun 2012 02:30:12 -0300, Athneria, Mahendra wrote: > Hi, Hi! > "Could not find a coercion from type java.lang.String to type > [addressUsageValue] Available coercions:.." > First - I am

Encoder with

2012-06-21 Thread Athneria, Mahendra
Hi, I have one Page which is displaying details of some Client. I am using t:loop to display some data. In t: loop I am just passing source and value. So far so good, my page is working fine. But when I try to submit the Page it suddenly give me the Exception. "Could not find a coercion from t

RE: discard persistent field

2012-06-21 Thread Athneria, Mahendra
...@gmail.com] Sent: Thursday, June 21, 2012 8:45 PM To: Tapestry users Subject: Re: discard persistent field Have you tried assigning them the value null? On Thu, Jun 21, 2012 at 5:59 AM, Athneria, Mahendra < mahendra.athne...@atos.net> wrote: > Hi, > > ** ** > > Is there an

discard persistent field

2012-06-21 Thread Athneria, Mahendra
Hi, Is there any way through which I can discard the Object from PersistantConstant? I got ComponentResources.discardPersistentFieldChanges() method which discard all per

Regarding Lightweight TapestryTools

2012-05-16 Thread Athneria, Mahendra
Hi Gavin, I have taken latest source code from http://tapestrytools.googlecode.com/svn/trunk. I am trying to modify the plug-in as per the project specific requirements. I am using Eclipse version =3.7.0 to modify the plug-in. when I run plug-in from the eclipse, it will open a new eclipse ins

Zone and Jquery issue in Tapestry5.2.6

2012-04-20 Thread Athneria, Mahendra
Hi All, I am migrating my web application from tapestry version 5.1.0 to 5.2.6. I am using jquery dialog to handle popped out display (instead of a pop-up window). While using tapestry v5.1.0, I used jquery js (version 1.6.2) library with tapestry standard js library (prototype n other js) with

RE: Lightweight TapestryTools update site

2012-04-04 Thread Athneria, Mahendra
, this seems to be a compatible issue. We will try to cover 3.6 in the future once we have a stable release, but currently you should better try it in Indigo instead. 在 2012年4月2日 下午6:32,Athneria, Mahendra 写道: > HI Gavin, > > ** ** > > I am using Eclipse Version=3.6.1 and insta

RE: Lightweight TapestryTools update site

2012-04-02 Thread Athneria, Mahendra
HI Gavin, I am using Eclipse Version=3.6.1 and installed the plugin. I am able to see the tapestry logo with tml file name but when I tried to open the tml page then it will give me below error. "An error has occurred. See error log for more details. org.eclipse.wst.xml.ui.internal.content

RE: when return streamResponse, Ajax stop working in tapestry5

2012-03-30 Thread Athneria, Mahendra
If you can't upgrade yet, you could apply the patch, one line of javascript to tapestry.js in the tapestry-core jar. Worked for me. On Thu, Mar 29, 2012 at 4:15 AM, Athneria, Mahendra < mahendra.athne...@atos.net> wrote: > Hi Guys, > > ** ** > > I have a page

RE: when return streamResponse, Ajax stop working in tapestry5

2012-03-29 Thread Athneria, Mahendra
Thanks Denis, Could please tell me where I can add ref="external" in my code? Regards, Mahendra Athneria -Original Message- From: Denis Stepanov [mailto:denis.stepa...@gmail.com] Sent: Thursday, March 29, 2012 4:36 PM To: Tapestry users Subject: Re: when return streamResponse, Ajax sto

RE: when return streamResponse, Ajax stop working in tapestry5

2012-03-29 Thread Athneria, Mahendra
Subject: Re: when return streamResponse, Ajax stop working in tapestry5 Tapestry expects the response from an ajax event method to be a json string, not a stream of data. To use a StreamResponse you should not specify a zone. On Thursday, 29 March 2012, Athneria, Mahendra wrote: > Hi Guys, > &

when return streamResponse, Ajax stop working in tapestry5

2012-03-29 Thread Athneria, Mahendra
Hi Guys, I have a page with one Ajax link and one actionLink. ActionLink is to generate the report. When I click on ActionLink, it will generate the report (it returns the streamResponse object) but after that ajax link stop work. But when I refresh the page then again Ajax link start working.

how we can use HttpOnly in Tapestry

2012-03-26 Thread Athneria, Mahendra
Can someone tell me the example how we can use HttpOnly in tapestry? Regards, Mahendra This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destro