[jQuery] UI TABS - Best Practices

2009-07-25 Thread SteveM
I've implemented an admin console that has about 5 ajax-enabled tabs on a JSP. Each tab displays info from different areas of the system. Authorized users see an edit button. Some edits can be multiple pages. Fully integrating multi-page UI tabs requires a lot of considerations. I'm interested in

[jQuery] Re: AJAX Tab with Struts2 and SiteMesh

2009-06-15 Thread SteveM
The problem was that I named the AJAX fragments with the ".jspf" extension. I changed them back to ".jsp" and Tomcat was happy. On Jun 15, 10:05 am, SteveM wrote: > This may be a post for the struts list, but I'll start her.  I'm using > Jquery with Stru

[jQuery] AJAX Tab with Struts2 and SiteMesh

2009-06-15 Thread SteveM
This may be a post for the struts list, but I'll start her. I'm using Jquery with Struts2 and SiteMesh. My tabs work fine with all my code on a single JSP. I tried switching to AJAX, but that breaks the OGNL reference to a list on the second TAB. I set-up a separate namespace in Struts so that

[jQuery] Getting previous AJAX submit response to current Submit button click.

2009-05-31 Thread SteveM
I have an advanced search page with two buttons. One button is a standard submit button. The other button is bound to JQuery. Clicking that button submits the form in the background, putting the search criteria in the HTTP session, and then performs some other AJAX work. It works correctly. Th

[jQuery] Re: accordion problem in IE

2008-02-02 Thread SteveM
I too am having the same problem with both IE6 and IE7. using. jQuery().ready(function(){ jQuery('#sideMenu').Accordion({ active: false, header: '.stitle', navigation: true, animated: 'easeslide'