Re: @radiogroup and @EventListener

2007-12-10 Thread Henri Dupre
ener(elements = "someDiv", events = "clickRadio", submitForm = > "form") > > > Henri Dupre wrote: > > > > I have seen some suggestions on how to handle @RadioGroup and > > @EventListener > > here but none of them works for me. > >

@radiogroup and @EventListener

2007-11-30 Thread Henri Dupre
I have seen some suggestions on how to handle @RadioGroup and @EventListener here but none of them works for me. One suggestion is to add a function to any div element document.getElementById('someDiv').clickRadio=function(radio) {}; add a onclick to the @Radio that calls that function plus some

retrieve outer component reference from inner component

2007-11-28 Thread Henri Dupre
complex nesting involved. What other methods could I use? Thanks Henri Dupre Actualis Center

Re: Nice speedup with prop

2007-01-16 Thread Henri Dupre
On 1/16/07, Holger Stolzenberg <[EMAIL PROTECTED]> wrote: But should there be no logic in the templates ? I don't really care if there is, or not, any logic in the templates, but doing some simple comparisons with ognl is saving me lots of uninteresting java code. -- Henri Dup

Re: Nice speedup with prop

2007-01-15 Thread Henri Dupre
re performance testing if (when?) Jesse's OGNL enhancements get released. On 1/16/07, Henri Dupre <[EMAIL PROTECTED]> wrote: > > I switched many pages from our website to prop. The switch wasnt that > straightforward (had to get rid of all the old properties in the .page > fi

Nice speedup with prop

2007-01-15 Thread Henri Dupre
I switched many pages from our website to prop. The switch wasnt that straightforward (had to get rid of all the old properties in the .page files) but the speed boost is nice. Our main pages are almost 2x faster and the rendering time is now < 100 ms!! -- Henri Dupre Actualis Center

tapestry prop 1.0.0 request

2007-01-13 Thread Henri Dupre
. -- Henri Dupre Actualis Center

Re: error with prop-1.0.0

2007-01-13 Thread Henri Dupre
rge.tapestry/tapestry-prop/pom.properties Could you have two copies of tapestry-prop-xxx.jar on the classpath? Any other errors or warnings on the console? On 1/8/07, Henri Dupre <[EMAIL PROTECTED]> wrote: > > I jsut tried replacing a simple ognl:espace by prop:espace > and I

Re: hibernate session-per-request and re-enlistment

2007-01-10 Thread Henri Dupre
; ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Henri Dupre Actualis Center

Re: error with prop-1.0.0

2007-01-10 Thread Henri Dupre
Hivemind 1.1.1 in catalina/shared/lib but tapestry-prop is in the web-inf/lib... Could this be a problem? On 1/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Do you have the correct version of HiveMind in the web-inf/lib? > -Original Message- > From: Henri Dupre [m

error with prop-1.0.0

2007-01-08 Thread Henri Dupre
could this come from?? -- Henri Dupre Actualis Center

visit objects swapped between requests on high load

2006-12-30 Thread Henri Dupre
uch issue (tomcat 5.5.17)? -- Henri Dupre Actualis Center

How to include "broken" javascript?

2006-10-05 Thread Henri Dupre
We have several partners that require us to include some javascript like that:

Trace clients actions

2006-09-06 Thread Henri Dupre
I'm experiencing some strange bugs and I can't figure out how our customers browsing our website cause these problems. How could I trace the actions people do on the website in order to be able to reproduce them? (and also without killing the log files) -- Henri Dupre Actualis Center

Re: should/is Tagestry getting rid of ognl?

2006-08-29 Thread Henri Dupre
rmance perspective. So I got to ask the question is Tapestry going to chuck ognl as well? I believe Howard plans to get rid of it with T5. Until then, unless someones extends the tapestry-prop, I don't see how this could happen. -- Henri Dupre Actualis Center

Re: TapIDEA future, post "Time to move on"

2006-08-29 Thread Henri Dupre
es into the html editor. The other point about a plugin is to have an idea about its expectations. What are everyone's expectations on an IDE plugin? -- Henri Dupre Actualis Center

Re: OutOfMemory in tapestry 4.0.3

2006-08-28 Thread Henri Dupre
On 8/28/06, andyhot <[EMAIL PROTECTED]> wrote: Henri Dupre wrote: > On 8/28/06, Rodnei Couto <[EMAIL PROTECTED]> wrote: >> >> I did this and it didn't work it seems that Tapestry still does not >> send the html to the browser... >> >> I

Re: OutOfMemory in tapestry 4.0.3

2006-08-28 Thread Henri Dupre
do you have inside your loop? I suspect that these components could be optimized. Tapestry 4 doesn't buffer and it sends the output straight to the browser. Can somebody help me? Can you show more of your code and page? -- Henri Dupre Actualis Center

Re: [ANN] Tacos 4.0.0 released

2006-08-24 Thread Henri Dupre
D] For additional commands, e-mail: [EMAIL PROTECTED] -- Henri Dupre Actualis Center

Re: Friendly URLs messing style of ExceptionPage

2006-08-24 Thread Henri Dupre
eption page get all > > messed up. Removing the asset encoder, got the exception page back on > > it's track :) > > > > Regards > > > > On 8/23/06, Henri Dupre <[EMAIL PROTECTED]> wrote: > >> Hmm looks like somehting is screwed up with the tapestry

Re: Tapestry with Hibernate vs JSF with Hibernate (Object binding question)

2006-08-23 Thread Henri Dupre
> > Ryan Holmes, CISSP > > [EMAIL PROTECTED] > ph. (213) 626-0026 > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Henri Dupre Actualis Center

Re: Friendly URLs messing style of ExceptionPage

2006-08-23 Thread Henri Dupre
ting of the Exception page (the blue headers, and highlight and stuff) Why is that? Am I missing something in my configuration? Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why Howard choose testNG in tapestry test module

2006-08-23 Thread Henri Dupre
ditional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --- > > This e-mail may contain confidential and/or privileged information. If you > are not the intended recipient (or have received this e-mail in error) > please notify the sender immediately and destroy this e-mail. Any > unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. -- Henri Dupre Actualis Center

Re: OpenSessionInViewFilter configuration

2006-08-23 Thread Henri Dupre
> handle a few thousands of concurrent users, and they use ajax, we > expect something like 500-700 simultaneous requests for the pages. > > Best regards > > On 8/22/06, Henri Dupre <[EMAIL PROTECTED]> wrote: >> Do you really need to turn it off? >> It shouldn&

Re: OpenSessionInViewFilter configuration

2006-08-22 Thread Henri Dupre
o unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Henri Dupre Actualis Center

new solution for concurrent requests

2006-08-21 Thread Henri Dupre
t, it stores the current copy into the session. And so far so good! I have not seen since any synchronization error message, neither any hibernate session problem. I can provide my source code if anyone is interested. -- Henri Dupre Actualis Center

Re: tapdoc

2006-08-18 Thread Henri Dupre
needs further cleanup) Regards, Norbert Sándor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Henri Dupre Actualis Center

Re: page current URL?

2006-08-17 Thread Henri Dupre
On 8/17/06, andyhot <[EMAIL PROTECTED]> wrote: Henri Dupre wrote: > Thanks Jesse, that was a lightspeed answer. > > On 8/17/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: >> >> I think the PageService does a pretty good job of generating links that >> point

Re: page current URL?

2006-08-17 Thread Henri Dupre
form or an external link) not only for a @PageLink. -- Henri Dupre Actualis Center

page current URL?

2006-08-17 Thread Henri Dupre
I'd like to write an @Anchor component that provides anchor links with the absolute url of the page so that I can easily use anchors in any page. How can I retrieve the current URL in a page? Thanks, -- Henri Dupre Actualis Center

anchors, t4 and base tag

2006-08-04 Thread Henri Dupre
parameter but I'm not sure how this can work for forms or other pages? -- Henri Dupre Actualis Center

Re: RoR

2006-08-03 Thread Henri Dupre
or any other will do. Also yes making hibernate work is not an easy task but IMO really worth it... I'm always surprised to see how well our website scales and performs. And maintaining some nice Criteria queries is soo much better than long and complex SQL queries. -- Henri Dupre Actualis Center

Re: Re: Tapestry 5 Discussions

2006-08-01 Thread Henri Dupre
x27;d like to use tapestry/hivemind and spring more seamlessly. Thanks -- Henri Dupre Actualis Center

Re: Render Tapestry pages into a file

2006-07-31 Thread Henri Dupre
ill host it somewhere. I'm not sure about the cache what you mean... What cache are you refererring to? -- Henri Dupre Actualis Center

Re: include an external script in a .script file

2006-07-28 Thread Henri Dupre
ven if it did allow you to do that no browser would allow it. You can't load scripts across domains by default. You can of course do it when using dojo though ;) http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book48 On 7/28/06, Henri Dupre <[EMAIL PROTECTED]> wrote: > > I want

include an external script in a .script file

2006-07-27 Thread Henri Dupre
quot;https://.../script.js"/">https://.../script.js"/</a>> But this generates <script type="text/javascript" src="/app/scripts/<a rel="nofollow" href="https://../script.js"">https://../script.js"</a>;> Is the

Re: Problems with FormSubmit vs DirectLink in Tapestry 4

2006-07-26 Thread Henri Dupre
would start with that. Thanks, Kevin On 7/26/06, Henri Dupre <[EMAIL PROTECTED]> wrote: > > On 7/26/06, Kevin Fightmaster <[EMAIL PROTECTED]> wrote: > > > > I have a form that submits criteria whose results will display on the > same > > page in a table belo

Re: Objects looped in For stored in page source?

2006-07-26 Thread Henri Dupre
On 7/25/06, Malin Ljungh <[EMAIL PROTECTED]> wrote: Hi all, I've been using Tapestry for weeks and today I for the first time did a "View page source" in my browser... and I was a little surprised. In one of my pages I'm looping a Set using a For component to display some entities in a table. T

Re: Problems with FormSubmit vs DirectLink in Tapestry 4

2006-07-26 Thread Henri Dupre
On 7/26/06, Kevin Fightmaster <[EMAIL PROTECTED]> wrote: I have a form that submits criteria whose results will display on the same page in a table below the form. The results is a collection of objects (Person Objects) and this objects can also have a collection of Objects (Events). Using hiber

Re: PermGen space - Caching is ON

2006-07-24 Thread Henri Dupre
Yes I've seen the same issue on linux and windows with all JDKs using Tomcat or JBoss. I'd be curious to know if other containers such as Jetty, Weblogic or Websphere have better solutions... I'm not sure what do you refer as "hot redeploy"... We are using the tomcat ant tasks to redeploy into tom

Re: PermGen space - Caching is ON

2006-07-24 Thread Henri Dupre
On 7/24/06, Ben Sommerville <[EMAIL PROTECTED]> wrote: A final option may be to use a different JDK impl. E.g. I'm pretty sure that Jrockit (from bea) doesn't have a perm gen space & hence wont get the same problem (or at least might manifest it in a different way that is easier to diagnose).

Re: PermGen space - Caching is ON

2006-07-23 Thread Henri Dupre
The tomcat folks state that there is no solution to this issue (in the tomcat FAQ)... I somehow hope that more recent versions of the JDK can solve this problem... I tried the new funky +CMS... java options but they don't seem to help the redeployment. Btw, I've seen this happening on JBoss too w

Re: 'context' ObjectProvider (hivemind/tapestry)

2006-07-12 Thread Henri Dupre
On 7/12/06, Epstein, Ezra <[EMAIL PROTECTED]> wrote: Does Tapestry's HiveMind come with a "ContextObjectProvider" ? Basically I want a way to get attributes from the WebContext and use them as parameters in instantiating an object inside a hivemodule.xml file. If the object you need is from

Re: Re: heap analysis and tapestry caches

2006-07-11 Thread Henri Dupre
On 7/12/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I did take a look at this earlier and didn't see any issues right away. (surprise surprise) The pooling aspect of components shouldn't have the result that you are having. Ie the pool size might reflect the greatest # of concurrent users you'

Re: Re: heap analysis and tapestry caches

2006-07-11 Thread Henri Dupre
On 7/11/06, Steve Shucker <[EMAIL PROTECTED]> wrote: Sam - I think you're referring to the tomcat PermGen OutOfMemory errors, which doesn't sound like what Henri is describing. But since you've brought it up, a good workaround for the PermGen errors you get when you redeploy is the following f

heap analysis and tapestry caches

2006-07-11 Thread Henri Dupre
Our website based on tapestry 4 seems to be out of memory and is crashing every few days no matter what -Xmx I set. It is actually not that bad, with some scripts we get the website restarted within minutes in case of crash. I've been investigating the source of this issue lately using the new Jha

Re: ASO & Interceptor

2006-07-10 Thread Henri Dupre
Be careful with ThreadLocal. As someone else reported it here, you need to do a ThreadLocal.remove() when the app is shutdown otherwise, the content of the ThreadLocal won't eligible for garbage collection. Btw, why did you need to use a ThreadLocal? On 7/10/06, Kosarev A.V. <[EMAIL PROTECTED]>

Re: Why I hate mailing lists

2006-07-07 Thread Henri Dupre
Old/new story... Someone created long ago www.tapestryforums.com which had the objective you mention. All the attemps to convert this mailing list in a forum failed... I believe the mailing list is still mirrored there and you can search in the forums. For all the features you want, you can als

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.

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: OT: maven ignorant question

2006-06-27 Thread Henri Dupre
On 6/27/06, Shing Hing Man <[EMAIL PROTECTED]> wrote: In case you did not know, there is a free book on Maven 2 at http://maven.apache.org/articles.html Ah thanks alot, no I did not notice... This should cover all my questions. Thanks, Henri.

OT: maven ignorant question

2006-06-26 Thread Henri Dupre
I'm thinking about moving my current horrible ant file to a nice and fresh maven file. I read the getting started guide and some other mini guides but I have not seen any documentation about building a war file. Maven seems to have a war task but it is not much documented. I don't get how you can

Re: Trying to access Tapestry ASO from Spring-configured Hibernate interceptor

2006-06-26 Thread Henri Dupre
On 6/26/06, Jonathan Barker <[EMAIL PROTECTED]> wrote: I have a Tapestry4 / Tapestry4Spring / Spring / Acegi / Hibernate application where I need to access an session-scoped Application State Object from within a Hibernate interceptor that I am using for auditing. In general, I have tried to fi

Re: AdobeLite for viewing reports

2006-06-26 Thread Henri Dupre
On 6/25/06, Peter Dawn <[EMAIL PROTECTED]> wrote: just standard admin related reports. as in how many ppl are accessing the site, usage, bandwidth, pages being accessed. i am populating this information into a report which i can view instead of viewing just logs or a standard admin page with inf

Re: Tapestry 3 to 4.1 to 5

2006-06-24 Thread Henri Dupre
On 6/24/06, kranga <[EMAIL PROTECTED]> wrote: We have a very large financial services applicaiton built with Tapestry 3 and it meets all the requirements for the project. But in looking ahead, I am trying to get some data to guide technology decisions for the project. We did migrate our webs

Re: Tapestry making Java use 99% cpu?

2006-06-23 Thread Henri Dupre
On 6/23/06, Mark Stang <[EMAIL PROTECTED]> wrote: Actually, I think it was just a listener method. There wasn't a deadlock, maybe it should have been sync'd. However, the question came up about listeners in general. And I think the real question is shouldn't listeners and submits by design, o

Re: Make your voice heard! Tapestry 4.1 "wish list"

2006-06-23 Thread Henri Dupre
I added my two cents there and willing to contribute... Is anyone else annoyed with @PropertySelection or is it just me? On 6/22/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I've started a new wiki page for anyone that has a list of nagging annoyances/features they'd like to see fixed/added to

Re: Tapestry making Java use 99% cpu?

2006-06-23 Thread Henri Dupre
On 6/23/06, Alex Kartashev <[EMAIL PROTECTED]> wrote: This is a really good one link. Make sure that you also use Hivemind 1.1.1 (previous versions suffered from the "ThreadLocal" problem described in that URL). You must also use Tomcat 5.5.15 or higher. A good profiler is a key in debugging t

Re: 3 field date component

2006-06-18 Thread Henri Dupre
On 6/18/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I would create a client side widget that parses the input field values upon form submission and turns them into one single input submission, but that's me.. Can that be done in 4.1 without a single line of javascript? I'm very alergic to ja

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Henri Dupre
On 6/18/06, Cliff Zhao <[EMAIL PROTECTED]> wrote: Tapestry jar files are in my war files. That is then surprising... Why would you be affected with your own ThreadLocal but not the ones from Tapestry and Hivemind (none of them are calling ThreadLocal.remove())? Thanks, Henri.

Re: 3 field date component

2006-06-18 Thread Henri Dupre
On 6/17/06, Phillip Rhodes <[EMAIL PROTECTED]> wrote: I am writing a 3 field date component. The component allows the user to select the month/date/year from select boxes for their birth date. Couple of questions: 1) Has anyone already created such a component? 2) Because I have 3 input fie

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Henri Dupre
think that people will be interested in the findings, so, I send it to both lists. Best Regards, Cliff Zhao On 6/11/06, Henri Dupre <[EMAIL PROTECTED]> wrote: > > On 6/11/06, Cliff Zhao <[EMAIL PROTECTED]> wrote: > > > > Any thoughts? > > > In the tomcat

Re: Remove jsessionid from static resources?

2006-06-16 Thread Henri Dupre
On 6/16/06, D&J Gredler <[EMAIL PROTECTED]> wrote: Can you get banned from Google for this? I seem to remember they want to be served exactly the same content that a regular useragent would get. Obviously this isn't the kind of stuff they're trying to avoid... Just wondering. It is actually m

image gallery component?

2006-06-14 Thread Henri Dupre
Hi, I've been searching for an image gallery component... I don't care very much about the technology but just something that does the layout. Any suggestions? -- Thanks, Henri.

Re: Remove jsessionid from static resources?

2006-06-14 Thread Henri Dupre
The jsessionid is actually an important issue for making web sites search engine friendly. Currently, when google will suck your website, they will take all the jsessionid. I'd like to be able to get rid of them for all links when the user agent contains "bot". Anyway I'm not sure this is a tapes

Re: tapestry tab component

2006-06-13 Thread Henri Dupre
So that's all going to be by default in tapestry 4.1? The demo is *very* stunning. On 6/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Forgot to mention this, but as it doesn't look like a tacos release is coming out anytime soon (don't know when they are planning on doing it) I thought I sh

Re: Pyamnet services integration

2006-06-13 Thread Henri Dupre
Hi Stephane, We implemented something very similar for cimetz. On 6/9/06, Stephane Decleire <[EMAIL PROTECTED]> wrote: Hi, I need to link payment services to my Tapestry application. Those services follow the same path : 1. The application call the payment services : - with an HTTP Get or

Re: tapernate for maven ignorants?

2006-06-13 Thread Henri Dupre
On 6/13/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Hmm... Sounds like a major usability issue. Maven in general is very easy to use, so if dependency resolution isn't happening right something is potentially broken or not documented properly? I wouldn't really agree on this one... Maven

tapernate for maven ignorants?

2006-06-12 Thread Henri Dupre
Ok I tried to download tapernate from the svn repository. I have the maven eclipse plugin installed but other than that I don't know anything about maven (shame on me). The eclipse plugin did download a bunch of stuff but then insulted me and asked to manually download some file and to type some l

Re: crazy NPE error, ognl bug?

2006-06-12 Thread Henri Dupre
since tapestry 3. There is even a JIRA entry http://issues.apache.org/jira/browse/TAPESTRY-408 On 6/12/06, Henri Dupre <[EMAIL PROTECTED]> wrote: I have a simple component called "RadioPropertySelection". This component is somehow a copy paste from the propertyselection code e

crazy NPE error, ognl bug?

2006-06-12 Thread Henri Dupre
I have a simple component called "RadioPropertySelection". This component is somehow a copy paste from the propertyselection code except that it renders a list in radio buttons. Somehow one of the parameters "model" gets lost! I believe my ognl construct is right and refers a constant: ognl:@[EMA

Re: SEM and Tapestry apps

2006-06-12 Thread Henri Dupre
On 6/12/06, Jérôme BERNARD <[EMAIL PROTECTED]> wrote: On 6/12/06, Henri Dupre <[EMAIL PROTECTED]> wrote: > I think if you set "org.apache.tapestry.home-page" to "index" in your > .application file, then that should be enough. > http://jakarta.apache.o

Re: SEM and Tapestry apps

2006-06-12 Thread Henri Dupre
On 6/12/06, Jérôme BERNARD <[EMAIL PROTECTED]> wrote: On 6/9/06, Henri Dupre <[EMAIL PROTECTED]> wrote: > On 6/9/06, Jérôme BERNARD <[EMAIL PROTECTED]> wrote: > > > > The only solution I have found so far to work is to: > > - use a HomeLink component : >

Re: image service?

2006-06-11 Thread Henri Dupre
Thanks alot Peter! Yes that would definitely save me time. I'm planning to save the images in files and I'd like my service to get dimentions and do some java 2d magic. How well does it perform to store all the images in the DB? On 6/11/06, Peter Svensson <[EMAIL PROTECTED]> wrote: And as I

Re: image service?

2006-06-11 Thread Henri Dupre
On 6/11/06, spamsucks <[EMAIL PROTECTED]> wrote: Stitches has an image upload service in addition to components to search and pick images. Thumbnails of various sizes are auto generated. That would be *exactly* what I need... Do you have any pointers to "Stiches"? Is that a tapestry framewor

image service?

2006-06-10 Thread Henri Dupre
I seem to recall that quite a while ago someone was working on an image service. I would need a service that allows to resize pictures (hopefully cache the images). Has anyone developped such service? Thanks, Henri.

Re: SEM and Tapestry apps

2006-06-09 Thread Henri Dupre
On 6/9/06, Jérôme BERNARD <[EMAIL PROTECTED]> wrote: The only solution I have found so far to work is to: - use a HomeLink component : public abstract class HomeLink extends AbstractLinkComponent { @InjectObject("service:tapestry.globals.WebRequest") public abstract WebRequest getRequest()

Re: [OT] loading resources from the classpath in a static method

2006-06-08 Thread Henri Dupre
Check the "run" configuration of your app... Eventually try to delete it and create a new one. The "Run" configuration may not contain the same classpath. On 6/8/06, Dan Adams <[EMAIL PROTECTED]> wrote: Well, that's the thing. The properties file *is* on the build path and the same code works f

Re: Tapestry/Acegi Integration...

2006-06-07 Thread Henri Dupre
That's fantastic! Where's the code? On 6/7/06, James Carman <[EMAIL PROTECTED]> wrote: All, I have taken a stab at Tapestry/Acegi integration. The Tapernate example application now uses Acegi to secure the CreateMessage page (using a @Secured("ROLE_USER") annotation). By no means is this th

Re: strange problem losing session variables

2006-06-07 Thread Henri Dupre
Maybe synchronization glitches can be the cause? nothing prevents a user from firing two concurrent requests that would both modify your session objects at the same time. On 6/7/06, John Menke <[EMAIL PROTECTED]> wrote: Peter it's definitely storing them... This problem is sporadic... we ca

Re: SEM and Tapestry apps

2006-06-07 Thread Henri Dupre
Hi Jerome, I'm not sure to understand the whole problem... For serving / instead of index.html that sounds to me more connected to your apache configuration. Unless this is part of your tapestry/tomcat application. Then for generating "/" links, there are many possibilities around... it depends

Re: strange problem losing session variables

2006-06-06 Thread Henri Dupre
Yes we have been experienced those... Are you using tapestry 3 or tapestry 4? Which servlet engine? Since we switched to tapestry 4, we have seen way less of these... And I'm 99% positive this has not anything to do with the code. On 6/5/06, John Menke <[EMAIL PROTECTED]> wrote: Is anyone expe

how to deal with concurrent requests?

2006-06-05 Thread Henri Dupre
We recently upgraded our web site to tapestry 4 and we've been experiencing several ConcurrentModificationException on the visit object lately (because of a form focus issue :-\)... Has anyone tried to write a WebRequestFilter that would serialize requests from the same session instead of allowing

Re: How to implement a 'application property with persistence strategy client:app' ?

2006-05-30 Thread Henri Dupre
I asked here long ago and Howard answered that in Tapestry 4 this is not possible due to some internal design. I opened an JIRA issue http://issues.apache.org/jira/browse/TAPESTRY-729. Is there any chance for this to make it for tapestry 4.1? Henri. On 5/30/06, Gerald Schöffel <[EMAIL PROTECTED

Re: tapestry email service

2006-05-28 Thread Henri Dupre
eConnection( SocketListener.java:245) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) 2006/5/21, Henri Dupre <[EMAIL PROTECTED]>: > I finished packaging my email service into a nice jar file... You

Re: What do you think of my horrible testing strategy

2006-05-25 Thread Henri Dupre
Ah that is funny! We have a similar strategy except we don't have any fake service implementation or lower level testing... That is too much work and too much code to write all the jmock stuff. We had some for T3 but we are slowly dropping them. We only have jmock for several small things. We foun

Re: Hibernate persisted data never makes it to DB

2006-05-25 Thread Henri Dupre
On 5/25/06, Lutz Hühnken <[EMAIL PROTECTED]> wrote: Yes, the Spring HibernateTemplate will take care of that for you. The actual behaviour depends on your transaction management, but let's not get into that for now. So, the save you call will commit the changes to the database. Hibernate then d

Re: Hibernate persisted data never makes it to DB

2006-05-24 Thread Henri Dupre
On 5/24/06, Mark <[EMAIL PROTECTED]> wrote: Is there a way to set this in the hibernate.properties? Right now I do not use OpenSessionInViewFilter... Oops I should have read the whole thread before answering ;-) So how do you manage your sessions? Thanks, Henri.

Re: Hibernate persisted data never makes it to DB

2006-05-24 Thread Henri Dupre
On 5/24/06, Mark <[EMAIL PROTECTED]> wrote: I am not using any OpenSessionInView filters yet - intentionally, because I wanted to run into the lazy-load problems first in order to verify that what I would then do will actually fix the problem. I looked quite in details on the OpenSessionInVi

Re: Hibernate modifying POJOs before rollback...

2006-05-24 Thread Henri Dupre
On 5/23/06, James Carman <[EMAIL PROTECTED]> wrote: All, I am trying to add some code into Tapernate which will "rollback" the POJOs that Hibernate has changed when a transaction is rolled back (the version or auto-generated id properties). I am going to attempt it using an interceptor. Has a

Re: New version of Tapernate...

2006-05-24 Thread Henri Dupre
Hi James, On 5/24/06, James Carman <[EMAIL PROTECTED]> wrote: 2. Taperate now has support for three types of property persistence, reattach-merge (used to be called "entity"), reattach-lock, and reattach-update, corresponding to the three different types of reattach strategies. You can choo

Re: tapestry email service

2006-05-22 Thread Henri Dupre
No it would not but it would require very little changes to work with JDK 1.4. On 5/22/06, Gentry, Michael (Contractor) <[EMAIL PROTECTED]> wrote: Henri, will the service work with Java 1.4.x? Thanks! /dev/mrg -Original Message- From: Henri Dupre [mailto:[EMAIL PROTECTED

Re: tapestry email service

2006-05-21 Thread Henri Dupre
publishing it on Tassel (http://equalitylearning.org/Tassel)?. Best regards. 2006/5/21, Henri Dupre <[EMAIL PROTECTED]>: > > I finished packaging my email service into a nice jar file... You just > drop > it in the classpath and then you can inject the email service in any

tapestry email service

2006-05-21 Thread Henri Dupre
I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email service in any page. The API is: public abstract void sendEmail(Map properties, String pageName, Object[] parameters, boolean html); public abstract void sendEmail

package a hivemind service in a jar? (email service for T4)

2006-05-19 Thread Henri Dupre
I have implemented an email service for tapestry 4. This service enables to send by email html and text pages with a very simple interface. To render a page, the service creates its own request cycle so it should not interfere with the regular page rendering (it could be ideally completly threaded

Re: I do not like the new tapestry logo

2006-05-15 Thread Henri Dupre
I do actually like the new logo... I find it slick and it is nice to have more than just a logo to identify the project.If the unicorn is picked then there should be a little note somewhere in the project pages... On 5/15/06, liigo <[EMAIL PROTECTED]> wrote: I'm sorry if I hurt someone. but i

Re: Report in Tapestry using Jasperreport

2006-05-15 Thread Henri Dupre
This is really nice! Could you put it in the tapestry wiki? I'm sure it will help many people! Henri. On 5/15/06, Lothar Reisinger <[EMAIL PROTECTED]> wrote: Hi, I implemented that as a service in Tapestry 4. You may have a look to the source code at http://www.lrtb.de/tapestry/JasperPdfDown

Re: Popup on LinkSubmit

2006-05-09 Thread Henri Dupre
On 5/9/06, linuja <[EMAIL PROTECTED]> wrote: Hi, Henri. The code in the wiki( http://wiki.apache.org/jakarta-tapestry/PopupLinkSubmit) is not full, can you show the *PopupLinkSubmit.script*, *PopupLinkSubmit.jwc* and the PopupDirectLink.java? Sorry, I forgot them. I have PopupDirectLink too b

Re: Tapestry to generate mails ?

2006-05-08 Thread Henri Dupre
I don't agree on this... Also I don't see really differences between "static" email and interactive HTML. In the emails we generate, there is lots of dynamic content although there is no form handling, we use the same components plus many other tapestry features. Velocity is fine, but not when you