It has to do with the legal interpretation of the LGPL by the Apache Board.
No Apache projects can contain LGPL or GPL code.
Cheers,
Dave
> -Original Message-
> From: phillip rhodes [mailto:[EMAIL PROTECTED]
> Sent: 30 May 2005 02:12
> To: tapestry
> Subject: Why can't tapestry have
Or, IMO, if you want a more reusable component, you should never call the
page directly from your component.
Rather, you should pass in a listener as a parameter.
Cheers,
Dave
> -Original Message-
> From: Jamie Orchard-Hays [mailto:[EMAIL PROTECTED]
> Sent: 27 May 2005 00:33
> To: Ta
Hi, Random Tapestry User, or tappapp, whichever you prefer...
> > It would be nice to be able to dynamically generate CSS. Is
> > there a (simple) way this could be done?
> Ideally, you probably have an "images" directory that is probably a
> peer directory to your "css" directory.
Sorry that
Actually, I have a similar question... I haven't yet tried, but since this
thread is on the same topic, I just thought I'd ask.
It would be nice to be able to dynamically generate CSS. Is there a (simple)
way this could be done?
One complicated way is to have Tapestry generate an XML file and tr
>
> The value of onResize can also be an ognl expression if you want that...
Ok, simple enough.
Thanks!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> function doSomething() { alert("got here"); }
>
>
>
>
>
>
> - Original Message -
> From: "David Leangen" <[EMAIL PROTECTED]>
> To:
> Sent: Monday, May 16, 2005 11:01 AM
> Subject: [Client-side scripting] onRezise()
>
Although browsers have come a long way in terms of XML support, personally I
wouldn't yet put my faith in that approach for at least another few years.
I've tried it out casually, so to speak, and that was my conclusion. I would
definately not do it in a production environment, but that's just me
I just discovered client-side scripting with Tapestry.
Very nice!!
I am now going to use it extensively.
However, I am having one problem: I can't figure out how to implement the
onResize() that usually works with the body tag:
...
I tried, both in the and the sections:
window.onRe
What's the easiest way to deal with the HTML "map" and "area" elements?
I'd like to use them as either DirectLinks, PageLinks, or ExternalLinks.
Thank you!
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
Thank you, Robert and Matt, for you helpful hints.
I'll write some test cases (since I like TDD) and send them back to you.
Once I get this working, perhaps we could think about committing it so it
becomes a default "feature" of Tapestry. Seems to be that this should be
included in the platform.
From: news [mailto:[EMAIL PROTECTED] Behalf Of Kent Tong
> Sent: 12 April 2005 11:22
> To: tapestry-user@jakarta.apache.org
> Subject: Re: Browser detection component?
>
>
> David Leangen canada.com> writes:
>
> >
> > Anybody know where I can find a browser d
Anybody know where I can find a browser detection component?
Thanks!
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
submit, the odd one out is the input that changed.
> Pieter
>
>
> > -Original Message-
> > From: David Leangen [mailto:[EMAIL PROTECTED]
> > Sent: Monday, March 14, 2005 10:46 AM
> > To: Tapestry users
> > Subject: RE: Duplicate controls in form
>
This leads me to a question that I've been a bit curious about...
Would somebody mind kindly explaining the mechanism of having a prefix, such
as the [EMAIL PROTECTED] below?
Why is this legal? What does the prefix "form_name" mean? How can it be
reused? Why is this useful?
Or, alternatively, i
I think you need to declare a "value" attribute in your loop component:
And don't forget to declare a specification-property in your .page file.
HTH
Dave
> -Original Message-
> From: Reinhold Gruber [mailto:[EMAIL PROTECTED]
> Sent: 4 April 2005 18:21
> To: Tapestry users
> Subjec
> source="ognl:new ArrayList(terms)"
>value="ognl:term"
> element="tr">
>
> viktor
>
> On Apr 3, 2005 10:23 PM, David Leangen <[EMAIL PROTECTED]> wrote:
> >
> > Hi, Kent,
> >
> > Thanks for the repl
Hi, Kent,
Thanks for the reply. (Comments below)
> > I have a table in which I use a Foreach to add rows.
> >
> > When I click on one of the buttons in the table, I am getting a
> > java.util.ConcurrentModificationException (full stack trace below).
>
> The collection is being modified while an
I have a table in which I use a Foreach to add rows.
When I click on one of the buttons in the table, I am getting a
java.util.ConcurrentModificationException (full stack trace below).
Any ideas why this would happen?
Thanks!
Dave
Stack Trace:
*
java.util.AbstractList$Itr.checkForCo
will let you call a
> method. Just use:
>
> value="ognl:showComponent()"
>
> It has the disadvantage that it doesn't look like an OGNL property
> call, but the advantage that you can name the method whatever you want.
>
> Todd
>
> On Apr 2, 2005, at
) for the cases you mention.
>
> Todd
>
> On Apr 2, 2005, at 1:21 AM, David Leangen wrote:
>
> >
> > Is it possible to change what Tapestry considers a valid getter/setter
> > name?
> >
> > Specifically, I have boolean values such as:
> >
> > -
Is it possible to change what Tapestry considers a valid getter/setter name?
Specifically, I have boolean values such as:
- showComponent
- hideComponent
- hasValue
etc.
It appears that I have to use getters/setters such as:
- getShowComponent
- getHideComponent
- getHasValue
This is
21 matches
Mail list logo