-
Junior Member
JSP declaration tags
Are methods with void return type allowed in declaration tag : ? Are implicit obj accessible in declaration tag?
-
Junior Member
Re: JSP declaration tags
Yes we can have return types of void in declaration tag. and the implicit objects are not accessible in metods, so we have to send the parameters while calling the method.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules