Re: Trying to pass object to server side

2010-01-29 Thread rajkaushik
Thanks Thomas. I agree Session should be the place for storing such objects. But in the application as it is working. The Tomcat is passing information via Servlet requests. I want to test the application as it is - without changing the logic of the application. Raj Thomas Kappler-3 wrote:

Re: Tree and TabbedPanel components

2009-07-28 Thread rajkaushik
Yes Igor, I am using the Ajax. Here is my partial code. Please suggest me the possible misses - Raj protected void onNodeLinkClicked(AjaxRequestTarget target, TreeNode node) ... Panel panelOnClick = new DetailTabbedPanel(detailPanel, defNode);

Re: Tree and TabbedPanel components

2009-07-28 Thread rajkaushik
Yes I understand this is a refresh problem. 1. By repainting I am assuming you mean that the right panel should invoke the setOutputMarkupId. With this parameter set, the repainting is taken care of by Ajaxified component. Please inform if you have different view. 2. If I have invalid markups,