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
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
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
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
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
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
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
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
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
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
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
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
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
---
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
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,
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
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
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
, 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
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
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&
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
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]
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
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
u can use like this in validation.xml file in WEB-INF folder.
minlength
5
maxlength
12
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
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
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
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
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
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
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
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
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
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
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
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
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
-
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
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 ?
---
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
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:
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
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
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,...
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
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
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
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
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
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
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
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
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
>
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
56 matches
Mail list logo