Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread Kalle Korhonen
Yes, T5.4 trunk is already using Hibernate 4.1. If you want to use 4.1 with T5.3, you have to recompile tapestry-hibernate. See comments in https://issues.apache.org/jira/browse/TAP5-1922. Kalle On Fri, Apr 27, 2012 at 5:06 AM, netdawg wrote: > Thanks!  Believe this is planned for 5.4.x...so le

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread netdawg
Thanks! Believe this is planned for 5.4.x...so let it slide. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Upgrading-to-Hibernate-Core-4-1-1-Final-tp5669640p5670087.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread Felix Scheffer
Hi, i created a ticket for this: https://issues.apache.org/jira/browse/TAP5-1922 Felix Scheffer 2012/4/27 netdawg > Thanks, kristian. I tried that already (couple of times). Thanks, though. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Upgrading-to-Hibernate

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread netdawg
Thanks, kristian. I tried that already (couple of times). Thanks, though. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Upgrading-to-Hibernate-Core-4-1-1-Final-tp5669640p5669799.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread netdawg
OK. Gave up on this, next version will probably include anyway. For now, looks like Tapestry 3.5.2 depends on Hibernate 3.6.0.Final. I downloaded that http://grepcode.com/snapshot/repo1.maven.org/maven2/org.hibernate/hibernate-core/3.6.0.Final and I am off doing useful work ;-). Thanks,

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread Kristian Marinkovic
open the pom.xml of your main application in the eclipse pom editor and switch to the dependency tab. there you can see all the direct and transitive dependencies. and do a clean install of all your modules.. or parent project. On Fri, Apr 27, 2012 at 11:03 AM, netdawg wrote: > Yes, basically the

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread netdawg
Yes, basically the exception is a compile exception saying the following "could not be resolved": import org.hibernate.Session; And, finally, I also tried this: org.apache.tapestry tapestry-hibernate ${tapestry-release-version}

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread Kristian Marinkovic
can you post your exception? On Fri, Apr 27, 2012 at 10:45 AM, netdawg wrote: > Neither did this work... > >     >            org.apache.tapestry >            tapestry-hibernate >            ${tapestry-release-version} >             >             >              org.hibernate >              hiber

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread netdawg
Neither did this work... org.apache.tapestry tapestry-hibernate ${tapestry-release-version} org.hibernate hibernate-core org.hibernate hibernat

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread netdawg
Whacking tapestry-hibernate does not help either... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Upgrading-to-Hibernate-Core-4-1-1-Final-tp5669640p5669693.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread Kristian Marinkovic
On 27/04/2012, at 6:15 PM, netdawg wrote: > >> Issue:  Current (5.3.2) versions of Tapestry-Hibernate seem to clash with >> latest 4.1.1 Final of Hibernate core.  Specifically, import >> org.hibernate.Session can no longer be resolved after introducing the 4.1.1 >> Fin

Re: Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread Chris Mylonas
i think tapestry-hibernate pulls in hibernate jars, so you can remove it from your pom doing it how you've done is how to break it On 27/04/2012, at 6:15 PM, netdawg wrote: > Issue: Current (5.3.2) versions of Tapestry-Hibernate seem to clash with > latest 4.1.1 Final of Hib

Upgrading to Hibernate Core 4.1.1 Final

2012-04-27 Thread netdawg
Issue: Current (5.3.2) versions of Tapestry-Hibernate seem to clash with latest 4.1.1 Final of Hibernate core. Specifically, import org.hibernate.Session can no longer be resolved after introducing the 4.1.1 Final dependency in pom. Anyone else experience this, have a convenient workaround

ajaxdirect not in tacos 4.1.1?

2008-02-11 Thread asiancool
is all ajaxdirect component taken away since tacos 4.1.1 ? i trying to create progress bar using 4.1.1 but fail. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread DR_GLoPeL_BouCa
use maven, what another things can be. >> >> Andreas Andreou wrote: >> > >> > tacos 4.1.1 works with all of them... >> > If you're using maven, exclude tapestry4.1.2 when depending on tacos >> > >> > On Jan 18, 2008 9:18 PM, DR_GL

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread DR_GLoPeL_BouCa
(Thread.java:595) Andreas Andreou wrote: > > Then we need to see more of that exception message... > > On Jan 21, 2008 1:23 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: >> >> I not use maven, what another things can be. >> >> Andreas Andreou wrote: &g

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread Andreas Andreou
Then we need to see more of that exception message... On Jan 21, 2008 1:23 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: > > I not use maven, what another things can be. > > Andreas Andreou wrote: > > > > tacos 4.1.1 works with all of them... >

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-21 Thread DR_GLoPeL_BouCa
I not use maven, what another things can be. Andreas Andreou wrote: > > tacos 4.1.1 works with all of them... > If you're using maven, exclude tapestry4.1.2 when depending on tacos > > On Jan 18, 2008 9:18 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: >&g

Re: Tacos 4.1.1 and Tapestry 4.1.3

2008-01-18 Thread Andreas Andreou
tacos 4.1.1 works with all of them... If you're using maven, exclude tapestry4.1.2 when depending on tacos On Jan 18, 2008 9:18 PM, DR_GLoPeL_BouCa <[EMAIL PROTECTED]> wrote: > > > Hi, is tacos 4.1.1 work on tapestry 4.1.3, a demo with tacos 4.1.0 and > Tapestry 4.1.2 work

Tacos 4.1.1 and Tapestry 4.1.3

2008-01-18 Thread DR_GLoPeL_BouCa
Hi, is tacos 4.1.1 work on tapestry 4.1.3, a demo with tacos 4.1.0 and Tapestry 4.1.2 work fine but when change to another version a exception throws. -> org.apache.hivemind.ApplicationRuntimeException -> Could not parse specification null. what's wrong, i check dependencies on

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2007-10-10 Thread RachelS
gt;>>>> What do you think/feel ? >>>>> >>>>> -- >>>>> Jesse Kuhnert >>>>> Tapestry/Dojo team member/developer >>>>> >>>>> >>>>

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2007-10-10 Thread andyhot
exactly - and if you're able to control the display (or not) of the dialog you can easily go for calling the validation methods every 2-3 secs and displaying little green or red markers here and there :) RachelS wrote: Oh, ok! I see how that fits together. Thanks for the advice! That's much sim

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2007-10-10 Thread RachelS
feel ? >>> >>> -- >>> Jesse Kuhnert >>> Tapestry/Dojo team member/developer >>> >>> >> >> > > -- > Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr > Tapestry / Tacos developer &g

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2007-10-10 Thread andyhot
Not exactly sure what Jesse had originally in mind, but changing 'themes' is quite possible & even easy - You just need to override the family of methods at tapestry.form.validation Here's an example I recently used for amplafi: amplafi.presentErrors: function(miObj) { var form = miObj

Re: [poll] how do people feel about me changing that validation dialog in 4.1.1 ?

2007-10-10 Thread RachelS
"theme" you'd like, but > I'm not as convinced that more options here will necessarily be > helping people. > > What do you think/feel ? > > -- > Jesse Kuhnert > Tapestry/Dojo team member/developer > -- View this message in context: http://www

Re: 4.1.1 (or 4.1.2) Dojo Dialog escaping pageBeginRender

2007-07-12 Thread Paul Stanton
Jesse, It is my own application code that I want to avoid. The ResponseBuilder solution works great. Thanks. Jesse Kuhnert wrote: You can inject the ResponseBuilder service and call ResponseBuilder.isDynamic() to avoid doing things you don't want to have happen in one vs. another instance.

Re: 4.1.1 upgrade to 4.1.2 async listener no longer works

2007-07-12 Thread Jesse Kuhnert
er in the annotation and it will do the pure async request only >>> without the form submission. >>> >>> http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html#EventListener >>> >>> >>> On 7/3/07, Paul Stanton <[EMAIL PROTECTED]&g

Re: 4.1.1 (or 4.1.2) Dojo Dialog escaping pageBeginRender

2007-07-12 Thread Jesse Kuhnert
You can inject the ResponseBuilder service and call ResponseBuilder.isDynamic() to avoid doing things you don't want to have happen in one vs. another instance. To be clear, ~everything~ that happens in a dynamic request should be the same as what happens in a normal request. (except maybe for js

Re: 4.1.1 Session issue

2007-07-05 Thread Igor Drobiazko
h >>> is actually abstract. >>> >>> My question is: do I really have to retrieve that information in the >>> Page >>> and pass it around to the service, then to the dao to store it?

Re: 4.1.1 Session issue

2007-07-05 Thread Paolo Scopa
uestion is: do I really have to retrieve that information in the >>> Page >>> and pass it around to the service, then to the dao to store it? Is there >>> no >>> way to access it directly from the dao? >>> The main reason is that i wanted to includ

Re: 4.1.1 Session issue

2007-07-05 Thread Paolo Scopa
ess it directly from the dao? >> The main reason is that i wanted to include to a BaseDao class, so all my >> daos will do the same thing while saving. >> >> Any ideas? >> Thanks >> Paolo >> >> -- >> View this message in context: >> http://w

Re: 4.1.1 Session issue

2007-07-05 Thread Igor Drobiazko
rectly from the dao? The main reason is that i wanted to include to a BaseDao class, so all my daos will do the same thing while saving. Any ideas? Thanks Paolo -- View this message in context: http://www.nabble.com/4.1.1-Session-issue-tf4028256.html#a11442438 Sent from the Tapestry - User mailing l

4.1.1 Session issue

2007-07-05 Thread Paolo Scopa
Paolo -- View this message in context: http://www.nabble.com/4.1.1-Session-issue-tf4028256.html#a11442438 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: 4.1.1 upgrade to 4.1.2 async listener no longer works

2007-07-04 Thread Paul Stanton
the pure async request only without the form submission. http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html#EventListener On 7/3/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi, I've upgraded to 4.1.2 from 4.1.1 and am getting the following when I try to load one of my D

Re: 4.1.1 Dialog disappears without request

2007-07-04 Thread Paul Stanton
t listener? On 7/4/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi all. I can't test this under 4.1.2 because of my other issues (post - 4.1.1 upgrade to 4.1.2 async listener no longer works). I'm having another issue with my dialogs. This one is totally perplexing. What hap

Re: 4.1.1 Dialog disappears without request

2007-07-04 Thread Igor Drobiazko
you don't need the event listener? On 7/4/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi all. I can't test this under 4.1.2 because of my other issues (post - 4.1.1 upgrade to 4.1.2 async listener no longer works). I'm having another issue with my dialogs. This one is tot

Re: 4.1.1 (or 4.1.2) Dojo Dialog escaping pageBeginRender

2007-07-04 Thread Paul Stanton
Thanks Renat, unfortunately the dialog needs to be initialised programmatically .. I need to dynamically stuff an object into it. I might be able to use JS for the close operation though. Renat Zubairov wrote: Hi You can show or hide dialog not from the Tapestry (read server-side) but directl

4.1.1 Dialog disappears without request

2007-07-04 Thread Paul Stanton
Hi all. I can't test this under 4.1.2 because of my other issues (post - 4.1.1 upgrade to 4.1.2 async listener no longer works). I'm having another issue with my dialogs. This one is totally perplexing. What happens is this: 1. I click my add button, the dialog appears. 2. I click

Re: 4.1.1 (or 4.1.2) Dojo Dialog escaping pageBeginRender

2007-07-04 Thread Renat Zubairov
Hi You can show or hide dialog not from the Tapestry (read server-side) but directly with Javascript. It's pretty simple, you just need to call method "show" or "hide" on the DoJo dialog: function closeDialog() { dojo.widget.byId('DialogContent').hide(); } Renat On 04/07/07, Pau

4.1.1 (or 4.1.2) Dojo Dialog escaping pageBeginRender

2007-07-03 Thread Paul Stanton
Hi all, Currently I've got a couple of dialogs within a page. Each time a dialog is shown or hidden (via @EventLister annotation) the page's pageBeginRender method is called and this is more work than is necessary just do display a simple dialog. Is there a way to detect that the call is bei

Re: 4.1.1 upgrade to 4.1.2 async listener no longer works

2007-07-03 Thread Paul Stanton
ubmit = false parameter in the annotation and it will do the pure async request only without the form submission. http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html#EventListener On 7/3/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi, I've upgraded to 4.1.2 from

Re: 4.1.1 upgrade to 4.1.2 async listener no longer works

2007-07-03 Thread Paul Stanton
do the pure async request only without the form submission. http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html#EventListener On 7/3/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi, I've upgraded to 4.1.2 from 4.1.1 and am getting the following when I try to load

Re: 4.1.1 upgrade to 4.1.2 async listener no longer works

2007-07-02 Thread Jesse Kuhnert
n the annotation and it will do the pure async request only without the form submission. http://tapestry.apache.org/tapestry4.1/tapestry-annotations/index.html#EventListener On 7/3/07, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi, I've upgraded to 4.1.2 from 4.1.1 and am getting the

4.1.1 upgrade to 4.1.2 async listener no longer works

2007-07-02 Thread Paul Stanton
Hi, I've upgraded to 4.1.2 from 4.1.1 and am getting the following when I try to load one of my Dojo Dialogs (async). It seems tapestry is trying to call getPage with a null page name, but I'm not sure why formSubmit is being called at all (unless it's part of a rewind?)

Re: upgrade to 4.1.1

2007-06-28 Thread Jesse Kuhnert
it. Paulo Ramos wrote: > > Hi, > > Why you dont use ajax to do this? > > Paulo Ramos > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] &

Re: upgrade to 4.1.1

2007-06-28 Thread Paulo Ramos
This example may help you. Paulo Ramos Test.html: estadoactual onclick="this.disabled = true"/> onclick="this.disabled = true"/> --- Test.page: value="ognl:{'AjaxEstadoAc

Re: upgrade to 4.1.1

2007-06-28 Thread craigham
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/upgrade-to-4.1.1-tf3983447.html#a11347587 Sent from

Re: upgrade to 4.1.1

2007-06-28 Thread Paulo Ramos
Hi, Why you dont use ajax to do this? Paulo Ramos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: upgrade to 4.1.1

2007-06-28 Thread craigham
. that is why i would like a timer within the browser to fire every second or so, and then I can check the status of the job. -- View this message in context: http://www.nabble.com/upgrade-to-4.1.1-tf3983447.html#a11346009 Sent from the Tapestry - User mailing list archive at Nabble.com

Re: upgrade to 4.1.1

2007-06-28 Thread Evan Rawson - Work
- Original Message - From: "craigham" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 27, 2007 10:39 PM Subject: Re: upgrade to 4.1.1 I tried this to no avail, am I getting close? I realize this doesn't address the timer, but as a first step i was trying to call a m

Re: upgrade to 4.1.1

2007-06-27 Thread craigham
logger.debug("Do check called"); } -- View this message in context: http://www.nabble.com/upgrade-to-4.1.1-tf3983447.html#a11336081 Sent from the Tapestry - User mailing list archive at Nabble.com. - To un

Re: upgrade to 4.1.1

2007-06-27 Thread craigham
can't seem to find docs/examples. thanks, craig -- View this message in context: http://www.nabble.com/upgrade-to-4.1.1-tf3983447.html#a11335285 Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: upgrade to 4.1.1

2007-06-27 Thread Renat Zubairov
t;[EMAIL PROTECTED]> wrote: Hi, I recently upgraded to 4.1.1, and have run into an issue with backwards compatibility and cannot seem to find the documentation on how to resolve. I have a screen which was auto-refreshing with the following in the @Shell onload="window.setTimeout('document

upgrade to 4.1.1

2007-06-26 Thread craigham
Hi, I recently upgraded to 4.1.1, and have run into an issue with backwards compatibility and cannot seem to find the documentation on how to resolve. I have a screen which was auto-refreshing with the following in the @Shell onload="window.setTimeout('document.form.submit();',10

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-06-18 Thread Kalle Korhonen
rceptor(InterceptorStack arg0, Module arg1, > List arg2) { > } > } > > > This basically does the trick. > Thanks Jesse (and I hope you refrain from taking every post coming from > me as an insult), > > -J. > > (On OC4J11 Tech Preview, it is not yet working

Re: Updating a property with InlineEditBox 4.1.1

2007-06-06 Thread Chris Chiappone
JIRA created: https://issues.apache.org/jira/browse/TAPESTRY-1543 On 6/6/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: HmmPerhaps you are relying on some form persistence strategy to maintain state - not sure. Can you file a jira issue for it with very specific information about the prope

Re: Updating a property with InlineEditBox 4.1.1

2007-06-06 Thread Jesse Kuhnert
HmmPerhaps you are relying on some form persistence strategy to maintain state - not sure. Can you file a jira issue for it with very specific information about the property you have mapped to the component and how you are managing state with it? (or if it is enclosed by a form / etc..) On 6

Re: Updating a property with InlineEditBox 4.1.1

2007-06-04 Thread Chris Chiappone
Ok I've updated to 4.1.2, thanks for those who helped getting me on the right OGNL repository but and still can't seem to get the InlineEditBox to change a property. Here is what I have: page.html: ... page.java

Re: Updating a property with InlineEditBox 4.1.1

2007-06-03 Thread Chris Chiappone
I'm ready to switch to 4.1.2 as soon as the jira for the jdk 1.4 gets resolved. Thanks On 6/3/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: The new version doesn't need a listener method. It should happen transparently for you automatically. (as always, there have been fixes in many areas inc

Re: Updating a property with InlineEditBox 4.1.1

2007-06-03 Thread Jesse Kuhnert
The new version doesn't need a listener method. It should happen transparently for you automatically. (as always, there have been fixes in many areas including this specific component in 4.1.2 ) On 6/1/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I used to use the InlineEditBox from tacos i

Updating a property with InlineEditBox 4.1.1

2007-06-01 Thread Chris Chiappone
I used to use the InlineEditBox from tacos in 4.0 and have recently upgraded to 4.1 The tacos component had a listener binding where I could update changes to a persist property in my database. How is this accomplished with the new InlineEditBox component in tap 4.1? I am also using java 1.4 so

Re: where can I download the taestry 4.1.1's documents

2007-05-25 Thread Heping Zhang
ok, then, Gareth, let's wait. And Jesse, thanks for your hard work!

Re: where can I download the taestry 4.1.1's documents

2007-05-25 Thread Jesse Kuhnert
t: where can I download the taestry 4.1.1's documents hi, all, could any one tell me where can I download the taestry 4.1.1's documents, includes UsersGuide, api and so on? I have seeked this in its homepage and the download page but not found. Since sometimes I cannot access the net, an off

Re: where can I download the taestry 4.1.1's documents

2007-05-25 Thread Gareth
4 hours of trying. Good luck Gareth - Original Message From: Heping Zhang <[EMAIL PROTECTED]> To: Tapestry users Sent: Friday, 25 May, 2007 1:01:00 AM Subject: where can I download the taestry 4.1.1's documents hi, all, could any one tell me where can I download the taes

where can I download the taestry 4.1.1's documents

2007-05-24 Thread Heping Zhang
hi, all, could any one tell me where can I download the taestry 4.1.1's documents, includes UsersGuide, api and so on? I have seeked this in its homepage and the download page but not found. Since sometimes I cannot access the net, an offline document is really needed. Thank you! BTW, if so

Re: Tapestry 4.1.1 upgrade conflicts with Tacos jar

2007-05-24 Thread Chris Chiappone
I don't believe Tap 4.1.1 and Tacos 4.0.1 are compatible. There is a tacos snapshot for tap 4.1.1 in the works. On 5/24/07, sunilmanu <[EMAIL PROTECTED]> wrote: Hi, I tried the upgrade to Tapestry 4.1.1. I am also using the Tacos 4.0.1 also. But when I bring up the application

Tapestry 4.1.1 upgrade conflicts with Tacos jar

2007-05-24 Thread sunilmanu
Hi, I tried the upgrade to Tapestry 4.1.1. I am also using the Tacos 4.0.1 also. But when I bring up the application's home page, I get the following error message. do i need to edit the Hivemodule.xml file in one of the jar file to avoid the duplication ? It does not seems to be right way

Clientside persistence - Tapestry 4.1.1 - size restriction

2007-05-18 Thread Jan Vissers
Hi, I've been experimenting with Client side persistence in Tapestry 4.1.1 (@Persist("client")) Everything works smoothly until I use a @DirectLink outside of the context. The object BLURB is added to the end of the URL and this results in my object basically not b

Re: Tapestry 4.1.1: Palette Selection

2007-05-11 Thread Jesse Kuhnert
lectionBox_avail")); tapestry.palette.selectAll(dojo.byId('employeeSelectionBox')); } but this function is never called. Does anyone have an idea what's wrong on this? Thanks Christine -- View this message in context: http://www.nabble.com/Tapestry-4.1.1%3A-Palette-Selection-tf

Tapestry 4.1.1: Palette Selection

2007-05-11 Thread Tine
called. Does anyone have an idea what's wrong on this? Thanks Christine -- View this message in context: http://www.nabble.com/Tapestry-4.1.1%3A-Palette-Selection-tf3726079.html#a10427771 Sent from the Tapestry - User mailing l

Tapestry 4.1.1 - (custom) type conversion date <-> calendar

2007-05-09 Thread Jan Vissers
Hi, Is it possible to a (custom) type converter from/to - date, calendar and how should I do this? (Can somebody point me in the right direction for documentation) Thanks, -J. - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread Jesse Kuhnert
thing different than a specific Hivemind issue) Jan Vissers wrote: > Below the trace I see, whenever Tapestry 4.1.1 tries to load > Has anybody ever tried Tapestry 4.1.1 on OC4J? > > ** > > > 07/05/09 13:22:02 org.apac

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread janjonge
taking every post coming from > me as an insult), > > -J. > > (On OC4J11 Tech Preview, it is not yet working - but the error indicates > something different than a specific Hivemind issue) > > > Jan Vissers wrote: >> Below

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread janjonge
It seems your jar is corrupted. Try updating it. Jan Jan Vissers wrote: > > Below the trace I see, whenever Tapestry 4.1.1 tries to load > Has anybody ever tried Tapestry 4.1.1 on OC4J? > > ** > >

Re: Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread Jan Vissers
hope you refrain from taking every post coming from me as an insult), -J. (On OC4J11 Tech Preview, it is not yet working - but the error indicates something different than a specific Hivemind issue) Jan Vissers wrote: Below the trace I see, whenever Tapestry 4.1.1 tries to loa

Re: Tapestry 4.1.1 "Hello World" (also) not working on Oracle 11.1.1.0.0 (Technology Preview)

2007-05-09 Thread janjonge
make things better. Regrads, Jan de Jonge Jessek wrote: > > I re-forwarded a solution/reply from a previous user list question. > > p.s. I thought you were off using wicket now? > > On 5/9/07, Jan Vissers <[EMAIL PROTECTED]> wrote: >> >> Below the trace I s

Re: Tapestry 4.1.1 "Hello World" (also) not working on Oracle 11.1.1.0.0 (Technology Preview)

2007-05-09 Thread Jan Vissers
u were off using wicket now? On 5/9/07, Jan Vissers <[EMAIL PROTECTED]> wrote: Below the trace I see, whenever Tapestry 4.1.1 tries to load This time on 11g (Technology Preview) -- Cumquat Information Technology De Dreef 19 3706 BR Zeist T +31 (0)30 - 6940490 F +31 (0)30

Re: Tapestry 4.1.1 "Hello World" (also) not working on Oracle 11.1.1.0.0 (Technology Preview)

2007-05-09 Thread Jesse Kuhnert
I re-forwarded a solution/reply from a previous user list question. p.s. I thought you were off using wicket now? On 5/9/07, Jan Vissers <[EMAIL PROTECTED]> wrote: Below the trace I see, whenever Tapestry 4.1.1 tries to load This time on 11g (Technology Preview) -- Jesse K

Tapestry 4.1.1 "Hello World" (also) not working on Oracle 11.1.1.0.0 (Technology Preview)

2007-05-09 Thread Jan Vissers
Below the trace I see, whenever Tapestry 4.1.1 tries to load This time on 11g (Technology Preview) ** 07/05/09 14:51:08 org.apache.hivemind.ApplicationRuntimeException: Unable to construct service

Tapestry 4.1.1 "Hello World" not working on Oracle 10.1.3.2.0

2007-05-09 Thread Jan Vissers
Below the trace I see, whenever Tapestry 4.1.1 tries to load Has anybody ever tried Tapestry 4.1.1 on OC4J? ** 07/05/09 13:22:02 org.apache.hivemind.ApplicationRuntimeException: Unable to construct service

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-02 Thread William Keller
5/1/07, William Keller <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Ouch. I guess the only logical answer for me to ask now: Is > > > 4.1.2nearing > > > > > > completion? I'm in a bit of trouble if it's not! Just as well I > >

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-02 Thread Jesse Kuhnert
e only logical answer for me to ask now: Is > > 4.1.2nearing > > > > > completion? I'm in a bit of trouble if it's not! Just as well I > > > > decided to > > > > > check, at least I have time to panic now :) > > &

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-02 Thread William Keller
nearing > > > > completion? I'm in a bit of trouble if it's not! Just as well I > > > decided to > > > > check, at least I have time to panic now :) > > > > > > > > On 5/2/07, Jesse Kuhnert < [EMAIL PROTECTED]> wrote: > >

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-02 Thread Christian Dutaret
? I'm in a bit of trouble if it's not! Just as well I > > decided to > > > check, at least I have time to panic now :) > > > > > > On 5/2/07, Jesse Kuhnert < [EMAIL PROTECTED]> wrote: > > > > > > > > I rememb

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-01 Thread William Keller
to > > check, at least I have time to panic now :) > > > > On 5/2/07, Jesse Kuhnert < [EMAIL PROTECTED]> wrote: > > > > > > I remember some small issues when ie7 first came out. Unfortunately > I > > > can't > > > make any promis

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-01 Thread William Keller
small issues when ie7 first came out. Unfortunately I > > can't > > make any promises about 4.1.1 definitely working on it but the > > still-in-development 4.1.2 version doesn't have this problem. > > > > On 5/1/07, William Keller <[EMAIL PROTECTED]> w

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-01 Thread Jesse Kuhnert
r some small issues when ie7 first came out. Unfortunately I > can't > make any promises about 4.1.1 definitely working on it but the > still-in-development 4.1.2 version doesn't have this problem. > > On 5/1/07, William Keller <[EMAIL PROTECTED]> wrote: > > > &g

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-01 Thread William Keller
n ie7 first came out. Unfortunately I can't make any promises about 4.1.1 definitely working on it but the still-in-development 4.1.2 version doesn't have this problem. On 5/1/07, William Keller <[EMAIL PROTECTED]> wrote: > > Hi all, > Sorry if this is a repost, but I c

Re: Tapestry 4.1.1 and @EventListener on IE7

2007-05-01 Thread Jesse Kuhnert
I remember some small issues when ie7 first came out. Unfortunately I can't make any promises about 4.1.1 definitely working on it but the still-in-development 4.1.2 version doesn't have this problem. On 5/1/07, William Keller <[EMAIL PROTECTED]> wrote: Hi all, Sorry if

Tapestry 4.1.1 and @EventListener on IE7

2007-05-01 Thread William Keller
Hi all, Sorry if this is a repost, but I can't get any of my working pages to run on IE7. They run fine on Firefox 2 but no go on IE7. Has this topic already been covered? Any viable workarounds? Haven't tried on IE6 as I'm using vista and don't want to go through all that pain just yet! Essentia

Re: Tap 4.1.1 TextField Ajax question

2007-04-30 Thread Jesse Kuhnert
Yes, 4.1.2 requires ognl 2.7-SNAPSHOT. http://howardlewisship.com/repository/ognl/ognl/ On 4/30/07, Tony Nelson <[EMAIL PROTECTED]> wrote: I would be very happy to use Tapestry 4.1.2 but I run into a problem every time I try the latest snapshot: java.lang.NoClassDefFoundError: ognl/enhance/Ex

Re: Tap 4.1.1 TextField Ajax question

2007-04-30 Thread Tony Nelson
I would be very happy to use Tapestry 4.1.2 but I run into a problem every time I try the latest snapshot: java.lang.NoClassDefFoundError: ognl/enhance/ExpressionAccessor I assume this related to the OGNL stability you mention. Is there a newer beta of OGNL I grab from somewhere to get movi

Re: Tap 4.1.1 TextField Ajax question

2007-04-30 Thread Jesse Kuhnert
You want to use targets="" . Elements = "" is strictly for pure html elements and not tapestry components. If you use the 4.1.2-SNAPSHOT version it will also automatically figure out which form your targeted components are attached to and submit that as part of the event so that you can do things

Tap 4.1.1 TextField Ajax question

2007-04-30 Thread Tony Nelson
I am attempting to use @EventListener to submit the value of a TextField onChange. So, I have an input defined: In the page class I have: @Component(bindings = {"validators=validators:required"}) public abstract TextField getMyField(); @EventListener(events={"onchange"}, ele

Re: Error with Tapestry 4.1.1 and backport-util-concurrent

2007-04-20 Thread Jon McCarty
View this message in context: http://www.nabble.com/Error-with-Tapestry-4.1.1-and-backport-util-concurrent-tf3579267.html#a10110099 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Error with Tapestry 4.1.1 and backport-util-concurrent

2007-04-20 Thread Jesse Kuhnert
JDK 1.6 I think). It may be that the backport-concurrent library is not compatible with Linux JDK 1.6. In order to fix this, I went ahead and took out backport-concurrent on our local Tapestry 4.1.1 build. This was as easy as deleting the string 'edu.emory.mathcs.backport.' across the enti

Re: Error with Tapestry 4.1.1 and backport-util-concurrent

2007-04-20 Thread Jon McCarty
4.1.1 build. This was as easy as deleting the string 'edu.emory.mathcs.backport.' across the entire code base (and removing the dependency from the pom.xml files). Of course, now our local Tapestry build *requires* Java 6. Good luck! jonmcsj cyrille37 wrote: > > I'm trying

[Tap 4.1.1] Implementation for AJAX Updatable Selection Models

2007-04-17 Thread Daniel Jue
/tiki-index.php?page=Tapestry+4.1.1+Simple+Selection+Model+Update+using+AJAX I sure would like to tweak this implementations and get it as bare bones as possible, so any input is valuable. I had searched for a while but I had not found any stand alone implementations. If it's been done before,

RE: Tap 4.1.1: Unable to add clientId() method

2007-04-16 Thread Robert J. Walker
il 16, 2007 1:33 PM To: Tapestry users Subject: Tap 4.1.1: Unable to add clientId() method I've just created a new page and was trying it out and I got a bizarre error when calling cycle.getPage() to get a reference to the new page: org.apache.hivemind.ApplicationRuntimeException: Error at co

Tap 4.1.1: Unable to add clientId() method

2007-04-16 Thread Robert J. Walker
I've just created a new page and was trying it out and I got a bizarre error when calling cycle.getPage() to get a reference to the new page: org.apache.hivemind.ApplicationRuntimeException: Error at context:/WEB-INF/PasswordUpdate.page, line 3, column 69: Error adding property clientId to clas

  1   2   3   4   >