Problem with Dojo in struts2

2009-01-28 Thread Srikanth Goud
Hi, I am presently working on struts 2.0. Whenever i use strutsUI tags(with theme="ajax") nothing is rendered on page. I have done like this:- In web.xml struts-cleanup org.apache.struts2.dispatcher.ActionContextCleanUp sitemesh com.opensymphon

Re: Problem with Dojo in struts2

2009-01-29 Thread Srikanth Goud
newton.dave wrote: > > Srikanth Goud wrote: >> I am presently working on struts 2.0. >> Whenever i use strutsUI tags(with theme="ajax") nothing is rendered on >> page. >> I have done like this:- >> In web.xml >> >> &

validation with simple theme

2009-01-30 Thread Srikanth Goud
Hi, My requirement is fieldError should appear below/above respective fields. for that i written the following code:- first with this

Re: validation with simple theme

2009-01-31 Thread Srikanth Goud
verride the fielderror for the theme without creating a > new one. You just need to create a template/themename in the classes > directory and place the template of the modifield fielderror in there. > Struts first looks for theme templates in the classes directory of the > application.

Invoke popup after saving Data

2009-02-04 Thread Srikanth Goud
Hi, I have a requirement where after saving data in to database , show a popup in the same page propmting Continue or ok. For this i am planning to write a javascript for popUp. But how to invoke the popup from the execute method? And how to write the JavaScript in the Bean? Or is there any

Re: Invoke popup after saving Data

2009-02-04 Thread Srikanth Goud
Hi, How to invoke the javaScript from execute method? And i am not clear with the reply u send. Srikanth Srikanth Goud wrote: > > Hi, > I have a requirement where after saving data in to database , show a > popup in the same page propmting Continue or ok. > > For

validations with selected option

2009-02-06 Thread Srikanth Goud
Hi, Iam writing validations in className-validation.xml file it is working fine. But in the form there are two radio buttons 1. If one is selected a new table appear on the form with 5 or 6 fields and vice versa. I written the validaions for all the fields including the table

Validation problem when navigating through pages

2009-02-10 Thread Srikanth Goud
Hi, I was using default theme before.But to gain full control on UI part i chaged to simple theme. Know the problem is I performed business logic in one the screen. If it is success than the next screen in cycle. But the validations are firing in the next screen.It should not fire

Re: Validation problem when navigating through pages

2009-02-10 Thread Srikanth Goud
Sorry i have done blunder.There is no such issue Srikanth Srikanth Goud wrote: > > Hi, > >I was using default theme before.But to gain full control on UI part i > chaged to simple theme. >Know the problem is > I performed business logic in one the screen.

Re: validations with selected option

2009-02-12 Thread Srikanth Goud
Hi, Still i don't have any idea for this. Could you pls provide a solution Srikanth Srikanth Goud wrote: > > Hi Friends, > >Iam writing validations in className-validation.xml file it is working > fine. > >But in the form there are Two Table

Need Information on

2009-02-12 Thread Srikanth Goud
Hi, In a page there is a textField as soon user enter value like 2,3 and soon.. Creating table with Html with that many rows and so on.. Know My question is there any way to create a table with ? If yes how can i do that? And how can i retreive the values in action(ass