Search:

Type: Posts; User: manojsamaraweera; Keyword(s):

Search: Search took 0.03 seconds.

  1. I did, and the field is read only, but it is...

    I did, and the field is read only, but it is different from what I want
    I have 2 other text fields, I want to fill the text area with a combination of those two, but user should not be able to edit...
  2. Replies
    10
    Views
    6,067

    tried it with

    tried it with <field:textarea .. tag

    when readOnly="true", throws an exception when loading the page

    SEVERE: Servlet.service() for servlet jsp threw exception...
  3. making readonly

    <field:textarea field="provideStr" id="c_provide_domain_provideStr" required="true" z="pESSSYbBRda/YAJmUrgAMxDfQgQ=" />

    How to make this textarea readonly,

    Thnks
  4. Found out a way to do it but not sure this is a...

    Found out a way to do it but not sure this is a good method

    took the id of the input field using firebug it was '_firstName_id'

    dojo.byId('_firstName_id').value
  5. reading input field value in a java script function

    I want to validate a input field and change it in a javascript function
    I have a difficulty to read the field value
    tried as follows...
  6. Replies
    3
    Views
    911

    Are there any examples to refer (using Roo's...

    Are there any examples to refer (using Roo's scaffolded default 'list' and 'show' views), anything closer to this would be really helpful.
  7. Replies
    11
    Views
    2,185

    yep, same release from STS as well Sorry if I...

    yep, same release from STS as well

    Sorry if I have miss communicated earlier,
    in STS shell, 'addon list' gives the expected result
    but not in the Terminal (Bash shell)

    thankx
  8. Replies
    11
    Views
    2,185

    I am using 1.1.4.RELEASE /*********** roo>...

    I am using 1.1.4.RELEASE

    /***********
    roo> version
    ____ ____ ____
    / __ \/ __ \/ __ \
    / /_/ / / / / / / /
    / _, _/ /_/ / /_/ /
    /_/ |_|\____/\____/ 1.1.4.RELEASE [rev f787ce7])
  9. Replies
    11
    Views
    2,185

    Just used STS roo Shell, I could get that...

    Just used STS roo Shell, I could get that output, still couldn't get it in Terminal

    Anyway I can proceed with STS, thank you for quick replies
    Very sorry if I wasted ur time.
  10. Replies
    11
    Views
    2,185

    I did, and I get the same o/p ...

    I did, and I get the same o/p


    //*************************
    roo> version
    ____ ____ ____
    / __ \/ __ \/ __ \
    / /_/ / / / / / / /
    / _, _/ /_/ / /_/ /
    /_/...
  11. Replies
    11
    Views
    2,185

    I have the same problem Arn't there any...

    I have the same problem
    Arn't there any solutions ?
  12. Replies
    3
    Views
    911

    Row addable table in a form

    I'm new to Spring roo, and want to know whether I can do something like this

    3794

    Clicking on plus sign should add a new row to the form. I dnt have much time to learn spring roo a - z

    Any...
Results 1 to 12 of 13