Hugo,
So you think you have the greatest business model with this Loomy thing and
that you and your company would be making millions?
How many Tapestry users are there? Stop dreaming, baby.
On Feb 8, 2008 5:30 PM, Hugo Palma <[EMAIL PROTECTED]> wrote:
> It's very much active but not as TapIDEA.
That might do it!
On Feb 8, 2008 4:55 PM, Sven Homburg <[EMAIL PROTECTED]> wrote:
> hm,
>
> i not tried yet, but may be possible with Ognl,
> so please wait for next release of t5components.
> there is an OGNL binding inside.
>
> or try http://213.160.23.119:8080/demo-0.5.7-SNAPSHOT/startpage
>
>
hm,
i not tried yet, but may be possible with Ognl,
so please wait for next release of t5components.
there is an OGNL binding inside.
or try http://213.160.23.119:8080/demo-0.5.7-SNAPSHOT/startpage
2008/2/8, Bill Holloway <[EMAIL PROTECTED]>:
>
> Hi,
>
> We've got very complex domain classes who
No, it simply isn't supported, sorry.
Without the type information obtained from real properties, a lot of
the T5 magic (such as Grid and BeanEditForm) goes away.
On Feb 8, 2008 1:55 PM, Bill Holloway <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We've got very complex domain classes whose types will vary
- It would be nice to know also
1. the country where the system is
2. its natural language.
3. number of concurrent users
4. application server type (Jboss, OC4J, ...)
5. number of servers supporting the system (web servers + application
servers + data base servers)
JAVIER SANCHEZ
CIO, EDESA S.A.
Hi,
We've got very complex domain classes whose types will vary page to
page. We're thinking about putting all the page display data into
Maps or Properties for display. However a property expression like
value="personMap.get('name')" doesn't work in the T5 templating
language, neither does pers
oops. :)
Meant to send this directly to howard.
Robert
On Feb 8, 2008, at 2/83:47 PM , Robert Zeigler wrote:
App 1:
Site: http://www.puregumption.com/
Tapestry release: 5
This is just a simple site; it was my first T5 "app", so it was more
of getting a feeling for the nuts and bolts of T5
Yeah, I just knocked it out with an tag in ivy. I'll go
grab it when I need it.
Bill
On Feb 8, 2008 7:37 AM, Kevin Menard <[EMAIL PROTECTED]> wrote:
> I'm not sure, since I punted ivy a while ago, but I think I had to add the
> selenium dependency manually. The selenium artifacts are not in th
App 1:
Site: http://www.puregumption.com/
Tapestry release: 5
This is just a simple site; it was my first T5 "app", so it was more
of getting a feeling for the nuts and bolts of T5
Type: Public
Application Size: small. ~ 7 pages.
Sector: commerce/education
Status: deployed
Team Size: 2 (1 d
Hello folks ...
People often ask me what they can do to help with Tapestry adoption,
and my usual response is to say "evangelize! give a talk to a user's
group!".
Here's something else you can do. I'm frequently asked "Who is using
Tapestry?" and "How big is their site?" "How well does it scale
There is no real secret in getting one of these boxes to work with
Tapestry 5. I've used a slightly modified version of lightbox for a
pop up in a Tapestry 5 application and it works fine.
If I recall correctly lightbox simply listens for clicks from a
certain link and loads a page in a pop up win
Thanks for all your replies ...
Finally fixed the problem by looking at the generated html source file.
The problem was actually not with calling the div from the head of
layout.tml. Because after the page is rendered, all the elements are
available, so there is really no problem there. But fo
Hello T5 users,
What is the default approach of handling email validation inside the
form/beanEditForm?
--
Best regards,
Renat Zubairov
Thanks Igor,
unfortunately I'm not using maven :( and this configuration doesn't
support code sample.
Tomek
Igor Drobiazko schrieb:
If you want to generate it via maven you just need to add something like:
..
com.erinors.t
We're currently evaluating the effort for the update to IDEA 7.
The adoption of IDEA 7 was much faster than we anticipated so we're
doing our best to get support for it as soon as possible.
Andreas Andreou wrote:
> That's nice to hear Hugo!
> Hope that it'll not be that hard to cover IDEA 7 as wel
Please see examples:
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/TextField.html
On Feb 8, 2008 9:19 AM, Zheng, Xiahong <[EMAIL PROTECTED]> wrote:
> I am getting the following exception when I moved the CreateAddress page
> from tutorial1 to
If all of this is within your start page, then it's quite easy. T5 is
built around the Prototype JS lib, which you can get a feel for here:
http://www.prototypejs.org/ (api here: http://www.prototypejs.org/api).
It is a staggeringly simply library to use.
Now you'll have to test this, but I'm
hey has anyone gotten these to work with tapestry 5, i follow the directions
from each framework but all i get is a link to the page no special popup box
--
View this message in context:
http://www.nabble.com/lightbox%2C-shadowbox%2C-thickbox-example-tp15359877p15359877.html
Sent from the Tape
I am getting the following exception when I moved the CreateAddress page
from tutorial1 to my T5 project as is.
Org.apache.tapestry.ioc.internal.util.TapestryException
Failure reading parameters validate of component
core/PropertyEditBlocks:textfield: Validator 'regexp' requires a
validation cons
I haven't been seeing this, it's new to me. What JDK and OS are you using?
Earlier versions had some issues with inner classes that were resolved.
If you could turn on debugging of generated classes it would be
useful. Enable logging for your component class name and it will be
produced at leve
That's it - thanks
On 08/02/2008, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
>
> It's early, that should be TranslatorSource and TranslatorDefaultSource.
>
> On Feb 8, 2008 6:18 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> > The ValidatorDefaultSource service has gone away. You must make
That's nice to hear Hugo!
Hope that it'll not be that hard to cover IDEA 7 as well.
On Feb 8, 2008 6:30 PM, Hugo Palma <[EMAIL PROTECTED]> wrote:
> It's very much active but not as TapIDEA.
> I actually brought the former TapIDEA into the company i work for now
> and we're investing a lot of time
The problem is that when the script is executed, there's no such element (yet)
Either delay its execution by wrapping with something like dojo.addOnLoad
(prototype should provide a similar helper)
or move the script at the very end of the html file, just before
On Feb 8, 2008 6:08 PM, Baofeng Yu
Hi,
tapestry 5 is great and it is fantastic how easy it is to write new
components for tapestry.
One problem we have though is that using injected variables at times breaks
the application in unpredictable ways. A typical example is as follows:
Getting some information from a wrapping component
It's very much active but not as TapIDEA.
I actually brought the former TapIDEA into the company i work for now
and we're investing a lot of time and effort in implement a great plugin.
So TapIDEA is now called Loomy.
We're going to get the plugin site up and running very soon and will
also releas
Hi!
I just joined the mailing list, and I would like to say first that T5
looks very promising... can't wait to get my hands on it and start
playing with it (our next project might be on that platform!)
I have a question regarding the Tapidea plugin for IntelliJ IDEA :
does anybody know i
Say I have a layout.tml that contains header, footer, navi menu, and an
empty section.
Now in start.tml, I do the following:
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
...
...
When user selects a radio button on the start page, I want to change the
style of div "1". I know th
If you want to generate it via maven you just need to add something like:
..
com.erinors.tapestry
tapdoc-maven-plugin
/net/sf/tacos/Tacos.library
It's early, that should be TranslatorSource and TranslatorDefaultSource.
On Feb 8, 2008 6:18 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> The ValidatorDefaultSource service has gone away. You must make sure
> you are contributing to the ValidatorSource service (it has "absorbed"
> the Valid
What exactly do you want to do? What you're explaining doesn't really
make sense - that is, hard-coding a DOM id in a component that doesn't
contain such an id. What is your ultimate goal?
chris
Baofeng Yu wrote:
Hi all,
I have a layout component that wraps around a page, say Start.tml.
Sup
Hi,
I'm interested on TapDoc. I've made my first component docs, but I have
trouble with the tapdoc.xml. I couldn't find a dtd, so I had to search
in source code to find allowed tags. Especially I don't know to make the
samle code for the components (like on the tapestry site).
I'm using versio
OK, thank you Gabriel.
maybe your answer can help me.
Gabriel Landais wrote:
>
> Daniel Pinheiro a écrit :
>> How can i use palette with data from DataBase? Can someone help me?
>>
> I had some troubles with JPA too. If you use one request to retrieve all
> elements and another one for se
The ValidatorDefaultSource service has gone away. You must make sure
you are contributing to the ValidatorSource service (it has "absorbed"
the ValidatorDefaultSource service).
On Feb 8, 2008 6:12 AM, Patrick Moriarty <[EMAIL PROTECTED]> wrote:
> We implemented getType(). For example,
>
> public
We implemented getType(). For example,
public Class getType() {
return BigDecimal.class;
}
But we observe the same behaviour. Looks like the lookup by type isn't
working correctly.
On 08/02/2008, Kevin Menard <[EMAIL PROTECTED]> wrote:
>
> It looks like the Translator interface has been ch
uh,
oh,
it seems I've found a small workarround,
not a definitive fix, but the TreadSource works with it..
the wiki is updated
http://wiki.apache.org/tapestry/Tapestry5HowToRunTaskInThread
Davor Hrg
On Feb 8, 2008 12:45 PM, Davor Hrg <[EMAIL PROTECTED]> wrote:
> this seems to be a JVM bug
> ht
It looks like the Translator interface has been changed. There is now a
method with the following signature that you must implement:
public Class getType();
I haven't dug into why that is, but my guess is that has something to do
with generics and type erasure.
--
Kevin
On 2/8/08 7:39 AM, in
I'm not sure, since I punted ivy a while ago, but I think I had to add the
selenium dependency manually. The selenium artifacts are not in the public
repositories, and ivy may very well not be looking at all the dependencies
declared in the tapestry POM.
--
Kevin
On 2/7/08 8:18 PM, in article
is this class exist in tapestry 4? i'm trying out progress bar example,but
cannot find this class
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
in tapestry 4? You probably need to build a custom validator because
the required validator
just checks if the value is empty...
On Feb 8, 2008 11:30 AM, dojor <[EMAIL PROTECTED]> wrote:
> i have a selectbox with first value is "-1" means user didnt select anything
> yet. how do i use clientsideva
try
Gesendet von: news <[EMAIL PROTECTED]>
08.02.2008 14:00
Bitte antworten an
"Tapestry users"
An
users@tapestry.apache.org
Kopie
Thema
use i18n in javascript
how to use i18n key inside confirm('') ?
i have
how to use i18n key inside confirm('') ?
i have
Hi,
In my AppModule.java, I had contributed code for an Enum class like this:
public static void contributeTranslatorDefaultSource(
MappedConfiguration, Translator> configuration)
{ ...
configuration.add(ReleaseType.class, new Translator() {
public ReleaseType pars
this seems to be a JVM bug
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230
I tried it in Java 6 and code works just fine
I'll look into it,
an post a jira... also still trying to make a workarround for it
Davor Hrg
On Feb 8, 2008 1:29 AM, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
> Hi
i have a selectbox with first value is "-1" means user didnt select anything
yet. how do i use clientsidevalidation to validate this ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Daniel Pinheiro a écrit :
How can i use palette with data from DataBase? Can someone help me?
I had some troubles with JPA too. If you use one request to retrieve all
elements and another one for selected elements, it will not be same
instances in both case.
So for each Palette, I have spe
riccaruf wrote:
>
> Hi everybody,
>
> I've got the same question as Angelo in this post
> http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html
> http://www.mail-archive.com/users@tapestry.apache.org/msg19237.html
>
> about the reasons why if I initialize some instance variabl
Hi all,
Just a thought,,, it would be nice if we were given the ability to show
some progress indicator (some animation which basically gets displayed
until the Ajax response returns) , when using the Zone component. Can
this facility be easily added to the Zone component,, or else, can we do
t
i'm using clientside validation for my form.
is there any parameter that i can
use for my form so that it will call my
custom javascript if validation is success?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
48 matches
Mail list logo