dips pandey

Greenhorn
+ Follow
since Nov 13, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by dips pandey




Getting this error when i try

main.jsp is

Action class
MainAction.jsp

ColorEntry.jsp

struts.xml



I think i have provided with all the files i just want to compare the value selected in the dropdown to some other value in this case i select banana (<s:property value="yourSearchOptions"/>) this on printing to the browser gives me 2 so i compare the value with 2.Only if i select banana should i get the other page ColorEntry.jsp
please help me...
13 years ago
I Have been facing the same problem no error but my grid does not get populated with values please help..need to resolve this.
13 years ago
the example given

<s:doubleselect label="doubleselect test1" name="menu" list="{'fruit','other'}" doubleName="dishes" doubleList="top == 'fruit' ? {'apple', 'orange'} : {'monkey', 'chicken'}" />



has only two values in the first list that is fruit and other what if i have 10 items in the first list how should i write the

doubleList="top == 'fruit' ? {'apple', 'orange'} : {'monkey', 'chicken'}" />


part for that example..

and if a value is selected from the second list another combo box or a text box should be displayed according to the value selected.
PLEASE HELP..
13 years ago
the example given
<s:doubleselect label="doubleselect test1" name="menu" list="{'fruit','other'}" doubleName="dishes" doubleList="top == 'fruit' ? {'apple', 'orange'} : {'monkey', 'chicken'}" />

has only two values in the first list that is fruit and other what if i have 10 items in the first list how should i write the

doubleList="top == 'fruit' ? {'apple', 'orange'} : {'monkey', 'chicken'}" />

part for that example..

and if a value is selected from the second list another combo box or a text box should be displayed according to the value selected.
PLEASE HELP..
13 years ago