Samik Mukherjee

Greenhorn
+ Follow
since Oct 29, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Samik Mukherjee

Ankur,

Nice to start with. But where did you get the portlet class along with its doView() and processAction() methods in a JSF portlet?
14 years ago
Hi,

We have an application running fine in WAS 5.1. Recently we have migrated the application to WAS 6.1.0.27. Since then, whenever I try to load the application in 6.1, I get the following error.

A Reference object looked up from the context "uat-rubis-1Node01Cell/nodes/uat-rubis-1Node01/servers/server1" with the name "ext/gedom" was sent to the JNDI Naming Manager and was returned unprocessed. Reference data follows:
Reference Factory Class Name: com.sun.jndi.fscontext.FSContextFactory
Reference Factory Class Location URLs: <null>
Reference Class Name: com.sun.jndi.fscontext.FSContext
Type: URL
Content: file:///opt/IBM/WebSphere/applications/rubis

I have not changed anything on the application, and the application is still running fine in 5.1 environment.

Any idea how to troubleshoot this?
15 years ago
we know that h:outputText prints the text on the browser output. What if the text itself contain html tags?

I am getting a String which looks something like this: "Hi <b>Guest</b>,<br> welcome to our agreement page.<br>"

When I show it through h:outputText, it shows exactly the String including the html tags. How can I show it in the screen in the formatted way, i.e. the tags will not be shown, rather show like this:

Hi Guest,

welcome to our agreement page.

========================================

Any idea?
16 years ago
JSF