File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes Tapestry 5 Reloading Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Tapestry 5 Reloading" Watch "Tapestry 5 Reloading" New topic
Author

Tapestry 5 Reloading

varungoyal goyal
Ranch Hand

Joined: May 31, 2006
Posts: 37
I have written one component in which I return some value which I want to display on my page. When I display this value after rendering using the first component which returns this value then this value is displayed on my page.

but when I display this value before My first component is rendered then I am not able to display this value.

My requirement is that I should display this value in both ways.

For this, I want to re-render my page from my component class , so that I can display this value on my page .

Or if there is any other solution Please suggest me
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tapestry 5 Reloading
 
Similar Threads
passing value to and from popup window
How to force a value in a component from the backing bean
how to display multiple lines
Tapestry 5 Page Rendering
Page navigation using hx:pagerWeb usage