Thanks, Remi. What I posted was a view page source copy/paste.

1. I'm guessing I grabbed the source after the page was no longer in
focus. The page appears just fine.
2. The security is fine. Things are validated on the back-end. They
exist here to tie front-end HTML elements to back-end objects.
3. Thanks. I'll modify the h3 to h2.
4. I'll investigate which direction to go with the  submit link.

Maybe the submit link is actually the thing causing my problem (the
input/hidden values in the forms are not getting back to the server in
0.4, but they make it just fine in 0.31). Although it appears that
your option #3 is what I already have. Any thoughts on changes that
happened to iUI in .4 that might have caused things to not post in a
situation like this? I'll see if I can find a way to download 0.4 dev1
to try and pinpoint when things broke.

Dan

On Feb 1, 9:45 pm, Remi Grumeau <[email protected]> wrote:
> Without the CSS file of you app:> <form class="panel" 
> action="/Collection/Summary" method="post"
> > title="Details" id="CollectionDetail" style="left: 100%;">
>
> Say that the content has to be totally out of the screen, so kind of 
> invisible...
>
> >    <input type="hidden" value="2/1/2010 12:00:00 AM"
> > name="CollectionDate" id="CollectionDate">
>
> Hummm … hidden inputs :-S
> Any FF extension or a simple void: script show them. Hope your app doesn't 
> have any security need...
>
> >    <h3>Machine 1</h3>
>
> Class panel title is <h2>Machine 1</h2>
>
> >    <a href="#" type="submit" class="whiteButton">Save</a>
>
> I would
> 1) change href="#" by href="#_CollectionDetail" (assuming the form id is the 
> page id)
> 2) or delete it
> 3) or change this whole line to <a class="whiteButton" type="submit" 
> href="#">Save</a>
>
> Hope this help
>
> Remi

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to