EL within EL in jsp page to get value from resource bundle

2009-07-04 Thread codemaniac
I have list of links that can be dynamically loaded and displayed on webpage based on the client implementing solution. I like to get a user friendly message for the link name in the jsp using local bundle. I need a way to use an el within el. Example h:outputText

Re: EL within EL in jsp page to get value from resource bundle

2009-07-04 Thread Walter Mourão
try: h:outputText value=#{linkNames[link.linkName]} Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sat, Jul 4, 2009 at 8:07 AM, codemaniac asajn...@gmail.com wrote: I have list of links that can be dynamically loaded and displayed on webpage based

Beans keep re-creating themselves

2009-07-04 Thread Scott Carter
I have an issue where on my production server ( linux / tomcat 6 / apache ), the beans keep recreating themselves. I keep getting lines such as WARNING: More than one managed bean w/ the name of 'a4j' - only keeping the last . I read several posts about this and it seems to relate to some type

how to get GPS data from requests from gps-enabled devices

2009-07-04 Thread Dave
Hello,   For our jsf application, is there a way to get GPS data from requests from gps-enabled devices?   Thanks, Dave