Hi all,
after the last new version of Google Maps (3.18) I've noticed problems
and JS-errors on my pages. Finally I found this bug entry which says
that this is actually a problem of prototypejs 1.7
https://code.google.com/p/gmaps-api-issues/issues/detail?id=7067
As a workaround I've packed tapes
Hi,
If all your property-files are encoded in UTF-8 then it's maybe your
servlet-container - in case of tomcat try to start it with the
option "-Dfile.encoding=utf-8". I'm using T4.0 but I think there's
no difference in 4.1
hth,
lukas
Am Mittwoch, 12. Dezember 2007 10:46 schrieb Andy Pahne:
> He
Hi!
in case you are working with java5+ you can inject the service
into your page by adding:
@InjectObject("service:tapestry.globals.HttpServletRequest")
public abstract HttpServletRequest getServletRequest();
you can retrieve the IP-address by:
String IP = getServletRequest().getRemoteAddr();
in object" from your value
> object using the constructor.
>
> -Original Message-
> From: Lukas Ruetz [mailto:[EMAIL PROTECTED]
> Sent: Saturday, July 01, 2006 8:26 AM
> To: users@tapestry.apache.org
> Cc: [EMAIL PROTECTED]
> Subject: Re: component-binding/prop
e which is accessed by
> the component
> and presented as a component getter ?
> I can't think of why you would want to do that.
>
> But if you really want to do it, provide the page property as a parameter
> of the component.
>
> Henrik
>
> "Lukas Ruetz"
Hello!
My current side-effect is, that I get the correct (posted) binding-value
in my page-code only _once_! If I read the abstract getter a second time
(still in the same request-cycle) I get an old value from a previous
page-submit (a different page)!
I want to have something like this:
page ->
good work! I like the first one with the "leafs".
lukas
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]