Re: Newbie Tapestry

2008-03-11 Thread Patrick Moore
Why don't we just move T5 up to T7 just so that we can say that T6 is the "old" version :-) -Pat

Re: [OT] Dubai

2008-03-20 Thread Patrick Moore
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."

Re: Make Tapestry a "full" web framework?

2008-03-20 Thread Patrick Moore
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

[T4]hivemind variables in components

2008-04-22 Thread Patrick Moore
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

Re: [T4]hivemind variables in components

2008-04-23 Thread Patrick Moore
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

canonical way to add behavior?

2006-08-11 Thread Patrick Moore
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

Re: Easy insert and tapestry 4.1

2006-08-11 Thread Patrick Moore
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

Tapestry 4.1....

2006-08-15 Thread Patrick Moore
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 -

Re: Tapestry 4.1....Jesse, dojo release?

2006-08-15 Thread Patrick Moore
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: &

listener desired on "For" component

2006-08-17 Thread Patrick Moore
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

Re: How to setup 4.1 MAVEN2 snapshot (sources)

2006-08-17 Thread Patrick Moore
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

RE: listener desired on "For" component

2006-08-17 Thread Patrick Moore
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-

is there a simpler way to get a component's html id?

2006-08-21 Thread Patrick Moore
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

Re: is there a simpler way to get a component's html id?

2006-08-21 Thread Patrick Moore
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: >

How to get Tapestry to eagerly create the components/pages

2006-08-21 Thread Patrick Moore
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

Re: new solution for concurrent requests

2006-08-22 Thread Patrick Moore
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]

Re: [ANN] Tacos 4.0.0 released

2006-08-25 Thread Patrick Moore
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]

Hidden component bug in tap 4.0.2

2006-08-28 Thread Patrick Moore
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

should/is Tagestry getting rid of ognl?

2006-08-29 Thread Patrick Moore
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

Re: should/is Tagestry getting rid of ognl?

2006-08-29 Thread Patrick Moore
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: > > >

Re: TapIDEA future, post "Time to move on"

2006-08-29 Thread Patrick Moore
--- 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

Re: Progress Bar -- A comment, a request, and an offer

2006-08-29 Thread Patrick Moore
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 pregenerate Component/Page classes?

2006-08-30 Thread Patrick Moore
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

Re: Is there a way to pregenerate Component/Page classes?

2006-08-30 Thread Patrick Moore
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 > >

RE: Is there a way to pregenerate Component/Page classes?

2006-08-31 Thread Patrick Moore
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

Re: Checking when application closes

2006-09-03 Thread Patrick Moore
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

Re: Tapestry3 + PostgreSQL temp table problem

2006-09-03 Thread Patrick Moore
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

Re: Tapestry3 + PostgreSQL temp table problem

2006-09-04 Thread Patrick Moore
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

Tapestry-acegi pom.xml

2006-09-04 Thread Patrick Moore
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

Re: Tapestry-acegi pom.xml

2006-09-05 Thread Patrick Moore
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

Re: EventListener can update a For component ?

2006-09-22 Thread Patrick Moore
take a look at the For component docs. This component has pretty good doc that talks about that issue.

Re: problems getting a session state object on start up (resend ..? )

2006-09-26 Thread Patrick Moore
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

problems getting a session state object on start up

2006-09-26 Thread Patrick Moore
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

request for components to be rolled into the main release...(jumpstart, tacos, contrib, etc)

2006-09-26 Thread Patrick Moore
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

Re: Equivalent of JSP Includes?

2006-09-26 Thread Patrick Moore
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!

Re: request for components to be rolled into the main release...(jumpstart, tacos, contrib, etc)

2006-09-26 Thread Patrick Moore
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?

Re: problems getting a session state object on start up (resend ..? )

2006-09-26 Thread Patrick Moore
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) {

Re: request for components to be rolled into the main release...(jumpstart, tacos, contrib, etc)

2006-09-26 Thread Patrick Moore
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

Re: problems getting a session state object on start up (resend ..? )

2006-09-26 Thread Patrick Moore
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

Re: problems getting a session state object on start up (resend ..? )

2006-09-26 Thread Patrick Moore
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 ..? )

Re: problems getting a session state object on start up (resend ..? )

2006-09-26 Thread Patrick Moore
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

Re: problems getting a session state object on start up (resend ..? )

2006-09-26 Thread Patrick Moore
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

Re: What does your project directory structure look like?

2006-09-26 Thread Patrick Moore
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

using hivemind in a test situation... looking for example hivemodule xml files.

2006-10-02 Thread Patrick Moore
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

Re: [announce] BeanForm 0.5

2006-10-04 Thread Patrick Moore
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

Re: [announce] BeanForm 0.5

2006-10-04 Thread Patrick Moore
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

links in the 4.1 user guide are broken...

2006-10-06 Thread Patrick Moore
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

page flow management suggestions?

2006-10-06 Thread Patrick Moore
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

Re: using hivemind in a test situation... looking for example hivemodule xml files.

2006-10-06 Thread Patrick Moore
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

Re: Accessing an application state object from a service

2006-10-11 Thread Patrick Moore
Inject the application state manager object. Then in the thread get the actual state object. and then : transPolSession = (TransPolSession) stateManager.get("USER_INFORMATION"

dojo components ... TabContainer?

2006-10-12 Thread Patrick Moore
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

Re: dojo components ... TabContainer?

2006-10-12 Thread Patrick Moore
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

Re: dojo components ... TabContainer?

2006-10-12 Thread Patrick Moore
(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

Re: dojo components ... TabContainer?

2006-10-12 Thread Patrick Moore
I should add ... don't try to be too perfect :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dojo components ... TabContainer?

2006-10-12 Thread Patrick Moore
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

Component resolution question

2006-10-12 Thread Patrick Moore
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,

Re: Component resolution question

2006-10-12 Thread Patrick Moore
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

Re: Component resolution question

2006-10-13 Thread Patrick Moore
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.

Re: Ajax form that updates itself destroys the ajaxy-goodness of said form

2006-10-13 Thread Patrick Moore
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

Re: Component resolution question

2006-10-16 Thread Patrick Moore
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

Re: Ajax form that updates itself destroys the ajaxy-goodness of said form

2006-10-16 Thread Patrick Moore
; > > > > > > > > > > > ? > > > > > > > > > > > > > > > > > > > > > > On 10/14/06, Josh Long <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > An update: I removed the updateComponents parameter > and > > > the > > > > > > > > listener > &

Re: RE Component ApplicationRuntimeException... Tap-4.1.1 help please (thanks)

2006-10-16 Thread Patrick Moore
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

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Patrick Moore
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

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-16 Thread Patrick Moore
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

Re: For component ConcurrentModificationException during rewind.

2006-10-17 Thread Patrick Moore
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

Re: Using tapestry as a Servlet

2006-10-17 Thread Patrick Moore
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

Re: How do you add custom dojo widget?

2006-10-17 Thread Patrick Moore
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

Re: Component resolution question

2006-10-17 Thread Patrick Moore
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

Re: [SPAM] Re: Using tapestry as a Servlet

2006-10-17 Thread Patrick Moore
-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.

DropdownTimePicker usability problems

2006-10-18 Thread Patrick Moore
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

Re: DropdownTimePicker usability problems

2006-10-18 Thread Patrick Moore
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]

Re: problem with images

2006-10-18 Thread Patrick Moore
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

Re: Re: How do you add custom dojo widget?

2006-10-18 Thread Patrick Moore
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]

Re: How can I do custom Exception page in tapestry portlet?

2006-10-20 Thread Patrick Moore
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

Re: ServletContextListener equivalent in Tapestry

2006-10-23 Thread Patrick Moore
Something like this might be what you want: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: defining paths for templates

2006-10-24 Thread Patrick Moore
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

Re: Dynamic Radiogroup

2006-10-24 Thread Patrick Moore
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

Re: Tomcat failover.

2006-10-25 Thread Patrick Moore
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

Re: Dynamic Radiogroup

2006-10-25 Thread Patrick Moore
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

Re: EventListener on components within a @For loop

2006-10-25 Thread Patrick Moore
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? -

Re: snapshots?

2006-10-26 Thread Patrick Moore
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

Re: EventListener on components within a @For loop

2006-10-27 Thread Patrick Moore
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()}); }

Re: EventListener on components within a @For loop

2006-10-29 Thread Patrick Moore
https://issues.apache.org/jira/browse/TAPESTRY-1132 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

strange problem with oro and tapestry 4.1.1

2006-10-29 Thread Patrick Moore
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

stale link checking....

2006-10-29 Thread Patrick Moore
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 ---

Re: getClientId() seems to output the wrong value

2006-10-29 Thread Patrick Moore
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: [

maven-skin 1.1-SNAPSHOT

2006-10-30 Thread Patrick Moore
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

Re: maven-skin 1.1-SNAPSHOT

2006-10-30 Thread Patrick Moore
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

did the namespace for components change recently?

2006-10-30 Thread Patrick Moore
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

Re: use unique id's generated by tapestry

2006-11-02 Thread Patrick Moore
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

Re: use unique id's generated by tapestry

2006-11-02 Thread Patrick Moore
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

Re: use unique id's generated by tapestry

2006-11-04 Thread Patrick Moore
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: > > >

Re: use unique id's generated by tapestry

2006-11-04 Thread Patrick Moore
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

NoClassDefFoundError in latest snaphot!

2006-11-19 Thread Patrick Moore
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

Re: NoClassDefFoundError in latest snaphot!

2006-11-19 Thread Patrick Moore
-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

Re: Release schedule of the Tapestry 4.1

2006-11-21 Thread Patrick Moore
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

Re: Release schedule of the Tapestry 4.1

2006-11-21 Thread Patrick Moore
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

how to wrap tapestry.services.FactoryServices?

2006-11-23 Thread Patrick Moore
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:

Re: how to wrap tapestry.services.FactoryServices?

2006-11-26 Thread Patrick Moore
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 ---

Re: Re: Number translator message in 4.1

2006-12-01 Thread Patrick Moore
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   2   >