Hi Stefan.
I tried it. Still the onchange event is not triggering javascript.
onmouseover='alert("You are here ")' is also not working. But it is working fine in input.tagx.
Thanks in...
Type: Posts; User: Privin; Keyword(s):
Hi Stefan.
I tried it. Still the onchange event is not triggering javascript.
onmouseover='alert("You are here ")' is also not working. But it is working fine in input.tagx.
Thanks in...
Can anybody help?
Here is the corresponding lines in select.tagx. (all onchange events I have made bold)
<jsp:directive.attribute name="onchange" type="java.lang.String" required="false" description="onchange...
Hi
I want to add onchange funtionality to the ROO generated select.tagx files.
<field:select disableFormBinding="true" id="c_com_cardshop_Sell_CardPurchased" items="${stockdatas}"...
Hi dalgad9.
Thanks for replying..
I have gone through those code.
here is my create.jspx file.
When I run the project it is thorwing an error:
My application has a drop down list named employeeId .
When an employeeId is selected I want to populate all other fields(employeeName,Address etc) automatically in the same form.
Is it...
ideasculptor,
The data was properly retrieved from the form but but it was not maching the type of dateofbirth field in the entity layer.
Just changed the variable declaration to;
It worked....
Anybody tried it?
Any advice from spring team?
Hi,
I have completely changed the view layer in spring roo application.
I am trying to use HTML5 tags instead of jspx.
When I try to get date using html5 date tag, the date is not getting...
Hi I am using HQL for selecting all the contents in 'EXCEPTION_CODE_MASTER' table.
Please go throuth the code fragments.
findAllEXCEPTION_CODE_MASTERs() method:
return...
No space in between. It is just a typo here.
Hi,
I have created a ROO project using database reverse engineering.
Database: Oracle 10g
The project was created successfully. When I click on any link in the UI, It is showing an error
...
@btlife:
Thank you for sharing that application with us. It is usefull.
Good Work.
Thanks and regards
Privin Thomas
@Btlite, @delgad9
Thank you for answering my query. It was very helpfull.
@Btlite: pl give pet clinic implementation with spring-roo and extjs!
Thanks and regards
Privin Thomas
Hi,
The GUI that we can create using Spring ROO will NOT be looking nice even if we customize it. And the .jspx files are not compactable with mobile browers also.
Is there any way that we...
Thank you Rajesh !
I think I should work more on these files.
Thank you Stefan Schmidt for replying.
hi,
This is a part of the code generated by spring security.
application-contextSecurity.XML
<!-- HTTP security configurations -->
<http auto-config="true" use-expressions="true">
Hi,
I would like to know how we can customize the GUI generated by spring roo. I want to replace the pages generated by roo with my own jsp pages.
Is this possible ? if so how?
Best Regards...