Hello:

This problem take some weeks and now I need to resolve urgent. I has a 
page that is recursively call I mean I has a Main page that has some 
tabs (generated with dojo) and the dojo's tab render a HTML page inside. 
Each html really is the same page but with different data and inside 
this "data page" I put some buttons (@Submit and AjaxSubmit) in order to 
the final user can navigate throught hierarchical data (for requirements 
I cannot use a tree). the problem is that the data I try to persist as 
Kent Tong book says (by @Persist("client") and with hidden component) 
but always is null when the User click on the submit button (I know this 
because I debug the Listener). This problem is getting me crazy, because 
I don´t know how works the pool then or how the data is saved into the page.

When I see the source code with the browser the data don´t appear in any 
part in fact as the tabs are AjaxLinks only appear a javaScript with 
Links but even into the get generated don´t appear something nearly 
similar to the data variable name. What I'm doing wrong? Why only 
session variables are saved as expected, but in this case the data MUST 
be saved into the page.


The navigational part is something like this:

Login->MainForm (inside is data form)->MainForm(inside is dataform) the 
data form as I said, is inside a dojo's tab and the submit re-render all 
page (the MainPage) with different data and the before data is cleared 
in order to put correct number of tabs.

Thanks for your help

JQ




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to