Click here to Skip to main content
15,884,836 members
Home / Discussions / Java
   

Java

 
AnswerRe: Book recommendation Pin
Richard MacCutchan3-May-13 0:59
mveRichard MacCutchan3-May-13 0:59 
AnswerRe: Book recommendation Pin
Amarnath S4-May-13 5:31
professionalAmarnath S4-May-13 5:31 
QuestionHow can i Change Button Label Value Randomly in VIRTUAL KEYBOARD ??? Pin
Vivek1987agarwal1-May-13 9:58
Vivek1987agarwal1-May-13 9:58 
AnswerRe: How can i Change Button Label Value Randomly in VIRTUAL KEYBOARD ??? Pin
Richard MacCutchan1-May-13 21:24
mveRichard MacCutchan1-May-13 21:24 
QuestionGenerating Random Questions from answers Pin
saigowthami30-Apr-13 22:08
saigowthami30-Apr-13 22:08 
AnswerRe: Generating Random Questions from answers Pin
Richard MacCutchan30-Apr-13 23:42
mveRichard MacCutchan30-Apr-13 23:42 
GeneralRe: Generating Random Questions from answers Pin
dusty_dex30-Apr-13 23:49
dusty_dex30-Apr-13 23:49 
QuestionJSP StyleID clarification Pin
saigowthami27-Apr-13 18:16
saigowthami27-Apr-13 18:16 
XML
Hi,

In my JSP I am trying to add a field with a check box option. I am modifying the existing code.

Existing Code is,

    <tr>
        <td class="right">
            <signifo:label key="vendor.title"/> Enabled
        </td>
        <td class="left">
            <html:checkbox property="vendorEnabled" styleId="vendorchkbx" onclick="isVendorEnabled(this);"/>
            <html:hidden property="vendorEnabled" value="false"/>
        </td>
    </tr>

Modified one is


 <tr>
    <td class="right">
        <signifo:label key="duplicatecheck.title"/> Enabled
    </td>
    <td class="left">
        <html:checkbox property="duplicateCheckEnabled" styleId="duplicatechkbx"/>
    </td>
</tr>

In modified one, styleId is duplicatechkbx, please tell me where this might be assigned as check box?
In any Java script or CSS??

I have no idea.. please somebody help.

AnswerRe: JSP StyleID clarification Pin
Shubhashish_Mandal27-Apr-13 19:25
professionalShubhashish_Mandal27-Apr-13 19:25 
GeneralRe: JSP StyleID clarification Pin
saigowthami27-Apr-13 20:37
saigowthami27-Apr-13 20:37 
QuestionRe: JSP StyleID clarification Pin
Richard MacCutchan27-Apr-13 21:37
mveRichard MacCutchan27-Apr-13 21:37 
AnswerRe: JSP StyleID clarification Pin
saigowthami27-Apr-13 22:10
saigowthami27-Apr-13 22:10 
GeneralRe: JSP StyleID clarification Pin
Richard MacCutchan27-Apr-13 22:16
mveRichard MacCutchan27-Apr-13 22:16 
GeneralRe: JSP StyleID clarification Pin
Shubhashish_Mandal28-Apr-13 20:13
professionalShubhashish_Mandal28-Apr-13 20:13 
AnswerRe: JSP StyleID clarification Pin
Prasad Khandekar28-Apr-13 17:12
professionalPrasad Khandekar28-Apr-13 17:12 
QuestionIs there anyone study XMPP or use it to build a IM project? Pin
godsolio27-Apr-13 12:23
godsolio27-Apr-13 12:23 
AnswerRe: Is there anyone study XMPP or use it to build a IM project? Pin
Richard MacCutchan27-Apr-13 21:36
mveRichard MacCutchan27-Apr-13 21:36 
GeneralRe: Is there anyone study XMPP or use it to build a IM project? Pin
godsolio29-Apr-13 5:25
godsolio29-Apr-13 5:25 
GeneralRe: Is there anyone study XMPP or use it to build a IM project? Pin
Richard MacCutchan29-Apr-13 5:41
mveRichard MacCutchan29-Apr-13 5:41 
GeneralRe: Is there anyone study XMPP or use it to build a IM project? Pin
godsolio30-Apr-13 8:48
godsolio30-Apr-13 8:48 
GeneralRe: Is there anyone study XMPP or use it to build a IM project? Pin
Richard MacCutchan30-Apr-13 9:06
mveRichard MacCutchan30-Apr-13 9:06 
QuestionLZ4 compression implemented source code in java Pin
sriniprabhu27-Apr-13 2:14
sriniprabhu27-Apr-13 2:14 
AnswerRe: LZ4 compression implemented source code in java Pin
saigowthami27-Apr-13 20:42
saigowthami27-Apr-13 20:42 
AnswerRe: LZ4 compression implemented source code in java Pin
Richard MacCutchan27-Apr-13 21:35
mveRichard MacCutchan27-Apr-13 21:35 
AnswerRe: LZ4 compression implemented source code in java Pin
Amarnath S4-May-13 6:56
professionalAmarnath S4-May-13 6:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.