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

2007-03-08 Thread Andrea Chiumenti
Marcus, I suspected it, because I tested it on linux, but soon I'll test it on windows. Thank you for the hint. I hope to solve soon the widjets problem too Ciao, kiuma On 3/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Kiuma, looks nice! However, on IE6 it's broken (some JavaScript

Tree with different icons

2007-03-08 Thread Borut Bolčina
Anyone has a ajax tree component like this http://www.flickr.com/photos/[EMAIL PROTECTED]/414492659/ If not, should I start on extending the Tacos 4.1 Tree? Cheers, Borut - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

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

2007-03-08 Thread Thiago H de Paula Figueiredo
On Thu, 08 Mar 2007 04:08:03 -0300, <[EMAIL PROTECTED]> wrote: looks nice! However, on IE6 it's broken (some JavaScript error) - and keybindings don't seem to work for me (On Firefox). i tried it on firefox (the buttons work, the keybindings don't) and opera (nothing works), both on windows.

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

2007-03-08 Thread Pablo Ruggia
I get this on Firefox 2.0 - Gentoo Linux dojo.require("dojo.event.common"); //]]> Error : Could not load ' dojo.widget.Select'; last tried '__package__.js' : http://www.wingstech.com/JFlyDemo/asset.svc?path=%2Fdojo%2Fdojo.js.uncompressed.js: line 19 Also I can only add one row (it does not allow

Re: Tree with different icons

2007-03-08 Thread Andreas Andreou
You can do such trees in tacos - In the same way it allows you to customize the text of every node, you can also have images inserted On 3/8/07, Borut Bolčina <[EMAIL PROTECTED]> wrote: Anyone has a ajax tree component like this http://www.flickr.com/photos/[EMAIL PROTECTED]/414492659/ If not,

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

2007-03-08 Thread Andrea Chiumenti
Pablo thank you for appreciate the component! You have clicked on broken sample: i.e. a JFlyEditGrid that makes use of tapestry widjet that at the moment doesn't work. I don't know if it is a tapestry or jfly problem, but as previously said, I'll try to solve the next few days. Kiuma On 3/8/07,

Re: AJAx request and init script (Tapestry 4.1.1)

2007-03-08 Thread Daniel Tabuenca
I think you need to add to the repository definition On 3/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Sorry Jasse, but I have in my pom: org.apache.tapestry tapestry-framework 4.1.2-SNAPSHOT and apache.snapshots htt

Re: AJAx request and init script (Tapestry 4.1.1)

2007-03-08 Thread Andrea Chiumenti
How ? could you send me the pom ? On 3/8/07, Daniel Tabuenca <[EMAIL PROTECTED]> wrote: I think you need to add to the repository definition On 3/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > Sorry Jasse, > but I have in my pom: > > > org.apache.tapestry > tapes

Re: Upgrade to 4.1.1 or wait to 4.12

2007-03-08 Thread Christian Dutaret
What are the drivers for you guys to decide when a version is considered "stable enough" to be released? I'm not keen to use snapshot versions on a production app, since it might break on the very day i'm building a new version for deployment. For now, I stick to 4.1.1 (I know my app does work wit

Tapestry 4.1 to send email

2007-03-08 Thread Stephane Decleire
Hi, I would like to add a functionnality to our application to send a user his password when he has forgotten it. I would prefer to implement it using a Tapestry page to format a good looking mail. So i need to send the Tapestry page by mail instead of rendering it to the user. I've tried to i

Application Exception handling

2007-03-08 Thread Justin Walsh
Is there a preferred way/pattern of handling application exceptions in a tapestry application. For example, I have a page, AuthorizationFailure.html which I want to display when a javax.ejb.EJBAccessException is thrown from the ejb layer, with a custom message etc. At the moment I'm plugging in my

Re: AJAx request and init script (Tapestry 4.1.1)

2007-03-08 Thread Josh Long
true to the repository element.. Joshua Long http://www.joshlong.com Sun Certified Java Developer On 3/8/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: How ? could you send me the pom ? On 3/8/07, Daniel Tabuenca <[EMAIL PROTECTED]> wrote: > > I think you need to add to the repository de

Re: Tapestry 4.1 to send email

2007-03-08 Thread Kalle Korhonen
If you are already using Spring, it's dead simple with its JavaMailSender bean. Kalle On 3/8/07, Stephane Decleire <[EMAIL PROTECTED]> wrote: Hi, I would like to add a functionnality to our application to send a user his password when he has forgotten it. I would prefer to implement it using

serve html from packaged component?

2007-03-08 Thread Julian Wood
I've just finished wrapping this rich text component from Kevin Roth and I have it working nicely as a drop-in tapestry component (assuming correct installation into a project). The final step is to put it in it's own component package for easy sharing acr

Re: serve html from packaged component?

2007-03-08 Thread Andreas Andreou
http://tapestry.apache.org/tapestry4.1/components/link/pagelink.html See the namespace attribute On 3/8/07, Julian Wood <[EMAIL PROTECTED]> wrote: I've just finished wrapping this rich text component from Kevin Roth and I have it working nicely as a drop-in tape

Re: Tapestry 4.1 to send email

2007-03-08 Thread Hugo Palma
Have you looked at http://wiki.apache.org/tapestry/SendingHtmlEmailWithTap ? It describes a way to do that in Tapestry 4.1 Stephane Decleire wrote: Hi, I would like to add a functionnality to our application to send a user his password when he has forgotten it. I would prefer to implement it

T5 - Adding modify/delete actions to a Grid

2007-03-08 Thread Bogdan Calmac
Consider the typical usage of the Grid component for displaying the content of a DB table. I'm trying to find what is the best way to include Modify/Delete links to each row of the table. Option 1: Extend the POJO representing the grid model from a common GridPOJO object that has dummy "modify" a

RE: Autocompleter in 4.1.2

2007-03-08 Thread Leffel, Daniel
Jesse, This problem has to do with the same problem I emailed about a few days ago that components nested within a dialog aren't updating. I finally boiled this down to this: If the autocompleter is not nested within the dialog, it works perfectly. Here is the firebug output: filter US jsontr

Accessing EJB3s via annotations?

2007-03-08 Thread Bastian Voigt
Hi *, in Suns EJB tutorials all EJB calls are made via annotations like so: @EJB private MyBeanInterface myBean; . . void someMethod() { myBean.callEJBMethod(); } . . In Tapestry (4.0.2) Page and Component classes this annotation does not seem to work (NullPointerException) although it giv

Re: Accessing EJB3s via annotations?

2007-03-08 Thread Justin Walsh
Well tapestry and EJB3 are two very different animals. The @EJB annotation works /_within/_ an EJB component (EJB stateless/stateful session bean) because the EJB3 container is in control of your EJB components (you probably annotated it with @Stateless of @Stateful) and thus injects the reference

Re: Accessing EJB3s via annotations?

2007-03-08 Thread Bastian Voigt
Justin Walsh schrieb: Well tapestry and EJB3 are two very different animals. The @EJB annotation works /_within/_ an EJB component (EJB stateless/stateful session bean) because the EJB3 container is in control of your EJB components (you probably annotated it with @Stateless of @Stateful) and th

Re: Accessing EJB3s via annotations?

2007-03-08 Thread Howard Lewis Ship
As an ugly work-around, you could define "dumb" servlets who would store their EJB references (the value stored into the field) into a ServletContext using a well-known name. The issue here is that the servlet spec wants to run the world from a very limited view of what an application is (for the

T5 Upload component?

2007-03-08 Thread Peter Beshai
How do we use input type="file" in T5? Is this functionality implemented yet? -- Peter Beshai Pure Mathematics/Computer Science Student University of Waterloo

Re: Autocompleter in 4.1.2

2007-03-08 Thread Jesse Kuhnert
I'm not ignoring this, just ran out of steam last night and was too busy with $$ work to get to it today.. Andy pointed out the problem in a previous thread - AbstractWidget. I can't figure out what I was doing / thinking at the time but the whole point of ResponseBuilder was to eliminate those k

RE: Autocompleter in 4.1.2

2007-03-08 Thread Leffel, Daniel
Ok. No worries/need to rush on my account. I just was trying to figure out if the problem was on my end or not. Now that I know to wait, happy to do so! :) Thank you so much for your hard work. I know I speak for a lot of people when I say that your work is appreciated. -Original Message--

[T5]persist="client" ?

2007-03-08 Thread Jun Tsai
hi How to persist data on client? Thanks Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: Tap 4.0.3 HttpSession and WebSession

2007-03-08 Thread Renat Zubairov
Hi Miguel, It's rather strange, what do you mean by "not working"? Aren't they injected? They are empty? What about restart service? You can try to post your hivemodule.xml part where you inject Session/Response services into your pages/services. Renat On 07/03/07, Miguel Angel Hernández <[EMAI

Library error - component in component

2007-03-08 Thread Tomic Mirko
I made project and two libraries. I referenced two libraries in .application. What I tryed now is to use one component from one library in another (both are referenced in application), and I allways get error: Library 'xxx' not found in namespace 'yyy'. I put xxx:component and yyy:component in

AW: Library error - component in component

2007-03-08 Thread Peter Schröder
i am doing this too without any problem. did you reference the nested library in your library-specification? i have something like this: - lib A component A - lib B referencing lib A component B using A - application C referencing A(dont know if this is necessary) & B com