nested iterate

2005-02-22 Thread jonathan zhang
Suppose I have a Vector v i wish to iterate over and each element of v is another Vector that I wish to iterate over again, how can this be accomplished using iterate? Next element is thanks!! - To unsubscribe, e-mail: [EMA

struts presentation tags

2005-02-22 Thread jonathan zhang
does Struts presentation jsp tags present a overhead on top on regular imbedded javacode? eg. use of iterate vs for loop thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

struts validation javascript code

2005-02-22 Thread jonathan zhang
Hi folks it seems like struts prints all the javascript validation code from validation-rule.xml regardless wheather they are used or not, for example, i only use the basic validation-required. but the javasript functions such as validateCreditCard and validateEmail still gets printed regardless. I

efficient building of menu item in jsp

2005-02-21 Thread jonathan zhang
Hi folks, I wish to construst a menu in jsp, and the menu has the following characteristics: 1.it has a two level hierarchy, Paren1->child1 ->child2 paren2->child3 ->child4... 2. some of the menu items might change/appear/not shown on different parent jsp

problem with Application

2005-02-21 Thread jonathan zhang
I defined a file ApplicationResources.properties under com.xxx.software.xxx.resources, which contains the following lines: prompt.password = "The password you entered does not satisfy the basic requirement" prompt.userName = "You must enter a user name" in my struts-config i have in my validat

struts and jsp

2005-02-17 Thread jonathan zhang
is it a good idea to have a direct link to jsp instead of going through an action in a jsp page? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]