Ganesh Jung

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

Recent posts by Ganesh Jung

Hi,

We use
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
and it works great. The pages become 30kb-50kb longer, because the components tree is serialized into the HTML page instead of the session, but the multi-user-capacity increases, because the appserver has smaller sessions.

Greetz,
Ganesh
19 years ago
JSF
Hi,

Use Double instead of double. null-value in the property will display as blank.

Greetz,
Ganesh
19 years ago
JSF
Hi,

I'll be trying the eclipse web tools project soon. Anybody has experience with this compared to exadel?

Gretz,
Ganesh
19 years ago
JSF
Hi,

There is no Tab component in the JSF standard components. Tomahawk and ADF both provide a Tab component. You can stack 2 rows of Tabs to make them multilevel.

Greetz,
Ganesh
19 years ago
JSF
Hi,

The book to start with is JavaServerFaces in Action by Kito D.Mann.

Greetz,
Ganesh
19 years ago
JSF
Hi,
You're doing bodgitt&scarper?
You can't change the signature, but you can throw a RecordNotFoundException or a RuntimeException. I've derived an Exception class from RuntimeException.
hth,
Ganesh