question

2009-06-18 Thread riya
Hi, I have this requirement where I have to get the URL from database and plug this url in anchor from resource bundle. For eg: Database will give me: URL = www.google.com and the key in bundle: search_key = {0} Find it here Lets say n JSP <% url = "www.google.com" ; --> This i'll g

RE: Struts Action Issue

2009-04-13 Thread riya
ubject: Re: Struts Action Issue >> To: user@struts.apache.org >> CC: charlesmel1...@yahoo.com >> >> Riya, >> >> I'm sure that if you trace the request submission from JSP to your Action >> class >> by debugging it step by step you will find whe

Struts Action Issue

2009-04-08 Thread riya
Hi, Recently I observed that if in JSP input text I have entered special characters, lets say: displayIDNumber: #...@#%$!#$%!(*)&*()*(& In the action I get displayIDNumber as "" i.e empty string. Nowhere in the code we are explicitly emptying the string whenever there are special character

localization support for pt_PT and pt_BR

2008-12-18 Thread riya
Hi, Right now my application supports localization for portuguese. Resource bundle name is MessageResources_pt.properties. As I know resource bundle file must follow the same naming convention as the default properties file, except that it must include the two-letter ISO language code of the lan

Struts resources bundle question

2008-12-01 Thread riya
Hi, I am one month old to struts. I was curious to know if sth like below is possible: I know for sure that following is correct: label.xx.value = Selected xx product label.yy.value = Does your product need an accessory label.zz.value = Want to return it? Please notice that messages are ver