JSTL single quotes embedded in double quotes issue

I am using JSTL to render the following radio button:

<input type="radio"

value="${nextObject.garbledID}"

onclick="executeSelection('${nextObject.garbledID}')" />

The radio button is rendered correctly with the resolved value of nextObject.garbledID for onclick on Windows/Linux. On AIX, the value of

nextObject.garbledID is not being resolved for the onclick attribute (it is being resolved for value attribute). I think the issue is with the single quotes within double quotes. Does anyone know why the problem happens only on AIX? My app server is Websphere 6.0. There are quite a few places in our code where we embed single quotes in double quotes so a generic fix would be great.

thanks,

Kumar

[755 byte] By [kumar007a] at [2007-11-27 10:52:30]
# 1

how to use JSTL? for internationlization jstl is reqd?then how to implement internationalizaion?

anu_pawara at 2007-7-29 11:37:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

how to work on jstl?for internationalization jstl is reqed?then how to implement internationalizaion?

anu_pawara at 2007-7-29 11:37:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

> how to work on jstl?

... you write tags in a source file.

> for internationalization jstl is reqed?

No, not necessarily. Internationalization is based on ResourceBundles which has been a part of Java since the beginning. JSTL makes use of ResourceBundle technology.

> then how to implement internationalizaion?

Check out the ResourceBundle class and the jstl "fmt" taglib.

gimbal2a at 2007-7-29 11:37:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

anu_pawar is hijacking the topic, ignore him.

Please respond to kumar007.

BalusCa at 2007-7-29 11:37:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5

thanxs

anu_pawara at 2007-7-29 11:37:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...