Using AJAX in Struts 2.x

2009-04-15 Thread NR031
fined" message. From the error log I can say that username and pw are null (But I entered them). What is the problem in the code? Is there any tutorial which explains how to use AJAX in struts 2.x in NetBeans IDE. I am new to dojo also, need some detailed explaination. I have attached the erro

Re: I need generic html table structure with theme ajax in struts 2

2008-08-29 Thread Laurie Harper
If you don't want to deal with customizing themes, you could switch to an existing theme that gives you the markup you want and use Dojo (or whatever Javascript framework you prefer) to implement the functionality provided by the 'ajax' theme yourself. But extending and customizing themes is pr

Re: I need generic html table structure with theme ajax in struts 2

2008-08-29 Thread MyAshok
or additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/I-need-generic-html-table-structure-with-theme-ajax-in-struts-2-tp19202580p19215585.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I need generic html table structure with theme ajax in struts 2

2008-08-28 Thread Laurie Harper
MyAshok wrote: Hi all, Again thanks for ur past replies. Now, I am in a new issue. I need to use the ajax theme for two buttons (s:button id=A and s:button id =B). But, as default, each s: tag will create a tr and td tags. I dont want this type of table structure(row by row). I want to customi

I need generic html table structure with theme ajax in struts 2

2008-08-28 Thread MyAshok
structure as that of generic html table. Pls ask me if any communication problem. Pls help me asap. Waiting for ur reply. regards, Ashok. -- View this message in context: http://www.nabble.com/I-need-generic-html-table-structure-with-theme-ajax-in-struts-2-tp19202580p19202580.html Sent from the

Re: How to implement ajax in struts 1.1

2008-03-17 Thread Sudhan Maharjan
Also you can use different frameworks like DWR, GWT . etc, Please visit: http://wiki.apache.org/struts/AjaxStruts On Thu, Mar 13, 2008 at 5:07 PM, Raghu varma bhupathiraju < [EMAIL PROTECTED]> wrote: > > Hi friends > > Can any one tell me how to implement ajax in stru

Re: How to implement ajax in struts 1.1

2008-03-17 Thread Sudhan Maharjan
If you know how to use AJAX in general websites, its not much of difficulty to implement AJAX in struts. Just include action while sending request to server. like req.open("GET", someaction.do, true); where req is HttpXmlRequest Object. Rest you can get the data as manipulate as usual.

Re: How to implement ajax in struts 1.1

2008-03-13 Thread Dave Newton
--- Raghu varma bhupathiraju <[EMAIL PROTECTED]> wrote: > Can any one tell me how to implement ajax in struts 1.1 with simple > example. Can any one provide complete code for that. ... You'd have to provide a somewhat less-nebulous requirement. There are dozens of ways to &

How to implement ajax in struts 1.1

2008-03-13 Thread Raghu varma bhupathiraju
Hi friends Can any one tell me how to implement ajax in struts 1.1 with simple example.Can any one provide complete code for that. Thanks in advance Raghu Varma Bhupathiraju -- View this message in context: http://www.nabble.com/How-to-implement-ajax-in-struts-1.1-tp16024761p16024761.html Sent

Re: AJAX in Struts

2007-09-11 Thread aarthy
javax.servlet.http.HttpServlet.service(HttpServlet.java:803) >> >> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java >> :328) >> org.apache.jasper.servlet.JspServlet.serviceJspFile( >> JspServlet.java:315) >> org.apache

Re: AJAX in Struts

2007-09-10 Thread ANIMESH SAXENA
.apache.jasper.servlet.JspServlet.serviceJspFile( > JspServlet.java:315) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) > javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > > Please help. > > Thanks, > Aarthy > -- > View this mes

AJAX in Struts

2007-09-10 Thread aarthy
a:803) Please help. Thanks, Aarthy -- View this message in context: http://www.nabble.com/AJAX-in-Struts-tf4420598.html#a12608944 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT

Ajax in Struts 1.x , && what about SSL in Struts 2.x

2006-11-08 Thread robin bajaj
Hi All, I am using Struts 1.2.x for my web app. I have a navigation functionality on my forms (*Prev, Next, First , Last) for navigating through the records. My client does not like the whole page refreshing when any of the navigation buttons is clicked. Is that something that I can avoid by usi