RE: JFly edit table online: Jesse, Justin and all interested

2007-03-07 Thread Marcus.Schulte
Hi Kiuma, looks nice! However, on IE6 it's broken (some JavaScript error) - and keybindings don't seem to work for me (On Firefox). Marcus > -Original Message- > From: Andrea Chiumenti [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 08, 2007 7:40 AM > To: Tapestry users > Subject: JF

JFly edit table online: Jesse, Justin and all interested

2007-03-07 Thread Andrea Chiumenti
Hello, if you are interested I've put the JFly edit table demo under http://www.wingstech.com/JFlyDemo I'd like your impression about it. Ciao kiuma

Re: Autocompleter in 4.1.2

2007-03-07 Thread Jesse Kuhnert
Without anything else to go on I'd say that no json request is being made, or no json request is being made specifying updateParts:whateverTheNameOfYourAutocompleterIs. My Firebug output from these requests hitting the 4.1 demo is: request: filter (means nothing, blank, null) jsontrue updat

RE: Autocompleter in 4.1.2

2007-03-07 Thread Leffel, Daniel
I put a logger line in the getValues method and noticed that the method is not being called. Why would that be? -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Wed 3/7/2007 5:23 PM To: Tapestry users Subject: Re: Autocompleter in 4.1.2 :) There's no chance the au

Re: Autocompleter in 4.1.2

2007-03-07 Thread Jesse Kuhnert
:) There's no chance the autocompleter is messing up. (ok that's bold, it's very unlikely ) Are you sure your model object is returning the values you think it is ? If I were curious I'd run your webapp in debug mode (ie add something like this to your java command line: "-agentlib:jdwp=transport

Autocompleter in 4.1.2

2007-03-07 Thread Leffel, Daniel
I've burned an entire day on this already. I can't figure out what's wrong. Please help. My Autocomplete component is returning an empty json response. Client-side the call is being made. Looking at the server-side debug, I can't find anything that would make me suspect a problem (I can see the que

Issues of JettyLauncher 1.4.1 and Java 6

2007-03-07 Thread Poli García
Hi all ! I've struggled a few days trying to make JettyLauncher launch and I found that there are some issues: http://sourceforge.net/tracker/index.php?func=detail&aid=1458079&group_id=118870&atid=682377 Here's the fix (from the link above): Date: 2007-02-21 08:49 Sender: ojacquet

Re: Debugging dojo.js

2007-03-07 Thread Julian Wood
Ah okay - thanks. I misunderstood Andy's original statement. J On 7-Mar-07, at 1:28 PM, Martin Strand wrote: I think you'll have to define an asset and use that: Martin On Wed, 07 Mar 2007 21:08:41 +0100, Julian Wood <[EMAIL PROTECTED]> wrote: I tried adding to my shell

Re: Debugging dojo.js

2007-03-07 Thread Martin Strand
I think you'll have to define an asset and use that: Martin On Wed, 07 Mar 2007 21:08:41 +0100, Julian Wood <[EMAIL PROTECTED]> wrote: I tried adding to my shell component but get a Malformed OGNL expression: classpath:/ dojo/dojo.js.uncompressed.js I imagine this is to do with

Re: Service Injection for Base Pages

2007-03-07 Thread Chris Davies
Wow, thanks for the fast replies. =] I'll look into understanding how the enhancement worker chain works and see if I can figure out an option from there. Ideally I'm trying to keep my current projects 1.4.2 compatible (a couple of business reasons, but also personal preference: I believe that s

Re: Service Injection for Base Pages

2007-03-07 Thread Thiago H de Paula Figueiredo
On Wed, 07 Mar 2007 17:03:46 -0300, Chris Davies <[EMAIL PROTECTED]> wrote: Is there a clean way to inject this service into my BaseProtectedPage? can you use java 5 or 6? if yes, just use some of the @Inject* annotation in your property. if not, i can't help, as i've never used tapestry

Re: Debugging dojo.js

2007-03-07 Thread Julian Wood
I tried adding to my shell component but get a Malformed OGNL expression: classpath:/ dojo/dojo.js.uncompressed.js I imagine this is to do with the inclusion of the new OGNL? This is 4.1.2-SNAP J On 9-Feb-07, at 12:05 AM, andyhot wrote: Your @Shell component includes that. ht

Re: Service Injection for Base Pages

2007-03-07 Thread Jesse Kuhnert
You can do something "globally" to everything by plugging in to the enhancement worker chain of services: http://tapestry.apache.org/tapestry4.1/tapestry-framework/hivedoc/module/tapestry.enhance.html To be honest though - I think the extending BasePage stuff was mostly pre-annotations and may n

Service Injection for Base Pages

2007-03-07 Thread Chris Davies
Dear fellow Tap-fans, I'm looking to implement a very simple, re-usable security library for my web applications. The path I'm going down is one that seems to be common (and embraced by Howard himself) - extending BasePage and implementing the PageValidateListener to perform authorization checks

Re: Upgrade to 4.1.1 or wait to 4.12

2007-03-07 Thread Andreas Andreou
I'd say a whole lot better and at least as stable On 3/7/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I said better, not stable... ;) On 3/7/07, Robert J. Walker <[EMAIL PROTECTED]> wrote: > So 4.1.2 is considered stable, then? > > It'd be really nice if the download box on the Tapestry home p

Re: Upgrade to 4.1.1 or wait to 4.12

2007-03-07 Thread Jesse Kuhnert
I said better, not stable... ;) On 3/7/07, Robert J. Walker <[EMAIL PROTECTED]> wrote: So 4.1.2 is considered stable, then? It'd be really nice if the download box on the Tapestry home page showed the status of the various versions. Jesse Kuhnert wrote: > Go with 4.1.2. It's better than 4.1.

RE: Upgrade to 4.1.1 or wait to 4.12

2007-03-07 Thread Robert J. Walker
So 4.1.2 is considered stable, then? It'd be really nice if the download box on the Tapestry home page showed the status of the various versions. Jesse Kuhnert wrote: > Go with 4.1.2. It's better than 4.1.1. - To unsubscribe,

RE: Upload file component(async problem)

2007-03-07 Thread Mark Stang
Beware of the iFrame. If you crank up the security in IE, iFrame won't execute. Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -Original Message- From: Andrea Chiumenti [mailto:[EMAIL PROTECTED] Sent: Wed 3/7/2007 5:25 AM To: Tapes

Re: Putting hivemind configuration files outside the WAR

2007-03-07 Thread Tapestry User List
That's what I did and it works pretty well. Thank you. D. 2007/3/6, Jesse Kuhnert <[EMAIL PROTECTED]>: Subclass ApplicationServlet (or replace it).. There's not very much code there to manage so it shouldn't be too bad. On 2/21/07, Tapestry User List <[EMAIL PROTECTED]> wrote: > Hi, > > I have

Re: AW: Tapestry 4.1.2-SNAPSHOT

2007-03-07 Thread andyhot
I believe you only need to add jboss javassist 3.4.ga in your own pom Andy wrote: I had the same problem a few days ago. I added all m2-repos from the Tapestry pom.xml to my project's pom.xml and then everything worked again... Andy Paulo

Re: Upload file component(async problem)

2007-03-07 Thread Andrea Chiumenti
Hi, I haven't seen tapestry code about file upload, but ajax cannot handle file upload directly as also specified into dojo api. A solution is to use an hidden iframe. Again I don't know if tapestry uses this solution. Check it out ;-P ! Ciao, kiuma On 3/7/07, VitalyA <[EMAIL PROTECTED]> wrote:

Upload file component(async problem)

2007-03-07 Thread VitalyA
Hello all, I try to upload file using Upload component. It works, but if i try to add to my form async="ognl:true" I get following javascript exception: Error received in IO response. : None of the loaded transports for dojo.io.bind() can handle the request." Thanks. -- View this message in con

Re: AW: Tapestry 4.1.2-SNAPSHOT

2007-03-07 Thread Andy
I had the same problem a few days ago. I added all m2-repos from the Tapestry pom.xml to my project's pom.xml and then everything worked again... Andy Paulo Ramos wrote: I am using javassist 3.0 Peter Schröder escreveu: does your server contain the javassist lib in the expected version?

Re: T5:Grid with Checkbox

2007-03-07 Thread Andrea Chiumenti
Justin, sorry not online ;-) On 3/7/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Sure, it's a work in progress and I've put temporarily under http://www.wingstech.it/jfly/nightly/ (it then will be moved to a more conventional place). You can directly download: http://www.wingstech.it/jfly/n

AW: T4: PopupLinkRenderer

2007-03-07 Thread Peter Schröder
hi wong, i think that there is no way to popup something within java code. afaik this is a browser thing, something you do with javascript or the target="_blank" in a link. i dont think that there is a http-header or somthing else that would trigger the browser to open up a popup. kind regards

AW: AW: AW: @Shell component, refresh and IE

2007-03-07 Thread Peter Schröder
hi patrick, i just looked for a way to change the delimiter in tomcat, but i didnt find anything... someoneelse might know. kind regards, peter -Ursprüngliche Nachricht- Von: Patrick Klein [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. März 2007 11:12 An: Tapestry users Betreff: Re:

Re: T5:Grid with Checkbox

2007-03-07 Thread Andrea Chiumenti
Sure, it's a work in progress and I've put temporarily under http://www.wingstech.it/jfly/nightly/ (it then will be moved to a more conventional place). You can directly download: http://www.wingstech.it/jfly/nightly/org/jfly/JFlyDemo/4.1.0-SNAPSHOT/JFlyDemo-4.1.0-20070306.102840-1.war rename it

AW: Tap 4.0.3 HttpSession and WebSession

2007-03-07 Thread Peter Schröder
sorry for hijacking this thread, but where do you get 4.0.3 from? i thought the current version is .2?! -Ursprüngliche Nachricht- Von: Miguel Angel Hernández [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. März 2007 00:23 An: Tapestry users Betreff: Re: Tap 4.0.3 HttpSession and WebSes

Re: AW: AW: @Shell component, refresh and IE

2007-03-07 Thread Patrick Klein
Hello, found a working solution for the problem. I added a hidden button to the page which i'm pressing periodically using javascript. This reloads the page and works even with IE :) Regards, Patrick Hello Peter, i tried that now by using a "custom" Shell component which simply replaces

T4: PopupLinkRenderer

2007-03-07 Thread wong wayne
Dear all PopupLinkRenderer allow popup with a link component. Is it possible to do same effect without a component? I can some effect need to filter out and perform different action within java code but cannot find a proper way to do popup. cycle.activate and RedirectException provide flexibilit

Re: T5:Grid with Checkbox

2007-03-07 Thread Justin Walsh
Andrea Chiumenti wrote: > Howard, > I think you have to look at the JFly edit table, currently I've problems > adding widjets inside, but when I'll solve the problem, I'll migrate > it from > T4 to T5. Andrea - Do you have an online working example of this component? Thanks > There is also no probl

Re: T5:Grid with Checkbox

2007-03-07 Thread Andrea Chiumenti
Howard, I think you have to look at the JFly edit table, currently I've problems adding widjets inside, but when I'll solve the problem, I'll migrate it from T4 to T5. There is also no problem to integrate it from jfly to tapestry project if you think. The JFly Edit table throught dojo, may switch

Re: T5:Grid with Checkbox

2007-03-07 Thread Howard Lewis Ship
Might be a problem in that the Grid uses a Loop component internally, and there's no way to set up that Loop to work well within a Form. Fixing that's in the back of my mind, or you could add a JIRA bug as a reminder. On 3/6/07, Weisu <[EMAIL PROTECTED]> wrote: Hi, has anyone uses checkbox insi

Re: tapestry-acegi and tapestry 4.1

2007-03-07 Thread Borut Bolčina
Hello James, can you please update the tapestry-acegi pom. I have downloaded tapestry-acegi from svn, import it into Eclipse, modified the pom.xml and install tapestry-acegi snapshot into my local repo. I used this dependencies and first tests show that my T4.1.1 application which depends on m