Hi,
I have many references between entities in my current application and it is absolutely vital that the references between entities can be optional. Right now
if an entity is created and...
Type: Posts; User: epicdoom; Keyword(s):
Hi,
I have many references between entities in my current application and it is absolutely vital that the references between entities can be optional. Right now
if an entity is created and...
Is there any way for me to to have an entity or something that when clicked shows me ALL the data entered (i.e. "List all" for all entities)? I played around with it for a bit but
couldn't find...
This would be a good idea if I had fewer entities. Unfortunately I have about 15 different things I need the ports for which means that creating 15 extra ____-port for each of these is not
viable...
I have an entity created that is "port" and other entities called 'clock' and 'power'. The relationship that I want to create is that only one port can be mapped to one clock ( cardinality...
I saw this ticket
https://jira.springsource.org/browse/ROO-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#issue-tabs
and is similar to what I want to do but like I said I...
I figured it out...for people to know:
The dijit.css can be overriden to change the width property of the box so all you have to do is add
.dijitTextBox {
border: solid black 1px;
...
Is it possible to make the size of the input text fields shorter (the physical size/view size of the field not the limit)? I've been looking through the generated roo files and cannot find anything...
For all my enums and references I was wondering if it's possible for the "default" value of the drop down list to be blank. Right now whenever
I make a reference/enum the drop down list created...
I was wondering if there was any way to make fields depend on other properties such as booleans.
i.e. Say I have a primitive boolean called "Other" which the user selects if a drop down list does...
Awesome that worked magnificently!!!
Thanks. I"m not very good with all this stuff but I will try your first suggestion
In my roo project I want to list all the things the user inputted. i.e. say it was a computer building program where each part is selected separately. I want an entity called "everything" which lists...
Hi,
For each field in my entity I want to add some sort of description for it such that the user can see what kind of input is expected and how they should input it. What is the best way to go...
Hi
I have a drop down list of enums (think the pet clinic example). When the values are stored in the database they are stored as their respective numbers in MYSQL database. Is there anyway or...
It's JD! Awesome blog post man. I will try this out and get back to you if it works.
I was wondering if you know
if what I described was possible. i.e. Say I have an entity that writes field...
Hello!
I've gone through many threads of how to use spring roo with two databases but none are sufficient I feel. Specifically I need one database to be reverse engineered which will be a...
So for those of you who want to know how to do this:
Go into WEB-INF->Views->Menu.jspx and add
<div style="overflow:auto; height:500px;width:220px;">
....
</div>
Hello,
I'm not very experienced with html or javascript but I have this roo project that has over 10 entities. And my side bar is extremely long. I was wondering if there was anyway that I could...
Sorry could you give me a little more information on how to do this? How do i create a .jspx in the entity?
It also would be helpful if I had more details on how to exactly do it in the server...
I know what formula to use I'm just having trouble executing it on a roo project. i.e. Where/what file does this piece of code go into? How do I make sure an error is thrown so the user sees "Invalid...
I have a number field in one of my entities. I need to add some logic that this field can only take numbers that are powers of two and if it isn't then an error should be thrown to the user.
I...
Hello,
I have a number field which has the requirement that it MUST be a power of two. Is there anyway to (manually?) add this constraint, catch the exception and throw my own message in case the...
I think I found what it *may be* and it looks like a possible bug.
SO I made two projects one in which I scaffold a single entity and another one where i scaffold both entities(DBRE entity). When I...
I hope I did this right. I pushed in all the fields and then deleted my old controlled and then re-scaffold it. Nothing changes. However I'm noticing another problem (with or without pushing in...
There seems to be a problem when I scaffold controllers for this purpose. The drop down list that is created when i scaffold the single entity shows all the database properties i.e. (id:1 Person:Jack...