Re: tapestry-acegi

2006-07-10 Thread Andreas Bulling
On 10. Jul 2006 - 18:00:40, Norbert Sándor wrote: | Hello, | | I tried to download tapestry-acegi but SVN access does not seem to be | public. | How can I download it? Do you know http://www.carmanconsulting.com/tapestry-acegi/source-repository.html HTH Andreas --

Re: Securing Tapestry Applications

2006-07-10 Thread Andreas Bulling
| Problem 3: Protecting the application from logged-in users who are | spoofing form parameters | | [...] | | However, we don't want to violate the DRY principle: if there are | multiple places where a given Entity can be selected for editing, we | would have to add this check in each place. T

Re: Best practice for new/edit object page?

2006-07-10 Thread Andreas Bulling
On 10. Jul 2006 - 11:21:49, Gentry, Michael (Contractor) wrote: | The down side to embedding database IDs in your HTML form is they can be | changed by the user before POSTing them back to your application, which | can cause all sorts of problems. Exactly, this creates _really huge_ security issue

Re: xml parse error if the jakarta site is not accessible

2006-06-27 Thread Andreas Bulling
On 27. Jun 2006 - 19:40:01, Norbert Sándor wrote: | Hello! | | Sometimes the jakarta site is not accessible, in such cases I get the | following exception: | | Unable to parse file:/blablabla.script: Connection timed out: connect | java.net.ConnectException | Connection timed out: connect | http

Re: Injecting Service Error

2006-06-15 Thread Andreas Bulling
Well, IMO HiveMind isn't able to find your ImageService service point and defaults to tapestry.ImageService where it can't be found, too. Try to put something like this in your hivemodule.xml hth Andreas On 15. Jun 2006 - 15:08:56, Deon Visagie wrote: | Hi | | I am trying to inject a servic

Re: Indicating required fields to user?

2006-06-15 Thread Andreas Bulling
Nice one - thanks for that! ;) Perhaps that's something for the Wiki... Andreas On 14. Jun 2006 - 17:18:28, Bryan Lewis wrote: | Here's what's been working well for us. Our custom ValidationDelegate | extends Tapestry's ValidationDelegate and overrides the | writeAttributes() method, which is do

Re: tapernate for maven ignorants?

2006-06-13 Thread Andreas Bulling
| James is doing a great job, the only small thing missing for tapernate are | IMO a home page with straightforward links for jars. +1 from me for both points ;) Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: tapernate for maven ignorants?

2006-06-13 Thread Andreas Bulling
On 13. Jun 2006 - 08:12:42, Chris Chiappone wrote: | The easiest way to get tapernate up and running is to download his war file | example. Un-jar it and then just pull out all the jar files in | WEB-INF/lib/ That way you will have all dependencies needed. Yes, that's what James proposed some da

Re: tapernate for maven ignorants?

2006-06-13 Thread Andreas Bulling
On 13. Jun 2006 - 08:55:34, Andreas Bulling wrote: | Here you can find the hivermind-hibernate3 stuff: | http://svn.javaforge.com/svn/hivemind/hivemind-hibernate3 | | You also need | http://svn.javaforge.com/svn/hivemind/hivemind-transaction | and | http://svn.javaforge.com/svn/hivemind/hivemind

Re: tapernate for maven ignorants?

2006-06-12 Thread Andreas Bulling
On 13. Jun 2006 - 02:23:38, Henri Dupre wrote: | 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 |

Re: [OT] Application below /

2006-06-12 Thread Andreas Bulling
| > What's the right way to make my application available directly | > below / using Apache mod_jk2 and Tomcat? | > That means instead of using http://some.server.com/my_application | > I would like to be able to use http://some.server.com/ to use | > my_application. | | | I tried that but Apac

Re: [OT] Application below /

2006-06-12 Thread Andreas Bulling
On 12. Jun 2006 - 12:54:40, Danny Angus wrote: | Andreas Bulling <[EMAIL PROTECTED]> wrote on 12/06/2006 12:45:14: | | > Hi folks, | > | > sorry for this off-topic question but as I know that quite a lot | > people reading this list also use Tomcat I decided to ask it |

[OT] Application below /

2006-06-12 Thread Andreas Bulling
Hi folks, sorry for this off-topic question but as I know that quite a lot people reading this list also use Tomcat I decided to ask it here instead of subscribing to the tomcat mailinglist. What's the right way to make my application available directly below / using Apache mod_jk2 and Tomcat? Th

Re: image service?

2006-06-11 Thread Andreas Bulling
| That would be *exactly* what I need... Do you have any pointers to | "Stiches"? | Is that a tapestry framework?? -> http://stitches.authsum.org/ Cheers, Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: image service?

2006-06-11 Thread Andreas Bulling
On 11. Jun 2006 - 10:11:00, Peter Svensson wrote: | I have a simple image service which is not very well packaged, but depends | on an Image class, and uses the trails frameworks Hibernate DAO to get and | do stuff to images stored as byte[]s in the Image class. Could any of that | be of use? I'd

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Andreas Bulling
On 09. Jun 2006 - 10:11:15, Gernot Stocker wrote: | Hi, | this sounds really great! Is there already a released jar file around which can | be just plugged in ;-) ? At the moment you have to download the whole .war archive from www.carmanconsulting.com/mvn/com/carmanconsulting/tapernate-example/

Re: Problems with @Bean annotation

2006-06-07 Thread Andreas Bulling
On 07. Jun 2006 - 16:09:42, Travis Romney wrote: | I'm trying to use the @Bean annotation. I have a very simple | Bean with a no-arg constructor that I'm trying to create. | | @Bean | public abstract InpoweredErrorDelegate getInpoweredErrorDelegate(); | | The page loads just fine on the first pas

Re: Tacos examples

2006-06-07 Thread Andreas Bulling
On 06. Jun 2006 - 16:08:14, Jesse Kuhnert wrote: | It's been moved to the new site finally, but I still need to do some | subdomain fun to get it the way I'd like. | | This demo is current as of a few days ago, so it might be misleading to say | it's "official" if there are any bugs/ whatever.. |

Tacos examples

2006-06-06 Thread Andreas Bulling
Hi folks, as a next step on my way up the learning curve I'd like to put some Ajax stuff on my page: For example replace some of the form components with the corresponding Ajax one's... I've seen on the Tacos site that there should be a Live Demo available under http://demo.opennotion.com/tacos4/

Re: getting rid of cycle.activate

2006-06-06 Thread Andreas Bulling
On 06. Jun 2006 - 16:03:27, Andreas Andreou wrote: | That won't do, he's in 3.0.3... I thought he has switched to T4 as he said "I've been using..." @Daniel: Sorry, in this case just forget what I've said. ;) - To unsubscribe, e-

Re: getting rid of cycle.activate

2006-06-06 Thread Andreas Bulling
Hi Daniel, you can make your listener methods return the desired IPage directly... Perhaps thats a solution to your problem? hth, Andreas On 06. Jun 2006 - 12:13:34, Daniel M Garland wrote: | Hi all, | | I've been using Tapestry 3.03, and I need help getting rid of | cycle.activate, because

Re: Tapernate Squeezer...

2006-06-06 Thread Andreas Bulling
Hi James, I'd vote for the hashCode() approach, why: 1) It's the approach already used and widely accepted (for example in Hibernate) 2) using Hibernate (which is what Tapernate is dedicated to) you are advised to implement hashCode() and equals() anyway (according to the Hibernate homepage) so

Re: Hivemind SpringLookupFactory

2006-06-06 Thread Andreas Bulling
On 06. Jun 2006 - 12:53:04, Andreas Bulling wrote: | | So i send here my SOS ! | | Has anybody already used the SpringLookupFactory and could show me a | | configuration sample ? | | For the Visit ASO you should find examples easily on this list... | | Concerning the LookupFactory I'm not

Re: Tapestry 4 / Acegi integration examples

2006-06-06 Thread Andreas Bulling
I'd also be very interested in such an example... ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hivemind SpringLookupFactory

2006-06-06 Thread Andreas Bulling
| So i send here my SOS ! | Has anybody already used the SpringLookupFactory and could show me a | configuration sample ? For the Visit ASO you should find examples easily on this list... Concerning the LookupFactory I'm not sure if you really need it. AFAIK if you use Howards tapestry-spring ja

Re: Tapernate trouble

2006-06-05 Thread Andreas Bulling
| if you are developing a brand new application I would suggest to just drop the | jars from the zip file into WEB-INF/lib, add some very small of hivemodule.xml | magic and it should work. At least it did for me... I forgot the word "amount" and a list of the needed jars here: hivemind-hibernate

Re: Tapernate trouble

2006-06-05 Thread Andreas Bulling
Hi Hugo, if you are developing a brand new application I would suggest to just drop the jars from the zip file into WEB-INF/lib, add some very small of hivemodule.xml magic and it should work. At least it did for me... Hhave a look at the thread "Tapernate-example and the former jars" starting fr

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
On 03. Jun 2006 - 12:22:16, James Carman wrote: | Okay, that's weird. I apologize for all the confusion. But, getting used | to Maven2 is not quite as easy as I had hoped. It's tough to figure out | exactly where everything is going during the build. No problem, it's weekend and I have enough t

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
OK, thanks! ;) What I did was to remove all the old configuration stuff (Tapernate version: Even before the split of the different persistence strategies...) from my hivemodule.xml file and dropped the new tapernate/hivemind jars in. This should be enough and work, shouldn't it? I get the follo

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
On 03. Jun 2006 - 10:54:22, James Carman wrote: | Well, you can just download the war file if you want... | | www.carmanconsulting.com/mvn/com/carmanconsulting/tapernate-example/0.1 | | Just unzip that and it will contain all dependencies you need. Thanks a lot, that's what I wanted! :-) Witho

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
I'm sorry but I'm totally confused now... Where do I have to download/checkout/maven what to get the precompiled jars? Thanks! Andreas On 03. Jun 2006 - 10:41:19, James Carman wrote: | Well, I've committed all my changes and published everything to my mvn | repository that is needed that you ca

Re: Border question

2006-06-03 Thread Andreas Bulling
Hi Mark, first, a short notice: No offence, but could you please insert linebreaks in your answers as its quite time-consuming to break them manually (for example when using mutt) to be able to answer directly to your statements - thanks ;) | The question is are you trying | to define a generic

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
| The tapernate-example application (downloadable via SVN at | http://www.carmanconsulting.com/svn/public/tapernate-example/trunk/) has | been "mavenized" to reflect the dependencies. You can download it and copy | all the jars that it copies into the war (run mvn war:war) in your own | applicatio

Re: Tapernate-example and the former jars

2006-06-03 Thread Andreas Bulling
Hi James, thanks for your explanations! That means I have to install maven in any case... What about the idea of putting the jars into your repository as it had been before? Seems to be a bit too difficult to have to use maven just to get them. Kind regards, Andreas On 03. Jun 2006 - 07:19:45

Tapernate-example and the former jars

2006-06-02 Thread Andreas Bulling
Hi James, so that also other people are able to read your answer I'm asking on the list... In the old tapernate-example the different jars had been included but they seem to have gone in the current one. :( Do I have to install maven and build them on my own? If not where can I find them? Is the

Re: Border question

2006-06-02 Thread Andreas Bulling
Hi Mark, thanks for your explanations which made it a little bit clearer for me ;) But just another short question: How would you implement a multi-level page menue? Especially would you use a external file to describe the page hierarchy/structure? Thanks! Andreas -

Re: Border question

2006-06-01 Thread Andreas Bulling
Hi Mark, sounds as a solution even if I don't understand what you were trying to explain... Some sample code would help a lot, is there something you can show us/commit to one of the widely known Tapestry repositories? Cheers, Andreas On 01. Jun 2006 - 14:51:00, Mark Stang wrote: | There is a

Re: Visit object

2006-06-01 Thread Andreas Bulling
On 01. Jun 2006 - 16:39:06, James Carman wrote: | Try renaming what you call the getter/setter. See what that does. There is | a deprecated getVisit() method on IPage. Yeah, I had the same problem once and renamed the getter to getVisitState() which worked. Cheers, Andreas --

Re: Border question

2006-06-01 Thread Andreas Bulling
On 01. Jun 2006 - 14:06:48, Mark Stang wrote: | The other option is to create your own menuing component. Start with manually coding a couple of HTML pages to get the L&F. Then abstract it backwards into a component that creates the HTML on-the-fly. Then just add that component/components to e

Re: Visit object

2006-06-01 Thread Andreas Bulling
| Following your advice, I've created my own class, called Visit | (original isn't it? :-) and added this to hivemind.xml | | | | | | | | This is the code I've used to try accessing the Visit object: | | @InjectState("user-visit") | public abstract Visit getVisit(); | | But it

Re: Visit object

2006-06-01 Thread Andreas Bulling
On 01. Jun 2006 - 17:56:58, Mário Lopes wrote: | Hi. | | I've been following Tapestry in Action to implement a Visit session | object but I was unable to make it work. Declaring a getVisit(); as | abstract and then calling it through Visit visit = (Visit) getVisit(); | seems to be deprecated. Ins

Re: Dynamic assigning component id

2006-05-30 Thread Andreas Bulling
On 30. Mai 2006 - 16:19:37, Pratibha Gopalam wrote: | Thanks for the reply. | | In the template (.html) we normally use the jwcid to give a id and tell | tapestry what type of component to instantiate. How do I do the same | thing with id? | | -- -- this works, but the id | 'someid' is stat

Re: contrib:Palette question

2006-05-29 Thread Andreas Bulling
Hi, and thanks for your answer! | Why don't you use: | | | | | | | | | | | and in your .html | ... | e.t.c. Thanks, works like a charme! But I thought the Blocks would be displayed twice on the page in this case, but they are not.

Re: contrib:Palette question

2006-05-26 Thread Andreas Bulling
The replacements for the image assets work now... For the titleBlocks I get the following exception: org.apache.hivemind.ApplicationRuntimeException No type converter for type org.apache.tapestry.components.Block is available. Stack Trace: * org.apache.tapestry.coerce.ValueConverterImpl.coer

Re: contrib:Palette question

2006-05-26 Thread Andreas Bulling
t;Insert", bindings = { "value=message:available" }) public abstract Insert getAvailableTitleBlock(); @Asset("/images/select.gif") public abstract IAsset getSelectImage(); @Asset("/images/deselect.gif") public abstract IAsset getDeselectImage(); But this d

contrib:Palette question

2006-05-26 Thread Andreas Bulling
Hi folks, after some time of silence I have a new problem/question: I want to use contrib:Palette and replace "selectedTitleBlock", "availableTitleBlock" and the image assets. Do I really have to provide for example a getSelectedTitleBlock() method in my page class which returns a custom Block com

Re: Tap 4 integration with Spring and Hibernate

2006-05-19 Thread Andreas Bulling
On 19. Mai 2006 - 21:44:43, Tony Herstell wrote: | Can someone please point me to the preferred pattern for this as there are | quite a few different solutions on the net. | | I have an existing Tap 4 project and want to integrate it with | Spring/Hibernate. Tapernate is your friend ;) -> http://

Re: subscribing to this list

2006-05-19 Thread Andreas Bulling
BTW: Reading the netiquette you will see that it's also not very polite to not post under your realname... And to comment on this one: | I am all for open source but not when you have to deal with this madness. Much easier paying for a product and getting proper support. I'm quite sure that you

Re: subscribing to this list

2006-05-19 Thread Andreas Bulling
Hi, | So to Paul Cantrell, Robin Ericsson and Andreas Bulling, thank you for your pointless replies. You could have at least answered my question aside from just being rude and then we would all be happy. I don't apologize for anything I've written as _you_ have been rude to a

Re: Tapernate configuration questions

2006-05-19 Thread Andreas Bulling
On 18. Mai 2006 - 14:34:36, Chris Chiappone wrote: | Just wanted to let the tapestry list know of what a great resource James has | been on this topic. Tapernate has improved my applications performace | tremendously and James was very helpful with any questions I had. Could you please summarize

Re: how to subscribe or unsubscribe once more

2006-05-18 Thread Andreas Bulling
On 18. Mai 2006 - 12:23:57, Cypher ! wrote: | anyone know the correct email addresses? I don't think you'll receive quicker help or help at all if you write n-times to the list. That's like saying n-times "I want sweets" to your mother when you were young... Did she give it to you earlier or at a

List blocking files

2006-05-18 Thread Andreas Bulling
Just because during the logo discussion the problem occured several times: Why does the list block attachments at all? Would it be possible to allow attachments? I'd vote +1 for that... Kind regards, Andreas - To unsubscribe, e

Re: new logo for Tapestry (just my opinion and my other idea pic, don't mad OK)

2006-05-18 Thread Andreas Bulling
On 18. Mai 2006 - 12:20:21, Dwi Ardi Irawan wrote: | hi...thnx for the comment | here's my others design | http://dwiardiirawan.multiply.com/photos/album/5 | | just an ideadon't mad... I like proposal three (with the Apache feather) _a lot_! Cheers, Andreas ---

Re: Re(2): A kind of pageflowcontrol

2006-05-18 Thread Andreas Bulling
On 18. Mai 2006 - 08:51:00, Voors Paul wrote: | Hello Bianca, | | Thats a posible solution, I will test it. But preferably I wan to inject something like te request cycle in the flowcontroller, via spring ore havemind. No problem: Just do the following: public class FlowControlImpl implements

Re: Tapernate configuration questions

2006-05-16 Thread Andreas Bulling
On 16. Mai 2006 - 13:54:01, Chris Chiappone wrote: | Ok, it appears most of my migration to Tapernate seems to be working well. | My question is somewhat unrealated to tapernate but maybe someone could | guide me in the right direction. For pages and components that can inject | the Dao seem to wo

Re: Best pratice - CRUD Security - Tapestry 4.0

2006-05-16 Thread Andreas Bulling
On 16. Mai 2006 - 10:45:45, Brian K. Wallace wrote: | This is where I stick with ACEGI being unobtrusive. Not discounting any | other method of doing it at all, but I found that with ACEGI I add a | hook into "login/logout" pages and there's no other intrusion into my | Tapestry applications outsid

Re: Content Type

2006-05-16 Thread Andreas Bulling
On 16. Mai 2006 - 10:21:13, yesidredondo wrote: | Can anyone tell me how to put the content type of a page in tapestry, if i | want a page to be of xml or xls format? HttpServletResponse response = getRequestCycle().getRequestContext().getResponse(); try { response.setCont

Re: I do not like the new tapestry logo (constructive criticism)

2006-05-16 Thread Andreas Bulling
On 16. Mai 2006 - 11:03:11, Schulte Marcus wrote: | ha, now I feel compelled to throw in my wisdom ;) | | I'd try to make something which contains the Apache-feather. | Lots of other apache projects do it. And the Apache-Connection | IS important for Tapestry. I know I would have had a much | ha

Re: [Tapestry]

2006-05-10 Thread Andreas Bulling
On 10. Mai 2006 - 11:28:17, Paul Cantrell wrote: | Filter on the List-Id header (it should be | ""). As I've told before this is the easiest and most fail-safe solution... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: How to set the focus on a form ?

2006-05-09 Thread Andreas Bulling
On 09. Mai 2006 - 18:51:21, Stephane Decleire wrote: | Hi all, | | I need to set the focus on a different element of a form than the | default one. | I've tried to find this functionnality in the validationdelegate wihout | success. -> http://jakarta.apache.org/tapestry/tapestry/ComponentRefere

Re: tapestryforums.com

2006-05-09 Thread Andreas Bulling
On 09. Mai 2006 - 10:21:45, Jesse Kuhnert wrote: | Ok it looks like there's a general consensus. | | Any word from tapestryforums ? (I found the cc'ed email addy on the site) I would say: Just do it! I've never seen something similar on any other list I was subscribed to. If the people using the

Re: tapestryforums.com

2006-05-09 Thread Andreas Bulling
+2 ;-) On 09. Mai 2006 - 09:26:36, Jesse Kuhnert wrote: | I think some agreement needs to be come to about tapestryforums.com. As we | receive a ~lot~ of spam from this service every day I'm less and less | enthusiastic about its continued operation. (at least as far as sending | emails to our use

Re: Mike's DynamicBlock in Tap4

2006-05-08 Thread Andreas Bulling
On 08. Mai 2006 - 04:37:42, Steve Motola wrote: | I believe he's refering to: | | http://www.behindthesite.com/blog/C1931765677/E20060309215538/index.html Thanks for that! Sounds _very_ interesting... ;-) Kind regards, Andreas

Re: Mike's DynamicBlock in Tap4

2006-05-08 Thread Andreas Bulling
On 08. Mai 2006 - 10:25:32, sp y wrote: | Hi All, | | If anyone successfully tested Michael Henderson's DynamicBlock in Tap4? The | error I had encountered was 'factory already defined' java.lang.error. The | example that downloaded from Michael Henderson's website has the same error. What Dynami

Re: Mailing list moved to users@tapestry.apache.org

2006-05-06 Thread Andreas Bulling
On 06. Mai 2006 - 11:54:28, Rui Pacheco wrote: | True. Thought about that after hitting the "send" button. My apologies. Normally you would use the List-Id Header... At least that's what I'm doing ;) Cheers, Andreas - To unsub