Best practice: Security Layer

2006-04-08 Thread Andreas Bulling
Hi folks, this time I have a design-related question and I hope to get useful feedback for myself and hopefully also for others following this list. What is in your opinion or from your experience the best way to implement some sort of security layer in a Tapestry/Hivemind/Hibernate based webappl

Re: Another question concerning the For component

2006-04-08 Thread Andreas Bulling
On 07. Apr 2006 - 20:52:08, Andreas Bulling wrote: | On 07. Apr 2006 - 14:44:12, Mike Snare wrote: | | Hmm... Not sure, but I suppose that it *could* be something screwy | | where your server recognizes the new class file, but tapestry is | | trying to re-use the enhanced page class it created bef

Re: Tacos:Autocompleter doesn't inside Tacos:AjaxForm

2006-04-08 Thread andyhot
You've probably stepped into "Bug70 - Autocompleter doesn't work in AjaxForm unless direct=true" http://tacoscomponents.jot.com/BugReporter/Bug70 which is fixed in trunk... >From Pedro Viegas <[EMAIL PROTECTED]>: > Has anybody got this issue? > I've got a tacos:autocompleter working perfectly ins

RE: Weird MessageFormat Problem with UpperCase

2006-04-08 Thread Apache
Nice one! 8) m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14690#14690 m2f

Re: any tapestry-ized TurboWidgets (dojo widget library)?

2006-04-08 Thread Sam Gendler
I fixed the safari crashing issue, but the incompatibility with autocompleter still exists. It's not all me, by the way. I have a small team of developers building an application in which we intend to use the widgets, so I had 2 guys working on the widgets, plus myself. We were a bit slow, initi

Tacos:Autocompleter doesn't inside Tacos:AjaxForm

2006-04-08 Thread Pedro Viegas
Has anybody got this issue? I've got a tacos:autocompleter working perfectly inside a normal tapestry form component. If I change the form to a tacos:AjaxForm it stops funcioning! I have tryed the sample code given in: http://tacos.sourceforge.net/components/AjaxForm.html And it also doens't work.

Re: any tapestry-ized TurboWidgets (dojo widget library)?

2006-04-08 Thread Pedro Viegas
Great news Sam! You've been busy! :-) Do tell when you put the project online in sourceforge. Will see the wiki as you recommended. Thanks. BTW: Go easy on XP. The good news is that you will certainly appreciate your Mac a bit more! he he he! On 4/7/06, Sam Gendler <[EMAIL PROTECTED]> wrote: > >

Re: Prototype JavaScript Framework

2006-04-08 Thread Pedro Viegas
Glad to hear it! Keep up the good work. T4.1 will be even better! Can't wait to see TACOS with T4.1 under the hood! :-D On 4/8/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Hopefully soon-ish. The new devs coming on board will certainly help > things. > The design is done mostly (until proven w

RE: Weird MessageFormat Problem with UpperCase

2006-04-08 Thread Apache
The OGNL and the code were not equivalent. I'll try to be a bit more verbose. Suppose the properties file contained this: title=Hello, {0}! And, you wanted to format your message. Let's try it with your code first: String formatString = getMessages().getMessage("title"); String title = ge

RE: Weird MessageFormat Problem with UpperCase

2006-04-08 Thread Apache
yes, but strangely it works if I only use the ognl expression in the templates. So in that case it picks it up correctly. Instead of using the format method from the component I used a new MessageFormat and now it works. m2f Sent from www.TapestryFo

Re: Tapestry integration

2006-04-08 Thread Renat Zubairov
Thank you for the responses, but this JSP library renders only links to the tapestry pages, but not actual page content. On 07/04/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: > it's removed in 4.0 - the 3.0 source is here: > http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/branches/branch-3-0/