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...
Type: Posts; User: manojsamaraweera; Keyword(s):
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...
tried it with <field:textarea .. tag
when readOnly="true", throws an exception when loading the page
SEVERE: Servlet.service() for servlet jsp threw exception...
<field:textarea field="provideStr" id="c_provide_domain_provideStr" required="true" z="pESSSYbBRda/YAJmUrgAMxDfQgQ=" />
How to make this textarea readonly,
Thnks
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
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...
Are there any examples to refer (using Roo's scaffolded default 'list' and 'show' views), anything closer to this would be really helpful.
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
I am using 1.1.4.RELEASE
/***********
roo> version
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/ |_|\____/\____/ 1.1.4.RELEASE [rev f787ce7])
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.
I did, and I get the same o/p
//*************************
roo> version
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/...
I have the same problem
Arn't there any solutions ?
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...