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
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
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
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.
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