DOJO in struts2

2008-12-01 Thread Faraz Ali
JO toolkit, than which version? how i will integrate it with my application? -- Best Regards, Faraz Ali

Re: DOJO in struts2

2008-12-01 Thread Faraz Ali
yes, i added this. On Mon, Dec 1, 2008 at 7:23 PM, Lukasz Lenart <[EMAIL PROTECTED]>wrote: > 2008/12/1 Faraz Ali <[EMAIL PROTECTED]>: > > Whenever i used any of the struts2 UI tag (with theme="ajax"), nothing > is > > rendered on the browser. And when

Re: DOJO in struts2

2008-12-01 Thread Faraz Ali
, Dec 2, 2008 at 12:24 AM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: > 2008/12/1 Faraz Ali <[EMAIL PROTECTED]>: > > yes, i added this. > > Struts 2 version? > How did you map filter? > > > Regards &

Re: DOJO in struts2

2008-12-03 Thread Faraz Ali
Yes its working now. Thank you very much. On Tue, Dec 2, 2008 at 4:11 PM, Lukasz Lenart <[EMAIL PROTECTED]>wrote: > 2008/12/2 Faraz Ali <[EMAIL PROTECTED]>: > > My struts version is struts 2.0.11.2. > > > > Below is my decorators.xml file: > > > > &

Adding anchor link in treenodes

2008-12-03 Thread Faraz Ali
. -- Best Regards, Faraz Ali

Accessing constants and enums

2008-12-03 Thread Faraz Ali
Hi All, I have defined few constants in interface and enum. Now i want to access these in my jsp. How to do this? Because when i am trying to do <%=, its saying that expressions are not allowed. How to do this in very struts2 style? -- Best Regards, Faraz Ali

Please help! Validation Errors

2008-12-09 Thread Faraz Ali
application. Can anybody help me how to do validation properly in struts2 application? -- Best Regards, Faraz Ali

Re: Please help! Validation Errors

2008-12-10 Thread Faraz Ali
source) defined in the input > result element. This is nearly always the JSP containing the form you > submitted from. > > You have to have a because Struts has to know where > to redirect in the event of a validation error. > > Not sure what you mean by the last bit of your questi

Problem with

2008-12-10 Thread Faraz Ali
I am having many problems while running some very common tasks in a struts2 web application. I just to create an anchor tag which will call some action. I also want to pass some parameters. Below is what i am trying to do. My action class name is MyAction. I define two string variables varA and va

Re: Please help! Validation Errors

2008-12-10 Thread Faraz Ali
i mean when i access my application's main page. when i hit http://localhost:8080/mywebapp. On Thu, Dec 11, 2008 at 1:20 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Wed, 12/10/08, Faraz Ali wrote: > > Yes Andy, you are right. I added the , but why it > > is e

Re: Problem with

2008-12-10 Thread Faraz Ali
he payoff is huge. > > http://struts.apache.org/2.x/docs/guides.html > > --- On Wed, 12/10/08, Faraz Ali wrote: > > My action class name is MyAction. I define two string > > variables varA and varB and added its setter and getters. > > I added MyAction in struts.xml. > >

Re: Help with S:Select

2008-12-11 Thread Faraz Ali
t; For additional commands, e-mail: user-h...@struts.apache.org > > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- Best Regards, Faraz Ali

Re: Please help! Validation Errors

2008-12-12 Thread Faraz Ali
uld you post your struts.xml, > and the action? > > Andy. > > On 10 Dec 2008, at 17:16, Faraz Ali wrote: > > Yes Andy, you are right. I added the , but why it is >> executing automatically. It is executed automatically when i start my >> application. >> >

Re: Help with S:Select

2008-12-12 Thread Faraz Ali
;name" > /> > > > When you select the multiple values in the select box and submit the form, > variable selectedIds will hold the selected ids as "1,2,14,15". After > obtaining these values, you can process them further as per your business > logic. > >

Re: Please help! Validation Errors

2008-12-14 Thread Faraz Ali
Any idea? On Fri, Dec 12, 2008 at 6:04 PM, Faraz Ali wrote: > Hi Andy, > > Please take a look at the code snippet and suggest. > > *MyAction.java* > public class MyAction extends ActionSupport { > //getAction > //setAction > public String execute() throws E

Re: Please help! Validation Errors

2008-12-15 Thread Faraz Ali
08 09:47:33 +0800 > > From: farazali.fa...@gmail.com > > To: user@struts.apache.org > > Subject: Re: Please help! Validation Errors > > > > Any idea? > > > > On Fri, Dec 12, 2008 at 6:04 PM, Faraz Ali > wrote: > > > > > Hi Andy