Since Stripes is capable of rendering a collection of values
with its hidden tag, you are better off using one tag per
input name.

Cheers,
Freddy


On Sun, Feb 19, 2012, at 11:21 PM, Anthony DePalma wrote:

  I can confirm that its happening because of Stripes, I just
  downloaded the QuickStart and modified the sample calculator
  app. Again I just added these lines to the form:


<stripes:form action="/examples/quickstart/Calculator.action"
focus="">
      <stripes:errors/>
      <stripes:hidden name="test" value="testValue1" />
      <stripes:hidden name="test" value="testValue2" />

Then I clicked add without any numbers about 10 times and viewed
the source and theres hundreds/thousands of inputs. I'm not
familiar with the internals but perhaps something in the form tag
is causing it?

On Sun, Feb 19, 2012 at 6:36 PM, Will Hartung
<[1]redro...@sbcglobal.net> wrote:

On Feb 19, 2012, at 8:11 AM, Anthony DePalma wrote:



And this doubles every time you submit with an error. After a
couple more times your browser is likely to crash. It doesn't
matter whether its a stripes input or a vanilla input tag.

Simply put, especially if it's happening with a normal input tag,
then it's certainly not Stripes. Stripes isn't that involved with
the page rendering. Even with using the s:hidden tag, I'm really
skeptical. Stripes is just too basic and simple for it to
interfere at this stage.

Regards,

Will Hartung

  --------------------------------------------------------------
  ----------------
  Virtualization & Cloud Management Using Capacity Planning
  Cloud computing makes use of virtualization - but cloud
  computing
  also focuses on allowing computing to be delivered as a
  service.
  [2]http://www.accelacomm.com/jaw/sfnl/114/51521223/
  _______________________________________________
  Stripes-users mailing list
  [3]Stripes-users@lists.sourceforge.net
  [4]https://lists.sourceforge.net/lists/listinfo/stripes-users


--------------------------------------------------------------------------
----
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2

_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

References

1. mailto:redro...@sbcglobal.net
2. http://www.accelacomm.com/jaw/sfnl/114/51521223/
3. mailto:Stripes-users@lists.sourceforge.net
4. https://lists.sourceforge.net/lists/listinfo/stripes-users

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to