| Author |
Complete Key value not visible on the button
|
Muhammad Imad Qureshi
Ranch Hand
Joined: Sep 13, 2005
Posts: 238
|
|
Hi I have two buttons on my jsp. Actually I had three but I got rid of one. The key value(value from applicationresources.properties) of one of the buttons dont show up. Last three characters are not there on the button. Can anyone explain. Here is the code for that portion <tr align="center" valign="top"> <td colspan="4"> <input name="import" type="button" class="frm_button" id="import" value="<bean:message key="import.title"/>" oncli="setAction('performImport', 'import.do', true)"/> input name="importMBZResponder" type="submit" class="frm_button06_long" id="importMBZ" oncli="setAction('mbzResponderImport','import.do',false)" value="<bean:message key="import.mbzresponder"/>" /> </td> The value of import.mbzResponder is not complete there on the button. The value is "Import Mobilization Plus Responder" where #153 is for trade mark symbol. I only see till Respond but not complete responder. Thanks Imad
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
|
|
|
Do a View Source to see what the resulting HTML looks like. That'll be your fisrst clue.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Muhammad Imad Qureshi
Ranch Hand
Joined: Sep 13, 2005
Posts: 238
|
|
Thanks for your reply I found the problem. The class for the button is frm_button06_long. Buttons in this class are still not long enough to hold the text I am trying to place. I can use frm_button08_long but that changes the style of the button. Its ok though its not a big deal. Thanks
|
 |
 |
|
|
subject: Complete Key value not visible on the button
|
|
|