RE: question on using the html:radio tag...

2002-07-25 Thread Mannem, Taati
Hi, Set the value of the property corresponding to the radio group in the Form Bean to the value of the radio you want selected by default. Taati > -Original Message- > From: I-Sampige, Srinivas [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 4:38 PM > To: Strutsuser (E-mail)

RE: Seperation of Include & images from War file

2002-07-25 Thread Mannem, Taati
Vasudha, You have to use this tag html:rewrite look for this tag.. Taati > -Original Message- > From: Vasudha Puladasu [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 3:02 PM > To: Struts Users Mailing List > Cc: Vasudha Puladasu > Subject: Seperation of Inclu

RE: can't find webapp root?

2002-06-05 Thread Mannem, Taati
Thinh, Ypou got to use html:rewrite page="" which rewrites and sets ur webapp Regards, Taati > -Original Message- > From: Thinh Doan [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 12:20 PM > To: Struts-User > Subject: can't find webapp root? > > I open a chi

RE: How to Install Struts on WebSphere 4 ?

2002-06-02 Thread Mannem, Taati
Nothing special... AFIK I took the struts example.war and tested it with out the database part.Just import the war and regenrate the plugin.. U will be all set to go. Regards, Taati > -Original Message- > From: eilison Lee [SMTP:[EMAIL PROTECTED]] > Sent: Sunday, June 02, 2002 8:23 AM > To

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread Mannem, Taati
01, 2002 7:54 AM > To: Struts Users Mailing List > Subject: RE: WebSphere Studio Application Developer and Struts > > Thanks Taati, > > I see that Studio supports Tomcat 4.0 for testing. I think I will try > with > this first. > > > -----Original Me

RE: WebSphere Studio Application Developer and Struts

2002-06-01 Thread Mannem, Taati
John, We are using wsad with struts1.0.2 .Infact I tired running it on wsad4.0(trial version) and didnt face any major problems yet. Regards, Taati > From: John Menke [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, June 01, 2002 7:41 AM > To: struts-user > Subject: WebSphere Studio A

RE: Need Help in Popup to Action handler class

2002-05-23 Thread Mannem, Taati
Well Sumita this is what you have got to do. On click of the button call this function this way onclick="propmbox()" function promptBox() { text=prompt("USer Enter.",""); } In the plce of text have a hidden field the way ted explained and assign the cvalue to that hidden field document.

RE: Struts Checkbox

2002-05-22 Thread Mannem, Taati
An addendum function callme() { if(document.forms[0].checktest.checked) { document.forms[0].checktest.checked=false; } } Regards, Taati > -Original Message- > From: Mannem, Taati [SMTP:[EMAIL PROTECTED]] > Sent: Wednesda

RE: Struts Checkbox

2002-05-22 Thread Mannem, Taati
Sanjeev, Here is the code unction callme() { if(document.forms[0].checktest.checked) { document.forms[0].checktest.checked=false; } } HTH Regards, Taati > -Original Message- > From: sanjeev_dutt [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 2:51 PM > To: Struts Users Mailing

Reg Application Resourcebundle

2002-05-20 Thread Mannem, Taati
Guys, There was a post some days back regarding accessing of resource bundle and changing the values dynamically.A code example was also there. I am not able to find it.Can somebody tell me where can I find that?I would like to change the values in the resource bundle dynamically at runtim

RE: stuts-config.xml file

2002-05-20 Thread Mannem, Taati
bet on Swahili ;) Regards, Taati > -Original Message- > From: Leonardo Maciel [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 4:51 PM > To: Struts Users Mailing List > Subject: RE: stuts-config.xml file > > I thought it was Polish notation > > -Original Message- > F

RE: Virtual Host/WebGroup Not Found:Strange Error

2002-05-20 Thread Mannem, Taati
Guys, That was a WSAD problem I guess. I restarted the machie and restarted the WSAD and bingo its working fine..I really am not able to figure out the problem. Any help here guys? Regards, Taati > -Original Message- > From: Mannem, Taati [SMTP:[EMAIL PROTECTED]] > Sen

Virtual Host/WebGroup Not Found:Strange Error

2002-05-20 Thread Mannem, Taati
Guys, I ma facing a strange problem in WSAD4.0 using Struts. I say strange because when I run the jsp directly I get the page displayed properly but when I come to this page forwarded from other page it says "Virtual Host/WebGroup Not Found:" and all the stylesheet formatting which shd be

RE: Calendar in XML/java script

2002-05-20 Thread Mannem, Taati
7;Struts Users Mailing List' > Subject: RE: Calendar in XML/java script > > Hi Taati > > html/javascript works for me, can you please send me . > > > > Thanks > Uma > > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED

RE: Calendar in XML/java script

2002-05-20 Thread Mannem, Taati
Here is one Uma. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg18170.html Go thru this HTH Regards, Taati > -Original Message- > From: Uma Munugala [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 1:20 PM > To: '[EMAIL PROTECTED]' > Subject: Calendar in XML/ja

RE: Calendar in XML/java script

2002-05-20 Thread Mannem, Taati
Uma, I think html/javascript will do fine..if thats ok with you just lemme know I will send one.. and one person had even posted one excellent link..hmm have to go thru the achive for that Regards, Taati > -Original Message- > From: Uma Munugala [SMTP:[EMAIL PROTECTED]] > Sent

Iterator Simple

2002-05-17 Thread Mannem, Taati
Guys, When I iterate thru how do I know that I am in the last element? I have tried using some other way like getting the index and comparing but it doesnt seem to work.. The reason why I want to do this if I am in the last element I need to print something and if I am not then I dont ha

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
Mailing List > Subject: RE: REg Select(Repost) > > > > So you're getting the"error saying form2actionform not defined in the > scope > null"? > > If so, that's obviously your problem. Check your struts-config to check > it is > associated

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
it gives you anything. > > Cheers, > > David > > > > > > "Mannem, Taati" <[EMAIL PROTECTED]> on 05/17/2002 > 03:05:28 PM > > Please respond to "Struts Users Mailing List" > <[EMAIL PROTECTED]> > > To:

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
t does not work. Can you send me some code example. > > Cheers, > Taati > > -Original Message- > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > > Sent: Friday, May 17, 2002 2:42 PM > > To: Struts Users Mailing List > > Subject: RE: REg S

RE: REg Select(Repost)

2002-05-17 Thread Mannem, Taati
y, May 17, 2002 2:42 PM > To: Struts Users Mailing List > Subject: RE: REg Select(Repost) > > > > Setting the value of the type variable in the underlying form bean should > work. > Does for me. > > cheers, > > Dave > > > > > >

RE: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread Mannem, Taati
Guys, I did not need to do anything but I could run struts example 1.0.2 version in the WSAD4.0 on NT. As Ruta was sayin WSAD comes with its own websphere server intsance. Regards, Taati > -Original Message- > From: Ruta Thakkar [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002

RE: REg Select(Repost)

2002-05-16 Thread Mannem, Taati
by the database.It alsos ends me the option value.How do i set it so that it is shown correctly in the page. I am lost! Regards, Taati > -Original Message- > From: Mannem, Taati [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 4:09 PM > To: [EMAIL PROTECTED] > Su

REg Select

2002-05-16 Thread Mannem, Taati
Guys, I know this has bee asked but I amnot able to figure it out This is the scenario I have A form submit and it opens a form which has a list box with soime data and when I choose the data and submit the form the previous form is opened .. when this form is submiited again I need to se

RE: testing..........

2002-05-16 Thread Mannem, Taati
test failure ;) test again !the test is a failure..reconfigure the web.xml :) Regards, Taati > -Original Message- > From: Rajesh Kalluri [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 10:04 AM > To: Struts Users Mailing List > Subject: testing.. > > > tes

RE: Using IDE -JBuilder5 or WSAD

2002-05-15 Thread Mannem, Taati
I was told that the next version of WSAD will have struts console integrated with it..That would be around jun/jul Regards, Taati > -Original Message- > From: James Holmes [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 5:00 PM > To: Struts Users Mailing List > Subject: Re

RE: Read this for sure !!!

2002-05-15 Thread Mannem, Taati
LOL! Regards, Taati > -Original Message- > From: SUPRIYA MISRA [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 12:24 PM > To: [EMAIL PROTECTED] > Subject: Read this for sure !!! > > Read this link . May be it affects Flash !!! The technical details are > awesome. > > ht

RE: javascript and struts1.0.2

2002-05-14 Thread Mannem, Taati
Joseph, Thanks alot for your help... Regards, Taati -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: LogoutAction

2002-05-13 Thread Mannem, Taati
ir out trying to > debug, because the results are not consistent. > > Courtney > > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 4:09 PM > To: Struts Users Mailing List > Subject: RE: LogoutAction > > >

RE: LogoutAction

2002-05-13 Thread Mannem, Taati
Can you please be more clear? What do you mean by "does not actually log the user out"?whats happening there? Regards, Taati > -Original Message- > From: Villegas, Courtney [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 6:53 PM > To: '[EMAIL PROTECTED]' > Subject: LogoutAct

Struts 1.1b and Struts1.0.2

2002-05-13 Thread Mannem, Taati
Guys, I think the subject of this thread shd be what is the subject of this mail for help of others and not as was before.Hope you all agree with me on this. Craig thanks a lot for clearing the confusion. One more thing the thread started with the usage of javascript with struts1.0.2.Any

RE: javascript and struts1.0.2

2002-05-13 Thread Mannem, Taati
Mark and Juan, I sure am moving to 1.1 after this discussion. Regards, Taati > -Original Message- > From: Galbreath, Mark [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 5:41 PM > To: 'Struts Users Mailing List' > Subject: RE: javascript and struts1.0.2 > > Be glad t

RE: javascript and struts1.0.2

2002-05-13 Thread Mannem, Taati
of symantecs. An "alpha" release is differentiated from a > "beta" release only by the scope of distribution and, sometimes, the level > of support. This is very basic stuff. > > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Monday,

RE: javascript and struts1.0.2

2002-05-13 Thread Mannem, Taati
> JSP > page. I've used Struts tags to modify the output of Javascript similarly, > and it works fine. > > Is this how you're currently doing it, and if not, is there a problem with > doing it this way? > > > peace, > Joe Barefoot > > > >

RE: javascript and struts1.0.2

2002-05-13 Thread Mannem, Taati
Mark, This mail was sent before you sent us the update.So please neglect this mail Regards, Taati > -Original Message- > > > From: Mannem, Taati [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 3:51 PM > To: Struts Users Mailing List > Subject:

RE: javascript and struts1.0.2

2002-05-13 Thread Mannem, Taati
' > Subject: RE: javascript and struts1.0.2 > > > 1.0.2 is beta, also. 1.1b is where Struts is going. If you plan to > upgrade > from 1.0.2 it's better to do it now than wait. Further, we have found > 1.1b > to be remarkably stable. > > Mark > > -

RE: approache to populate combo-box on the fly

2002-05-13 Thread Mannem, Taati
Emerson, I know of a way but I do not think this is the only way. When u come to this window get the data of the two listboxes into a javascript array and on change of the one list box u can populate the other list box but remember this is good only when u have limite dno of data as havi

RE: bean:write returning null

2002-05-13 Thread Mannem, Taati
Yes Thinh I think thats the way to go Regards, Taati > -Original Message- > From: Thinh Doan [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:44 PM > To: Struts Users Mailing List > Subject: RE: bean:write returning null > > Can you use logic:present ? > > Thinh > > -

RE: javascript and struts1.0.2

2002-05-13 Thread Mannem, Taati
> Internet Developer -- Manduca Management > (786)552-0504 > [EMAIL PROTECTED] > AOL Instant Messenger: [EMAIL PROTECTED] > > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 3:13 PM > To: [EMAIL PROTECTED] > Subject: j

javascript and struts1.0.2

2002-05-13 Thread Mannem, Taati
Struts guys, A help and review required urgently.I am using struts1.0.2 and I have to show the errors(validations ,ActionErrors) in the form of javascript alerts. I found that struts 1.0.2 does not support javascript. I handled this by writing the alerts in the applicationresources.proper

RE: bean:write returning null

2002-05-10 Thread Mannem, Taati
awyer too are you? > > JM > > > -----Original Message- > > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > > Sent: Friday, May 10, 2002 4:40 PM > > To: Struts Users Mailing List > > Subject: RE: bean:write returning null > > > > > > Gre

RE: bean:write returning null

2002-05-10 Thread Mannem, Taati
returning null > > Yes you are > http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg30390.html > > > > JM > > > -Original Message- > > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > > Sent: Friday, May 10, 2002 4:34 PM >

RE: bean:write returning null

2002-05-10 Thread Mannem, Taati
By using Present tag I believe,,, Leo and Jim helped me with this y'day Am I correct Jim and Leo Regards, Taati > -Original Message- > From: Galbreath, Mark [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 4:30 PM > To: Struts (E-mail) > Subject: bean:write returning null > >

Reg the Action Errors and Action class

2002-05-10 Thread Mannem, Taati
Guys! I know its friday but can not stop myself from asking a question or a doubt! Errors as you know can be many types but broadly classified as Front End Validation Errors and BackEnD validation errors.. Now the front end validation(the form validation) is being handled by the form validate and

RE: Comparing Null using Logic:Equal

2002-05-09 Thread Mannem, Taati
Leo, You were right but still no luck it still says 'I wont do whetver Taati wants'..[sigh] It is just skipping the notPresent tag and not printing anything Regards, Taati > From: Leonardo Maciel [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 2:01 PM > T

RE: Comparing Null using Logic:Equal

2002-05-09 Thread Mannem, Taati
ing Logic:Equal > > You forgot to close your tag...see below > > JM > > > -Original Message- > > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 09, 2002 1:50 PM > > To: Struts Users Mailing List > > Cc: [EMAIL PROTECTED] >

RE: Comparing Null using Logic:Equal

2002-05-09 Thread Mannem, Taati
Leo, Sorry abt that I had closed it properly but forgot to type it properly here.. Regards, Taati > -Original Message- > From: Leonardo Maciel [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 1:51 PM > To: Struts Users Mailing List > Subject: RE: Comparing Null usin

RE: Comparing Null using Logic:Equal

2002-05-09 Thread Mannem, Taati
g Logic:Equal > > so use both > > > display column > > > display some other data > > > hope I am clear!! > > > > -Original Message- > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 1:37 PM > To: S

RE: Comparing Null using Logic:Equal

2002-05-09 Thread Mannem, Taati
st > Subject: RE: Comparing Null using Logic:Equal > > See logic:present > > JM > > > -Original Message- > > From: Mannem, Taati [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 09, 2002 1:25 PM > > To: Struts Users Mailing List > >

Comparing Null using Logic:Equal

2002-05-09 Thread Mannem, Taati
Guys, Thanks for the help on the previous post. Can anyone tell me how do I compare a value "null" using logic equal or someother tag. This is the requirement.. If the value returned by a getter method is null in iterator tag then I have got to display something else something else.. Than

RE: [ANNOUNCE]petstore1.3 running under struts1.0

2002-05-03 Thread Mannem, Taati
Yang, I will test this is WSAD.please send me the war file. Regards, Taati > -Original Message- > From: Yang Li [SMTP:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 12:31 PM > To: Struts Users Mailing List > Subject: [ANNOUNCE]petstore1.3 running under struts1.0 > > Hi:

RE: html:select help!

2002-05-01 Thread Mannem, Taati
An addendum The code that Is en was for the whole select ..We do not have the style class fo options.. Regards, Taati > -Original Message- > From: Mannem, Taati > Sent: Wednesday, May 01, 2002 11:34 AM > To: 'Struts Users Mailing List' > Subject:

RE: html:select help!

2002-05-01 Thread Mannem, Taati
Muthu, its possible by the style sheet but as Jim pointed out it might affect ur look and feel of the listbox. Create a styleclass and give the following property "font-weight: bold" and refer top t his style class using this syntax in ur html:select tag Try this and it will work..Lem