Re: organizing HTML pages into subdirectories

2007-08-22 Thread Hans Drexler
n file should be in the WEB-INF directory. Hope this helps... Hans Drexler GeoTax en WOZ-Support b.v. e: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to overwrite the Locale in BaseEngine

2007-07-02 Thread Hans Drexler
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Our code: private static final Locale NL = new Locale("nl","NL"); public final void setLocale(Locale locale) { if (getLocale() == null ) { super.setlocale(NL); } else { super

Re: OutOfMemoryError after serving N pages

2007-06-29 Thread Hans Drexler
t;>> View this message in context: http://www.nabble.com/ > > >>> OutOfMemoryError-after-serving-N-pages-tf3272095.html#a11338497 > > >>> Sent from the Tapestry - User mailing list archive at Nabble.com. > > >>> > > >>> > > >>> - > > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >>> For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > >> > > >> - > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > > > > > > > > > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > Jesse Kuhnert > Tapestry/Dojo team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com Hans Drexler GeoTax en WOZ-Support b.v. e: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create Shoutcast service in Tapestry.

2007-04-04 Thread Hans Drexler
the setStatus() will only affect the "200 OK" part, not the "HTTP/1.1" part of the status line. But thanks for the reaction anyway. Hans Drexler > On 4/3/07, Hans Drexler <[EMAIL PROTECTED]> wrote: > > On Tue, 03 Apr 2007 14:11:03 +0100, Richard Kirby wrote

Re: Create Shoutcast service in Tapestry.

2007-04-03 Thread Hans Drexler
construct a filter. Never did that before, so it will be a challenge :-) > Hans Drexler wrote: > > We try to create a Tapestry-service that generates a Shoutcast stream. The > > problem is that the shoutcast response must have a status line that reads: > > > > ICY 200 OK

Create Shoutcast service in Tapestry.

2007-04-03 Thread Hans Drexler
ot;,"1"); _response.setHeader("icy-br","192"); if (metadata) _response.setIntHeader("icy-metaint",BUFFER_SIZE); log.debug("Outputstream initialized&qu