How can i use JSTL Tag library in Sun Portal Server 6. [Sun JES 2005 Q4]

Hi All,I am using Sun JES 2005Q4 for windows.I want to use JSTL tag library, but not able to use it.is JSTL supported by Portal Server?Thanks & Regards
[190 byte] By [Jitu@Suna] at [2007-11-26 19:54:52]
# 1
I think it is not possible to use jstl tags on portal server jsp pages.Portal server uses its on jsp engine which does not support jstl.Not sure though.
unni_blra at 2007-7-9 22:47:36 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Thanx for Reply,

I am getting following error

PARSE error at line 6 column 19

org.xml.sax.SAXParseException: Document root element "taglib", must match DOCTYP

E root "null".

1> I copied c.tld file in"'customizedesktop_folder_name/tld/c.tld"

2> I copied "jstl.jar" file and "standard.jar" file in "Portal/web-apps/WEB-INF/lib" folder

3> After restarting the web server getting above mention exception.

I think JSTL not support in portal server.

can you Please give me solution to get key values from Resource Bundle?

Thanks & Regards.

Jitu@Suna at 2007-7-9 22:47:36 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Place your *.properties files at,<portal-data-dir>/<portal-id>/desktop/classes eg:- /var/opt/SUNWportal/portals/portal1/desktop/classesand use resource bundle to load it. You may have to restart server for your properties file to get picked.
unni_blra at 2007-7-9 22:47:36 > top of Java-index,Web & Directory Servers,Portal Servers...