• 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

Custom tags does not execute

 
Ranch Hand
Posts: 598
3
jQuery Google App Engine Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eclispe 3.0
tomcat 6
java 6

I am not able to execute multiple custom tags in single jsp page.
The problem is only single custom tag executes in single jsp.When I put multiple custom tags in any jsp page, only first one executes.
I have no idea what's the problem.

for example:

<omi:one>
</omi:one>
<omi:two>
</omi:two>
<omi:three>
</omi:three>

here only first one will execute.

I have waisted my lots of time in solving this problem without success.
please help

Edited: I just noticed whatever I put after first custom tag is not executing regardless of html tags or customs tags or template texts.

best regards,
omi
[ June 15, 2008: Message edited by: omi sharma ]
 
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
Check your logs. Most likely your first tag is causing an exception,
 
Bobby Sharma
Ranch Hand
Posts: 598
3
jQuery Google App Engine Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, there is no exception in the log.There is not fault in any tag.I checked
more that ten times.

only one custom tag executes per jsp page.If it put the same first tag single
handedly, it executes otherwise it does not.

I had to create new project and it's working fine.

best regards,
omi
 
reply
    Bookmark Topic Watch Topic
  • New Topic