Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    523

    Making '--references' optional

    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...
  2. Replies
    1
    Views
    481

    "List All" for ALL Entities

    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...
  3. This would be a good idea if I had fewer...

    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...
  4. Strict one to one relationship between entities

    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...
  5. Replies
    1
    Views
    706

    I saw this ticket...

    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...
  6. Replies
    1
    Views
    375

    I figured it out...for people to know: The...

    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;
    ...
  7. Replies
    1
    Views
    375

    Change view size of text field

    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...
  8. Replies
    1
    Views
    706

    Drop down list default "blank"

    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...
  9. Replies
    1
    Views
    302

    Making fields depend on other field

    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...
  10. Replies
    2
    Views
    349

    Awesome that worked magnificently!!!

    Awesome that worked magnificently!!!
  11. Replies
    2
    Views
    311

    Thanks. I"m not very good with all this stuff but...

    Thanks. I"m not very good with all this stuff but I will try your first suggestion
  12. Replies
    2
    Views
    349

    Listing Everything in an Entity

    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...
  13. Replies
    2
    Views
    311

    Adding Descriptions to Fields

    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...
  14. Replies
    0
    Views
    304

    Enums in a database

    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...
  15. Replies
    8
    Views
    1,812

    It's JD! Awesome blog post man. I will try this...

    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...
  16. Replies
    8
    Views
    1,812

    Two/Dual Databases

    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...
  17. Replies
    1
    Views
    297

    So for those of you who want to know how to do...

    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>
  18. Replies
    1
    Views
    297

    Making Side Bar Scrollable

    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...
  19. Replies
    4
    Views
    523

    Sorry could you give me a little more information...

    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...
  20. Replies
    4
    Views
    523

    I know what formula to use I'm just having...

    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...
  21. Replies
    4
    Views
    523

    Number Field Logic

    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...
  22. Replies
    0
    Views
    322

    Field Constraints and Exception Handling

    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...
  23. Replies
    8
    Views
    774

    I think I found what it *may be* and it looks...

    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...
  24. Replies
    8
    Views
    774

    I hope I did this right. I pushed in all the...

    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...
  25. Replies
    8
    Views
    774

    There seems to be a problem when I scaffold...

    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...
Results 1 to 25 of 33
Page 1 of 2 1 2