Hi Anthony,

I have just tested the quickstart modification and confirmed that
using plain HTML (i.e. vanilla) hidden tags doesn't cause the
duplication.
<input type="hidden" name="test" value="testValue1">
<input type="hidden" name="test" value="testValue2">

Could you please test it again?

Regards,
Iwao

2012/2/20 Anthony DePalma <fatef...@gmail.com>:
> 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 <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.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> _______________________________________________
>> Stripes-users mailing list
>> Stripes-users@lists.sourceforge.net
>> 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
>

------------------------------------------------------------------------------
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