how to clear the "html:file " element value?

2009-07-21 Thread abhishek reddy
hi every one, how to clear the "html:file " element value? form is not submitting, until the "html:file" tag has a valid value.. Iam doing serverside validations, and "html:file" is the last element in the form. how to tackle this problem? Is there any way i can create the html:file

Tree with drag drop functionality

2009-06-30 Thread abhishek reddy
hi every one, How to implements a treeview with drag drop functionality in struts 1.2.9? -- Abhishek

Need help with tiles in struts

2009-06-18 Thread abhishek reddy
Iam using tiles definiton in my application.when the struts action is requested, the entire page is getting refreshed and when there is a delay in the responsethe page is blank Is there any way i can modify the tiles layout, where only body part is getting refrshed, rather than the entire

Re: how to prevent users from directly accessing jsp files

2009-06-18 Thread abhishek reddy
ccess to raw pages. > >Raw Pages >/struts/* > > >No roles, so no direct access > > > > > On Thu, Jun 18, 2009 at 9:32 AM, abhishek reddy >wrote: > > > how to prevent users from directly accessi

how to prevent users from directly accessing jsp files

2009-06-18 Thread abhishek reddy
how to prevent users from directly accessing jsp files, rather they have to come thru sturts action? -- Abhishek

opening a popup window from Action Class

2009-06-10 Thread abhishek reddy
hi every one, How to open a popup window from Struts Action Class? thanks in advance -- Abhishek

opening a popup window from Action Class

2009-06-10 Thread abhishek reddy
hi every one, How to open a popup window from Struts Action Class? thanks in advance -- Abhishek

Menus

2009-04-20 Thread abhishek reddy
hi everyone, can anyone let me know how to build menus in struts? -- Abhishek

Re: Focus on error fields when validation fails

2009-04-18 Thread abhishek reddy
thanks for the reply...it will just let me know if error messages are present or not... is it possible to retrieve error field name from it. On Sat, Apr 18, 2009 at 7:23 AM, Suneel wrote: > You need to use these tags: > > > > > On Sat, Apr 18, 2009 at 3:46 AM, abhishek redd

Focus on error fields when validation fails

2009-04-18 Thread abhishek reddy
hi all, how to highlight error fields in struts html form when validation fails i.e i want my cursor focus on the error field when validation fails. ? Note: Validations are performed on the server side (validate() method of respective form bean) this is what iam doing... ActionMessages errors

Data Grid in struts 1.2.9

2009-04-17 Thread abhishek reddy
hi all, How to display data in Data Grid using struts 1.2.9.is there any mechanism of doin it in struts currently iam display data in a plain html table.but i need sorting and pagination kind of functionality...need help regarding its urgent for me -- Abhishek

Re: Regarding locale in struts

2009-04-16 Thread abhishek reddy
thanks for the replyiam using struts 1.2.9, how to use the interceptor? On Thu, Apr 16, 2009 at 3:54 PM, Lukasz Lenart wrote: > 2009/4/16 abhishek reddy : > > how do i manually set the locale in struts application? > > You have to have I18N interceptor in your

Re: Struts 1.2.9 or Struts 2.0

2009-04-16 Thread abhishek reddy
For developing a project..i have already started developing the appln. using struts 1.2.9 shall i continue with it...or shall i go for struts 2.0 On Thu, Apr 16, 2009 at 9:33 PM, Dave Newton wrote: > abhishek reddy wrote: > >> Please let me know, whether i should go for

Clear and Reset Functionality in struts

2009-04-16 Thread abhishek reddy
How to implement Clear and Reset Functionality in struts? Note: Iam using struts 1.2.9 -- Abhishek

how to highlight error field in struts html form?

2009-04-16 Thread abhishek reddy
hi, ***how to highlight error field in struts html form?* Note: Validations are performed on the server side (validate() method of respective form bean) Iam using struts 1.2.9 -- Abhishek

Struts 1.2.9 or Struts 2.0

2009-04-16 Thread abhishek reddy
hi every one, Please let me know, whether i should go for Struts 1.2.9 or Struts 2.0..i do have some knowledge on struts 1.2.9 -- Abhishek

Regarding locale in struts

2009-04-16 Thread abhishek reddy
hi every one, how do i manually set the locale in struts application? I have list of language options set in combo box...based on the language selection locale has to be set and it has to be replicated in the whole application. -- Abhishek

Re: Struts 2 session problem

2009-01-17 Thread abhishek reddy
oes not able to, then there is no other option but to leave S2 and > look for other server frameworks. There is a need of looking beyond http > session. > > I guess S2 is positioning itself as a server framework, I hope it addresses > basic requirements for a enterprise application. &

Re: Struts 2 session problem

2009-01-17 Thread abhishek reddy
*If the user opens a new browser instance, then a new session is created and both the windows have their own user id info( i.e. userid doesnt override)* Taking the above point into consideration...you can try this way 1.When User X logged in successfully, you are storing the id in the session. 2.