Re: [Tapestry-developer] [ 643729 ] user supplied MultipartDecoder

2003-01-15 Thread Howard M. Lewis Ship
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.

Re: [Tapestry-developer] Problems with Rollovers in 2.2

2003-01-15 Thread Howard M. Lewis Ship
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: >

Re: Fwd: [Tapestry-developer] string-binding problem

2003-01-15 Thread Christian Sell
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

[Tapestry-developer] [ 643729 ] user supplied MultipartDecoder

2003-01-15 Thread Joseph Panico
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

Fwd: [Tapestry-developer] string-binding problem

2003-01-15 Thread Simon Robins
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

[Tapestry-developer] [ tapestry-Bugs-614322 ] ICompStrings doesn't change with Locale

2003-01-15 Thread SourceForge.net
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

[Tapestry-developer] [ tapestry-Bugs-614322 ] ICompStrings doesn't change with Locale

2003-01-15 Thread SourceForge.net
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

Re: [Tapestry-developer] string-binding problem

2003-01-15 Thread Christian Sell
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

[Tapestry-developer] Problems with Rollovers in 2.2

2003-01-15 Thread Adam Greene
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

[Tapestry-developer] Template parser eating newlines; any way to avoid this?

2003-01-15 Thread o.blume
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

Re: [Tapestry-developer] string-binding problem

2003-01-15 Thread Simon Robins
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

Re: [Tapestry-developer] string-binding problem

2003-01-15 Thread Christian Sell
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

[Tapestry-developer] [ tapestry-Feature Requests-594878 ] Deploy Tapestry into JBoss 3.0.4

2003-01-15 Thread SourceForge.net
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

Re: [Tapestry-developer] OGNL InappropriateExpressionException

2003-01-15 Thread Malcolm Edgar
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

Re: [Tapestry-developer] discusion about releases involving new features

2003-01-15 Thread Malcolm Edgar
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