Revision: 513
http://svn.sourceforge.net/stripes/?rev=513&view=rev
Author: bengunter
Date: 2007-04-02 07:34:06 -0700 (Mon, 02 Apr 2007)
Log Message:
-----------
merged fix for STS-339 from trunk
Modified Paths:
--------------
branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java
Modified:
branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java
===================================================================
--- branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java
2007-04-01 21:27:32 UTC (rev 512)
+++ branches/1.4.x/stripes/src/net/sourceforge/stripes/tag/InputTagSupport.java
2007-04-02 14:34:06 UTC (rev 513)
@@ -390,7 +390,7 @@
if ( getId() == null ) {
this.syntheticId = true;
- setId(String.valueOf( new Random().nextInt() ));
+ setId("stripes:" + new Random().nextInt());
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development