Why don't we just move T5 up to T7 just so that we can say that T6 is the
"old" version :-)
-Pat
scribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Patrick Moore
Amplafi
650-207-9792
"... because someone else wants to share your content."
A suggestion --
rather than scream at suspected trolls smother them with love :-)
trolls thrive on hate and die with love ... sweet and kind drive them ape
shit
On Wed, Mar 19, 2008 at 6:03 AM, Christian Edward Gruber <
[EMAIL PROTECTED]> wrote:
> Fair enough. I'm convinced. Sorry f
Hi there --
O.k. I feel silly -- but how do I use hivemind variables directly in a
component. I know how to pass hivemind variables to services. But how to use
those values in the components? For example, I would like to use the
hivemind variable 'amplafi.production' as the condition in a @If
for
too much work. the alternative is just read env var
On 4/23/08, Igor Drobiazko <[EMAIL PROTECTED]> wrote:
> What about a new binding? You could inject a service into the binding which
> is responsible for resolving HiveMind symbols.
>
> On Wed, Apr 23, 2008 at 1:12 AM, Pat
Hi there -
I think this is one of those questions that "everyone-knows-the-answer" so no
one documents the answer for those who don't!
The problem:
I want to create a BroadcastMessage to hold entered information. Until the user
successfully submits the page, the page needs to work on the same ob
It says that the parameter 'parameters' must not be null
--- Josh Long <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> Anyone had any success getting the tapfx easy-insert component working in
> tapestry 4.1? I tried (err.. dropped it in my classpath under WEB-INF/lib/
> and replaced a working
Hi there --
is there any sense of how stable this release is right now? alpha, beta,
release candidate, etc.? I would like to start using the dojo features and
adding my own.
But right know in my project I can't spend a lot of time figuring out tapestry
issues.
-Pat
-
esse is fixing
> everything that comes up super fast and putting out new snapshots all
> the time. The great thing is if you build your project with Maven 2
> and stay on the snapshots, you get the latest/greatest automatically.
>
> -- Mark R
>
> On 8/15/06, Patrick Moore wrote:
&
Hi there --
I have a situation where I am displaying (using a For component) a list of
editable items. When the form is submitted I would like to have a listener
defined by the component containing the For component called for each iteration
through For's body after all the components within that
does anyone know the magical maven'ism to get the sources?
I do know how to get the jars but I can't seem to find the mechanism to get the
nightly sources as well...
-Pat
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
Thanks ... I didn't think to look for another component. It doeslook like
InvokeListener is the correct thing to use.
-Pat
--- Steve Shucker <[EMAIL PROTECTED]> wrote:
> Try putting an @InvokeListener component in your @For loop.
>
> -Steve
>
> -Original Message-
Hi there --
I am using dojo's tooltip. It needs to know the id of the component that it
responds to.
Use of Script is way over kill when all I want to do is get a html element's id
to supply it to a dojo widget. Any ideas or example I can look at in the source
code?
-Pat
This is what I would li
many as I've caught so far, a few
> stragglers might have escaped )
>
> This will reliably tell you what the html element id is of any component,
> when previously it was only available on Form components.
>
> On 8/21/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
>
Hi there --
How do I get Tapestry to eagerly parse all component and page files so that in
production I know that there are no bad pages or components caused by, for
example, out-of-date template files?
I would also like a cluster to be able to share the results of the parsing so
only one vm wou
sounds like something that should be rolled into the tapestry code itself.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
With all the work in the main Tapestry components to use dojo is tacos going to
be folded into the Tapestry mainline?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi there --
I ran into a bug with Hidden and the way it assigns its id.
If I put @Hidden in a @For loop, the Hidden component keeps the supplied id as
the id for all the generated Hidden components. Hidden does not generate a
unique id each time through the loop like other input types do (for ex
Hi there --
I saw this post (http://www.theserverside.com/news/thread.tss?thread_id=41923)
over on theserverside. It was announcing Stripes 1.4. The original post and
comments are all refering to what a dog ognl is from a performance perspective.
So I got to ask the question is Tapestry going to
That's what I was wondering about ... Sounds like I don't want to use ognl too
much within my new code if I want to reduce my future porting headaches.
-Pat
--- Henri Dupre <[EMAIL PROTECTED]> wrote:
> On 8/29/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
> >
>
--- Hugo Palma <[EMAIL PROTECTED]> wrote:
> Those simple features you mention are not so difficult to implement and i
> could easily provide those in TapIDEA without Spindle. Still, when i think
> of Tapestry ÎDE support i think of something much more complete and feature
> rich like what Spindl
Hi Jesse --
First thanks for all your hard work on bringing dojo to Tapestry 4.1 I look
forward to using it in the next couple of weeks.
(A comment)
I understand Mark's perspective. Companies and teams that made a commitment to
Tapestry had to sell Tapestry to their managers over Struts/JSP/etc.
Is there a way to have Tapestry walk the component/page packages and generate
the .class files?
I would like to do this to make sure that in production there are no errors at
the basic component/page definition level.
Otherwise it seems like I am force to have a script that walks every
page/compo
gt;
> You sure you are are referring to Tapestry? Why would you want generate a
> class file?
>
> "Patrick Moore" <[EMAIL PROTECTED]> skrev i en meddelelse
> news:[EMAIL PROTECTED]
> > Is there a way to have Tapestry walk the component/page packages and
> >
rvlet loading takes the longest, about 8 seconds the
> first time. After that, it's hard to determine if the server was restarted,
> all the pages load rather quickly.
>
> -Greg
>
> -Original Message-
> From: Patrick Moore [mailto:[EMAIL PROTECTED]
> Se
Nope
You are relying on the web page sending some sort of message when the browser
gets killed. No matter what fancy mechanism you can think of this will be
defeated with something as simple as the internet connection being broken.
This is why you use session time out.
-Pat
--- Peter Dawn
In general a bad idea... you are much better off usually to simply rerun the
query rather than hold some sort of information (esp in a temp table) across
requests.
I would suggest you rethink this...
--- Peter Dawn <[EMAIL PROTECTED]> wrote:
> guys,
>
> i have a tap3 and postgres issue. sorry f
You are better off almost certainly recalculating what you need every time. If
you have pages of data, rerunning the report and then using SQL's rownum to
select out the exact rows needed for each request as it comes in.
Your choice though
--- Peter Dawn <[EMAIL PROTECTED]> wrote:
> nay. j
Hi James --
I think you said when you get a chance you are going to update the
tapestry-acegi package. When you do you might wish to use this pom.xml. I
discovered this neat feature of maven2 that allows you to specify the minimum
version of a dependency. This allows users to upgrade their version
http://jira.codehaus.org/browse/MINSTALL-33
-Pat
--- Patrick Moore <[EMAIL PROTECTED]> wrote:
> Hi James --
>
> I think you said when you get a chance you are going to update the
> tapestry-acegi package. When you do you might wish to use this pom.xml. I
> discovered this neat feature of
take a look at the For component docs. This component has pretty good doc
that talks about that issue.
Hi there --I have a hivemind service that loads test data into
my app. I use the EagerLoad feature of hivemind to trigger this
dataload. However, I get this exception:java.lang.IllegalStateException: The Infrastructure service has not yet been initialized.
org.apache.tapestry.services.impl.Infrastr
Hi there --
I have a hivemind service that loads test data into my app. I use the
EagerLoad feature of hivemind to trigger this dataload. However, I get this
exception:
java.lang.IllegalStateException: The Infrastructure service has not yet been
initialized.
org.apache.tapestry.services.impl.Inf
Hi there --
Please consider this a vote to roll the tacos and contrib components into
the main release. Having lots of scattered component libraries around means
that newbie developers like me start implementing something that has already
been done before.
For example, I just found the jumpstart
I would put in a vote for something like the Dynamic Block making it into
the main tap release. I have been wondering how to do this myself!
oh I understand about posting a patch in JIRA... but its not my code! it is
Kent's code. I figure you know him better than I. Or maybe he is on the
list?
Hi Ben ---
thanks for this info.
I just tried what I think is your suggestion. I added the
ApplicationInitializer interface to my demo.Samples service and added this
method:
public void initialize(HttpServlet arg0) {
try {
init();
} catch (IOException e) {
it...A simple patch posted on JIRA would go a lot farther ;)
>
> On 9/26/06, D&J Gredler <[EMAIL PROTECTED]> wrote:
> >
> > Watching with interest...
> >
> > On 9/26/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi there
I ran across an email thread that just suggested to create the
WebRequest/WebSession objects. So I am going to try that. If anyone has a
better idea let me know.
On 9/26/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
Hi Ben ---
thanks for this info.
I just tried what I think is your sugg
ASO class and
create it using ?
Sorry I don't have a better answer for you,
Ben
-Original Message-
From: Patrick Moore [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 26, 2006 1:10 PM
To: Tapestry users
Subject: Re: problems getting a session state object on start up (resend
..? )
I have given myself 1 more hour before I use my fallback solution. But it is
just one of those things that you say "there *has* to be a way to make it
work!" :-)
-Pat
On 9/26/06, Ben Dotte <[EMAIL PROTECTED]> wrote:
I remember spending an afternoon with a coworker once trying to do the
same th
f it can't then
create a session object that it tracks itself rather than using the
applicationStateManager.
There should be a better way!
On 9/26/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
I have given myself 1 more hour before I use my fallback solution. But it
is just one of thos
I have found the Sysdeo plugin works pretty well. I have found some hair
pulling moments. But the key seems to have been making sure to have your
project sources and projects included in the Tomcat path. In eclipse, look
under Windows|Preferences...|Tomcat
w.r.t maven I use it a lot but I am alwa
Hi there --
I am trying to figure out how to use hivemind in a test situation. I have a
basic problem (and I do mean basic :-) ) that someone's sample files will
problem easily answer for me. Its been kind of frustrating because the
hivemind documentation says that this a reason to use hivemind
Thanks ... I am going to try this.. btw .. your on-line doc still uses the
old notation
On 10/2/06, D&J Gredler <[EMAIL PROTECTED]> wrote:
Hi all,
The latest release of BeanForm, the single-line POJO editor component, is
now available for download. Below is a list of changes since the last
ver
In section 5. (http://beanform.sourceforge.net/component-reference.html) I
see references to 'PSM' for the property selection model.. but I think I may
have just misread your release note.
On 10/4/06, D&J Gredler <[EMAIL PROTECTED]> wrote:
I'm afraid I don't see the old notation anywhere... wha
http://tapestry.apache.org/tapestry4.1/UsersGuide/index.html has many links
that are broken. For example, "site:DirectLink" rather than any meaningful
url.
-Pat
Hi there --
does anyone have any suggestions about tools to use to manage page flow
within an application that works well with the Tapestry and an AJAX flow?
I have looked a little at Spring's Webflow and there is also Seam from the
Jboss people.
I want to have the ability to be able to describ
Thanks ... I think building the registry by hand is the way I should go...
On 10/3/06, James Carman <[EMAIL PROTECTED]> wrote:
You can either build up your registry by hand using the RegistryBuilder
(do
not call constructDefaultRegistry) or you can test your service
implementations outside the
Inject the application state manager object. Then in the thread get
the actual state object.
and then :
transPolSession = (TransPolSession) stateManager.get("USER_INFORMATION"
Hi there --
I find myself wanting the dojo TabContainer, LinkPane and ContentPane.
Is anyone working on those yet? If not I hope to try making those
components next week.
-Pat
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For add
Tapestry 4.1.1-SNAPSHOT
On 10/12/06, andyhot <[EMAIL PROTECTED]> wrote:
Patrick Moore wrote:
> Hi there --
>
> I find myself wanting the dojo TabContainer, LinkPane and ContentPane.
For which tapestry version?
> Is anyone working on those yet? If not I hope to try making
(Like dynamically load content for a tab vs
> rendering everything and just switching displayed elements via styling
> )..etc..
>
> On 10/12/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
> >
> > Tapestry 4.1.1-SNAPSHOT
> >
> > On 10/12/06, andyhot <[EMAIL PROTEC
I should add ... don't try to be too perfect :-)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I presume you are not talking about Tapestry's RadioGroup. Took a look
at the dojo RadioGroup. I think right now I am not an experienced
enough javascript nor Tapestry developer to want to attempt that as my
first component that others are going to be looking at. It would
probably be a horrid mess
Hi there --
I just shifted over to Tap 4.1.1 and I was hoping I could get rid of
the use of 'type' in my @Component annotation. But no such luck.
In my application file I indicate that the components are in the
'com.transparentpolitics.web.components' directory (or its
subdirectories). However,
To my untrained eye, it looks like the problem is that the
_componentResolver on line 390 of
org.apache.tapestry.pageload.PageLoader doesn't have the full class
name.
On 10/12/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
Hi there --
I just shifted over to Tap 4.1.1 and I was hoping
sers, especially when they read in the
docs that Tapestry supports pure-java, annotation-only components...
IMO
Regards,
Norbi
andyhot wrote:
> Patrick Moore wrote:
>
>> To my untrained eye, it looks like the problem is that the
>> _componentResolver on line 390 of
>> org.
Hi Jesse --
If you come across a IE wierdness, I hope that you are writing up
(however cyptically) in a blog some place as I would love to learn
from your experiences rather than experience them first-hand myself.
It seems that hardest thing about learning javascript is the
individual wierdness
able in Eclipse) over the more elegant but
potentially ambiguous behavior that arises when omitting 'type'.
Just my $.02
-Ryan
On Oct 13, 2006, at 10:19 AM, Patrick Moore wrote:
> I would vote just the opposite way. In this case I am returning the
> exact type that is declare
;
> > > > > > > > > > > ?
> > > > > > > > > > >
> > > > > > > > > > > On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > An update: I removed the updateComponents parameter
> and
> > > the
> > > > > > > > listener
> &
Hi Ken --
I would also look at the components the ShowMessages component also
references. It seems that if it can' find a nested component that
Tapestry doesn't always complain well.
-Pat
On 10/16/06, Ken nashua <[EMAIL PROTECTED]> wrote:
Ok, I have taken this to another level.
My package spe
I noticed this problem today. I thought it was just me :-) I have a
pretty simple program. pretty much just tapestry and hibernate
On 10/16/06, mraible <[EMAIL PROTECTED]> wrote:
I just tried upgrading Equinox (http://equinox.dev.java.net) from Tapestry
4.0.2 to 4.1 (b/c 4.1.1 isn't in the Mave
This problem is showing up in the 4.1.1-snaphot from today...
On 10/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Ah. I guess I was expecting you to use the 4.1.1 version, it is available in
the apache snapshot repos only (the main repos are reserved for official
releases) :
http://people.apa
Since usually you have a checkbox next to each item to select it for
deletion (yahoo mail for example) You may just want to have just one
delete button as well
On 10/17/06, Gareth <[EMAIL PROTECTED]> wrote:
Christian
Thanks, I'll give that a shot. That sounds much easier, and I hadn't even
I just created my own servlet that just accessed the various hivemind
services directly. Much less to figure out. Took all of 10 minutes.
(well a little more but easier than trying to figure out how to
intercept tapestry.
On 10/17/06, KEGan <[EMAIL PROTECTED]> wrote:
Hi,
I am using Tapestry 4.0
I have the same problem Peter.. I will let you know if I figure it out ...
On 10/17/06, Peter Beshai <[EMAIL PROTECTED]> wrote:
I have got the widget working in plain HTML and dojo. The problem I am
having is I don't know how to configure the relative paths for the widget
since dojo is packaged
7;t mean to dampen your enthusiasm to make improvements and I
think everyone has noticed that 'type' feels oddly redundant. It's
just that it makes sense when you step back and realize that a
Tapestry component type is not the same as Java type, except when it
is ;)
-Ryan
On Oct 16, 2
-Original Message-
From: KEGan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 17, 2006 1:31 PM
To: Tapestry users
Subject: [SPAM] Re: Using tapestry as a Servlet
Patick,
Could you please elaborate how you do that ? Does it has all the
auto-property injection into the Servlet?
Thanks.
Hi there --
I am using the latest snapshot and I am having an issue with the
DropdownTimePicker. Every time the user clicks on the dropdown it goes
away. As a result, if the user wants to use the drop down to enter
7:30PM they have to:
1. click on the clock
2. click on the 7 in the dropdown (the
someone named "bill" noticed it yesterday as well:
http://trac.dojotoolkit.org/ticket/1675
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
But in the end why would you? if not then it will always be slower to
get the images out and the code will be beating on what will no doubt
be your most stressed, weakest link ... your database.
Think about how hard you are making to check that an image is correct
on your system. You are going to
I ran across this :
http://dojo.jot.com/WikiHome/Widget%20Namespaces
but haven't had a chance to try it out yet.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have a follow-on question. For most every thing I have found I don't
need a .page or .jwc file at all. However, for some cases like this I
do (the other is changing the default Home location).
But the .page file is pretty empty. Is there away to avoid having to
have this empty .page file?
-Pat
Something like this might be what you want:
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I too liked having the html files together with the java sources, but
I think your assumption that that means the html files have to be in
the same directory as the class files should be revisited.
I found it pretty easy under maven2 to extract out the html,
properties, and script files from my s
your FieldLabel's field parameter is wrong, it should look like this:
but if I remember correctly this will not work anyhow because sug is
defined in the html after the FieldLabel. You will need to specify sug
in your java or .jwc.
-Pat
Hi Leo --
From my experience, these are the questions that you should make sure
were asked first:
1. What is the effect on the user experience if the new server does
not have the session information?
2. How large a memory footprint does each session occupy?
3. How often do session variables
TML. Quite often,
the field label will come before the field it labels. I've never had to
resort to a .page/.jwc file in this case.
On 10/24/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
>
> your FieldLabel's field parameter is wrong, it should look like this:
>
>
&g
Is there any more on this?
I am just now starting to explore the EventListener model. I must
admit I find it a little odd that I can't wire things up
programatically. It feels wrong that I need to decide at compile time
that two components are talking to each other.
Or is there something new?
-
I don't think you are ... it is screwing up my build a lot as as I use
the latest snapshot on several libraries and plugins not just
tapestry.
Does anyone know if they have a fix time on this?
On 10/26/06, Peter Beshai <[EMAIL PROTECTED]> wrote:
I think it may be something to do with people.apa
What I am hoping to do is something like this:
and code like this:
public void makeLink() {
IEventListener listener = getFoo().getEventListener("onclick");
listener.setEventHandler("bar");
listener.setParameters(new Object[]{ getCurrent().getEntityId()});
}
https://issues.apache.org/jira/browse/TAPESTRY-1132
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Has anyone else seen this exception? It shows up sporatically when the
asset service is being ask if it is managing a resource. Oro blows up
trying to compile the 'tapestry/*' string. 'tapestry/*' is the first
unprotected resource. The path being matched against is
'/dojo/src/widget/templates/imag
is there a way to turn this off? In particular when I am trying
to view the html source -- I can't because I get this exception.
So since I don't care if multiple duplicate posts are submitted -- how
can this be disabled?
-Pat
---
your problem may be the same as mine. Did you see if you have 2
different forms on the same page?
https://issues.apache.org/jira/browse/TAPESTRY-1131
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
With all the problems with maven recently ... I find I can't build
tapestry from svn because I am missing the maven-skin 1.1-SNAPSHOT.
I see the 1.0 version but can anyone point me in the direction of the
1.1 version?
-Pat
-
To
thanks for your quick response!
On 10/30/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Oops? It's out/visible now.
On 10/30/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
>
> With all the problems with maven recently ... I find I can't build
> tapestry from svn beca
I have a component in the body of @For compnent that is suddenly
complaining. It looks like it is seeing and processing the same
annotation twice:
Very frustrated... last week has been mostly going backwards...
Error: An error occured processing annotation
@org.apache.tapestry.annotations.Compon
However see :
http://issues.apache.org/jira/browse/TAPESTRY-1131
use clientId does not always generate a unique Id on a page level
basis. If another component tried to access the first component's
clientId, the result returned would be the first id not the correct
uniquified value.
-Pat
On 1
it should.
I hope that is clearer. If anyone discovers I am wrong please let me
know the solution.
-Pat
On 11/2/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
However see :
http://issues.apache.org/jira/browse/TAPESTRY-1131
use clientId does not always generate a unique Id on a page level
Btw, I'm using tapestry 4.0, and you are using 4.1 since you can access to
IComponent.clientId :P
Thanks,
robert
On 11/3/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
>
> I just realized that what I said was not completely clear. if you have
> this:
>
>
>
e. My
observation however is that the output will be something like this:
i.e. in the second instance of input type="hidden"
the id="my.path.foo" and *NOT* id="my.path.foo_0" as you had suggested.
Any comments?
Patrick Moore-4 wrote:
>
> I just realized
There seems to be a missing class in the latest Tapestry 4.1.1 snapshot:
Failure invoking constructor for class
org.apache.tapestry.services.impl.ComponentMessagesSourceImpl:
edu/emory/mathcs/backport/java/util/concurrent/ConcurrentHashMap
org.apache.hivemind.ApplicationRuntimeException
Failure i
-util-concurrent
backport-util-concurrent
2.2
Patrick Moore wrote:
> There seems to be a missing class in the latest Tapestry 4.1.1 snapshot:
>
> Failure invoking constructor for class
> org.apache.tapestry.services.impl.ComponentMessagesSo
I hope to be able to help ... but first I have to first get more
comfortable with creating Tapestry apps.
I have been using Tapestry for only a few months... I don't think you
want me anywhere near the code just yet... :-)
On 11/20/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
I actually started
Well there are 151 bugs that are not scheduled to be fixed. Some have
been sitting there from over a year ago... It would be nice to have
those triaged into a release schedule...
I would rather have solid than fancy. Solid can become fancy, fancy
without solid is a disaster...
My vote: fix the b
Hi --
I am trying to wrap some engine service by replacing the configuration
point, tapestry.services.FactoryServices with this definition:
I did something similiar to this to replace
tapestry.services.ResponseContributors:
Hi there --
Thanks for pointing out the ApplicationServices configuration point.
That did it.
I still don't understand why the method that I was trying failed.
The interceptor stuff seems like way overkill in the specification
department to really want to use.
-Pat
---
Hi Sam --
I, for one, vote that Jesse's extended message is better... The more
meaningful detail that can be provided the better. This is especially true
because it is the default message. The first 'user' to see this message is
the developer. This developer may be in the middle of pulling their
1 - 100 of 176 matches
Mail list logo