Hi Josh
thanks, it work with tapestry built in validators messages too.
i just add this method to my AppModule :
public void contributeValidationMessagesSource(Configuration
> configuration) {
> configuration.add
> ("org/shams/phonebook/ValidationMessages.properties");
>
hi..i've got another problem here
i try shing man component :
PageLinkPopup (from tassel)
and tried this :
[PlayerGrid.tml]
Search
code above is display the search page...
in the seach page pop up,
when i enter the keywords and submit it, i called onclick="
opener.location.reload(true);" in the
Perhaps take a look at http://freebookie.org/app (
http://code.google.com/p/bookie/ )
The way they handle bet selection is really like a shopping cart and since the
source is available it might give you some ideas.
On Dec 31, 2007 11:15 PM, Mike Leonardo <[EMAIL PROTECTED]> wrote:
> I have a proj
Hi, I finally took the plunge and I am migrating from 5.0.5 to 5.0.7.
(I also tried 5.0.8-Snapshot with the same issue)
I am using Tapestry Hibernate as well, but I don't think it's a problem.
After following the instructions on Migrating from 5.0.5 to 5.0.6, I
am running into a problem on a page t
I have a project that I'd like to do with Tapestry 4 - but it requires
the use of a shopping cart. Anyone have any good tips on possible
solutions?
Most shopping cart packages are written in Perl or PHP and I'd rather
not have some mutant merge of them with my elegant tapestry templates.
I'd lov
Hi,
I'm new to Tapestry 5 and am having some problems using the ApplicationState
annotation, and the available official documentation isn't sufficient for me
to figure out what I'm doing wrong. Does anybody know of some canonical
examples floating around, I can't seem to find any?
Cheers,
~asc
I have only used this with validators that I've created, but you could try
adding a new configuration source in your AppModule.
public void contributeValidationMessagesSource(Configuration
configuration) {
configuration.add
("com/thedailytube/ui/tapestry/validator/Messages.properties")
I believe this is covered in the tutorial.
It is important that data that must survive from one request to
another be stored in a field marked with @Persist. Tapestry manages
the HttpSession for you, triggered by the @Pesist annotation (and a
few others). Tapestry 5, like Portlets, uses seperate
No, it has to be in this catalog. But if you are using Maven you can place
the messages file in resources catalog instead of sources catalog. Just
create in your project catalog a new catalog
/src/main/resources/org/apache/tapestry/internal and place
ValidationMessage_fa.properties in it.
Lauri
Jesse,
I regard your attention on this... and yes it is unreasonable to update all the
tags.
It would be nice if 4.1.3 could be updated though. It is on a close enough
boundary to warrant that.
I anticipate some time opening up for 2008 to provide limited assistance and
happy to help out
Thanks Lauri,
according to the wiki page, i create a ValidationMessage_fa.properties in
org.apache.tapestry.internal package. in its work fine.
but, is there any better location to place this file instead of
org.apache.tapestry.internal ?
On Dec 31, 2007 2:33 PM, Lauri Benno <[EMAIL PROTECTED]>
it works but in the Object onSuccessFromPlayerForm() method.
so it will mess the delete process from checkbox
any idea ? i'm stuck with it ^_^
--
PlayerGrid.tml
Take a look at
http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner
dalahoo wrote:
>
> Hi friends,
>
> where can i found validations messages catalog ?.
> i want to add persian validation messages.
>
>
> --
> sincerely yours
> M. H. Shamsi
>
>
--
View this
And best wishes to you!
Mohammad Shamsi wrote:
HAPPY CHRISTMAS,
let pray for peace and better world in new year.
with the best wishes in new year for all my friends in tapestry mailing
list.
-
To unsubscribe, e-mail: [EM
On Dec 31, 2007 11:11 AM, Mohammad Shamsi <[EMAIL PROTECTED]> wrote:
> Hi friends,
>
> where can i found validations messages catalog ?.
Into the source tree, src/main/resources...
--
Massimo
http://meridio.blogspot.com
-
To un
Hi All,
i now that with regexp validation i can validate integer and float numbers.
but for simpler use, adding integer and float validators is a good idea.
is there any plan to adding validations like this ?
--
sincerely yours
M. H. Shamsi
Hi friends,
where can i found validations messages catalog ?.
i want to add persian validation messages.
--
sincerely yours
M. H. Shamsi
Have a look at
http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/varref.html
I tend to use complex ognl for rapid view development (dynamic reload).
After that, I move complex expressions into Java-code.
> -Original Message-
> From: Kaspar Fischer [mailto:[EMAIL PROTECTED]
> Se
18 matches
Mail list logo