• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Still on Validation

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello guys..its me again..

I have a problem regarding my validation of html:text which is in the array and the validation will depends if the corresponding checkbox has been selected.

this is my JSP
bitratebox is for the multibox
and
bitrateTxt is for the text


when I tried to write it in my validation.xml a
FOR bitrateTxt[0] when bitratebox[0] is checked


I used bitrateTxt[0] because the generated html will look like this



Actionform

Is my validdation correct? I cant make this work properly..
Please teach me the incorrect part.
Thank you..
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic