Re: sitemesh and frame

2008-11-03 Thread Antonio
2008/11/3 Hardik Shah <[EMAIL PROTECTED]>: > please help me Wrong place to ask a Sitemesh question, see: http://opensymphony.com/sitemesh/userForums.action Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

sitemesh and frame

2008-11-03 Thread Hardik Shah
can anybody give me sitemesh and frame example frame is not showing while i am using with sitemesh is there any specific settings? please help me -- View this message in context: http://www.nabble.com/sitemesh-and-frame-tp20299797p20299797.html Sent from the Struts - User mailing list

Re: How to use validator frame work.

2008-04-01 Thread Dave Newton
What version of Struts 1 are you using? Dave --- "balaji.m.cs" <[EMAIL PROTECTED]> wrote: > > i am using struts for my front end handling of data. now i wish to go for > validator framework for handling form validation given by user, I have put > the validaton.xml and validaton-rules.xml into

How to use validator frame work.

2008-04-01 Thread balaji.m.cs
r.java:831) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://www.nabble.com/How-to-use-validator-frame-work.-tp16416912p16416912.html Sent from

Re: fly-out cross frame menu

2008-01-21 Thread Martin Gainty
From: "Kavita Mehta" <[EMAIL PROTECTED]> To: Sent: Monday, January 21, 2008 4:11 AM Subject: fly-out cross frame menu > Hi, > I have to build a fly out cross frame menu . ...I have come across many > paid products / trial versions but I want to know if struts supports su

fly-out cross frame menu

2008-01-21 Thread Kavita Mehta
Hi, I have to build a fly out cross frame menu . ...I have come across many paid products / trial versions but I want to know if struts supports such development ..and has any tag lib for this . Thanks in advance, Kavita *DISCLAIMER

setting the frame in which a particular result page is displayed

2007-08-02 Thread Session A Mwamufiya
Hi, I have a number of result pages for my action, and I would like them to appear in different frames. Is there a way to define the target frame for each result page? Thanks, Session - To unsubscribe, e-mail: [EMAIL

Re: MVC1 -Frame Based JSP Application to Tiles

2007-05-24 Thread Craig McClanahan
On 5/24/07, Raghuveer <[EMAIL PROTECTED]> wrote: I Have a JSP web application using MVC1 framework. It uses Farmes(one left for navigational links and other right with tabs on top.) >From tiles documentation i understand i can use tiles with out struts ? So i was thinking the possibility and

MVC1 -Frame Based JSP Application to Tiles

2007-05-24 Thread Raghuveer
I Have a JSP web application using MVC1 framework. It uses Farmes(one left for navigational links and other right with tabs on top.) >From tiles documentation i understand i can use tiles with out struts ? So i was thinking the possibility and feasibilty of using tiles for my current applicatio

Re: OT(Open pdf in a frame on a web page)

2006-09-14 Thread Martin Gainty
t; <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Thursday, September 14, 2006 12:15 AM Subject: RE: OT(Open pdf in a frame on a web page) > Hi, > > Thanks a lot for your help. I have been able to do this much now. I have > used an iframe & kept

RE: OT(Open pdf in a frame on a web page)

2006-09-13 Thread Meenakshi Singh
Hi, Thanks a lot for your help. I have been able to do this much now. I have used an iframe & kept it in a jsp which also shows a button for xls output for the same content. However, my drop down menus go behind this frame. I am not able to get a way to unhide the drop down menu from this f

Re: Trouble with titleKey attribute for Frame and Link elements

2006-09-13 Thread Antonio Petrelli
David Cagle ha scritto: I was able to find the "org.apache.struts.action.Action.setLocale(HttpServletRequest arg0, Locale arg1)" method and it seems to do the trick. Before I just had "" where "${helpSession.locale}" was the correct locale. Most of the labels were taken care of with that but

RE: Trouble with titleKey attribute for Frame and Link elements

2006-09-13 Thread David Cagle
IL PROTECTED] Sent: Wednesday, September 13, 2006 4:50 AM To: Struts Users Mailing List Subject: Re: Trouble with titleKey attribute for Frame and Link elements David Cagle ha scritto: > Hey everyone! > > I'm having trouble with the 'titleKey' attribute resolving to the correc

Re: OT(Open pdf in a frame on a web page)

2006-09-13 Thread Thomas Joseph
--- It doesn't matter how you were, but rather how you are that decides your future. A right attitude will get you to Success. - Original Message - From: Meenakshi Singh To: 'Thomas Joseph' Sent: Wednesday, September 13, 2006 3:03 PM

Re: Trouble with titleKey attribute for Frame and Link elements

2006-09-13 Thread Antonio Petrelli
David Cagle ha scritto: Hey everyone! I'm having trouble with the 'titleKey' attribute resolving to the correct translated title when the locale of my web app is something other than English. I'm currently only using the 'titleKey' on a couple of and elements, but when I change the locale,

Re: OT(Open pdf in a frame on a web page)

2006-09-13 Thread Thomas Joseph
From: Meenakshi Singh To: Struts Users Mailing List (E-mail) Sent: Wednesday, September 13, 2006 12:32 PM Subject: OT(Open pdf in a frame on a web page) Hi all, We are wanting to open a PDF file (using FDF datastream) in the same frame within our existing web page.Surely there MUST

OT(Open pdf in a frame on a web page)

2006-09-13 Thread Meenakshi Singh
Hi all, We are wanting to open a PDF file (using FDF datastream) in the same frame within our existing web page.Surely there MUST be a way to do this. Can anybody suggest a way out of this problem. Thanks & Regards, MS “The information contained in this electronic message and any attachm

Re: Globalizing some general validations in validation frame work?

2006-09-12 Thread Laurie Harper
Mallik wrote: HI friends i would like to say thanks to every one on this forum for your support the problem is.. i have some forms, each from has some common fields like id, name, etc i would like to specify the validations only once in validator.xml for all forms ( globalizing them for all form

Globalizing some general validations in validation frame work?

2006-09-12 Thread Mallik
, how would i do? please let me know and i need a tutorial or book which deals with most of the validator framework... ur's Mallik -- View this message in context: http://www.nabble.com/Globalizing-some-general-validations-in-validation-frame-work--tf2258065.html#a6263447 Sent from the S

Trouble with titleKey attribute for Frame and Link elements

2006-09-11 Thread David Cagle
Hey everyone! I'm having trouble with the 'titleKey' attribute resolving to the correct translated title when the locale of my web app is something other than English. I'm currently only using the 'titleKey' on a couple of and elements, but when I change the locale, the text is always in En

Re: Compare two strings in Validator frame work]

2006-07-14 Thread Adam Gordon
me) to compare the strings... Thanks and regards, Pazhanikanthan. P (Paz) Consultant for AXA, HCL Australia Services Pty. Ltd. Off : +61-3-9618-4085 Mob : +61-0411-354-838 "Raghuveer" <[EMAIL PROTECTED]> 14/07/2006 05:18 PM Please respond to "Struts Users Mailing List&

Re: Compare two strings in Validator frame work

2006-07-14 Thread paz . periasamy
05:18 PM Please respond to "Struts Users Mailing List" To: cc: Subject:Compare two strings in Validator frame work How to Compare two strings in validator framework? What i ne

Compare two strings in Validator frame work

2006-07-14 Thread Raghuveer
How to Compare two strings in validator framework? What i need to do in validation.xml. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT ]Frame collapse--please helppp

2006-07-03 Thread Meenakshi Singh
Hi all, I know this is not the list for this question. However, there are so many knowledgeable people out there in this list. I hope to get some help. I have the following frameset in my application. I need to collapse & expand my frame named as menu on click of a button. I have tried it

Re: validator frame work for struts Action Errors

2006-02-21 Thread Dharmendra Singh
Hi Dear there is no need to use validator framwork for ActionErrors. Strusts .jar is sufficient. just use validate() in Action Form which returns ActionErrors and use .properties file for mapping corresponding Errors. If U satisfied my Answer or U got another problem. Plz mail me. bye Dh

Re: validator frame work for struts Action Errors

2006-02-20 Thread vasumathi
u can use like this in validation.xml file in WEB-INF folder. minlength 5 maxlength 12

validator frame work for struts Action Errors

2006-02-19 Thread Raghuveer
Is it possaible to use Validator framework for Struts Action Errors. My requirement is to validate my JSP page with Action Errors . I have 10 fields in my JSP page. Once the user enters some fields and submit the page , My ActionForm need to validate the fields and if any errors in JSP,i need to s

Re: frame

2005-11-08 Thread Frank W. Zammetti
nd name an Action to execute. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, November 8, 2005 3:38 am, Diaconu Eduard said: > with javascript to go out of a frame

R: frame

2005-11-08 Thread Diaconu Eduard
To me it interests to go out of the frame nell certain condition. I know only it when I arrive in action -Messaggio originale- Da: Dixa M [mailto:[EMAIL PROTECTED] Inviato: martedì 8 novembre 2005 10.16 A: Struts Users Mailing List Oggetto: Re: frame I cant exactly tell how

Re: frame

2005-11-08 Thread Murray Collingwood
The action is your href, so: parent.test.location.href = "/MyAction.do" You may need to use html:rewrite to create the correct anchor depending on the context. Cheers mc On 8 Nov 2005 at 9:39, Diaconu Eduard wrote: > with javascript to go out of a frame

Re: frame

2005-11-08 Thread Dixa M
I cant exactly tell how toimplement in struts but. u can use a simple form having a 'target' as your desired frame. that means when the form is submited your result will be focused in the frame specified in form's target.This can be done with Struts html:form too. Hope thi

frame

2005-11-08 Thread Diaconu Eduard
with javascript to go out of a frame "test" you do parent.test.location.href = "test.jsp" How does it do him in struts? without javascript if and possibility. Interest me if I arrive within in an action and I want to go out of the frame how do I

frame

2005-11-08 Thread Diaconu Eduard
with javascript to go out of a frame "test" you do parent.test.location.href = "test.jsp" How does it do him in struts? without javascript if and possibility. Interest me if I arrive within in an action and I want to go out of the frame how do I

Show validation errors in a frame

2005-10-21 Thread Keith Sader
Greetings I've an iframe embedded in a .jsp. The iframe contents are another set of .jsps that contain a form submit (the reason we've done it like this is so that the embedded iframe looks like a tabbed diallog). When I submit the iframed form, I'd like to display the errors on the containing p

Re: How to convert web-application having Frame struture into Struts

2005-07-26 Thread Frank W. Zammetti
y one ever changes, the rest have their contents loaded initially and are changed via scripting when the content in the main frame loads. This has made that application extremely fast because there simply isn't as much coming back with each request. Yes, it absolutely requires scripting, b

Re: How to convert web-application having Frame struture into Struts

2005-07-26 Thread Laurie Harper
Frank W. Zammetti wrote: Me personally? I'd use frames! :) No, not automatically, if the requirements were such that it made sense. I don't have an aversion to them like many people seem to. But, in the case where I couldn't justify it (remember, using frames does introduce some unique diffi

Re: How to convert web-application having Frame struture into Struts

2005-07-26 Thread Glen Mazza
If Tamas would need to learn Tiles from the beginning, he may also wish to consider using Sitemesh[1] instead. The AppFuse web development project moved to it from Tiles some months ago, and from those who know both, it appears that more are preferring Sitemesh. (Although I'm sure Tiles prese

Re: How to convert web-application having Frame struture into Struts

2005-07-26 Thread Frank W. Zammetti
Me personally? I'd use frames! :) No, not automatically, if the requirements were such that it made sense. I don't have an aversion to them like many people seem to. But, in the case where I couldn't justify it (remember, using frames does introduce some unique difficulties) I would go with Til

Re: How to convert web-application having Frame struture into Struts

2005-07-26 Thread Tamas Szabo
Hi, Frank W. Zammetti wrote: Granted there is a bit of a general negative feeling towards frames, most people will tell you not to use them starting a new app, but you have an existing app with them, so that's fine. What would you use in a new application? Tables? Divs? Thanks, Tamas -

Re: How to convert web-application having Frame struture into Struts

2005-07-26 Thread Frank W. Zammetti
Hi, Using frames in a Struts apps is not a problem, I've written a number of apps that are frame-based. Granted there is a bit of a general negative feeling towards frames, most people will tell you not to use them starting a new app, but you have an existing app with them, so that&#

How to convert web-application having Frame struture into Struts

2005-07-26 Thread Swapnil Patil
Hi all, My web-application has jsp frame struture. Model2 is used for it. I want to convert this application into Struts . I don't get any way in struts equivalent to frame struture. Can any body help me ? ---

Re: How to pass a request variable to a frame set

2005-01-04 Thread brenmcguire
d, hence you won't find anything that was in request scope during the first request it in request scope for the second request. > > There's a couple of ways you could handle this... One is that in Offerings.jsp, where you specify the source Plan.jsp for the child frame, pass the at

Re: How to pass a request variable to a frame set

2005-01-04 Thread fzlists
thing that was in request scope during the first request it in request scope for the second request. There's a couple of ways you could handle this... One is that in Offerings.jsp, where you specify the source Plan.jsp for the child frame, pass the attribute along with it, something like this:

How to pass a request variable to a frame set

2005-01-04 Thread Krishna Mohan Radhakrishnan
Hi all, I have a java clas called PlanAction.java. I am forwarding to a JSP called Offerings.jsp. But Offerings.jsp contains a frameset which include another JSP called Plan.jsp. I need the request attribute set in the PlanAction.java to be available in the Plan.jsp. I found that request attri

Re: Frame problem using Struts

2004-09-13 Thread Sebastian Ho
example of dynamic targeting :-) > By default, the target will be '_self' but depending on the clicked > button, you can change the target to '_top','_parent',..., a frame name > or any opended window. > Your Action will forward your path (succes, f

Re: Frame problem using Struts

2004-09-13 Thread Bj
Here is an example of dynamic targeting :-) By default, the target will be '_self' but depending on the clicked button, you can change the target to '_top','_parent',..., a frame name or any opended window. Your Action will forward your path (succes, failure,...

Re: Frame problem using Struts

2004-09-13 Thread Sebastian Ho
When you say depending on the clicked button, are u assuming that there are >1 button. I only have one button in the frame. The behaviour is coded in actino class. If this is not what u meant, some pointers or example will be appreciated. thanks sebastian On Mon, 2004-09-13 at 15:26, Benja

Re: Frame problem using Struts

2004-09-13 Thread Benjamin Letrou
Hi, why don't you set your target dynamicaly with a javascript ? you set your form action to XX.do and change the target depending on the clicked button. Bj Sebastian Ho a écrit : Hi My index.jsp has a top frame and bottom frame. I have a html:button in the bottom frame. When the butt

Re: Frame problem using Struts

2004-09-13 Thread Sebastian Ho
No..It is just a login Page. Thats why I need to change the top frame as well to display the menu after login.. On Mon, 2004-09-13 at 15:03, Michael McGrady wrote: > Sebastian Ho wrote: > > >Hi > > > >My index.jsp has a top frame and bottom frame. > > > >I ha

Re: Frame problem using Struts

2004-09-13 Thread Michael McGrady
Sebastian Ho wrote: Hi My index.jsp has a top frame and bottom frame. I have a html:button in the bottom frame. When the button is clicked, Action will either forward to the same page or a different page. The same page target will be _self which is how struts behaves. For the other path that

Frame problem using Struts

2004-09-13 Thread Sebastian Ho
Hi My index.jsp has a top frame and bottom frame. I have a html:button in the bottom frame. When the button is clicked, Action will either forward to the same page or a different page. The same page target will be _self which is how struts behaves. For the other path that displays a different

How to display jsp pages in frame

2004-06-24 Thread dangmp
frame of this mainFrame is menu.jsp and main frame of this mainFrame is frmUserProfile.jsp. I define When I type this /menu.do in address bar, the menu page is displayed correctly. But when I put that url in top frame like this it show "page not found" error page and in log file, th

Re: Reports In Struts Frame work

2004-05-10 Thread birendar . waldiya
ok , thanks ! Birendar Singh Waldiya as as <[EMAIL PROTECTED]> 11-05-04 01:32 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: Reports In  Struts Frame work

Re: Reports In Struts Frame work

2004-05-10 Thread Axel Stahlhut
installed. Geeta Ramani wrote: jfreechart *rocks*!! (http://www.jfree.org/jfreechart/) -Original Message- From: as as [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 4:02 PM To: Struts Users Mailing List Subject: Re: Reports In Struts Frame work did u try jfree.org have a look at

RE: Reports In Struts Frame work

2004-05-10 Thread Geeta Ramani
jfreechart *rocks*!! (http://www.jfree.org/jfreechart/) > -Original Message- > From: as as [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 4:02 PM > To: Struts Users Mailing List > Subject: Re: Reports In Struts Frame work > > > did u try jfree.org >

Re: Reports In Struts Frame work

2004-05-10 Thread as as
did u try jfree.org have a look at jchart.org also [EMAIL PROTECTED] wrote: Hi, I want to implement reporting in struts framework , the reports are like select and display query, i dont have any idea how to implement then in this framwork specially , the action class for report , i have code