please post such issues to the users list.
binu pankajakshan wrote:
                 Problem faced in  tapestry.
Let me put down what I am trying to do so that you can understand the problem better. I am trying to create a login screen which leads to a second page which lists out some values read from a ‘.properties’ file. Now I want that the read values should be displayed as a link which when clicked should be directed to a third page which again displays a list of items read from an ‘.xml’ file.
      I want that when the link is clicked a unique id be passed  on to the 
third page so that I can use it for certain operation in it.
The entire thing needs to be done in tapestry. Things I have tried out. I am done with the login screen. Its working fine.
   I have       also been able to create the links
I extended the AbstractComponent class to define the component used to display the links. renderComponent(IMarkupWriter writer, IRequestCycle cycle) method was overridden to render the component. Problems that I am facing is Once I am clicking on the link and going to the third page am not able to display any of the user defined components. But if I am trying to display the same component at a go (i.e. without any kind of interaction with the UI) it’s working fine. How to capture the data sent from the second page in the third page. If needed the sample code written can be provided.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


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

Reply via email to