Re: T5 Retriving the Client IP Address

2007-08-23 Thread César Les
may be you need to add the servlet-api.jar to your class path

regards

César.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 Retriving the Client IP Address

2007-08-23 Thread César Les
I added this tip to the wiki (Tapestry5ObtainingHttpServletRequest),
because is exactly that happened to me too. :)

Regards

Cesar.

On 8/23/07, Charles Mason [EMAIL PROTECTED] wrote:
 On 8/23/07, César Les [EMAIL PROTECTED] wrote:
  may be you need to add the servlet-api.jar to your class path

 Thanks for that. It wouldn't compile because servlet-api.jar wasn't in
 my class path.

 The reason I thought it had been removed was because I was using
 eclipses auto complete drop down list box to see what methods were
 available. For what ever reason Eclipse decides to not to show any
 entry at all for methods that use classes it can't find. That will
 teach me to rely on Eclipses Auto complete too much.

 Thanks all for the help.

 Charlie M

 -
 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]



Re: Recursion of components

2007-08-21 Thread César Les
maybe Tapestry should support alternatives to components like Rails do
with Partial Templates. So whe can choose the right tool for the right
job.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [T5] how to make page templates (like Tiles)

2007-08-20 Thread César Les
AFAIK, there is not a layout component, a layout is just a custom
component you have to create (with your own template).
see http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html


On 8/19/07, Anton Gavazuk [EMAIL PROTECTED] wrote:
 Hi Jun,
 Do you have an example or link to example :)? I have looked through mail
 list and found only messages related to layout component about CSS.

 2007/8/19, Jun Tsai [EMAIL PROTECTED]:
 
  2007/8/19, Anton Gavazuk [EMAIL PROTECTED]:
  
   Hello all,
   How to implement page templates using tapestry 5 - like a page
  definitions
   in Tiles?
  
 
 
  you can use layout component.
 
 
  --
  regards,
  Jun Tsai
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]