Hi!
Concerning the Dialog component, default is to not show the dialog.
See autoOpen value in the Dialog component:
http://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/Dialog.java
Concerning the datefield, I'll have a look and try to make a test
Robin,
Thanks. Looks like the issue with my Dialog is that I still had some
prototype code that was confusing things. The dialogs now come up.
I've raised an issue for the datefield in AjaxFormLoop.
How is the validation handled in tapestry jquery? Unlike with prototype
the error just seems
Validation change is a design choice.
Most of the designers of my company (and also myself) have found that
ErrorPopups may be too intrusives.
You may be interested by this article:
http://www.alistapart.com/articles/inline-validation-in-web-forms/
Be reassured, the jQuery plugin used for validati
Hi
What do you mean by:
" This library fully drop out Prototype, Scriptaculous, Blackbird and
tapestry.js and replace them by jQuery."
- How does that work, does Tapestry not require 'tapestry.js' or does jquery
provide some equivalent?
- How would jQuery integrate with existing applicatio
- How does that work, does Tapestry not require 'tapestry.js' or does
jquery provide some equivalent?
This module comes with a new tapestry.js [1] which is my vision of the
agnostic layer (java equivalent would be an interface).
Then there is a tapestry-jquery.js [2] , which is the implementation
Sorry for the German, but this is a job offer in a German company, and
knowledge of German is a requirement for the job...
Hallo,
wir suchen eine/n Programmierer/in in Festanstellung in Hamburg.
Tapestry-Kenntnisse wären von Vorteil, da dies unser bevorz
Hi there!
I was wondering how ThreadLocale's Locale can be set depending on its
URL/domain/subdomain
I am injecting ThreadLocale to contributeRequestHandler in AppModule:
public void contributeRequestHandler(OrderedConfiguration
configuration,
@Local
RequestFilter fil
Hi Robin,
Thanks for the extra info, much appreciated! and +1 for a short blog! would
help those of us looking to migrate.
cheers,
Peter
- Original Message -
From: "Robin Komiwes"
To: "Tapestry users"
Sent: Tuesday, 1 June, 2010 11:57:26 GMT +02:00 Athens, Beirut, Bucharest,
Ista
Hi
Since 5.1 Localization is not implemented in a Filter anymore but in
ComponentEventLinkEncoder that is called after Request Filters. The
information is extracted from the URL if feature activated or directly from
the Request locale.
I see two solutions here :
1. Handle domain analyzis at the
Sorry for spamming multiple threads, just thought this was important:
It is very easy to provide both a context parameter and the input element
value as context. I did the latter, se my updated blog post:
http://tinybits.blogspot.com/2010/05/mixin-to-allow-any-element-to-submit.html
On Fri, May
I added the value of the input element as context in my AnySubmit mixin,
check it out. It is very easy to modify the LinkSubmit, you all should
experiment with it :)
http://tinybits.blogspot.com/2010/05/mixin-to-allow-any-element-to-submit.html
2010/3/31 Kristian Marinkovic
> i created https://
Okay, I came up with a JS/prototype solution to this - it may not be a
perfect one, but it works. Here's what I did:
1) I have removed the required validator from the form's only input field
2) I have removed the button and replaced it with an ordinary
which calls a confirmBlank(this.form) JS
On Jun 1, 2010, at 4:43 AM, Inge Solvoll wrote:
> I added the value of the input element as context in my AnySubmit mixin,
> check it out. It is very easy to modify the LinkSubmit, you all should
> experiment with it :)
>
> http://tinybits.blogspot.com/2010/05/mixin-to-allow-any-element-to-submi
Yes there is :)
https://issues.apache.org/jira/browse/TAP5-1167
On Tue, Jun 1, 2010 at 6:00 PM, Pierce Wetter wrote:
>
> On Jun 1, 2010, at 4:43 AM, Inge Solvoll wrote:
>
> > I added the value of the input element as context in my AnySubmit mixin,
> > check it out. It is very easy to modify the
On Jun 1, 2010, at 10:17 AM, Inge Solvoll wrote:
> Yes there is :)
>
> https://issues.apache.org/jira/browse/TAP5-1167
Darn I already voted for it.
Stupid one man/one vote democracy stuff.
-
To unsubscribe, e-mail: users
This looks interesting... maybe I'll pick up this ticket this week.
Robert
On Jun 1, 2010, at 6/16:16 PM , Pierce Wetter wrote:
>
> On Jun 1, 2010, at 10:17 AM, Inge Solvoll wrote:
>
>> Yes there is :)
>>
>> https://issues.apache.org/jira/browse/TAP5-1167
>
> Darn I already voted for it.
>
Hi All,
Is there a way to print server side page/component properties in a
javascript included via @IncludeJavaScriptLibrary or css included via
@IncludeStylesheet?
Thanks, p.
-
To unsubscribe, e-mail: users-unsubscr...@tape
It would appear that even with this code to check the version number,
without a T5.2.0 equivalent for the RegexAuthorizer service to allow some
variation on:
("com/orientimport/.*\\.((css)|(js)|(jpg)|(jpeg)|(png)|(gif)|(html)|(ico)|(s
wf)|(xml))$")
... to grant access to resources the t5easyfckEd
18 matches
Mail list logo