Notify Topics and Validation Errors

2008-04-21 Thread manishbel
Hello Is there way prevent notifyTopics from being triggered if there are any validation errors? Thanks Manish -- View this message in context: http://www.nabble.com/Notify-Topics-and-Validation-Errors-tp16808233p16808233.html Sent from the Struts - User mailing list archive at Nabble.com.

Preparable Question

2008-04-08 Thread manishbel
Hello, I am trying to use the Preparable but having some problems while the page is being rendered. I will try my best to explain the problem, please ask if you need more information as i might not be able to accurately explain the problem as i am pretty new to struts2. Scenario: User should

Re: Connecting s:autocompleter and s:div

2008-04-04 Thread manishbel
at 1:00 PM, manishbel [EMAIL PROTECTED] wrote: Hello There, I am new to struts and have a requirement where i have to connect the autocompleter with the div e.g. when autocompleter's value changes i need to refresh the contents of the div. i have written the following code to achieve

connecting s:autocompleter and s:div

2008-04-03 Thread manishbel
Hello, I wish to connect the s:autocompleter and s:div so that when the value in autocompleter changes i need to refresh the div content to retrieve its values. here the code that i currently have s:div cssClass=formcontainer href=%{EmailDistributionList_Load} theme=ajax