jsptree-devel Mailing List for JSP Tree
Status: Pre-Alpha
Brought to you by:
modano
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <hih...@ya...> - 2006-02-21 15:37:39
|
Hello! I see the document in your project about the JspTree that has its advantage :JSP tree is good for trees with dynamic models. It is very easy to add or remove new nodes during interaction with user. But I can't found the example of the dynamic models. Can you tell me how to realize the dynamic JspTree? Thanks very much!! Maybe I don't understand the dynamic models right! I want to let diffrent user has a diffrent funtion tree to choice. Can I accomplish the function with JspTree?? 2006-2-21 from china ___________________________________________________________ 情人节,用雅虎邮箱送玫瑰! |
From: <hih...@ya...> - 2006-02-21 14:21:01
|
Hello! I see the document in your project about the JspTree that has its advantage :JSP tree is good for trees with dynamic models. It is very easy to add or remove new nodes during interaction with user. But I can't found the example of the dynamic models. Can you tell me how to realize the dynamic JspTree? Thanks very much!! 2006-2-21 from china ___________________________________________________________ 雅虎1G免费邮箱百分百防垃圾信 http://cn.mail.yahoo.com/ |
From: Alex <a.b...@xs...> - 2004-12-14 15:15:59
|
Hi, Been using the library to do a straight forward JSP tree, however, would like to display multiple values in one row and I would like to add formatting to the template not the label. For example I have a multiple column row, but the only way to pass the = value to the template is via the label which would then have to be delimited = w/ the html tags (</td><td>.... Etc...). Other values should be allowed to = be set. For example attributes that are set in the xml tree shouldn't be filtered out, they should be passed through so the template can = reference them. E.g. <node someotherattribute=3D'somevalue' id=3D'1' label=3D'somelabel'/> Templatefile <tr><td>${someotherattribute}</td><td>${node_label}</td></tr> . . . Let me know what you think. |