Re: [S2] 2 Select Boxes, one based on the other

2007-08-17 Thread Rene Gielen
The doubleselect tag provides easy to use encapsulation of your usecase, with binding to the s2 based model. But in the very end, it's use will render javascript code in the resulting html, and there is no way around because of how html / http is designed. Skip Hollowell schrieb: > Rene, > > It

Re: [S2] 2 Select Boxes, one based on the other

2007-08-17 Thread Skip Hollowell
Rene, It sounds you are are saying that there IS a way, using this Correct? Rene Gielen wrote: Indeed there is no way without Javascript. The s2 tag Skip is searching for is http://cwiki.apache.org/confluence/display/WW/doubleselect Zoran Avtarovski schrieb: > Any solution has to be javasc

Re: [S2] 2 Select Boxes, one based on the other

2007-08-16 Thread Rene Gielen
Indeed there is no way without Javascript. The s2 tag Skip is searching for is http://cwiki.apache.org/confluence/display/WW/doubleselect Zoran Avtarovski schrieb: Any solution has to be javascript based. The question is wether you want a server side visit or not. And that is dependant on how m

Re: [S2] 2 Select Boxes, one based on the other

2007-08-13 Thread Zoran Avtarovski
Any solution has to be javascript based. The question is wether you want a server side visit or not. And that is dependant on how much data variability there is in your second select list. In our case if there are only a limited number of variations we download them all as part of the initial page