Re: [T4] Gerenating Response -- Component

2007-07-28 Thread Igor Drobiazko
Hi, we tried this approach in our project as well and didn't succeed. Then we found the approach proposed by Marcus Matern. After modifying the sources it worked very well. You can see the sources here: http://bookie.googlecode.com/svn/trunk/bookie-framework/src/main/java/org/bookie/framework/ser

RE: [T4] Gerenating Response -- Component

2007-07-27 Thread Daniel Ruiz
27, 2007 4:50 PM To: Tapestry users Subject: Re: [T4] Gerenating Response -- Component Hi Daniel, You might want to take a look at the wiki for some suggestions about sending HTML e-mail generated by Tapestry: http://wiki.apache.org/tapestry/SendingHtmlEmailWithTap To be honest we have abandoned

Re: [T4] Gerenating Response -- Component

2007-07-27 Thread Ben Dotte
Hi Daniel, You might want to take a look at the wiki for some suggestions about sending HTML e-mail generated by Tapestry: http://wiki.apache.org/tapestry/SendingHtmlEmailWithTap To be honest we have abandoned this approach due to the complexity involved and now use FreeMarker for that. Ben On

[T4] Gerenating Response -- Component

2007-07-27 Thread Daniel Ruiz
Hello, I´ve been looking the docs and I couldn't find how to do this in the proper way.. Using the following structure: public abstract class Viewer extends BasePage { @InitialValue("literal:default value message..") public abstract void setMessage(String message); publ

Gerenating Response -- Component

2007-07-18 Thread Daniel Ruiz
Hello, I´ve been looking the docs and I couldn't find how to do this in the proper way.. Using the following structure: public abstract class Viewer extends BasePage { @InitialValue("literal:default value message..") public abstract void setMessage(String message); publ