I worked it all out. Thanks for the feedback. I definitely want to learn to use AJAX in the future :)
On Oct 27, 4:48 pm, Gareth McCumskey <[email protected]> wrote: > AJAX is what you need. Basically its Javascript that calls an action in one > of your modules and then drops the returned html into a div of your > choosing. > > This kind if technology has nothing to do with symfony specifically and is a > very long topic to attempt discussing it here, which is why you have no > gotten many responses. You need to do some serious learning/reading perhaps > starting with the the document on the JQuery website, a Javascript framework > > > > > > > > > > On Wed, Oct 27, 2010 at 3:39 PM, xpanshun <[email protected]> wrote: > > I'm still looking for some guidance here; I'd appreciate any help. > > Thanks in advance. > > > On Oct 25, 8:45 pm, xpanshun <[email protected]> wrote: > > > Hi all, > > > > I created a product gallery with the following format: > > > > bracelets | [image 1] [image 2] [image 3] > > > earrings | [image 4] [image 5] [image 6] > > > necklaces | [image 7] [image 8] [image 9], etc. > > > sets | > > > > So the left side contains links that are in the following categories > > > (of products): bracelets, earrings, necklaces, and sets. > > > > How can I make it so that when the user clicks one of these links, the > > > result images for that criteria appear in the right hand panel. What > > > kind of page structure do I need? > > > > I already know how to retrieve the array using DQL and show the > > > images, but I can't fathom how I can make them appear on the right > > > side--reloading the images to fit the criteria. > > > > I don't think frames will work here (tell me if I'm wrong) and I don't > > > know how to work with slots. :( > > > > I would appreciate any help and direction you can provide for me to > > > achieve this. Thank you! > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com > > > You received this message because you are subscribed to the Google > > Groups "symfony users" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<symfony-users%2bunsubscr...@goog > > legroups.com> > > For more options, visit this group at > >http://groups.google.com/group/symfony-users?hl=en > > -- > Gareth McCumskeyhttp://garethmccumskey.blogspot.com > twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
