You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jalal udeen <ja...@gmail.com> on 2007/05/19 11:46:16 UTC

frames

hi
how  can i use frame using struts in jsp
its an urgent requirement

thanks
Jalal

RE: [OT] Re: frames

Posted by Al Sutton <al...@alsutton.com>.
You can find lots of useful links about struts and frames at this URL;

http://www.google.co.uk/search?q=struts+frames
 

-----Original Message-----
From: jalal udeen [mailto:jalaludeen.h@gmail.com] 
Sent: 21 May 2007 05:57
To: Struts Users Mailing List
Subject: Re: [OT] Re: frames

hi
           im using struts 1.2.7 how can i frames using struts tag in jsp

thanks
jalal


On 5/19/07, Mansour <ma...@yahoo.com> wrote:
>
> jalal udeen:
> We need more info to be able to help. What version of struts are you 
> using. If you you are using struts 2, then you can use the target 
> attribute in the same way you use html. So, in your form tag you need 
> to use the attribute target like this:
>
> <s:form action="someAction" method="post" target="bodyFrame" ..> ....
> </s:form>
>
> for more info about this check the reference.
>
> http://struts.apache.org/2.x/docs/tag-reference.html
>
>
>
>
> Dave Newton wrote:
> > --- jalal udeen <ja...@gmail.com> wrote:
> >
> >> how  can i use frame using struts in jsp its an urgent requirement
> >>
> >
> > I am most definitely *not* speaking for everyone on the newsgroup, 
> > but I really think you need to explore other options for asking 
> > non-Struts related questions.
> >
> > If you want to pay me for doing your work I will consider a 
> > sub-contracting position, although I am fairly busy of late and am 
> > relatively expensive.
> >
> > Others on the list will probably be much nicer than I am, and more 
> > helpful, but there's a point at which the OT stuff needs to go 
> > somewhere else.
> >
> > Sorry,
> > Dave
> >
> >
> >
> >
> >
> ______________________________________________________________________
> ______________You snooze, you lose. Get messages ASAP with AutoCheck
> > in the all-new Yahoo! Mail Beta.
> > http://advision.webevents.yahoo.com/mailbeta/newmail_html.html
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [OT] Re: frames

Posted by jalal udeen <ja...@gmail.com>.
hi
           im using struts 1.2.7 how can i frames using struts tag in jsp

thanks
jalal


On 5/19/07, Mansour <ma...@yahoo.com> wrote:
>
> jalal udeen:
> We need more info to be able to help. What version of struts are you
> using. If you you are using struts 2, then you can use the target attribute
> in the same way you use html. So, in your form tag you need to use the
> attribute target like this:
>
> <s:form action="someAction" method="post" target="bodyFrame" ..>
> ....
> </s:form>
>
> for more info about this check the reference.
>
> http://struts.apache.org/2.x/docs/tag-reference.html
>
>
>
>
> Dave Newton wrote:
> > --- jalal udeen <ja...@gmail.com> wrote:
> >
> >> how  can i use frame using struts in jsp
> >> its an urgent requirement
> >>
> >
> > I am most definitely *not* speaking for everyone on
> > the newsgroup, but I really think you need to explore
> > other options for asking non-Struts related questions.
> >
> > If you want to pay me for doing your work I will
> > consider a sub-contracting position, although I am
> > fairly busy of late and am relatively expensive.
> >
> > Others on the list will probably be much nicer than I
> > am, and more helpful, but there's a point at which the
> > OT stuff needs to go somewhere else.
> >
> > Sorry,
> > Dave
> >
> >
> >
> >
> >
> ____________________________________________________________________________________You
> snooze, you lose. Get messages ASAP with AutoCheck
> > in the all-new Yahoo! Mail Beta.
> > http://advision.webevents.yahoo.com/mailbeta/newmail_html.html
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

Re: [OT] Re: frames

Posted by Mansour <ma...@yahoo.com>.
jalal udeen:
We need more info to be able to help. What version of struts are you using. If you you are using struts 2, then you can use the target attribute in the same way you use html. So, in your form tag you need to use the attribute target like this:

<s:form action="someAction" method="post" target="bodyFrame" ..>
....
</s:form> 

for more info about this check the reference.

http://struts.apache.org/2.x/docs/tag-reference.html




Dave Newton wrote:
> --- jalal udeen <ja...@gmail.com> wrote:
>   
>> how  can i use frame using struts in jsp
>> its an urgent requirement
>>     
>
> I am most definitely *not* speaking for everyone on
> the newsgroup, but I really think you need to explore
> other options for asking non-Struts related questions.
>
> If you want to pay me for doing your work I will
> consider a sub-contracting position, although I am
> fairly busy of late and am relatively expensive.
>
> Others on the list will probably be much nicer than I
> am, and more helpful, but there's a point at which the
> OT stuff needs to go somewhere else.
>
> Sorry,
> Dave
>
>
>
>        
> ____________________________________________________________________________________You snooze, you lose. Get messages ASAP with AutoCheck
> in the all-new Yahoo! Mail Beta.
> http://advision.webevents.yahoo.com/mailbeta/newmail_html.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


[OT] Re: frames

Posted by Dave Newton <ne...@yahoo.com>.
--- jalal udeen <ja...@gmail.com> wrote:
> how  can i use frame using struts in jsp
> its an urgent requirement

I am most definitely *not* speaking for everyone on
the newsgroup, but I really think you need to explore
other options for asking non-Struts related questions.

If you want to pay me for doing your work I will
consider a sub-contracting position, although I am
fairly busy of late and am relatively expensive.

Others on the list will probably be much nicer than I
am, and more helpful, but there's a point at which the
OT stuff needs to go somewhere else.

Sorry,
Dave



       
____________________________________________________________________________________You snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_html.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org