Re: How to retrieve Field

2011-09-29 Thread Pups
Hello, Thiago! Thanks a lot for your feedback. I use @Component. Yes, I supposed ordering of processSubmission() methods too. Is where any workaround those issue? Or maybe it's possible to execut processSubmission() of TextField inside my processSubmission()? Thanks, Vasyl -- View this message

Re: How to retrieve Field

2011-09-29 Thread Pups
Hello, Thiago! Maybe I've incorrect desribed issue. But what I really need is not retrieve value of field. I Retrieve it successfully at the moment. I need exactly *Field* type object to use in the recordError method. At this moment I do the following: tracker.recordError(applyCouponCode, e.getM

How to retrieve Field

2011-09-28 Thread Pups
Hi to all. I use Tapestry 5.1.0.5. I have the following code @Component(id = "applyCouponCode") private TextField applyCouponCode; private void processSubmission() { ... if (applyCouponParameterName != null || parameterNames.contains("proceedWithoutCoupon")) { applyCouponC

Re: Tapestry 5.1.10 Links in Chrome and IE9

2011-06-10 Thread Pups
Hello. I use this encoding String encodedUrl = getRequestedUrl(); encodedUrl = java.net.URLEncoder.encode(encodedUrl, requestGlobals.getHTTPServletRequest().getCharacterEncoding()); return encodedUrl; As I see in debug it is "UTF-8". -- View this message in context: http://tapestry.1045711.n5.

Tapestry 5.1.10 Links in Chrome and IE9

2011-06-09 Thread Pups
Hello everybody, Let's me try to describe my issue. I've some ActionLink on the component and when I click it my Tapestry application generate some link and return it part of code is here public Object onActionFromAddToBundleCart() throws ShoppingCartException { ... Link addProductsToCar