• 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

Output the text field

 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am trying to create a text field but putting it inside a loop.
I wanted to do this using jstl tags only.
Below is the code that i have written.

I am not able to get the expected output.i dont know whether my logic is correct or not.
Help me out.
thanks in advance.
Ramya
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well considering that you have HTML markup inside your EL expression it's pretty clear that the notation is not correct.

Show us the HTML that you are trying to achieve, and tell us what version of JSP you are using.
[ September 15, 2005: Message edited by: Bear Bibeault ]
 
Bear Bibeault
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh, and with 140 posts I'm sure that by now you know that JavaRanch has a naming conention. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a valid first and a last name, and I'm pretty sure that "jp" is not really your last name.
 
reply
    Bookmark Topic Watch Topic
  • New Topic