Re: OpenLazlo and Tapestry

2007-01-31 Thread Konstantin Ignatyev
I have attended Flex presentation by Christophe Coenraets (http://coenraets.org/blog/2007/01/flex-data-management-services-tutorial/) and was quite impressed (even I hate Flash ads). I am convinced that rich flash applications are the next big thing (web 3.0). I wish it was JVM and Java Web Star

Re: Tap 4.1.2 Snapshot :@EventListener with async=false is not been called

2007-01-31 Thread karthik G
Same problem!! On 1/18/07, Shing Hing Man <[EMAIL PROTECTED]> wrote: I have a method with annotation @EventListener(targets = "companyPS", events = "onchange", submitForm = "myForm", async = false) that listens to a PropertySelection component. W

Re: ajax and popuplink error

2007-01-31 Thread Julian Wood
Actually this is not yet solved. It turns out it works in some cases, but not in others. I've found it very difficult to track down when it works, and when it doesn't work. I think I was fooled (previously) into thinking it works when there is an error in the javascript in the ajax response

Re: OpenLazlo and Tapestry

2007-01-31 Thread Jan Vissers
When I'm think about Flex, movies is the last thing on my mind lately. I'm intrigued by the potential of Flex apps and/or Flex hybrid apps. I don't think Tapestry will be particularly well equipped to create complete Flex apps (but do correct me if I'm wrong). It would be really nice though if we c

Re: OpenLazlo and Tapestry

2007-01-31 Thread Howard Lewis Ship
Anything is possible, of course. The idea of creating Flash (i.e., Flex or Laszlo) movies on the fly is intriguing. At one extreme, you could get Tapestry to directly create and spool out the bytestream of the movie, on another you could use Tapestry to generate the XML descriptor from which the

Re: Feedback for the AcegiSpringJava5FormBased wiki page

2007-01-31 Thread Jimr
I'd like to hang on for a bit to let Jesper update the wiki with any new things he has figured out. If I don't see any changes in another few days, I'll update it. Now, more new stuff for: AcegiSpringJava5Part2! (refactoring) 1. As specified in the Acegi javadocs, the getContext() method will ne

MIME's in @Image component

2007-01-31 Thread Ken nashua
Folks, I developed my own blobservice that accomodates all uploadable media. Here is the html template condition="ognl:blobDescriptorExtension.renderType.image"> parameters="ognl:byteArrayAsset"> Question: Why can't tapestry negotiate the mime icon for *.txt or

RE: Tapestry 3.x DEAD

2007-01-31 Thread Mark Stang
Jesse, In other words, 3.0.4 has a fairly significant bug and nobody is maintaining it. So, at the very least someone should update the Tapestry 3 website with a WARNING that 3.0.4 has a threading bug. Of course, 3.0.3 has a bunch of bugs that were fixed in 3.0.4 so someone should annotate the

Re: Tapestry 3.x DEAD

2007-01-31 Thread Jesse Kuhnert
I don't remember the details surrounding the 3.0.4 release but don't think mirrors having / not having them have anything to do with anyone thinking it was fully / not fully released. Really "released" just means the core downloads && website are done. I don't think the 3.0.4 website was updated

RE: Tapestry 3.x DEAD

2007-01-31 Thread Mark Stang
Jesse, I don't think the dynamic url stuff is the issue. Actually, there are two issues. The first issue is the threading bug. The next issue is that 3.0.4 was never fully released, as I understand it, due to the threading bug. Which is why it isn't on the mirrors. It is supposed to be "rel

RE: Autocompleter Validation Issues

2007-01-31 Thread Ben Dotte
Thanks, I've added the issue to JIRA: http://issues.apache.org/jira/browse/TAPESTRY-1244 There still appears to be two distinct problems here, as described in the case. I hadn't realized development on Tacos for 4.1 had already started, that is good to hear. I probably should try to contribute m

Re: Tapestry 3.x DEAD

2007-01-31 Thread Jesse Kuhnert
I don't know what's wrong with the dynamic url stuff (I did test it before updating the main site), but you can always get it from: http://www.apache.org/dist/tapestry/ On 1/31/07, Mark Stang <[EMAIL PROTECTED]> wrote: Howard, It appears that development on 3.x has stalled to a complete stop.

Re: Autocompleter Validation Issues

2007-01-31 Thread andyhot
I misunderstood then... thought you just wanted to allow not previously known values So, the real issue is the first one then? Well, please add a jira with the description of the problem. As for tacos, it's already on maven2, and has done some 4.1.0-SNAPSHOTS (and would hapilly accept contribut

RE: Autocompleter Validation Issues

2007-01-31 Thread Ben Dotte
Thanks for the suggestion and the background information on the autocompleter. I guess the behavior makes sense on some levels but there are still some pretty big problems: - If you type a valid value and submit the form before the dropdown appears, the original value is used instead of the one yo

Tapestry 3.x DEAD

2007-01-31 Thread Mark Stang
Howard, It appears that development on 3.x has stalled to a complete stop. The web-site lists the latest 3.x release as 3.0.4. According to the "news" it says 3.0.4 has hundreds of bug fixes. What it doesn't show is that 3.0.4 has a threading issue. The issue was identified over two months ag

Re: Tapestry prop: suggestion (or question)

2007-01-31 Thread andyhot
Gentry, Michael (Contractor) wrote: I get an error trying to contribute to tapestry.ognl.NullHandlers ... Is that available in T4? Thanks! Damn, that's 4.1 only... If you're on 4.0.x, you can still do this, but you'll have to register the handlers on your own. You just have to call Ognl

Re: help with component id

2007-01-31 Thread andyhot
Hi, http://tapestry.apache.org/tapestry4.1/usersguide/bindings.html see the clientId binding Andrea Chiumenti wrote: Hi, I'm trying to get a component id: The component is: and I try to bind its id to another component The component is rendere into the

Re: Autocompleter Validation Issues

2007-01-31 Thread andyhot
Well, the autocompleter uses dojo's Select widget (which extends ComboBox) It's normal behavior is to allow users to type in anything, but it keeps the typed text only if it matches one of the available options - just like a normal html select does. That's why it auto-reverts to the initial val

synchronous ajax

2007-01-31 Thread Norbert Sándor
Hello, In 4.1.1 is it possible to display an hourglass and disallow further user interface interaction during ajax requests? Thanks in advance: Norbi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
I created that jira. Marcus has a different problem from the one mentioned in the jira. Shing --- "Leffel, Daniel" <[EMAIL PROTECTED]> wrote: > I haven't been able to use it, but I suspect it is > because of this bug: > https://issues.apache.org/jira/browse/TAPESTRY-1210?page=com.atlassian.jira

RE: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Leffel, Daniel
I haven't been able to use it, but I suspect it is because of this bug: https://issues.apache.org/jira/browse/TAPESTRY-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel I've been waiting for the fix. -Original Message- From: Marcus Thiesen [mailto:[EMAIL PROTECTED] S

Redirect after Post = no parameters, no save

2007-01-31 Thread Matt Brock
Using: Tap 4.02 / Hibernate I've tried to implement the redirect-after-post method mentioned on Howard's blog, but have only been marginally successful. It redirects just fine. But it doesn't actually commit any changes to the database. Further, page parameters are not passed to the subsequent

Autocompleter Validation Issues

2007-01-31 Thread Ben Dotte
Since we switched to Tapestry 4.1 we replaced our Tacos autocompleters with the new dojo-based one but it seems to have some pretty serious validation problems. Let's say I have an autocompleter with a required validator and an existing value. I type a bunch of characters into the field without pic

help with component id

2007-01-31 Thread Andrea Chiumenti
Hi, I'm trying to get a component id: The component is: and I try to bind its id to another component The component is rendere into the page with id="Submit_0" I wonder why it is rendered capitalized and why components.submit.id value is "submit" (how can

Re: Exception when trying to configure tapestry-acegi.jar

2007-01-31 Thread jake123
Hi James, Thanks for the answer.. you were right we needed the hivemind-utils.jar file also. I have two more questions: 1) Now our application works fine when we are browsing the public (non-secured) pages and when we are testing one page with Secured annotation we get the Basic Authentication Lo

Re: Tapestry page sent by mail

2007-01-31 Thread Ted Steen
Hi Have a look at this, I dont know how much has happened in the internals of tapestry 4 since, but I guess it is still usable. I have plans on implementing this for T5, but that will not happen in the near future. http://mail-archives.apache.org/mod_mbox/tapestry-users/200605.mbox/[EMAIL PROTECT

RE: Tapestry prop: suggestion (or question)

2007-01-31 Thread Gentry, Michael \(Contractor\)
I get an error trying to contribute to tapestry.ognl.NullHandlers ... Is that available in T4? Thanks! The electronic mail message you have received and any files transmitted with it are confidential and solely for the intended addressee(s)'s attention. Do not divulge, copy, forward, or use the

Re: validation.js patched for Tapestry 4.1.1

2007-01-31 Thread Andrea Chiumenti
Sorry there was a small bug, the widgets were not related to the profile, this is the corrected version On 1/31/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hello everybody, I've patched the client side validation script file so that an input field in exception status reports its related ex

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Am Mittwoch 31 Januar 2007 14:01 schrieb Shing Hing Man: > To be more specific, the following is the version of > Tapestry 4.1.2 Snapshot I am using. > > org.apache.tapestry:tapestry-framework:4.1.2-20070121.182918-9 > > org.apache.tapestry:tapestry-contrib:4.1.2-20070121.182918-7 > > org.apache.ta

Tapestry page sent by mail

2007-01-31 Thread Stephane Decleire
Is there a simple way to get the result of a page in Tap4.1 to send it by mail ? Thanks in advance. -- Stéphane Decleire

validation.js patched for Tapestry 4.1.1

2007-01-31 Thread Andrea Chiumenti
Hello everybody, I've patched the client side validation script file so that an input field in exception status reports its related exceptions with a dojo tooltip. When the validation is performed a second time all the exception tooltip widgets are disposed and recreated as necessary. I hope yo

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
To be more specific, the following is the version of Tapestry 4.1.2 Snapshot I am using. org.apache.tapestry:tapestry-framework:4.1.2-20070121.182918-9 org.apache.tapestry:tapestry-contrib:4.1.2-20070121.182918-7 org.apache.tapestry:tapestry-annotations:4.1.2-20070121.182918-7 I a

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hi Shing, > When you click on 'Hello world', the static text will > be replaced by an editiable text box, and there are > also the Save and cancel buttons. Yes, I've seen the widget in action, but it doesn't work for me. > > I am using your code/page with the additional > @Initial to initialis

OpenLazlo and Tapestry

2007-01-31 Thread munich
Have you heard of OpenLaszlo yet? http://www.openlaszlo.org/demos#Laszlo%20Components%20in%20OL4 is this "compatible" with Tapestry (maybe Tapestry 5?) or a theoretical possible to also integrate such technologies into Tapestry? Maybe pages and components could be rendered into their Flash count

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Am Mittwoch 31 Januar 2007 13:07 schrieb Peter Schröder: > is there also a linebreak in your code, or is it only in the email-text? No, that's just a linebreak introduced by my email program. So this doesn't seem to be the issue. Have fun, Marcus -- Marcus Thiesen Bachelor of Science (

Empty catch block in WebRequestServicerFilter implementer

2007-01-31 Thread Denis McCarthy
Hi, I've a filter that implements WebRequestServicerFilter. As per the typical filter pattern, the filter's service method calls the WebRequestServicer's service(WebRequest, WebResponse) method. However, this method throws an IOException and I've noticed that on many calls to this service meth

AW: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Peter Schröder
hi marcus, i used a editBox not related to tapestry. but we had problems initialising it when we had linebreaks in variables. fe: var a = "hallo world"; is there also a linebreak in your code, or is it only in the email-text? you posted tapestry.widget.synchronizeWidgetState("testEdit", "Inlin

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
> I don't see the Save button or anything that should > be dynamically rendered > into the page. When you click on 'Hello world', the static text will be replaced by an editiable text box, and there are also the Save and cancel buttons. I am using your code/page with the additional @Initial

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hi Peter, Am Mittwoch 31 Januar 2007 12:07 schrieb Peter Schröder: > the reason was, that there were linebreaks in the init-code, which the js > did not like. Can you tell me what you mean by init-code? Most of the code is generated by tapestry anyway, so either there is a general bug or my prob

AW: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Peter Schröder
hi marcus, i remember using some kind of editbox and having trouble with it. the reason was, that there were linebreaks in the init-code, which the js did not like. kind regards peter -Ursprüngliche Nachricht- Von: Marcus Thiesen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 31. Janua

Re: Problem compiling tapestry 4.1.1

2007-01-31 Thread andyhot
-) either install without running the tests mvn -Dmaven.test.skip=true install -) or disable testing of group "integration" -) or find a firefox installation that indeed contains a firefox-bin executable -) or (if you're running from source) goto org.apache.tapestry.integration.TestBrowserIss

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hi Shing, Am Mittwoch 31 Januar 2007 11:39 schrieb Shing Hing Man: > I have run the page/code given in your original mail > with property text set to 'Hello world'. > After I edit 'Hello world' and click the save button, > the listener method onTextUpdate is called. > > I have no javascript errors

Problem compiling tapestry 4.1.1

2007-01-31 Thread Andrea Chiumenti
Hello I'm trying to launch `mvn install` from a Gentoo Linux Box: During the test phase I've this exception back: HttpConnection [WARN] GET /selenium-server/driver/?cmd=getNewBrowserSession&1=*firefox&2=http%3A%2F%2Flocalhost%3A%2F HTTP/1.1 java.lang.RuntimeException: File was a script file,

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
I have run the page/code given in your original mail with property text set to 'Hello world'. After I edit 'Hello world' and click the save button, the listener method onTextUpdate is called. I have no javascript errors and I am using Tapestry 4.1.2 Snapshot. Shing --- Marcus Thiesen <[EMA

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hey Shing, Am Mittwoch 31 Januar 2007 11:07 schrieb Shing Hing Man: > The displayed html is blank because you have not given > > the property text a value. > Well, this didn't really do the trick. I see that the generated Javscript changed to tapestry.widget.synchronizeWidgetState("testEdit",

Re: Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Shing Hing Man
The displayed html is blank because you have not given the property text a value. Try giving the property text an initial value by @InitialValue("literal:Hello World") public abstract String getText(); or set it in the pageBeginRender method. Shing --- Marcus Thiesen <[EMAIL PROTEC

testing with creator

2007-01-31 Thread Peter Schröder
hi, i am playing around with the org.apache.tapestry.test.Creator wich is working fine. is there a way to also test the .jwc file corresponding to my component-class? kind regards peter - To unsubscribe, e-mail: [EMAIL PROTECT

Can't get InlineEditBox to work, quits with Javascript Error: impl is not a constructor

2007-01-31 Thread Marcus Thiesen
Hi List, I'm currently playing with the new and fancy AJAX components in Tapestry 4.1.1 but I can't get them to work. My minimal test case is: Java: package pages; import org.apache.tapestry.annotations.EventListener; import org.apache.tapestry.html.BasePage; public abstract class TestInlineE