Re: [ANNOUNCEMENT] New Tapestry 5 book

2009-11-11 Thread Francisco Manzano
+1 ;) 2009/11/11 Antonio Fernández amiguel.fernan...@gmail.com +1 Alfonso Quiroga escribió: +1 On Wed, Nov 11, 2009 at 6:24 PM, keykubat sahinfati...@gmail.com wrote: :) +1 Igor Drobiazko wrote: Good news. My publisher made the first step towards the translation. They

Re: T5: How to reverse engineer Tapestry Annotations with Hibernate

2008-10-30 Thread Francisco Manzano
James Sherwood wrote: Hello, I have the reverse engineering working correctly but I wish to modify it a bit. Tapestry requires and @Validate(required) annotation in front of the variables of the class that are required for global validation. (Unless there is a way to do global validation

Re: Explorer like tree component

2008-08-04 Thread Francisco Manzano
Yes, we are really waiting for it !! Thanks Hugo Palma wrote: Hi again Toby, please don't forget to add your code to the wiki. Thanks again. Toby Hobson wrote: I have written a component based on treemenu. I'll happily send you the code but it comes with no warranty!! Toby -

Re: t5: pass few parameters to 2nd page

2008-07-09 Thread Francisco Manzano
Or, you can use the new @PageActivationContext annotation for a greater simplicity Zanius Ted Steen wrote: Just add more parameters to the activate/passivate-methods. Or you can use (Object[] parameters). Or you can use (EventContext context) The way to go for you would be to just add more

Re: t5: pass few parameters to 2nd page

2008-07-09 Thread Francisco Manzano
why don't ? Ted Steen wrote: I dont think you can use that with multiple values as the context :/ 2008/7/9 Francisco Manzano [EMAIL PROTECTED]: Or, you can use the new @PageActivationContext annotation for a greater simplicity Zanius Ted Steen wrote: Just add more parameters

Re: t5: pass few parameters to 2nd page

2008-07-09 Thread Francisco Manzano
/9 Francisco Manzano [EMAIL PROTECTED]: why don't ? Ted Steen wrote: I dont think you can use that with multiple values as the context :/ 2008/7/9 Francisco Manzano [EMAIL PROTECTED]: Or, you can use the new @PageActivationContext annotation for a greater simplicity Zanius

Re: t5: Returning block works in Firefox but not in IE

2008-06-24 Thread Francisco Manzano
Hi, I am inexperienced in Tapestry, but I had east problem recently: You have like result a valid xhtml page? You can look for if you have scripts of tapestry inserted at the end of the page. something like this : ... script src=../../assets/scriptaculous/5.0.13/prototype.js