Play--Scaffold icon indicating copy to clipboard operation
Play--Scaffold copied to clipboard

Play! Framework Scaffold Generator

Results 6 Play--Scaffold issues
Sort by recently updated
recently updated
newest added

In order to tune the text displayed in the views the template should use messages. Illustration with current code in app\views\scaffold\views\Entity\index.html <a href=... onclick="if (!confirm('Are you sure you want to...

Given a class like this... @javax.persistence.IdClass(TrfsetupTblEntityPK.class) @javax.persistence.Table(name = "TRFSETUP_TBL", schema = "FOO") @Entity public class TrfsetupTblEntity extends Model { private String tcsPrdfuncCod; ``` @javax.persistence.Column(name = "TCS_PRDFUNC_COD") @Id public String getTcsPrdfuncCod()...

this got me stumped a bit, the README from the installed module doesn't mention the github page, so I didn't know where to check for tickets. (found it by googling...

Framework version: play 1.1rc3, scaffold-head Platform you're using: windows xp, java 1.6.0-22 Reproduction steps: I wonder if the scaffold generation could also create tests for the generated classes, this will...

the HTML generated contain too much blank lines in the form for example.

play scaffold:gen ~ _ _ ~ _ __ | | __ _ _ _| | ~ | '_ | |/ _' | || |_| ~ | **/|_|__**|__ (_) ~ |_|...