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
Hi Harper, Thanks for ur quick reply. Is there any other possibilities or any plugins to make this possible. Because, I dont want to make ajax theme obselete by extending it by my code. Applause for the solution, With Hope, Ashok. Laurie Harper wrote: > > MyAshok wrote: >> Hi all, >> >>

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