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
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
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
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
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
5 matches
Mail list logo