RE: Event Refresh when hit F5

2010-08-25 Thread Cucchietti Denis
Hi Josh !

I can't use flash persistence strategy because my form is in two part. It's a 
form used to regenerate password.

First the user write is login and reply to a question (like 4+2 = ?), if there 
is a result an array appear with his informations but I need to save the 
response of the question because when the user validate the form I check the 
response.

When the user validate the form a message appear : Your new password was send 
successfully... at the top of the array.

My client want that when you press F5 at this moment, the first form appear 
with all fields empty (username and question).

Thanks in advance !


-Message d'origine-
De : Josh Canfield [mailto:joshcanfi...@gmail.com]
Envoyé : mardi 24 août 2010 22:35
À : Tapestry users
Objet : Re: Event Refresh when hit F5

 I'm trying to detect the event Refresh on my page in order to clean all 
 persistant variables (annoted @Persist).

Could you use the flash persistence strategy instead?

If not, what are you trying to accomplish? Can you give the workflow?
Josh

On Tue, Aug 24, 2010 at 5:05 AM, Cucchietti Denis
denis.cucchie...@atosorigin.com wrote:
 Hi everybody !!

 I'm trying to detect the event Refresh on my page in order to clean all 
 persistant variables (annoted @Persist).

 To clean these variables I use this code:

 @Inject
 private ComponentResources componentResources;
 componentResources.discardPersistentFieldChanges();

 But the problem is to detect the event Refresh when some user hit on F5.

 Is there a way to detect this event with tapestry?

 Thanks in advance



 

 Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage 
 exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret 
 professionnel. Si vous recevez ce message par erreur, merci d'en avertir 
 imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne 
 pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin ne 
 pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs 
 efforts soient faits pour maintenir cette transmission exempte de tout virus, 
 l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne 
 saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis.

 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 destroy it. As its integrity 
 cannot be secured on the Internet, the Atos Origin group liability cannot be 
 triggered for the message content. Although the sender endeavours to maintain 
 a computer virus-free network, the sender does not warrant that this 
 transmission is virus-free and will not be liable for any damages resulting 
 from any virus transmitted.




--
--
http://www.bodylabgym.com - a private, by appointment only, one-on-one
health and fitness facility.
--
http://www.ectransition.com - Quality Electronic Cigarettes at a
reasonable price!
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




Ce message et les pièces jointes sont confidentiels et réservés à l'usage 
exclusif de ses destinataires. Il peut également être protégé par le secret 
professionnel. Si vous recevez ce message par erreur, merci d'en avertir 
immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant 
être assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra 
être recherchée quant au contenu de ce message. Bien que les meilleurs efforts 
soient faits pour maintenir cette transmission exempte de tout virus, 
l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne 
saurait être recherchée pour tout dommage résultant d'un virus transmis.

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 destroy it. As its integrity cannot be 
secured on the Internet, the Atos Origin group liability cannot be triggered 
for the message content. Although the sender endeavours to maintain a computer 
virus-free network, the sender does not warrant that this transmission is 
virus-free and will not be liable for any damages resulting from any virus 
transmitted.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [T5.2] Javassist 3.12.1.GA checksum error

2010-08-25 Thread Inge Solvoll
I may have bumped into the same problem. But didn't get the same error,
maven just told me that it didn't find anything at the https version of the
url below. It's probably related.

On Mon, Aug 23, 2010 at 1:26 PM, Blower, Andy andy.blo...@proquest.co.ukwrote:

 I'm trying to migrate our application to T5.2, but I'm getting a checksum
 error with Javassist 3.12.1.GA

 C:\tmpfciv -sha1 javassist-3.12.1.GA.jar
 526633327faa61aee448a519e8a4d53ec3057885
  javassist-3.12.1.ga.jar


 http://repository.jboss.org/nexus/content/groups/public-jboss/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar.sha1

 5e1f0b5574efb7b16be9b1b47195a5be0b65a365


 Anyone else had this problem? I'll try and figure out where to report this
 to JBoss, but I would have thought I wasn't the only Tapestry user to run
 into this issue. I looked at 3.9.0.GA as used by Tap5.1.0.5 and that is
 fine from the same repository.

 Thanks,

 Andy.



[T5.2] Property is not readable (was RE: Identity of the active page not established)

2010-08-25 Thread Blower, Andy
Thanks Robert, overriding with the latest version of PageResponse fixed it. 

I now have a problem with property conduits not being created where they were 
created fine in 5.1, e.g.

@SessionState(create = false)
@Property
private Profile personalProfile;

Caused by: java.lang.RuntimeException: Property 'personalProfile' of class 
com.proquest.apps.onesearch.components.myresearch.SignInOverlay is not readable 
(it has no read accessor method).

No idea why @Property isn't working the same in 5.2 - any ideas anyone?


 -Original Message-
 From: robert zeigler [mailto:robert.zeig...@gmail.com] On Behalf Of
 Robert Zeigler
 Sent: 23 August 2010 20:33
 To: Tapestry users
 Subject: Re: [T5.2] Identity of the active page not established
 
 There is a jira for this one (TAP5-1201/TAP5-1234... there might be one
 more related?).  It is fixed in trunk.
 
 Robert


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



RE: [T5.2] Javassist 3.12.1.GA checksum error

2010-08-25 Thread Blower, Andy
Is there any chance 5.2.1 will use javassist 3.13?

 -Original Message-
 From: Inge Solvoll [mailto:inge.tapes...@gmail.com]
 Sent: 25 August 2010 09:59
 To: Tapestry users
 Subject: Re: [T5.2] Javassist 3.12.1.GA checksum error
 
 I may have bumped into the same problem. But didn't get the same error,
 maven just told me that it didn't find anything at the https version of
 the
 url below. It's probably related.
 
 On Mon, Aug 23, 2010 at 1:26 PM, Blower, Andy
 andy.blo...@proquest.co.ukwrote:
 
  I'm trying to migrate our application to T5.2, but I'm getting a
 checksum
  error with Javassist 3.12.1.GA
 
  C:\tmpfciv -sha1 javassist-3.12.1.GA.jar
  526633327faa61aee448a519e8a4d53ec3057885
   javassist-3.12.1.ga.jar
 
 
  http://repository.jboss.org/nexus/content/groups/public-
 jboss/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar.sha1
 
  5e1f0b5574efb7b16be9b1b47195a5be0b65a365
 
 
  Anyone else had this problem? I'll try and figure out where to report
 this
  to JBoss, but I would have thought I wasn't the only Tapestry user to
 run
  into this issue. I looked at 3.9.0.GA as used by Tap5.1.0.5 and that
 is
  fine from the same repository.
 
  Thanks,
 
  Andy.
 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Event Refresh when hit F5

2010-08-25 Thread Sigbjørn Tvedt
Hi.

How about introducing a new field that will contain the status of the page?

@Persist(Flash)
private boolean isOK;

Every time you do some operations you will have to set isOK to true. If the
user reloads the page without posting to the server, isOK will be false.

Sigbjørn Tvedt



On Wed, Aug 25, 2010 at 9:36 AM, Cucchietti Denis 
denis.cucchie...@atosorigin.com wrote:

 Hi Josh !

 I can't use flash persistence strategy because my form is in two part.
 It's a form used to regenerate password.

 First the user write is login and reply to a question (like 4+2 = ?), if
 there is a result an array appear with his informations but I need to save
 the response of the question because when the user validate the form I check
 the response.

 When the user validate the form a message appear : Your new password was
 send successfully... at the top of the array.

 My client want that when you press F5 at this moment, the first form appear
 with all fields empty (username and question).

 Thanks in advance !


 -Message d'origine-
 De : Josh Canfield [mailto:joshcanfi...@gmail.com]
 Envoyé : mardi 24 août 2010 22:35
 À : Tapestry users
 Objet : Re: Event Refresh when hit F5

  I'm trying to detect the event Refresh on my page in order to clean all
 persistant variables (annoted @Persist).

 Could you use the flash persistence strategy instead?

 If not, what are you trying to accomplish? Can you give the workflow?
 Josh

 On Tue, Aug 24, 2010 at 5:05 AM, Cucchietti Denis
 denis.cucchie...@atosorigin.com wrote:
  Hi everybody !!
 
  I'm trying to detect the event Refresh on my page in order to clean all
 persistant variables (annoted @Persist).
 
  To clean these variables I use this code:
 
  @Inject
  private ComponentResources componentResources;
  componentResources.discardPersistentFieldChanges();
 
  But the problem is to detect the event Refresh when some user hit on
 F5.
 
  Is there a way to detect this event with tapestry?
 
  Thanks in advance
 
 
 
  
 
  Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage
 exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret
 professionnel. Si vous recevez ce message par erreur, merci d'en avertir
 imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne
 pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin
 ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les
 meilleurs efforts soient faits pour maintenir cette transmission exempte de
 tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa
 responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un
 virus transmis.
 
  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 destroy it. As its
 integrity cannot be secured on the Internet, the Atos Origin group liability
 cannot be triggered for the message content. Although the sender endeavours
 to maintain a computer virus-free network, the sender does not warrant that
 this transmission is virus-free and will not be liable for any damages
 resulting from any virus transmitted.
 



 --
 --
 http://www.bodylabgym.com - a private, by appointment only, one-on-one
 health and fitness facility.
 --
 http://www.ectransition.com - Quality Electronic Cigarettes at a
 reasonable price!
 --
 TheDailyTube.com. Sign up and get the best new videos on the internet
 delivered fresh to your inbox.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




 Ce message et les pièces jointes sont confidentiels et réservés à l'usage
 exclusif de ses destinataires. Il peut également être protégé par le secret
 professionnel. Si vous recevez ce message par erreur, merci d'en avertir
 immédiatement l'expéditeur et de le détruire. L'intégrité du message ne
 pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin
 ne pourra être recherchée quant au contenu de ce message. Bien que les
 meilleurs efforts soient faits pour maintenir cette transmission exempte de
 tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa
 responsabilité ne saurait être recherchée pour tout dommage résultant d'un
 virus transmis.

 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 destroy it. As its integrity
 cannot be secured on the Internet, the Atos Origin group liability cannot be
 triggered for the message content. Although the sender endeavours to
 maintain a computer virus-free network, the sender does not warrant that
 this transmission is virus-free and will not be 

RE: Event Refresh when hit F5

2010-08-25 Thread Cucchietti Denis
Hi !

That's a great idea witch probably resolve my problem !!

Thanks for your answers guys.



-Message d'origine-
De : Sigbjørn Tvedt [mailto:sigbjo...@gmail.com]
Envoyé : mercredi 25 août 2010 12:24
À : Tapestry users
Objet : Re: Event Refresh when hit F5

Hi.

How about introducing a new field that will contain the status of the page?

@Persist(Flash)
private boolean isOK;

Every time you do some operations you will have to set isOK to true. If the
user reloads the page without posting to the server, isOK will be false.

Sigbjørn Tvedt



On Wed, Aug 25, 2010 at 9:36 AM, Cucchietti Denis 
denis.cucchie...@atosorigin.com wrote:

 Hi Josh !

 I can't use flash persistence strategy because my form is in two part.
 It's a form used to regenerate password.

 First the user write is login and reply to a question (like 4+2 = ?), if
 there is a result an array appear with his informations but I need to save
 the response of the question because when the user validate the form I check
 the response.

 When the user validate the form a message appear : Your new password was
 send successfully... at the top of the array.

 My client want that when you press F5 at this moment, the first form appear
 with all fields empty (username and question).

 Thanks in advance !


 -Message d'origine-
 De : Josh Canfield [mailto:joshcanfi...@gmail.com]
 Envoyé : mardi 24 août 2010 22:35
 À : Tapestry users
 Objet : Re: Event Refresh when hit F5

  I'm trying to detect the event Refresh on my page in order to clean all
 persistant variables (annoted @Persist).

 Could you use the flash persistence strategy instead?

 If not, what are you trying to accomplish? Can you give the workflow?
 Josh

 On Tue, Aug 24, 2010 at 5:05 AM, Cucchietti Denis
 denis.cucchie...@atosorigin.com wrote:
  Hi everybody !!
 
  I'm trying to detect the event Refresh on my page in order to clean all
 persistant variables (annoted @Persist).
 
  To clean these variables I use this code:
 
  @Inject
  private ComponentResources componentResources;
  componentResources.discardPersistentFieldChanges();
 
  But the problem is to detect the event Refresh when some user hit on
 F5.
 
  Is there a way to detect this event with tapestry?
 
  Thanks in advance
 
 
 
  
 
  Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage
 exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret
 professionnel. Si vous recevez ce message par erreur, merci d'en avertir
 imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne
 pouvant ?tre assur?e sur Internet, la responsabilit? du groupe Atos Origin
 ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les
 meilleurs efforts soient faits pour maintenir cette transmission exempte de
 tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa
 responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un
 virus transmis.
 
  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 destroy it. As its
 integrity cannot be secured on the Internet, the Atos Origin group liability
 cannot be triggered for the message content. Although the sender endeavours
 to maintain a computer virus-free network, the sender does not warrant that
 this transmission is virus-free and will not be liable for any damages
 resulting from any virus transmitted.
 



 --
 --
 http://www.bodylabgym.com - a private, by appointment only, one-on-one
 health and fitness facility.
 --
 http://www.ectransition.com - Quality Electronic Cigarettes at a
 reasonable price!
 --
 TheDailyTube.com. Sign up and get the best new videos on the internet
 delivered fresh to your inbox.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




 Ce message et les pièces jointes sont confidentiels et réservés à l'usage
 exclusif de ses destinataires. Il peut également être protégé par le secret
 professionnel. Si vous recevez ce message par erreur, merci d'en avertir
 immédiatement l'expéditeur et de le détruire. L'intégrité du message ne
 pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin
 ne pourra être recherchée quant au contenu de ce message. Bien que les
 meilleurs efforts soient faits pour maintenir cette transmission exempte de
 tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa
 responsabilité ne saurait être recherchée pour tout dommage résultant d'un
 virus transmis.

 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 destroy it. As its integrity
 

Re: [T5.2] Javassist 3.12.1.GA checksum error

2010-08-25 Thread Martin Strand
Yes, I came acoss this too but solved it by temporarily turning off  
checksum validation in nexus... :\



On Mon, 23 Aug 2010 13:26:13 +0200, Blower, Andy  
andy.blo...@proquest.co.uk wrote:


I'm trying to migrate our application to T5.2, but I'm getting a  
checksum error with Javassist 3.12.1.GA


C:\tmpfciv -sha1 javassist-3.12.1.GA.jar
526633327faa61aee448a519e8a4d53ec3057885   
javassist-3.12.1.ga.jar


http://repository.jboss.org/nexus/content/groups/public-jboss/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar.sha1

5e1f0b5574efb7b16be9b1b47195a5be0b65a365


Anyone else had this problem? I'll try and figure out where to report  
this to JBoss, but I would have thought I wasn't the only Tapestry user  
to run into this issue. I looked at 3.9.0.GA as used by Tap5.1.0.5 and  
that is fine from the same repository.


Thanks,

Andy.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [T5.2] Property is not readable (was RE: Identity of the active page not established)

2010-08-25 Thread Howard Lewis Ship
That's very odd; I've not seen anything like that.  Could we see the
full stack trace?

On Wed, Aug 25, 2010 at 3:01 AM, Blower, Andy
andy.blo...@proquest.co.uk wrote:
 Thanks Robert, overriding with the latest version of PageResponse fixed it.

 I now have a problem with property conduits not being created where they were 
 created fine in 5.1, e.g.

       �...@sessionstate(create = false)
       �...@property
        private Profile personalProfile;

 Caused by: java.lang.RuntimeException: Property 'personalProfile' of class 
 com.proquest.apps.onesearch.components.myresearch.SignInOverlay is not 
 readable (it has no read accessor method).

 No idea why @Property isn't working the same in 5.2 - any ideas anyone?


 -Original Message-
 From: robert zeigler [mailto:robert.zeig...@gmail.com] On Behalf Of
 Robert Zeigler
 Sent: 23 August 2010 20:33
 To: Tapestry users
 Subject: Re: [T5.2] Identity of the active page not established

 There is a jira for this one (TAP5-1201/TAP5-1234... there might be one
 more related?).  It is fixed in trunk.

 Robert


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org





-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



RE: [T5.2] Property is not readable (was RE: Identity of the active page not established)

2010-08-25 Thread Blower, Andy
It was a coding error, there was a base class with:

protected Profile getPersonalProfile() {
return personalProfile;
}

in it, not sure why this worked with 5.1 though. Anyway I've corrected it now. 
Thanks. :-)

It seems T5.2 is a bit stricter than previous versions and is saving me the 
trouble of randomly finding Tapestry coding issues. That's nice, although it 
means I have 2 years worth of unnoticed problems to work through...

Andy


 -Original Message-
 From: Howard Lewis Ship [mailto:hls...@gmail.com]
 Sent: 25 August 2010 15:21
 To: Tapestry users
 Subject: Re: [T5.2] Property is not readable (was RE: Identity of the
 active page not established)
 
 That's very odd; I've not seen anything like that.  Could we see the
 full stack trace?
 
 On Wed, Aug 25, 2010 at 3:01 AM, Blower, Andy
 andy.blo...@proquest.co.uk wrote:
  Thanks Robert, overriding with the latest version of PageResponse
 fixed it.
 
  I now have a problem with property conduits not being created where
 they were created fine in 5.1, e.g.
 
        �...@sessionstate(create = false)
        �...@property
         private Profile personalProfile;
 
  Caused by: java.lang.RuntimeException: Property 'personalProfile' of
 class com.proquest.apps.onesearch.components.myresearch.SignInOverlay
 is not readable (it has no read accessor method).
 
  No idea why @Property isn't working the same in 5.2 - any ideas
 anyone?
 
 
  -Original Message-
  From: robert zeigler [mailto:robert.zeig...@gmail.com] On Behalf Of
  Robert Zeigler
  Sent: 23 August 2010 20:33
  To: Tapestry users
  Subject: Re: [T5.2] Identity of the active page not established
 
  There is a jira for this one (TAP5-1201/TAP5-1234... there might be
 one
  more related?).  It is fixed in trunk.
 
  Robert
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
  For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 
 
 
 --
 Howard M. Lewis Ship
 
 Creator of Apache Tapestry
 
 The source for Tapestry training, mentoring and support. Contact me to
 learn how I can get you up and productive in Tapestry fast!
 
 (971) 678-5210
 http://howardlewisship.com
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



[T5.2] No object of type ClientBehaviorSupport is available from the Environment

2010-08-25 Thread Blower, Andy
Can anyone make sense of this one:

ERROR [16:22:34,848] btpool0-1 
(services.TapestryModule.RequestExceptionHandler:62) - Processing of request 
failed with uncaught exception: No object of type 
org.apache.tapestry5.services.ClientBehaviorSupport is available from the 
Environment.  Available types are org.apache.tapestry5.RenderSupport, 
org.apache.tapestry5.internal.services.DocumentLinker, 
org.apache.tapestry5.services.javascript.JavaScriptSupport.
java.lang.RuntimeException: No object of type 
org.apache.tapestry5.services.ClientBehaviorSupport is available from the 
Environment.  Available types are org.apache.tapestry5.RenderSupport, 
org.apache.tapestry5.internal.services.DocumentLinker, 
org.apache.tapestry5.services.javascript.JavaScriptSupport.
at 
org.apache.tapestry5.internal.services.EnvironmentImpl.peekRequired(EnvironmentImpl.java:79)
at 
$Environment_12aa9d2d5fd.peekRequired($Environment_12aa9d2d5fd.java)
at 
$Environment_12aa9d2d3d5.peekRequired($Environment_12aa9d2d3d5.java)
at 
org.apache.tapestry5.internal.transform.EnvironmentalWorker$EnvironmentalConduit.get(EnvironmentalWorker.java:57)
at 
org.apache.tapestry5.corelib.components.Form._$get_clientBehaviorSupport(Form.java)
at 
org.apache.tapestry5.corelib.components.Form._$advised$linkFormToZone(Form.java:422)
at 
org.apache.tapestry5.corelib.components.Form$linkFormToZone$invocation_12aa9d2e99d.invokeAdvisedMethod(Form$linkFormToZone$invocation_12aa9d2e99d.java)
at 
org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation.proceed(AbstractComponentMethodInvocation.java:77)
at 
org.apache.tapestry5.internal.transform.HeartbeatDeferredWorker$1$1.run(HeartbeatDeferredWorker.java:39)
at 
org.apache.tapestry5.internal.services.HeartbeatImpl.end(HeartbeatImpl.java:49)
at 
org.apache.tapestry5.services.TapestryModule$28.renderMarkup(TapestryModule.java:2061)
at 
$MarkupRenderer_12aa9d2d600.renderMarkup($MarkupRenderer_12aa9d2d600.java)
at 
org.apache.tapestry5.services.TapestryModule$25.renderMarkup(TapestryModule.java:2008)
at 
$MarkupRenderer_12aa9d2d600.renderMarkup($MarkupRenderer_12aa9d2d600.java)
at 
org.apache.tapestry5.services.TapestryModule$24.renderMarkup(TapestryModule.java:1990)
at 
$MarkupRenderer_12aa9d2d600.renderMarkup($MarkupRenderer_12aa9d2d600.java)
at 
org.apache.tapestry5.services.TapestryModule$23.renderMarkup(TapestryModule.java:1971)
at 
$MarkupRenderer_12aa9d2d600.renderMarkup($MarkupRenderer_12aa9d2d600.java)
at 
$MarkupRenderer_12aa9d2d5fc.renderMarkup($MarkupRenderer_12aa9d2d5fc.java)
at 
org.apache.tapestry5.internal.services.PageMarkupRendererImpl.renderPageMarkup(PageMarkupRendererImpl.java:64)
at 
$PageMarkupRenderer_12aa9d2d5f9.renderPageMarkup($PageMarkupRenderer_12aa9d2d5f9.java)
at 
org.apache.tapestry5.internal.services.PageResponseRendererImpl.renderPageResponse(PageResponseRendererImpl.java:69)
at 
$PageResponseRenderer_12aa9d2d5f8.renderPageResponse($PageResponseRenderer_12aa9d2d5f8.java)
at 
$PageResponseRenderer_12aa9d2d454.renderPageResponse($PageResponseRenderer_12aa9d2d454.java)
at 
org.apache.tapestry5.internal.services.PageRenderRequestHandlerImpl.handle(PageRenderRequestHandlerImpl.java:64)
at 
org.apache.tapestry5.services.TapestryModule$36.handle(TapestryModule.java:2312)
at 
$PageRenderRequestHandler_12aa9d2d456.handle($PageRenderRequestHandler_12aa9d2d456.java)
at 
$PageRenderRequestHandler_12aa9d2d42b.handle($PageRenderRequestHandler_12aa9d2d42b.java)
at 
org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handlePageRender(ComponentRequestHandlerTerminator.java:48)
at 
org.apache.tapestry5.services.InitializeActivePageName.handlePageRender(InitializeActivePageName.java:47)
at 
$ComponentRequestHandler_12aa9d2d64e.handlePageRender($ComponentRequestHandler_12aa9d2d64e.java)
at 
$ComponentRequestHandler_12aa9d2d431.handlePageRender($ComponentRequestHandler_12aa9d2d431.java)
at 
com.proquest.apps.corelib.tapestry.dispatchers.RedirectPageRenderDispatcher.dispatch(RedirectPageRenderDispatcher.java:47)
at 
$Dispatcher_12aa9d2d433.dispatch($Dispatcher_12aa9d2d433.java)
at 
$Dispatcher_12aa9d2d3fe.dispatch($Dispatcher_12aa9d2d3fe.java)
at 
org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:320)
at 
com.proquest.apps.corelib.AppCoreLibModule$13.service(AppCoreLibModule.java:520)
at 

Integrating with 3rd Party

2010-08-25 Thread jack

Hi,

I'm having a problem integrating with a 3rd party. The thing is they have
this system that sends me an https POST with some data in it. How can I post
the data to a third part URL?

Without using Tapestry, I am doing it like

form action=https:\\www.xyz.com\abc.do method=post

input type=submit name=submit value=Click Here

/form

Can anybody help me please?

-Jack
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2652704.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



[T5] and PayPal

2010-08-25 Thread badluck13

Did anyone integrated paypal with tapestry?

And if you did can you share a little code example... ^_^

TNX
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-and-PayPal-tp2652987p2652987.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Integrating with 3rd Party

2010-08-25 Thread Thiago H. de Paula Figueiredo

On Wed, 25 Aug 2010 10:16:44 -0300, jack naveen.ve...@cigna.com wrote:


Hi,


Hi!


I'm having a problem integrating with a 3rd party. The thing is they have
this system that sends me an https POST with some data in it. How can I  
post the data to a third part URL?


Just use HTML normally, without using the Form component.


Without using Tapestry, I am doing it like

form action=https:\\www.xyz.com\abc.do method=post
input type=submit name=submit value=Click Here
/form


This will do. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [T5] and PayPal

2010-08-25 Thread Kalle Korhonen
More than one way to skin the Paypal cat. I use Paypal's standard SOAP
api with CXF's cxf-rt-frontend-jaxws client; it has very little to do
with Tapestry and all about Paypal's SOAP. Follow their examples on
their developer sandbox, they have decent documentation. On the
frontend, I use a payment page for doing express checkouts with a
ProgressiveDisplay, which works perfectly for my specific use case.
The payment page supports two modes, either you initiate a transaction
or you complete the transaction. After the transaction has been
successfully confirmed, I redirect to the Paypal's payment page and
then Paypal redirects back to the same page when the transaction has
been completed (either canceled or confirmed). Any code I'd share
would likely not work for your use case, so best just to work through
it and ask specific questions later. Good luck!

Kalle


On Wed, Aug 25, 2010 at 8:49 AM, badluck13 blueb...@gmail.com wrote:

 Did anyone integrated paypal with tapestry?

 And if you did can you share a little code example... ^_^

 TNX
 --
 View this message in context: 
 http://tapestry.1045711.n5.nabble.com/T5-and-PayPal-tp2652987p2652987.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [T5] and PayPal

2010-08-25 Thread Michael Gerzabek
 I did, with 5.0.18 an axis 1.3. It's a kind of a hack, so not really 
proper. no bells and whistles. But if you're interested we could combine 
our efforts an produce a cleaner module together.


Am 25/08/2010 17:49, schrieb badluck13:

Did anyone integrated paypal with tapestry?

And if you did can you share a little code example... ^_^

TNX



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [T5] and PayPal

2010-08-25 Thread badluck13

Sorry, but for now I must also hack it, because I'm out of time and deadline
is really close... 
But in near future I'm interested to work with you to create module for
paypal, even components and other stuff, but right now I need solution, and
I need it fast ^_^

So if you can share your hack code, send me direct mail.

And I'm already started to work on some modules for tapestry and if you want
to know more we can talk out of list...

And tnx a lot!
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-and-PayPal-tp2652987p2653339.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [OT] I wonder...

2010-08-25 Thread Thiago H. de Paula Figueiredo
On Tue, 24 Aug 2010 12:41:23 -0300, Massimo Lusetti mluse...@gmail.com  
wrote:



... I wonder how many better alternatives there're out there!? ...
http://www.theserverside.com/feature/Spring-vs-Guice-The-Clash-of-the-IOC-Containers


Tapestry-IoC? :) I love it!

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Integrating with 3rd Party

2010-08-25 Thread jack

Are you saying that it is not possible using Tapestry4 ?

I didn't understand.
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2653385.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Integrating with 3rd Party

2010-08-25 Thread Thiago H. de Paula Figueiredo

On Wed, 25 Aug 2010 18:01:49 -0300, jack naveen.ve...@cigna.com wrote:


Are you saying that it is not possible using Tapestry4 ?


I'm saying it is possible with Tapestry 5 or any other version. Just don't  
use the Form component: use an ordinary HTML form just like the one you  
posted here. Tapestry outputs non-component tags without changing them.


--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org