Struts 2 - woodstock JSF components

2007-08-13 Thread Ravi Vedala
Hi, Has anyone tried integrating the woodstock JSF components (Sun's RI ) into Struts 2 ? r-a-v-i - Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.

JSF Woodstock components in Struts 2

2007-08-13 Thread Ravi Vedala
Has anyone tried integrating the woodstock JSF components in Struts 2 ? I tried but not much luck. Thanks, r-a-v-i - Pinpoint customers who are looking for what you sell.

Re: [S2] ClassCastException on getParameters

2007-08-04 Thread Ravi Kumar
Hi , Even i am also facing the same issue. If any body is having please share with us.. It is returning the String array[] . But how it will return string[] if we enter normal text also... Thanks Ravi On 8/2/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > > Hi all, &

Re: [S2] Accessing autocompleter value from JavaScript

2007-07-24 Thread Ravi Kumar
Hey , I think it is not text filed it is select box. so try to access using input type as select Thanks Ravi On 7/25/07, chengas123 <[EMAIL PROTECTED]> wrote: Hi, I had an HTML input I was accessing in script as follows: document.inputForm.city.value I replaced it with a

RE: Help needed in Auto complete tag in Struts2

2007-07-11 Thread Jaladanki, Ravi
Thank you very much.. It is working.. Thanks Ravi -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 6:55 PM To: Struts Users Mailing List Subject: Re: Help needed in Auto complete tag in Struts2 Hint: Look at AutocompleterExampleAction and

RE: Help needed in Auto complete tag in Struts2

2007-07-10 Thread Jaladanki, Ravi
have any sample application or location s then please share with me. I required very badly Thanks Ravi Kumar Jaladanki -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 6:40 PM To: Struts Users Mailing List Subject: Re: Help needed in Auto

RE: Help needed in Auto complete tag in Struts2

2007-07-09 Thread Jaladanki, Ravi
Hi All, I am waiting for your valuable suggestions. Can any one help me in this Thanks Ravi -Original Message- From: Jaladanki, Ravi Sent: Monday, July 09, 2007 5:05 PM To: user@struts.apache.org Subject: Help needed in Auto complete tag in Struts2 Hi All, I want to use the

Help needed in Auto complete tag in Struts2

2007-07-09 Thread Jaladanki, Ravi
pping how they are integrated.. Looking for your help Thanks Ravi - This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the int

Re: TabbedPanel layout mess in Firefox

2007-04-30 Thread Ravi Mangalagiri
ite","transparent","border #ffS"); // "white" needs to be replaced with the background color }); The following above code is very important for the tabs to paint. I had the same problem, so I just created a ajaxCommonInclude.jsp (with the above

Re: [OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-08 Thread Ravi Mangalagiri
Its all working now. I moved the OpenSessionInViewFilter all the way up in web.xml and it works fine.. Thanks a lot -ravi On 3/7/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Ravi Mangalagiri wrote: > I did move OpenSessionInViewFilter all the way > up.

Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Ravi Mangalagiri
show below .. it works any ideas.. On 3/7/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Ravi Mangalagiri <[EMAIL PROTECTED]> wrote: > When I debug . looks like the OpenSessionInViewFilter > keeps the session open after the jsp is painted. I don't

Re: [OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Ravi Mangalagiri
Dave, I did move OpenSessionInViewFilter all the way up. no luck Mike, I don't have any *.do in web.xml . all my actions use *.action suffix -ravi On 3/7/07, Ravi Mangalagiri <[EMAIL PROTECTED]> wrote: I did .. same thing On 3/7/07, Dave Newton <[E

Re: [OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Ravi Mangalagiri
I did .. same thing On 3/7/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Ravi Mangalagiri wrote: > Thats what I though initially but it doesn't look > that way... To me that makes it look even *more* that way since now the filter is active because y

Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Ravi Mangalagiri
It all started when I tried to lazy load a associated object. I have my app fully integrated with struts, spring and hibernate. Use Case: I call a simple action, in my action class, I get the business object through the dao which has spring transaction boundaries set. In my jsp I get the ass

Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Ravi Mangalagiri
It all started when I tried to lazy load a associated object. I have my app fully integrated with struts, spring and hibernate. Use Case: I call a simple action, in my action class, I get the business object through the dao which has spring transaction boundaries set. In my jsp I get the ass

Redirect Action Result - Need directions to configure my app to use ActionMapper

2007-03-01 Thread Ravi Mangalagiri
ActionMapper to make the above action work. Thanks Ravi

Redirect Action Result - Need directions to configure my app to use ActionMapper

2007-03-01 Thread Ravi Mangalagiri
ActionMapper to make the above action work. Thanks Ravi

Re: how to specify ActionMapper

2007-02-07 Thread Ravi Mangalagiri
l: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-specify-ActionMapper-tf3187257.html#a8849592 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ravi Mangalagiri www.bluepitch.org (My personal website. Coming soon!) 703-505-4240 (c)

Re: how to specify ActionMapper

2007-02-07 Thread Ravi Mangalagiri
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ravi Mangalagiri www.bluepitch.org (My personal website. Coming soon!) 703-505-4240 (c)

how to specify ActionMapper

2007-02-07 Thread Ravi Mangalagiri
I added the following key, value in my struts.properties struts.mapper.class=org.apache.struts2.dispatcher.mapper.DefaultActionMapper and my action is defined as follows: runQueryReport /queryReport auditLogReport

RE: Navigating back to a previous page

2005-08-29 Thread Sharda, Ravi
I guess "javascript:history.back()" should help you. Regds.- Ravi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 2:51 PM To: Struts Users Mailing List; Martin Gainty Subject: Re: Navigating back to a previous page Can

Re: multibox with label value beans

2005-02-10 Thread Ravi Tadi
following code will display multobox (Multiple Checkbox) using Label value bean List. id="checkboxid" This id will be referd in multibox tag , bean write tag entries_list : is LabelValue Bean List selectedEntriesArray : is Array O

purpose of integrating JSF+STRUTS

2004-09-20 Thread ravi naraharasetty
Hi All, What is the main objective/purpose of integrating JSF with Struts. If I correctly understood I am thinking of achieving below objectives with their integration: a. use JSF for presentation layer viewing/validation/exception handling/internationalization b. use Struts for controller layer

JSF+Tiles+Struts

2004-09-20 Thread ravi naraharasetty
Hi All, Are there any demo applications/tutorials that explain how to integrate JSF+Tiles with Struts. Please redirect me relevant urls. Thanks & Regards, Kumar. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

how to access JSF Managed Bean in Struts Action class

2004-09-19 Thread ravi naraharasetty
Hi All, How do I access JSF Managed Bean which is in session scope into a Struts Action Class. Thanks & Regards, Kumar. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: logging

2004-07-12 Thread Ravi Vedala
No ..no...its not an issue at all. Use it the way "Apurva" has mentioned. It works !! Regds R-a-v-i -Original Message- From: Shinobu Kawai [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 11:53 AM To: Struts Users Mailing List Subject: Re: logging Hi Viral, > I am using common

RE: How to handle a table with an unknown number of rows

2004-06-18 Thread Ravi
rows?? Correct me if i am wrong. Regards, G Ravi. "Rajat Pandit, Gurgaon" <[EMAIL PROTECTED]> wrote: Not sure about the version issue, but you might want to look at indexed properties. Search for "miniHOW" in the archives and you might find one of the posts which deals

Re: Newbie: Using Struts with JAAS?

2004-06-16 Thread Ravi Vedala
Try looking at JGuard ! regds r-a-v-i - Original Message - From: "Adam Lipscombe" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 2:40 PM Subject: Newbie: Using Struts with JAAS? > Folks, > > > I am struggling to understand how to

RE: BaseDispacthAction?

2004-05-10 Thread Ravi Kulkarni
HI James, It would be great if you can share this information with all. Kulkarni. . -Original Message- . From: James Mitchell [mailto:[EMAIL PROTECTED] . Sent: Monday, May 10, 2004 5:15 PM . To: Struts Users Mailing List . Subject: Re: BaseDispacthAction? . . . I'll send it to you d

Jboss 3.2.2 default contextpath

2004-05-05 Thread N.N.S.S. Ravi Krishna
/ but I could not see my homepage coming up when I hit the URL as mentioned above. Please help me in settting up the context path. Thanks a tonne in advance Regards, Ravi Krishna

RE: Advantages/Disadvantages of One Action for each Use Case

2004-04-21 Thread Ravi Kulkarni
DispatchAction is what exactly is meant for these kinds of situations. Kulkarni. > -Original Message- > From: Dionisius Purba [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 10:43 AM > To: 'Struts Users Mailing List' > Subject: Advantages/Disadvantages of One Action for each Us