Just made it under the wire. I change MultipartDecoder into
DefaultMultipartDecoder; I created an interface, IMultipartDecoder, with the
methods decode(), cleanup(), getString(), getStrings(), getUploadFile().
DefaultMultipartDecoder has a no-args constructor.
Hopefully this will fit your needs.
This was previously reported and fixed in 2.3.
- Original Message -
From: "Adam Greene" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 12:55 PM
Subject: [Tapestry-developer] Problems with Rollovers in 2.2
> I am using Tapestry 2.2 in the following setup:
>
Read the Page Localisation section of Chapter 4 of the Developers
Guide for an explanation of why.
in fact, there it is - I did not realize that on first reading. However,
I still think it is an unnecessary restriction (rather, a bug). The
request MindBridge pointed us to already suggests a sol
Woops, the user supplied MultiPart decoder functionality has a problem.
Right now, RequestContext references MultiPartDecoder as a class, rather
than an Interface, so the only route to introducing your own
MultiPartDecoder is via subclassing. However, the MultiPartDecoder only has
1 constructor
From: Simon Robins <[EMAIL PROTECTED]>
Date: Wed Jan 15, 2003 7:12:13 pm Europe/London
To: Christian Sell <[EMAIL PROTECTED]>
Subject: Re: [Tapestry-developer] string-binding problem
You need to do this in the action that responds to the select
component when the locale is changed rather than a
Bugs item #614322, was opened at 2002-09-25 10:49
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104754&aid=614322&group_id=4754
Category: Tapestry
Group: bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Tzvetelin (tzvetelin)
Assigned to: Howard Lewis Sh
Bugs item #614322, was opened at 2002-09-25 10:49
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104754&aid=614322&group_id=4754
Category: Tapestry
Group: bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Tzvetelin (tzvetelin)
Assigned to: Howard Lewis Sh
erm, sorry, but I am not with you. Do you suggest this as a workaround
for the (otherwise quite simple) thing I am doing? And where do you
suggest this code to be located?
It still seems to me that this is more a case for the bugtracker than
for the FAQ. Correct me if I am wrong..
Simon Robin
I am using Tapestry 2.2 in the following setup:
Everything works fine, until I submit the form. The form submit doesn't
actually change the page, it simply modifies fields within the page and the
pages redisplays by default because I did not set it to a diffe
Our webapp contains some email-forms (contact, feedback, etc.).
For each of these email-types we have templates which will
be filled with some user specific data before the email is send.
I use tapestry to read, parse and fill-in data into the templates.
When the email-template is rendered i extra
Maybe this problem should be in the FAQ.
You need to do something like this:
IEngineService pageService =
cycle.getEngine().getService(IEngine.PAGE_SERVICE);
Gesture gesture = pageService().buildGesture(cycle, null, new String[]
{ getPage().getName() } );
throw new RedirectException(gesture.g
could somebody confirm that the issue described below is a bug? Should I
enter it into the bug tracker?
As it turns out, the only way to get around this is to change the
application design to be like the workbench demo, where after changing
the locale the user is directed to another page. If in
Feature Requests item #594878, was opened at 2002-08-13 23:31
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=354754&aid=594878&group_id=4754
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Turner (sgturner)
>Assigned to: Howa
OGNL supports Maps using expression='myMap["key"]' style expressions which
are read/write
regards Malcolm
At 08:05 PM 14/01/2003 +0100, [EMAIL PROTECTED] wrote:
I try to use a Map-object to hold all the page variables, but
have problems to set values.
Here is my current code (which does not wor
Hi Tsvetelin,
I agree that the documentation isn't keeping up with the releases.
Unfortunately the documentation is often takes longer than the code
changes, and isn't as much fun.
I think when T2.4 gets out there will be a big focus on catching up
with the documentation. I think Howard is intend
15 matches
Mail list logo