File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes taglibs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "taglibs" Watch "taglibs" New topic
Author

taglibs

Jeff Born
Greenhorn

Joined: Sep 27, 2002
Posts: 23
Hi I am attempting to create a taglib that uses a session object
ObjectClass oClass = session.getAttribute("MyClass");
I would like to use oClass in the tag oClass is not a javabean.
How do I do this?
Thanks in advance for any insight!
Jeff Born
Jason Menard
Sheriff

Joined: Nov 09, 2000
Posts: 6450
You might have better luck in the JSP Forum.


Jason's Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: taglibs
 
Similar Threads
Trouble with Java Reflection
Inner classes
Finding instance variable values at runtime?
Comparator not sorting properly.
Not an enclosing class