[Rife-users] Struggling with template

2006-05-29 Thread apdewith
Hi, I have the following template: div ${v seatList}${/v} ${b seatList} div id=tabContent class=tabContent table id=row class=displaytag tr themid/em/th

Re: [Rife-users] Struggling with template

2006-05-29 Thread Geert Bevin
Hi, which version of RIFE are you using? On 29 May 2006, at 10:44, apdewith wrote: Hi, I have the following template: div ${v seatList}${/v} ${b seatList} div id=tabContent class=tabContent table id=row class=displaytag

[Rife-users] Struggling with template 2

2006-05-29 Thread apdewith
Hi, I discovered that another part of the template is causing the unexpected behaviour: div ${v reservationDetails}${/v} ${b reservationDetails} ${v ELEMENT:.ReservationDetails:/} ${/b} /div div ${v

Re: [Rife-users] Struggling with template 2

2006-05-29 Thread Geert Bevin
So you have two times the seatList value and blocks at different locations in the template with different content. On 29 May 2006, at 11:57, apdewith wrote: Hi, I discovered that another part of the template is causing the unexpected behaviour: div ${v

[Rife-users] Struggling with template

2006-05-29 Thread apdewith
Hi, Good to know that people are trying to help! Thanks! I am using the 1.5M version This is what I expected: (see my second post how I accomplished it) script language=JavaScript1.2 function toggleDisplay( id ) { with (document.getElementById( id ).style) { if (display ==

Re: [Rife-users] Struggling with template 2

2006-05-29 Thread Geert Bevin
Hi Adriaan, yes, but I see that you have the seatList value twice in there, as well as the seatList block, with different content. For RIFE, only the last block will provide the content (it overrides the previous one). And both values will display the same content unless you assign them

[Rife-users] Struggling with template 2

2006-05-29 Thread apdewith
Hi Geert, In the second div block I have a seatList value, a seatList block, a seatDetailsList value and a seatEntry block so there is no naming problem afais Adriaan de With ___ Rife-users mailing list Rife-users@uwyn.com

[Rife-users] Struggling with template 2

2006-05-29 Thread apdewith
Hi Geert, Thanks for the support but I am afraid I do not understand your last reply. I experimented with different code and template solutions but with no success. I want to share my last try because I fear that my understanding of the templating mechanism is not correct. public void

Re: [Rife-users] Struggling with template 2

2006-05-29 Thread Geert Bevin
Hi Andriaan, can you please paste your entire template? On 29 May 2006, at 14:15, apdewith wrote: Hi Geert, Thanks for the support but I am afraid I do not understand your last reply. I experimented with different code and template solutions but with no success. I want to share my last

[Rife-users] Struggling with template 2

2006-05-29 Thread apdewith
Here is is: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en head link rel=stylesheet type=text/css href=/css/ajaxtags.css / link rel=stylesheet type=text/css href=/css/displaytag.css /

Re: [Rife-users] Struggling with template 2

2006-05-29 Thread Geert Bevin
Thanks for the support but I am afraid I do not understand your last reply. I experimented with different code and template solutions but with no success. I want to share my last try because I fear that my understanding of the templating mechanism is not correct. Hi Adriaan, I don't see