Re: Display explorer like file structure. Workbench-Treetable

2006-07-02 Thread Gunna Satria
You can find it in Workbench example, in Treetable section. Is is just like your case. Gunna Peter Dawn <[EMAIL PROTECTED]> wrote: hi all, i am trying to display a small section on the screen within my web app, which displays the various files (with their file names, size, date) under a se

RE: Display explorer like file structure

2006-07-02 Thread Schulte Marcus
Tacos' tree component should work fine here. I've used it and liked it very much (it's a lot better than the contrib:tree). You can get it at tacos.sourceforge.net Have a look at the example, it should get you started quickly. > -Original Message- > From: Peter Dawn [mailto:[EMAIL PROTECT

form validation question

2006-07-02 Thread bÄ—gantis debesis
Hi, to simplify a problem, let's say i have a @Checkbox and many @Text components in a form. I want no validation when the checkbox is checked, and validation must be executed, when form is submitted with the checkbox not checked. @Text component contents must be validated. Do you know any ways o

Re: Tapestry JumpStart - calling all armchair critics!

2006-07-02 Thread Jesse Kuhnert
Damn...I keep forgetting to add a link to this on the tapestry site. I promise I'll do it tomorrow. On 7/2/06, Geoff Callender <[EMAIL PROTECTED]> wrote: Mike, Thanks for the thoughts. 1. Friendly URLS - I'll add them to the list. 2. EJB3 - I think EJB3 will be very, very popular. Unlike its

Re: Tapestry JumpStart - calling all armchair critics!

2006-07-02 Thread Geoff Callender
Mike, Thanks for the thoughts. 1. Friendly URLS - I'll add them to the list. 2. EJB3 - I think EJB3 will be very, very popular. Unlike its predecessors it IS lightweight. I've used a JBoss/Hibernate implementation for convenience now, but I plan to have it running without an app server too in fu

Re: Display explorer like file structure

2006-07-02 Thread Peter Dawn
bummer. tacos is not compatible with tapestry 3.0.3. anything compatible with my version of tapestry? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Display explorer like file structure

2006-07-02 Thread Peter Dawn
beautiful. thanks for that. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Display explorer like file structure

2006-07-02 Thread Jesse Kuhnert
I have just such an example. http://opencomponentry.com:8080/tacos/app?page=ajax%2FTreeExample&service=page On 7/2/06, Peter Dawn <[EMAIL PROTECTED]> wrote: hi all, i am trying to display a small section on the screen within my web app, which displays the various files (with their file names,

Display explorer like file structure

2006-07-02 Thread Peter Dawn
hi all, i am trying to display a small section on the screen within my web app, which displays the various files (with their file names, size, date) under a set folder. its like kinda windows explorer, under each folder the user can see various files with their file names, size, dates etc. its l

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
If you specify testng version 4.7 explicitly maven will use the higher version number. Other than that, you probably won't have much luck with 4.7 unless you are using suite xml files.. At least until maven feels like applying some patchs. (grrr) http://jira.codehaus.org/browse/MSUREFIRE-134 On

Re: tapestry testng update?

2006-07-02 Thread Henri Dupre
On 7/2/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I'm using it with testng 4.7 to test tapestry itself. Nice! What dependency should I put into maven to access the test functions? Thanks, Henri.

Re: tapestry testng update?

2006-07-02 Thread Jesse Kuhnert
I'm using it with testng 4.7 to test tapestry itself. On 7/2/06, Henri Dupre <[EMAIL PROTECTED]> wrote: Hi I tried using tapestry-testng. It is quite nice but unfortunaly it relies on testng 4.6 and some maven modules are complaining about the version dependencies. Is there any update planned

tapestry testng update?

2006-07-02 Thread Henri Dupre
Hi I tried using tapestry-testng. It is quite nice but unfortunaly it relies on testng 4.6 and some maven modules are complaining about the version dependencies. Is there any update planned for testng 4.7? -- Thanks, Henri.

Re: Tapestry JumpStart - calling all armchair critics!

2006-07-02 Thread Mike Grundvig
This would have been very helpful to me a few months ago. You ask for feedback, I have some: * Possibly include friendly urls? * Maybe a version that doesn't use EJB? That seems a less likely usage then most. This would also let you use something lighter then JBoss. * A Maven2 version? This wou