Job Offer: Agile Tapestry, Spring Webflow, Ruby (Prague, Czech Republic)

2006-08-08 Thread Karel Miarka
Hi, We are searching for enthusisastic agile developers for full time job based in Prague. Let us know, if you like to write tests, trigger automatic builds, do refactoring, code reviews, create code generators, do metaprograming and more in Java, Tapestry 4, Spring webflow, Ruby, Ruby on Rails

Re: RoR

2006-08-08 Thread Jesse Kuhnert
On 8/8/06, Wim V <[EMAIL PROTECTED]> wrote: I have a different IM client now so the mails don't annoy me anymore, I wasnt really using this email address. Still id love to get unsubscribed tho :) Well there's your problem. The reason why the apache list server can't un-subscribe you is becaus

RoR

2006-08-08 Thread Wim V
I have a different IM client now so the mails don't annoy me anymore, I wasnt really using this email address. Still id love to get unsubscribed tho :) Anyway, I was really suprised how easy it is to setup a web app with RoR. The best parts are database mapping and not losing time deploying. T

Re: call javascript method on button click

2006-08-08 Thread zqzuk
thanks. -- View this message in context: http://www.nabble.com/call-javascript-method-on-button-click-tf2073678.html#a5717389 Sent from the Tapestry - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tap 4.0 + Tacos --> Upgrade to Tap 4.1

2006-08-08 Thread Pedro Viegas
Hi Jesse, sorry to press on more on this, even more while you're so commited to turning this Alpha to a Beta candidate! ;-) I have just arrived after 2 months without internet access and my, things have evolved! :-D I'm simply marveled with the EventListener... it's a must have for my Ajax (dojo)

Re: dynamic comboboxes

2006-08-08 Thread Pedro Viegas
One note about that handy doc page... a little error on it... Where this is... @Component(type = "Autocompleter", id = "projectSelect", bindings = { "model=projectModel", "value=selectedProject", "displayName=message:choose.project", "filterOnChange=true", "validators=v

Re: call javascript method on button click

2006-08-08 Thread robertz
1)Tapestry will normally render whatever you put, so there's no issue with having the button w/out a jwcid attribute. That's barking up the wrong tree. 2)The error that you're getting when you put jwcid says that the component is in an ignored block of text. Here are some examples of ignored blocks

Re: call javascript method on button click

2006-08-08 Thread zqzuk
hi, after done some search, it seems that $remove$ is not what i should use, cuz it removes the contents within. i want tapestry to render a component exactly as it is defined in the template, ie in template, i have and i want tapestry to render this line exactly in the result page. apparently

Re: call javascript method on button click

2006-08-08 Thread zqzuk
hi thanks. no i dont have that sorry im a newbie, er... how exactly do i use that please? where should i put jwcid=$remove$? any hints please, thank you. -- View this message in context: http://www.nabble.com/call-javascript-method-on-button-click-tf2073678.html#a5716078 Sent from the Tape

Re: Checkbox inside contrib:table (again)

2006-08-08 Thread robertz
Baz Robert > Hello there! I've searched the list I got very surprised on how many > questions about this subject, and how many psychedelic answers. > Is there an easy (hack free) way to add a checkbox to a table > component? Is there a good example? Would there be a good soul to give > it

Checkbox inside contrib:table (again)

2006-08-08 Thread Vinicius Carvalho
Hello there! I've searched the list I got very surprised on how many questions about this subject, and how many psychedelic answers. Is there an easy (hack free) way to add a checkbox to a table component? Is there a good example? Would there be a good soul to give it, maybe contribute to wiki? B

RE: Tapestry 5 Discussions

2006-08-08 Thread James Carman
Isn't there some sort of ExpressionEvaluator service in HiveMind now? Is that where you'd plug in another expression language? -Original Message- From: Ben Eng [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 3:33 PM To: Tapestry users Subject: Re: Tapestry 5 Discussions Howard,

Re: Tapestry 5 Discussions

2006-08-08 Thread Ben Eng
Howard, I was only offering up an idea in response to your comment about OGNL not providing an adequate solution for Tapestry 5. You seemed to be searching for an expression language that could translate into both server-side and client-side implementations. Ben On Tue, Aug 08, 2006 at 09:07:13A

RE: Maximize Portlet

2006-08-08 Thread Epstein, Ezra
This works fine for me on JBoss Portal 2.4 (pre-release) @InjectObject("service:tapestry.portlet.ActionResponse") public abstract javax.portlet.ActionResponse getActionResponse(); public void maximizeWindow() { try { getAct

Re: Bypassing validation

2006-08-08 Thread Vinicius Carvalho
Well, I had a real simple scenario, it's a master-detail page. I have a form where user inputs new data, and I have three submit buttons: New -> Sets the object to a new instance and goes back to the page Save -> Saves the object on a db Delete selection -> Removes objects selected in a table comp

Re: call javascript method on button click

2006-08-08 Thread Jason Dyer
You don't have a jwcid="$remove$" somewhere on that page, do you? That's the only way I've gotten that message and it would explain why your simple input button wasn't being rendered, as well. On Tuesday 08 August 2006 12:15, zqzuk wrote: > Hi, i wonder how can i do this. in my html template, i

call javascript method on button click

2006-08-08 Thread zqzuk
Hi, i wonder how can i do this. in my html template, i have a button, on click a javascript method will be called, and fill some form components. this method should not submit the page. all work fine in plain html. then when i do this in tapestry, i got problems. if i dont give this button compo

Re: Tapestry 5 Discussions

2006-08-08 Thread Howard Lewis Ship
Everything will be pluggable, just like in Tapestry 4. Why not create this for Tapesty 4 today? On 8/8/06, Ben Eng <[EMAIL PROTECTED]> wrote: Howard, How about adopting XPath expressions as an alternative to OGNL? Apache Commons JXPath could provide a server-side implementation, while somethi

hivemind wireing

2006-08-08 Thread Erik Johansson
Hi, Im trying to wire my visit object, which implements javax.servlet.http.SessionBindingListener, together with my SessionManager so that when the visit object is detached the visit object will be notified which in turn notifies the SessionManager which will do some logout procedures. My p

Re: dynamic comboboxes

2006-08-08 Thread Jesse Kuhnert
Yep. No need for all of that complexity with Tapestry. I would reccomend using the EventListener to do this. It should be a fairly simple task to update your second combo box when the first has a value selected in it. http://tapestry.apache.org/tapestry4.1/ajax/EventListener.html On 8/8/06, Jani

Re: Tapestry 5 Discussions

2006-08-08 Thread Ben Eng
Howard, How about adopting XPath expressions as an alternative to OGNL? Apache Commons JXPath could provide a server-side implementation, while something like Google AJAXSLT can implement XPath (as a part of XSLT) in JavaScript on the client side. See http://goog-ajaxslt.sourceforge.net/ Ben On

RE: Maximize Portlet

2006-08-08 Thread Joel Trunick
Yes, in listener of DirectLink. Joel -Original Message- From: Epstein, Ezra [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 2:45 PM To: Tapestry users Subject: RE: Maximize Portlet What's the code for your getActionResponse() method? When you say "DirectLink call" do you mean

dynamic comboboxes

2006-08-08 Thread Jani Lindqvist
Hi All, I need a combobox that populates based on the selection of other combobox. It´s pretty simple to do in jsp, but i want to convert it to a tapestry component that just takes 2 collection as parameters. contents of the first combobox and then a map of lists, with the id of the object contai

Locale and cookie not set

2006-08-08 Thread Jerker Klang
Hi again, For some reason I had blocked cookies from localhost. I'm very sorry for that and will now go and hide somewhere. Thanks anyway for the help. 8-) //Jerker - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Best Practise for Web Application Development

2006-08-08 Thread Murray Collingwood
Go to the source for all web usability information... http://www.useit.com Cheers mc On 8 Aug 2006 at 14:49, Peter Dawn wrote: > hi guys, > > i bring you the ultimate question, Whats the best practise for > tapestry web development? What I am implying is, how do we convince > our boses that

Locale and cookie not set

2006-08-08 Thread Jerker Klang
Hello! I have a small web application that I want the user to be able select language in. Right in the first page (Home) I have two DirectLinks that point to a listener method that simply does: Locale locale = new Locale(parameterFromUser()); getEngine().setLocale(locale);

Re: Re: [Hivemind] Inject Registry into service

2006-08-08 Thread Kristian Marinkovic
thank you, g, kris "Martin Strand" <[EMAIL PROTECTED] tcap.se>

Re: [Hivemind] Inject Registry into service

2006-08-08 Thread Martin Strand
We recently discussed this, check this thread: http://www.mail-archive.com/user@hivemind.apache.org/msg00092.html There's no api for it, but you can hack your way around the problem. Martin On Tue, 08 Aug 2006 11:24:36 +0200, Kristian Marinkovic <[EMAIL PROTECTED]> wrote: hi, is it possib

[Hivemind] Inject Registry into service

2006-08-08 Thread Kristian Marinkovic
hi, is it possible to inject the Hivemind Registry into a service? I have several users from different partners (in different countries). I want to have a factory (service obtained by Hivemind) that, when called with a certain user object, retrieves a more specific service from Hivemind dependin

Re: How to store the query parameters in a Table component?

2006-08-08 Thread Gurps
Hi, this is exactly my problem too. Have you found the solution? many thanks -- View this message in context: http://www.nabble.com/How-to-store-the-query-parameters-in-a-Table-component--tf1685056.html#a5701412 Sent from the Tapestry - User forum at Nabble.com. ---