Re: invent way to get dropdown data in JSP not using actions or taglibs?

2007-12-31 Thread Frank W. Zammetti
Hi Adam, If I'm understanding you, what I think you essentially want is the JSF concept of "page/component state saving" where, talking about an S2 app, the page, and by extension the "components" on each page (dropdowns, testboxes, etc), would know how to get their current state and render themse

invent way to get dropdown data in JSP not using actions or taglibs?

2007-12-31 Thread Adam Hardy
Happy New Year everybody. This issue is mostly due to the validation failure mechanism which passes flow direct to the 'input' result without giving a chance to code the data retrieval needed to get data for dropdowns, associated lists, etc etc which the view/JSP will need. Currently the as

Re: use dojo

2007-12-31 Thread Dave Newton
Please ask these types of questions on the struts-user mailing list. The dev list is for discussing the development of Struts itself. Thanks, Dave --- harpreet1433 <[EMAIL PROTECTED]> wrote: > I want to know how to call action with the help of ajax/dojo from jsp page > > Bassicaaly I want to kno

use dojo

2007-12-31 Thread harpreet1433
I am very new to struts2 and dojo I want to know how to call action with the help of ajax/dojo from jsp page I have 2 html option lists I have to retrieve data for second list from action based on select option of first. Bassicaaly I want to know how to implement dojo on jsp page in struts 2