Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to set TabIndex in jsp fragments embeded in jsp

843840Aug 8 2008
After googling a little bit I can find a way to set the tabIndex in my jsp fragments which are embeded in a jsp. I'm working with JSF and project woodstock.

I have embeded the fragment like this:
<div style="border-bottom: solid rgb(5, 5, 158) 1px; top: 1289px; position: absolute">
    <jsp:directive.include file="myFragment.jspf"/>
</div>
I'll be really gratefull for your help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2008
Added on Aug 8 2008
0 comments
197 views