Re: terminator in pipeline

2006-02-14 Thread Jesse Kuhnert
I know how to override the implementation of a service point via . That would effectively replace whatever is terminating things below with an implementation of your choosing. On 2/14/06, Stijn Christiaens <[EMAIL PROTECTED]> wrote: > > Hello group, > > anybody has a clue how to replace the termin

Re: Optimization Questions

2006-02-14 Thread Jesse Kuhnert
Couldn't tell if it was mentioned or relevant, but you should also make sure you're using hivemind 1.1.1. It has a number of very important perf improvements that may be related. On 2/15/06, Shannon, Andrew <[EMAIL PROTECTED]> wrote: > > Hey Geoff, > > Thanks for the time put into your response.

Re: Focus being set on button automatically

2006-02-15 Thread Jesse Kuhnert
I believe the "focus" parameter of your form component will fix this problem. http://jakarta.apache.org/tapestry/tapestry/ComponentReference/Form.html The default value is true, setting it to false may fix this for your usage. jesse On 2/15/06, Greg Cormier <[EMAIL PROTECTED]> wrote: > > Okay,

Re: testing abstact method in Page with service Injection

2006-02-15 Thread Jesse Kuhnert
You can set the values of all the injectable things by using tapestrys "Creator" class. http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/test/Creator.html I should really add this to the wiki On 2/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well, the idea i

Re: How to dynamically obtains component's form id?

2006-02-15 Thread Jesse Kuhnert
Not sure if this is in 4.0 officially, but TapestryUtils has a method called: public static IForm getForm(IRequestCycle cycle, IComponent component) Which will return you the current form instance (assuming you are calling this from a form component or any component contained by a form ). On 2/1

Re: Does Tapestry have a standard way to support user timezone?

2006-02-16 Thread Jesse Kuhnert
If you have some more very specific information for the DatePicker a jira post with 4.1 as the target version would be very helpful. I'm literally rewriting as we speak, so now would be the time to get everyone's wishes in :) jesse On 2/16/06, Fernando Padilla <[EMAIL PROTECTED]> wrote: > > Sadl

Re: "Manually" calling listeners.

2006-02-16 Thread Jesse Kuhnert
Yeah, I think the most correct way to do it would be using the LinkFactory + DirectServiceParameters to construct the link the same way that DirectLink does, but without having those sources in front of me right now I know that the quick and dirty method would be if you defined a DirectLink you wan

Re: Gavin King's comment about presentation code and CSS in Javaposse podcast

2006-02-16 Thread Jesse Kuhnert
Hmmm...I wish I could say more, but prefering to make mysterious and unsubstantiated statements, I would say that my own personal opinion is that Gavin might not be quite as down on tapestrys component model as the interview may make it seem.. Either way, I love hibernate and feel it's probably on

Re: Minimum and Maximum Validators in 4.0

2006-02-17 Thread Jesse Kuhnert
Number,Integer,BigDecimal > etc, but it's an Object we're casting from. I > know that it contains a string, but its a numeric string i.e "123", is it > that the Min class is at fault here or is it something I'm > doing wrong? > > If Jesse Kuhnert is reading this and has five minutes to deliver the > answer > to my question it would be much appreciated. > > Brian Long. > >

Re: Minimum and Maximum Validators in 4.0

2006-02-17 Thread Jesse Kuhnert
ass? Is this a step to far for the Compiler/Tapestry framework, > because if what you say is true, this should have worked. > > Brian. > > On 2/17/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > You need to have you value binding for TextField be either a Numeric > object >

Re: Minimum and Maximum Validators in 4.0

2006-02-17 Thread Jesse Kuhnert
ors:min=15,max=5000" size="10" /> > > Regards, Brian. > > On 2/17/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Oh, try adding the translator: binding as well :) > > > > On 2/17/06, Brian Long <[EMAIL PROTECTED]> wrote: > > > >

Re: Tacos @AjaxForm and @Upload

2006-02-17 Thread Jesse Kuhnert
It sounds like a bug in tacos to me, but I have been theoretically successful in using the Upload component with AjaxForm, as show here: http://tacos.mine.nu/tacos-demo4/app?page=forms%2FUploadProgressBar&service=page (still some issues with the progress indicator...but it works) On 2/17/06, Den

Re: Localizing a single page (in an app that's localized in different language)

2006-02-17 Thread Jesse Kuhnert
I don't remember the exact syntax offhand, but I think you can use one of the "meta" tags in your page spec to set this. On 2/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Greetings, > I?m trying to change the locale of only 1 page in my web app. The system > as a whole allows for a var

tapestry component sub-project

2006-02-20 Thread Jesse Kuhnert
It has been voiced on a few occassions that an official tapestry sub-project based around components and contributors to those components may be beneficial. I think it would be nice to have a project like this, it would allow tapestry to have a clearer/safer feeling repository of components that a

Re: Workbench: where is the submit listener?

2006-02-20 Thread Jesse Kuhnert
Is it under here? http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/branches/4.0-polluted/examples/Workbench/src/java/org/apache/tapestry/workbench/fields/ On 2/20/06, Martin Carel <[EMAIL PROTECTED]> wrote: > > This will sound as a trivial question. > > I am investigating about validation using

Re: tapestry component sub-project

2006-02-20 Thread Jesse Kuhnert
hat you have in mind? That's where Tapestry-Flash, Tapestry-Prop, > and > Tapestry-Spring live. > > -----Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Monday, February 20, 2006 12:26 PM > To: Tapestry users > Subject: tapestry component

Re: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Jesse Kuhnert
Arghh! Can't we ban everything from tapestryforums? On 2/20/06, Apache <[EMAIL PROTECTED]> wrote: > > my friend ray who manages www.vidvox.com forum, came across this same > problem last week he told me. He spend like 20 hours deleteing off spam > message. > > this seems like a problem more severe

Re: generating component documentation

2006-02-21 Thread Jesse Kuhnert
Norbert Sandor had something a while back for t3, but I don't think it's been updated for T4. It was very nice, allowing for auto generated normal docs based on the spec file, including an optional "detailed" version for examples and such. I think anything new would have to take annotations into

Re: [OT] using a tapestry-subproject to test in maven

2006-02-21 Thread Jesse Kuhnert
Hey Dan, The maven2 guys are currently working on making this parent/child thing a little bit more intuitive (namely the reporting and shared config stuff), but you can see a somewhat usable example if you download the head cvs from tacos.sourceforge.net. It won't actually compile, as I'm still w

Re: Upload woes

2006-02-21 Thread Jesse Kuhnert
Sounds very frustrating. Though my resources are constrained, I can only meekly point to the tacos.sourceforge.net web demo...Where there is a ~working~ page demonstrating using the IUpload component in a form. ? jesse On 2/21/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > We've tried numerou

Re: Upload woes

2006-02-22 Thread Jesse Kuhnert
importFile); > > > > > > > And not calling, public void startTask(IRequestCycle cycle). > Jason > > > On 2/21/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > > Sounds very frustrating. Though my resources are constrained, I can onl

Re: Upload woes

2006-02-22 Thread Jesse Kuhnert
the same > experience and now I gotta solve it. > Thanks! > Jason > > On 2/22/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > > Are you sure? I'm using it in a production application right now and the > > files most definitely are being uploaded. You

Re: Upload woes

2006-02-22 Thread Jesse Kuhnert
gt; set > > and the listener is not called using the UPload component. This problem > > has > > been delegated to me as several other developers have had the same > > experience and now I gotta solve it. > > Thanks! > > Jason > > > > On 2/22/06, Je

Re: Upload woes

2006-02-22 Thread Jesse Kuhnert
e (and learning a few tricks from it as > well ;-) > > I tested it with the file size and the "request was rejected because its > size (11890441) exceeds the configured maximum" was thrown. I'll keep > digging to see what could be my issue. > Thanks! > Jason >

Re: Upload woes

2006-02-22 Thread Jesse Kuhnert
e know if I can help. > > Raphael Jean > EntropySoft > > > -Original Message- > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > Sent: mercredi 22 février 2006 22:36 > > To: Tapestry users > > Subject: Re: Upload woes > > > > I'm glad i

Re: Upload woes

2006-02-23 Thread Jesse Kuhnert
anch without problem. > > For my part, I'm off to bed... > > Raph > > > -Original Message- > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > Sent: mercredi 22 février 2006 23:48 > > To: Tapestry users > > Subject: Re: Upload woes >

Re: StaleLink Exceptions- Help

2006-02-23 Thread Jesse Kuhnert
I'd help but I've never really used tap 3.0... On 2/23/06, Dimm, Jason <[EMAIL PROTECTED]> wrote: > > I've received no suggestions so I'll assume that setting another page to > replace the "Stale Link" exception is not available in Tapestry 3.0. > > > Jason E. Dimm, Senior Analyst, Cingular Wirele

Re: Fallback for tacos:Autocompleter

2006-02-24 Thread Jesse Kuhnert
I think it's a safe bet to assume anyone with ie 5.5 or netscape > 4 should be compatible. There are ways to check the browser type and version but I don't know them off hand. I'd probably do a google search. On 2/24/06, Inge Solvoll <[EMAIL PROTECTED]> wrote: > > I'm using tacos:Autocompleter, an

Re: Is it possible to do a global i18n bundle with Tapestry 4?

2006-02-24 Thread Jesse Kuhnert
I don't have an answer just yet, but I'll be opening up the 4.0 branch in a little bit to fix some other things and will find an answer for you. On 2/24/06, Matt Raible <[EMAIL PROTECTED]> wrote: > > Yeah, I saw that. I like this feature and think that smart defaults > are cool - however, I'd lik

Re: Is it possible to do a global i18n bundle with Tapestry 4?

2006-02-24 Thread Jesse Kuhnert
I am probably wrong, but without spending too much time on it (and more buying time until Howard can come in and correct me) I believe that you more or less ~have~ to have your global il10n properties file match your application specification file name. (Like pages and components do) . There is a

Re: [Solved] Upload woes

2006-02-24 Thread Jesse Kuhnert
jira? (4.0.1 has now been updated to use commons-io 1.1 btw) On 2/24/06, Jason Suplizio <[EMAIL PROTECTED]> wrote: > > Hi, > You may know this, but it appears as if the Upload component requires > commons-io-1.0.jar. This dependency is not listed at.. > >

Re: Is it possible to do a global i18n bundle with Tapestry 4?

2006-02-24 Thread Jesse Kuhnert
I will double check again to be sure it's not really possible to name the file whatever you want. If it isn't possible ~currently~, will a fix in 4.0.1 be a useless effort for your purposes? On 2/24/06, Matt Raible <[EMAIL PROTECTED]> wrote: > > On 2/24/06, Jesse Kuhnert <[EMAI

Re: Can't get service-point element due to Service point doesn't exist error.

2006-02-25 Thread Jesse Kuhnert
Your service name injection reference looks fine to me, but I did notice two other things: 1-) Tapestry's ApplicationServlet looks for "hivemodule.xml" in your classpath/web context by default, you mentioned calling it hivemind.xml..Areyou sure it's getting loaded at all? 2-) I could be completel

Re: @Message Component

2006-02-27 Thread Jesse Kuhnert
You'll know for sure if the script is being included by viewing the generated html of your page. If you see that the script is included, then copy and paste the url pointing to it..If you can't see the js source from the url then the path might be wrong. On 2/27/06, Brian Long <[EMAIL PROTECTED]>

Re: TACOS floating pane

2006-02-28 Thread Jesse Kuhnert
I think it's a tacos problem. I don't use FloatingPanes anywhere so that portion of code has probably not been quite as well thought out as others. j On 2/28/06, Daniel Lydiard <[EMAIL PROTECTED]> wrote: > > > http://tacos.mine.nu/tacos-demo4/app?page=ajax%2FFloatingPaneExample&service=page > > I

Re: Samples of Oracle connection/query data display

2006-02-28 Thread Jesse Kuhnert
Most people prefer using hibernate, if that is the case with you there are two projects to choose from (that I know of): http://hivetranse.sourceforge.net/ http://honeycomb.javaforge.com/ (If you just want a javax.sql.DataSource example there are plenty in the wiki, as well as in the TimeTracker

Re: Tag cloud component?

2006-03-02 Thread Jesse Kuhnert
http://developer.jot.com/WikiHome/RelatedPagesDynamicV1 ? On 3/2/06, Aj Gregory <[EMAIL PROTECTED]> wrote: > > Anybody know where I can get a component to display a tag cloud? > http://en.wikipedia.org/wiki/Tag_cloud > > -Aj > > ---

Re: Where's the Tag Library in Tapestry 4.0?

2006-03-02 Thread Jesse Kuhnert
I'd help but I've never used jsp before except in learning tutorials. :( On 3/2/06, Travis Romney <[EMAIL PROTECTED]> wrote: > > I could really use some help here. > Does anybody know of any workarounds to this problem? > > > On 3/1/06, Travis Romney <[EMAIL PROTECTED]> wrote: > > > > What happene

Re: Tacos ajax direct link

2006-03-03 Thread Jesse Kuhnert
It's a tacos limitation...Tapestry was never written with this requirement being known :) It will be fixed ~hopefully~ in 4.1, and definitely in tap5. On 3/3/06, Daniel Lydiard <[EMAIL PROTECTED]> wrote: > > When i click on an AjaxDirectLink, I'm noticing in my log file that the > whole page is be

Re: TAPESTRY-635, Problem applying patch

2006-03-04 Thread Jesse Kuhnert
It's already been applied. Just check out the 4.0 branch of tapestry. (which will turn into 4.0.1 ) On 3/4/06, Qiao En <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I'm developing a portlet application with Tapestry 4.0, and eventually > I'm hit with the Upload component bug when used in portlet

Re: Maven 2

2006-03-04 Thread Jesse Kuhnert
tacos4 should be working correctly in a couple more hours. The maven dev's have committed all of the patches and things seem to be mostly working fine. I'll commit the tacos4 changes I made soon so that there is a reference. On 3/4/06, Borut Bolčina <[EMAIL PROTECTED]> wrote: > > Is anybody using

Re: Maven 2

2006-03-04 Thread Jesse Kuhnert
I can say with confidence that maven 2 is leaps and bounds better than maven 1. I don't know what plugin problems you were having but I'm not having any. On 3/4/06, spamsucks <[EMAIL PROTECTED]> wrote: > > I was a long time maven 1 user and made the mistake of trying to go to > maven2 . > > Can y

Re: Tapestry 3 vs. Tapestry 4 when calling methods

2006-03-05 Thread Jesse Kuhnert
That sounds odd. What happens if you try making it "ognl:getUserRoles()" instead? On 3/5/06, Matt Raible <[EMAIL PROTECTED]> wrote: > > Yes, I am using the 4.0 DTD with the following: > > > > > > > > Matt > > On 3/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Re: Dynamic translators

2006-03-05 Thread Jesse Kuhnert
Translators are defined via hivemind contributions like most other things. I don't know if any currently support random ognl expressions, but you're free to create your own that can by contributing it to the correct hivemind contrib point and using the ExpressionEvaluator service. On 3/5/06, Leon

Re: [EMAIL PROTECTED]:Table issues

2006-03-06 Thread Jesse Kuhnert
Yes, it''ll likely be fixed today. https://issues.apache.org/jira/browse/TAPESTRY-234 On 3/6/06, Nima Boustanian <[EMAIL PROTECTED]> wrote: > > Hey all > > I am very impressed with the contrib.table in Tapestry but how come it > won't let me list column names containing underlines _ ? > > I can d

Re: Ruby vs Tapestry

2006-03-06 Thread Jesse Kuhnert
You can't really compare them. Ruby is a programming language, Tapestry is a java web application framework. The idiosyncracies between languages alone limit the ability to draw any useful comparisons. The only general argument I can think of is that "java" has a lot more robust enterprise sort of

Re: Issue using Oracle Portal and Tapestry JSR-168 support (stack included)

2006-03-06 Thread Jesse Kuhnert
Thanks Raphael! Will apply this tomorrow. (P.S, any other easy to patch fixes you have sitting around? ;) ) On 3/6/06, Raphaël Jean <[EMAIL PROTECTED]> wrote: > > Jan, > > I've never tried Oracle Portal but I've been able to run a Tapestry > portlet in WSRP4J, the Apache WSRP provider project. I

Re: Issue using Oracle Portal and Tapestry JSR-168 support (stack included)

2006-03-07 Thread Jesse Kuhnert
ebContext which > include getRealPath() and a couple of others. So basically the issue can be > marked as resolved/closed. > > Thanks, > > Raphael Jean > EntropySoft > > > -Original Message- > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > Sent: ma

Re: Javascript and component names

2006-03-07 Thread Jesse Kuhnert
Try using getClientId() instead. That's the id that is dynamically generated for forms/lists. On 3/7/06, Aslak Gronflaten <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a component (a button) within another component (a calendar > component). > When several calendars are present on the page, the bu

Re: Listening to property changes during rewind

2006-03-07 Thread Jesse Kuhnert
I know there is some sort of "Monitor" notion that is talked about on the configuring tapestry page. If this is for honeycomb let me know and I'll do a more thorough investigation. On 3/7/06, Schulte Marcus <[EMAIL PROTECTED]> wrote: > > Is there a standard way to register a listener to be called

Re: Issue using Oracle Portal and Tapestry JSR-168 support (stack included)

2006-03-07 Thread Jesse Kuhnert
http://wiki.apache.org/jakarta-tapestry/BuildingTapestry On 3/7/06, Jan Vissers <[EMAIL PROTECTED]> wrote: > > What's the best way to get a 'intermediate' release of Tapestry if I for > instance want to test these fixes on Oracle Portal 10.1.4 as well? > >

Re: Component casting.

2006-03-07 Thread Jesse Kuhnert
I think a clearer explanation would be that in most instances you shouldn't have to directly interact with components in java code. There are special cases, but for the most part there is probably a better way to do whatever it is that you are doing. What is the problem you are trying to solve tha

Re: Rewinding nested form.

2006-03-07 Thread Jesse Kuhnert
Are your components implementing IFormComponent I wonder? Don't remember anything specific, but they might get their inner components ignored if not? No idea... On 3/7/06, Ryan Holmes <[EMAIL PROTECTED]> wrote: > > Hmmm... I'm not sure why this isn't working for you. FWIW, I can tell > you that it

Re: Tapestry 3 vs. Tapestry 4 when calling methods

2006-03-07 Thread Jesse Kuhnert
Tapestry does allow for calling a non abstract method from ognl, but I have noticed that in some instances you can't use the bean style syntax to do it. Ie Page Object foo; foo has method getBar(); In normal circumstances you'd be able to get to this as "ognl:foo.bar", but for whatever reas

Re: "forget" session properties from T4 page?

2006-03-08 Thread Jesse Kuhnert
IReqestCycle.forgetPage() ? On 3/8/06, Phillip Rhodes <[EMAIL PROTECTED]> wrote: > > I need to forget/reset all the session persisted properties of a set of > pages within a listener method. I was hoping to find a tapestry means to > do this rather than a error prone find-n-destroy the page prop

Re: What's up with the Else component?

2006-03-08 Thread Jesse Kuhnert
Does it really? I'd think the if/else construct would be something familiar to programmers of almost any modern programming language. On 3/8/06, Rob Dennett <[EMAIL PROTECTED]> wrote: > > That needs to be fixed in the docs. How does the Else component know what > If it goes with? > > Thanks, > Ro

Re: Broken link in the image component description

2006-03-08 Thread Jesse Kuhnert
Thanks, fixed now. On 3/8/06, ZedroS Schwart <[EMAIL PROTECTED]> wrote: > > Hi > > A quick mail to signal that the link for the ExternalAsset API ( > > http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/ExternalAsset.html > ) > in the image component ( > > http://jakarta.apach

Re: Contrib:Table - How to change rendering of th?

2006-03-08 Thread Jesse Kuhnert
There is now thanks to Brian K. Wallace. If you do a checkout of the 4.0branch you will find that there are no manual style specs set on the table header anymore. Instead they are defined as css classes. (there is one inline tag but that can't really be helped..at least in the interest of not brea

Re: Contrib:Table - How to change rendering of th?

2006-03-08 Thread Jesse Kuhnert
e two (if the column's sorted) closer together. > > Anyone see any issues with that approach off the top of their head? > > Jesse Kuhnert wrote: > > There is now thanks to Brian K. Wallace. If you do a checkout of the > > 4.0branch you will find that there are no manual

Re: Contrib:Table - How to change rendering of th?

2006-03-08 Thread Jesse Kuhnert
Ideally there should ~only~ be stuff + css class definitions. The hard part is providing default behaviour. Without being able to add css includes into the head it's so durned impossible.. Of course the recent mentions of the new MarkupWriter implementation would allow this to work. There's no re

Re: Contrib:Table - How to change rendering of th?

2006-03-08 Thread Jesse Kuhnert
Heh ...Well if all my cool new web 2.0 friends saw that I didn't have css stuff figured out properly they probably wouldn't let me sit at their table at lunch anymore... On 3/8/06, Brian K. Wallace <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Has

Re: Focus on formFields

2006-03-09 Thread Jesse Kuhnert
There is a Forms.js package that should be loaded by default when using tapestry forms. If you add something like this at the very bottom of your page it might work: Tapestry.set_focus(yourFieldId); Where yourFieldId = the value of On 3/9/06, Claus Weng <[EMAIL PROTECTED]> wrote: > > Hi, > >

Re: problem with table in a form

2006-03-09 Thread Jesse Kuhnert
I don't know if I'm remembering correctly, but try playing around with the various table state managers. There is a Null state manager that I think in particular might solve this issue. But, like I said...Don't remember for sure off hand. On 3/9/06, Ron Piterman <[EMAIL PROTECTED]> wrote: > > I am

Re: Partial form submit

2006-03-09 Thread Jesse Kuhnert
I almost fixed this yesterday but couldn't make up my mind without more input from people. Does anyone ~really~ care if the validation errors disappear when you refresh the form? If not then it's as good as fixed tomorrow :) On 3/8/06, Ben Dotte <[EMAIL PROTECTED]> wrote: > > Hi Aj, > > This is e

Re: Link to service with variable parameter

2006-03-09 Thread Jesse Kuhnert
Yes ServiceLink. I did the exact same thing to create links to a FileViewing service. It works great. The "paramters" binding allows you to pass in whatever values you want to your service via IRequestCycle. On 3/9/06, Jean-Eric Cuendet <[EMAIL PROTECTED]> wrote: > > Hi, > I have a list of PDF tha

Re: Issue using Oracle Portal and Tapestry JSR-168 support (stack included)

2006-03-10 Thread Jesse Kuhnert
rectory but the rest of the > path is nowhere to be found > > > Jesse Kuhnert wrote: > > http://wiki.apache.org/jakarta-tapestry/BuildingTapestry > > > > On 3/7/06, Jan Vissers <[EMAIL PROTECTED]> wrote: > > > >> What's the best way to get a &#

Re: Is it possible to do a global i18n bundle with Tapestry 4?

2006-03-10 Thread Jesse Kuhnert
ire a lot of careful thought. On 3/10/06, Matt Raible <[EMAIL PROTECTED]> wrote: > > On 2/24/06, Matt Raible <[EMAIL PROTECTED]> wrote: > > On 2/24/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > From what I've seen I'm guessing that the fix had

Re: Contrib:Table question

2006-03-10 Thread Jesse Kuhnert
I've run into this many times before as wellI can never remember what the solution is though, it's always something silly. Whatever you guys do find can you post back to the forum or create a JIRA issue so that people never go through this again? On 3/10/06, Peter Svensson <[EMAIL PROTECTED]>

Re: A JBoss EJB3 hivemind service

2006-03-11 Thread Jesse Kuhnert
I think we resolved it as a non tapestry thing in JIRA already. (don't know where he's going to go with it but hivetranse/honeycomb were mentioned) On 3/11/06, Hugo Palma <[EMAIL PROTECTED]> wrote: > > I didn't look at the code but i think something like this would fit > perfectly in the honeycomb

Re: Best way to give pojo access to a file?

2006-03-13 Thread Jesse Kuhnert
http://tacos.sourceforge.net/hivemind/SiteMap.html It does almost exactly what you describe, except the UI portions are really more of an after thought, with the core work being done in a full fledged hivemind service. The tacos demo navigation system is built using this, but one could easily make

Re: show validation messages

2006-03-14 Thread Jesse Kuhnert
The tapestry workbench example application has a generic component that does this. It's called "ShowMessage" or "ShowError", something like that. It should be included with the standard tapestry download from jakarta.apache.org . On 3/14/06, Craig Hamilton <[EMAIL PROTECTED]> wrote: > > Hi, > > Is

Re: Tacos @AjaxForm and @Upload

2006-03-14 Thread Jesse Kuhnert
and some javascript to make it talk to the ProgressBar. > > There's also an AjaxDirectLink used to cancel the upload, but that's > > outside > > the form so unfortunately I can't use it in my case. > > > > > > -Original Message- > > From:

Re: tapestry and site mesh

2006-03-14 Thread Jesse Kuhnert
*shudders* at the mention of tiles ;) On 3/14/06, Wayland Chan <[EMAIL PROTECTED]> wrote: > > Ed, > > You can use both. Take a look at http://equinox.dev.java.net for an > example > of how Matt Raible has integrated both. > > IMO, tapestry components don't really do much for you in terms of >

Re: org.apache.hivemind.ApplicationRuntimeException

2006-03-14 Thread Jesse Kuhnert
I don't remember any scenerios where tapestry has "swallowed" any exceptions thrown by me or other libraries. Perhaps you should put a cow catcher in your listener method to be sure something funky isn't going on? On 3/14/06, Wayland Chan <[EMAIL PROTECTED]> wrote: > > More info > > What usual

Re: Show/Hide text fields

2006-03-14 Thread Jesse Kuhnert
var elm = document.getElementById('yourfieldid'); elm.style.display="none"; //to hide elm.style.display=""; //to show Or, you could use the AjaxEventSubmit control from tacos at http://tacos.sourceforge.net to do the same without writing any javascript code. On 3/14/06, Daud <[EMAIL PROTECTED]> w

Re: Checkbox and Tapestry Event Handler?

2006-03-15 Thread Jesse Kuhnert
You can use the AjaxEventSubmit component from tacos to achieve this sort of behaviour. .It does require doing a post of the page, but not one that would refresh the entire page. (using normal ajax semantics) http://tacos.sourceforge.net/components/AjaxEventSubmit.html jesse On 3/15/06, Harvey, D

Re: A generic edit page?

2006-03-16 Thread Jesse Kuhnert
You might want to check out the trails project, but I don't know if this edit page exists anywhere yet. It would be great if someone implements it though. See http://howardlewisship.com/blog/2006/03/from-fanciful-ideas-category.html . When I'm finished with 4.1 development I plan on doing a lot o

Re: Using tapestry core rendering engine as an email or report generation engine...

2006-03-16 Thread Jesse Kuhnert
bscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com

Re: How to write directlink url in js?

2006-03-16 Thread Jesse Kuhnert
"Didn't work" isn't very descriptive of what didn't work. On 3/16/06, Jun Tsai <[EMAIL PROTECTED]> wrote: > > Thank you reply, > but I find it didn't work. > > ssmItems[1]=["Dynamic Drive", " renderer="corner.orm.tapestry.RawURLLinkRenderer"/>", ""]; > > Thanks > Jun Tsai > 2006/3/16, Andreas Andr

Re: How to write directlink url in js?

2006-03-16 Thread Jesse Kuhnert
en I view source in IE,I found : > > > <!-- > > var test='<span jwcid="@DirectLink" > listener="ognl:listeners.goOne2OnePage" > parameters="ognl:{agentId,'MiPhyChemCharacte'}" > renderer="corner.orm.tapestry.RawURLLinkRender

Re: Overriding components included in libraries

2006-03-17 Thread Jesse Kuhnert
olve this? I also though at "extending" or > "subclassing" component specification while overriding inner components, > seems not to be possible. > > I am kind of new to tapestry, spring etc. please keep that in mind while > responding :-) > > Regards, >

Re: [HiveMind] Fw: JAR issue

2006-03-17 Thread Jesse Kuhnert
onRuntimeException: > There is no service point for interface... thrown. > > > <-- location of the > apps hivemodule > ><-- contains > hivemind.jar > > How can the 2 coexist? Must I write my own registry loader? (seems > drastic) > > TIA > John

Re: [HiveMind] Fw: JAR issue

2006-03-17 Thread Jesse Kuhnert
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com

Re: Tacos Beta: JSError "tacos is not defined

2006-03-20 Thread Jesse Kuhnert
gt; Any suggestions how to solve this? > > regards, > kris > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com

Re: Re: Tacos Beta: JSError "tacos is not defined

2006-03-20 Thread Jesse Kuhnert
web.xml too? > > > > TacosDemo > net.sf.tacos.demo.ConfigurationServlet > 1 > > > > TacosDemo > /app > > > > > > TacosDemo > *.direct > > > > TacosDemo > *.sdirect > > > > TacosDemo > /asse

Re: Re: Re: Tacos Beta: JSError "tacos is not defined

2006-03-20 Thread Jesse Kuhnert
Hmm...Then I have no idea why that's not working. The only other scenerio where this would happen is if there was an actual bug in the tacos.js code, in which case browsers will sometimes invalidate the entire file. Did you grab this from cvs or the website? On 3/20/06, Kristian Marinkovic <[EMAI

Re: max file upload size

2006-03-21 Thread Jesse Kuhnert
hod to change > > it. > > > > -- > > Dan Adams > > Software Engineer > > Interactive Factory > > > > > > --------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTE

Re: max file upload size

2006-03-21 Thread Jesse Kuhnert
: [EMAIL PROTECTED] > > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > -- > Dan Adams > Software Engineer > Interactive Factory > > > - > To unsubscri

Re: max file upload size

2006-03-21 Thread Jesse Kuhnert
It's ok, Brian's been doing most of the work lately. I rather enjoy it :) On 3/21/06, Ben Dotte <[EMAIL PROTECTED]> wrote: > > Thanks Jesse - And for all the work you've put in on so many other cases > recently, it is very much appreciated! > > -Origina

Re: max file upload size

2006-03-21 Thread Jesse Kuhnert
This has been fixed in the 4.0 branch now. There is a maxSize parameter on the Upload component that should allow people to change what it is. A negative value means "unlimited" so be careful :) (the default is still 10kb though) On 3/21/06, Jesse Kuhnert <[EMAIL PROTECTED]> wr

Re: TheServerSide.com Java Symposium is coming to Europe!. Is Tapestry gonna be there?

2006-03-21 Thread Jesse Kuhnert
> > http://javasymposium-europe.techtarget.com/index.html > > best regards. > > Raul Raja. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse K

Re: Dynamic Radio Groups and radio buttons

2006-03-22 Thread Jesse Kuhnert
> please > let me know as i am stuck pn this one. Any help will be appreciated. > Thanks > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: Does JS have to be in Script components?

2006-03-22 Thread Jesse Kuhnert
gt; Thanks for your help, > > Rob > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.385 / Virus Database: 268.2.6/287 - Release Date: 3/21/2006 > > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based c

Re: promoting Tapestry

2006-03-22 Thread Jesse Kuhnert
tory > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com

Re: Tapestry future : Ajax inside ?

2006-03-22 Thread Jesse Kuhnert
; location for example (for sure I guess it can tell the server if needed). > > So, my point is just to see what's planned for Tapestry, and how... and > when > ? ;) > > Thanks in advance > > ZedroS > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com

Re: Global bean configuration

2006-03-22 Thread Jesse Kuhnert
designed for sharing. > > So, is there a way to share definitions of beans? > > -- > Ing. Leonardo Quijano Vincenzi > DTQ Software > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comma

Re: Global bean configuration

2006-03-22 Thread Jesse Kuhnert
D]> wrote: > > I'm talking about bean definitions in JWC / Page files. > > -- > Ing. Leonardo Quijano Vincenzi > DTQ Software > > > Jesse Kuhnert wrote: > > Isn't that what hivemind is? Maybe I'm wrong.. > > > > > > > > -

Re: promoting Tapestry

2006-03-22 Thread Jesse Kuhnert
dd 2,700 tons of CFCs to the stratosphere, and increase their population > by 263,000 > > Bowers, C.A. The Culture of Denial: Why the Environmental Movement Needs > a Strategy for Reforming Universities and Public Schools. New York: State > University of New York Press, 1997: (4) (5) (p.206) > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com

Re: Global bean configuration

2006-03-22 Thread Jesse Kuhnert
quot;' *and* bean definitions for every one of them is wasteful. > > -- > Ing. Leonardo Quijano Vincenzi > DTQ Software > > > Jesse Kuhnert wrote: > > But that's my point. You don't need to define them in JWC / Page files. > The

Re: promoting Tapestry

2006-03-22 Thread Jesse Kuhnert
s adopting JSF eventually, > but > Tapestry? > > John > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com

  1   2   3   4   5   6   >