cool đ
On Fri, Nov 4, 2016 at 2:09 PM, Lukasz Lenart
wrote:
> Thanks but I found this [1] and it works
>
> [1] https://coderanch.com/t/500781/framework/Struts-Tiles-
> changing-layout-runtime#2257930
>
> just used
>
> 2016-11-04 9:04 GMT+01:00 Sreekanth S. Nair org&g
Thanks but I found this [1] and it works
[1]
https://coderanch.com/t/500781/framework/Struts-Tiles-changing-layout-runtime#2257930
just used
2016-11-04 9:04 GMT+01:00 Sreekanth S. Nair :
> There is a wildcard way of doing it but don't know if it helps in this case
.com/pub/sreekanth-s-nair/b/946/5a0/>
<https://github.com/sreekanthsnair>
On Fri, Nov 4, 2016 at 1:25 PM, Lukasz Lenart
wrote:
> Hi,
>
> Does someone has a solution how to dynamically change layout that
> given Tiles ex
Hi,
Does someone has a solution how to dynamically change layout that
given Tiles extends from?
I have two main layouts:
...
...
and have a page that should extend one of these when user is logged in
or not. Any idea?
Regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl
> > We already had Struts 1.1 project built over 10 years. I have to
> add Struts 2.3.24 sample code inside.
> > The question is how to integrate struts2 tile layout to struts1?
>
> It isn't possible. But it should be possible to use Tiles from Struts
> 1 i
2016-01-20 20:28 GMT+01:00 Xu, Hui@DCSS :
> We already had Struts 1.1 project built over 10 years. I have to add Struts
> 2.3.24 sample code inside.
> The question is how to integrate struts2 tile layout to struts1?
It isn't possible. But it should be possible to use Tiles fr
We already had Struts 1.1 project built over 10 years. I have to add Struts
2.3.24 sample code inside.
The question is how to integrate struts2 tile layout to struts1?
CONFIDENTIALITY NOTICE: This communication with its contents may contain
confidential and/or legally privileged information. It
> > > >
> > > > Am 26.11.2010 um 08:55 schrieb webmeiker :
> > > >
> > > >> Hi,
> > > >>
> > > >> Based on your experience, what do you consider the âbestâ technology
> > for
> > > >> layout in Struts2?
or
> > even you need to handle big outputs, SM is not the best choice.
> >
> > 2010/11/26 Volker Karlmeier :
> > > I prefer tiles :)
> > >
> > > Am 26.11.2010 um 08:55 schrieb webmeiker :
> > >
> > >> Hi,
> > >>
> >
es :)
> >
> > Am 26.11.2010 um 08:55 schrieb webmeiker :
> >
> >> Hi,
> >>
> >> Based on your experience, what do you consider the âbestâ technology for
> >> layout in Struts2?
> >>
> >> Do you recommend me Sitemesh, Tiles2 o
handle big outputs, SM is not the best choice.
2010/11/26 Volker Karlmeier :
> I prefer tiles :)
>
> Am 26.11.2010 um 08:55 schrieb webmeiker :
>
>> Hi,
>>
>> Based on your experience, what do you consider the âbestâ technology for
>> layout in Struts2?
>>
>&
I prefer tiles :)
Am 26.11.2010 um 08:55 schrieb webmeiker :
> Hi,
>
> Based on your experience, what do you consider the âbestâ technology for
> layout in Struts2?
>
> Do you recommend me Sitemesh, Tiles2 or what?
>
>
>
> (Personally, I think the latest shou
Hi,
Based on your experience, what do you consider the âbestâ technology for
layout in Struts2?
Do you recommend me Sitemesh, Tiles2 or what?
(Personally, I think the latest should be the âbestâ, because itâs developed
with improvement over similar/current technologies in mind. But this is a
Thank a lot. It works.
2010/1/24 Gustavo Felisberto
> Add theme="simple" to the s:form tag.
>
> Sent from my iPhone
>
>
> On 2010/01/24, at 07:14, Vu Hong Thuan wrote:
>
> Hi all.
>> I want to custom the layout of my form which use struts tags.
Add theme="simple" to the s:form tag.
Sent from my iPhone
On 2010/01/24, at 07:14, Vu Hong Thuan wrote:
Hi all.
I want to custom the layout of my form which use struts tags.
I insertet html tags into form as the following code. But when I
view the result final. All html tags is
Hi all.
I want to custom the layout of my form which use struts tags.
I insertet html tags into form as the following code. But when I view
the result final. All html tags is pulled out of the form.
How i can insert html code inside a struts form?
Thanks
Hi,
Is it possible to adjust the layout of an ajax themed form by using css?
I'd like to have a four column layout instead of two.
I tried creating a div around half the content and floating it right put the
div ends up outside the form table for some reason.
I tried creating another
Hi!
Add "theme='simple'" to your tag, then no tag is
written and you can supply your own custom layout.
Robert
Michael Obster wrote:
Hi,
can anybody tell me how I can make a two column layout with ?
Putting some table tags around doesn't work because renders
Michael Obster wrote:
can anybody tell me how I can make a two column layout with ?
Putting some table tags around doesn't work because renders
also as table.
You can either use the "simple" theme (which is problematic because it
doesn't include field error messages) o
Try using the "simple" theme.
Nils-H
On Mon, Jan 19, 2009 at 3:46 PM, Michael Obster wrote:
> Hi,
>
> can anybody tell me how I can make a two column layout with ?
> Putting some table tags around doesn't work because renders also as
> table.
> To get my intent
Hi,
can anybody tell me how I can make a two column layout with ?
Putting some table tags around doesn't work because renders
also as table.
To get my intention more clear, I need s.th. like this:
label selectbox label selectbox
label input label selectbox
...
Cheers,
Mi
AM
To: Struts Users Mailing List
Subject: Re: Results Layout Question
How about a link?
-"Peterson, Ryan" <[EMAIL PROTECTED]> wrote: -
To: user@struts.apache.org
From: "Peterson, Ryan" <[EMAIL PROTECTED]>
Date: 10/20/2008 12:03PM
Subject: Results Layout
How about a link?
-"Peterson, Ryan" <[EMAIL PROTECTED]> wrote: -
To: user@struts.apache.org
From: "Peterson, Ryan" <[EMAIL PROTECTED]>
Date: 10/20/2008 12:03PM
Subject: Results Layout Question
Hey guys, quick question on how to display results:
I hav
Hey guys, quick question on how to display results:
I have a list of names/info that will be displayed for users to choose
(possibility of 0-100+ "names") to submit a single one back to the
action. I have a collection and can display them in plain text, but
what's a recommended way to display thi
n in flames for this, but why do
> the Struts 2 tags attempt to control any sort of layout? Why is there not a
> theme that simply renders the tags and relies on a seperate CSS to do the
> layout.
No shooting down, just a reminder that this is what the "c
>
> There are at least three choices:
>
> (1) Do something via CSS (inline or something)
> (2) Modify the existing Ajax theme
> (3) Create a new theme
>
I know I'm probably going to be shot down in flames for this, but why do the
Struts 2 tags attempt to control any so
Check to see if your column is wide enough to hold 2 buttons side by side
-Original Message-
From: xianwinwin [mailto:[EMAIL PROTECTED]
Sent: Monday, March 31, 2008 10:41 AM
To: user@struts.apache.org
Subject: ajax layout - how to place 2 submit buttons one after the other?
Hi guys
--- xianwinwin <[EMAIL PROTECTED]> wrote:
> I've been strugling with this one for a while: How is it possible to
> place 2 (or more) buttons one after the other?
>
> Currently, my buttons looks like this:
>
> [update]
> [test]
>
> and I wish to have:[update] [test]
There are at least t
ntext:
http://www.nabble.com/ajax-layout---how-to-place-2-submit-buttons-one-after-the-other--tp16397732p16397732.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED
e.html
>
>
> Thanks
> Nagesh Reddy
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 23, 2007 7:22 AM
> To: user@struts.apache.org
> Subject: DataGrid, Struts layout and Struts 2
>
> Hello every one:
> I a
s or (b) modify a template.
The default theme, as you've noticed, assumes a one-field-per-row layout.
One disadvantage of using the "simple" theme is that you'll lose some of the
automagic error handling provided in the default theme.
d.
[1] http://struts.apache.org/2.x/docs/th
Hi,
I am wondering in the Validation example quiz-ajax.jsp (which is in the
struts 2.0's tutorial showcase
http://www.planetstruts.org/struts2-showcase/showcase.action), is there
a way to arrange the table into two columns. That means to make field
"name" and "age" on the same row.
Here is
That reply is calssified as
(&) In-line with general opinion
( ) Unreasonable
( ) Unacceptable
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: 31 December 2007 15:12
To: Struts Users Mailing List
Subject: Re: problem in tab layout
--- Vidhyakar Kadarkarai <
--- Vidhyakar Kadarkarai <[EMAIL PROTECTED]> wrote:
> This document is classified as :
> ( ) L&T Infotech Proprietary & Confidential
> ( ) L&T Infotech Confidential
> (x) L&T Infotech Internal Use only
> ( ) L&T Infotech General Business Information
Hrm.
d.
-
mation, notify the sender and delete it
> from your system.
>
>
>
> "Raghuveer Rawat" <[EMAIL PROTECTED]>
> 12/31/2007 07:45 PM
> Please respond to
> "Struts Users Mailing List"
>
>
> To
> "Struts Users Mailing List"
> cc
disseminate the information, notify the sender and delete it
from your system.
"Raghuveer Rawat" <[EMAIL PROTECTED]>
12/31/2007 07:45 PM
Please respond to
"Struts Users Mailing List"
To
"Struts Users Mailing List"
cc
Subject
Re: problem in tab layo
I was talking about below issue...do you have this same issue?
http://www.nabble.com/-S2.0.11--TabbedPanel-remote-div-loads-twice-on-notifyTopic-td13733215.html#a13733215
There was one more issue which seems to be resolved in 2.0.9
http://www.nabble.com/Default-tab-in-tabbedPanel-loaded-twice-td1
Probably a bug in tabbed panel... you can go though previous messages
on tabbed panel... Some replied that this bug will be fixed in struts
2.1
What version are you using?
On Dec 31, 2007 8:56 AM, Vidhyakar Kadarkarai
<[EMAIL PROTECTED]> wrote:
> hi,
>
> i have a problem while using tabs.
> There
hi,
i have a problem while using tabs.
There two tabs in my application. when i submit the form in the first tab,
will get the result page in the second tab.
In the second tab, there is a link which will open another page in the
same tab.
After that, when i go to the first tab, i can see the co
Please ask this question to the Tiles Users mailing list:
http://tiles.apache.org/mail.html
Antonio
2007/11/12, Raghuveer Rawat <[EMAIL PROTECTED]>:
> Hi, I have newbie in GUI design (Tiles/Menuing) etc. I need some urgent help
> in Page Layout Design using Tile2/Struts Menu.
> I
Hi, I have newbie in GUI design (Tiles/Menuing) etc. I need some urgent help
in Page Layout Design using Tile2/Struts Menu.
I am using below template for my page. Menu is very simple one so I have
just anchor tags in Header.jsp
Now my other pages are extending this tile layout like
Hi All,
I have implemented already Struts DATAGRID now fasing a prob , I need to
support multi language fileds in this datagrid layout .
How can I show a filed in english and another field in japan in the same
datagrid .
Any solution please mail me
Thanks & Regards
Nagesh Kumar R
Hi All,
I have implemented already Struts DATAGRID iam fasing a prob , I need to
support multi language fileds in this datagrid layout .
How can I show a filed in english another field in japan in the same
datagrid .
Any body has any idea please mail me
Thanks & Regards
Nagesh K
Is layout:checkboxes from the Struts Layout project, or something else?
I would suggest chceking the documentation for the originating taglib,
but my first guess would be that you need property="locationList"
instead of property="location" based on what you describe belo
is message in context:
http://www.nabble.com/Dynamic-Layout-Checkbox---how-to-check-automatically-tf4598212.html#a13128409
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTE
te:
Hi,
am trying to use datagrid from struts-layout tags. While
running the code am getting exception shown below
javax.servlet.jsp.JspException: No getter method available for property
datagrid for bean under name org.apache.struts.taglib.html.BEAN
But i wrote setters and getters for datagr
am trying to use datagrid from struts-layout tags. While
> running the code am getting exception shown below
> javax.servlet.jsp.JspException: No getter method available for property
> datagrid for bean under name org.apache.struts.taglib.html.BEAN
>
> But i wrote setters and
Hi,
am trying to use datagrid from struts-layout tags. While
running the code am getting exception shown below
javax.servlet.jsp.JspException: No getter method available for property
datagrid for bean under name org.apache.struts.taglib.html.BEAN
But i wrote setters and getters for
d.
I know there's a page on the wiki, I just can't see it.
Z.
> Hi,
>
> Struts displays the jsp objects the way it likes, for example, aligning
> buttons on the right even if I put them inside a tag.
> Is there a way to take control of how the layout is displayed without usi
ts Users Mailing List"
A
user@struts.apache.org
cc
Objet
taking control of the struts 2 layout in a jsp
Hi,
Struts displays the jsp objects the way it likes, for example, aligning
buttons on the right even if I put them inside a
tag. Is there a way to take control of how the la
Hi,
Struts displays the jsp objects the way it likes, for example, aligning buttons
on the right even if I put them inside a tag. Is
there a way to take control of how the layout is displayed without using the
simple theme (that doesn't have a nice UI by the way)?
Thanks,
Se
Hi
I am likely to reuse a component in struts tiles which has a different
property name in different pages.
For example: The component which I am planning to reuse is Address filelds.
Although the view of address fields is same in all pages, like
state:-
city: -, et
the left and when some click in some link
refresh the div in the right, with Ajax.
Manuel
-Original Message-
From: Manuel Correa [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02, 2007 1:51 PM
To: user@struts.apache.org
Subject: layout Struts 2
Some Knows how to build my own
I want to have one div in the left and when some click in some link
refresh the div in the right, with Ajax.
Manuel
-Original Message-
From: Manuel Correa [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02, 2007 1:51 PM
To: user@struts.apache.org
Subject: layout Struts 2
Some Knows
Some Knows how to build my own layout in Struts 2 ??
I want to use Ajax and the UI Tags and make my own layout.
Thanks
Manuel
Thanks. I will try out and will let your know.
> Date: Thu, 19 Jul 2007 08:54:18 +0200> From: [EMAIL PROTECTED]> To:
> user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts
> form components> > 2007/7/19, Arunkumar Balasubramanian <[EMAIL PROT
2007/7/19, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:
If you could get me a link which has the sample for this steps, it would
assist me.
The reason because I did not give a link is that such documentation is
present only for Tiles 2, while it seems that you are using Struts-Tiles 1.
An
Thanks much for your quick response. If you could get me a link which has the
sample for this steps, it would assist me. Being new to tiles, it will be of
great help to me. Hope I am not disturbing too much. Thanks once again in
advance.
_
09:00:10 +0200> From: [EMAIL PROTECTED]> To:
> user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts
> form components> > 2007/7/18, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:>
> >> > Hi> >> > Thanks for your resp
2007/7/18, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:
Hi
Thanks for your response.
Could you please elaborate on this. I read your message and was trying to
extract the information from it. If you could elaborate it, It will be of
great help.
Ok, I'll try to tell you step by step.
1.
:45 +0200> From: [EMAIL PROTECTED]> To:
> user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts
> form components> > 2007/7/17, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:>
> >> >> > href="javascrip
2007/7/17, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:
The calender icon on pagetwo.jsp is
You could use a "controller" (in the Tiles sense) for the definition that
stores an extra attribute (for example, the javascript command) and then
import it (via ) and put it in your "href"
:
> user@struts.apache.org> Subject: Re: Does Tiles Layout page can have struts
> form components> > 2007/7/16, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:>
> >> >> > Hi> > Is it possible to have resuable property="effemonthMM" which> > n
2007/7/16, Arunkumar Balasubramanian <[EMAIL PROTECTED]>:
Hi
Is it possible to have resuable
What do you exactly mean with "reusable"?
If you mean: the form tags stay in the layout, while its fields stay in
inner attributes, then I suppose that the answer is "no"
Hi
I am working on a project which uses struts tiles on it. I was gathering and
creating a layout.jsp page where I was trying to create a reusable on layout.jsp.
Then I used layout.jsp as a layout for other pages. When I do this the
http://liveearth.msn.com
Is struts layout package present in struts 2 ? what was the latest version that
it was supported in ?
do they have layout examples for struts 2 ? if not, are they using jsf for
layout in struts2 ?
_
Make every IM count. Download
Hi All,
I am trying to extend the one of the Layout tag for providing customize
functionlity like passing more attributes in tag.
For example i am writing like
MyClass extends DatagridColumnTag
How can I continue this. if any docs please post it to me
OR
I am trying to read the entered
2007/5/12, shaki m <[EMAIL PROTECTED]>:
I want to create a table using struts layout with edit,delete, update option
and accessing the data from the database.
E... see the Struts Layout site:
http://struts.application-servers.com/
A
Hi Everyone,
I want to create a table using struts layout with edit,delete, update option
and accessing the data from the database.
I am new to struts...I want to learn more in thisPlease help.
Rgds
Shaki
2007/5/9, CARUANA JP. SOGECAP <[EMAIL PROTECTED]>:
> > I need to switch between to tiles layout depending on the context.
>
> I think that cleanest way to do it is creating a DefinitionsFactory
> implementation. You can read a configuration parameter that
> allo
> > I need to switch between to tiles layout depending on the context.
>
> I think that cleanest way to do it is creating a DefinitionsFactory
> implementation. You can read a configuration parameter that
> allows to switch
> between a group of layouts and the other.
&
2007/5/9, CARUANA JP. SOGECAP <[EMAIL PROTECTED]>:
I need to switch between to tiles layout depending on the context.
I think that cleanest way to do it is creating a DefinitionsFactory
implementation. You can read a configuration parameter that allows to switch
between a group of l
Hello,
I need to switch between to tiles layout depending on the context.
in fact, our EAR is used in two different applications, but these are quite the
same ones.
the EAR is deployed on two different servers with different server
configurations.
what is very different between the 2
loading there is visible
>> content. That's one reason I'm actually probably going
>> to move away from the tabbed panel (and possibly Dojo
>> in general).
>>
>> d.
>>
>>
>> __
>> Do You Yahoo!?
>> Tired of spam? Yahoo! Mail ha
--
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>
>
--
View this message in context:
http://ww
But you can delay the content update until the last minute
(showLoadingText="false"). Or am I missing something here :)?
regards
musachy
On 4/27/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Felipe Rodrigues <[EMAIL PROTECTED]>
wrote:
> And about the content that tabbedPanel shows when
> load
--- Felipe Rodrigues <[EMAIL PROTECTED]>
wrote:
> And about the content that tabbedPanel shows when
> loading. Do you see that?
Yes; while the content is loading there is visible
content. That's one reason I'm actually probably going
to move away from the tabbed panel (and possibly Dojo
in general
> formed.
>> >
>> > musachy
>> >
>> > On 4/27/07, Felipe Rodrigues
>> <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> I have a TabbedPanel that works so weel in IE,
>> but is a mess in Firefox.
>> >> At ea
sachy
>> >
>> > On 4/27/07, Felipe Rodrigues
>> <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> I have a TabbedPanel that works so weel in IE,
>> but is a mess in Firefox.
>> >> At each tab content (which is remote
ent (which is remote) I saw a
> line right up this div.
> >> This line seems to be the border of TabbedPanel,
> but the content is
> >> outside
> >> this line.
> >> AnyIdea?
> >
but the content is
>> outside
>> this line.
>> AnyIdea?
>>
>> Thanks
>>
>>
>> Felipe
>> --
>> View this message in context:
>> http://www.nabble.com/TabbedPanel-layout-mess-in-Firefox-tf3659227.html#a10224439
>> Sent from the Struts - User
be the border of TabbedPanel, but the content is
outside
this line.
AnyIdea?
Thanks
Felipe
--
View this message in context:
http://www.nabble.com/TabbedPanel-layout-mess-in-Firefox-tf3659227.html#a10224439
Sent from the Struts - User mailing list archive at Nabb
://www.nabble.com/TabbedPanel-layout-mess-in-Firefox-tf3659227.html#a10224439
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
to ask this question in the Struts Layout mailing list.
Antonio
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ROTECTED]>:
hi,
would you like help me to developping with struts-layout in my
jdevelopper
thank you to give me a stepby step exemple.
http://struts.application-servers.com/
Antonio
-
To unsubscribe, e-mail: [EMAIL PRO
2007/4/13, OSMAN Mohamed AMINE <[EMAIL PROTECTED]>:
hi,
would you like help me to developping with struts-layout in my jdevelopper
thank you to give me a stepby step exemple.
http://struts.application-servers.com/
A
hi,
would you like help me to developping with struts-layout in my jdevelopper
thank you to give me a stepby step exemple.
_\\|//_
(-0-0-)
ooO-(_)-Ooo
Mes meilleures salutations...
OSMAN Mohamed AMINE
Ingénieur consultant
(216)98207939
Créez votre adresse électronique [EMAIL PROTECTED
, 2007 7:22 AM
To: user@struts.apache.org
Subject: DataGrid, Struts layout and Struts 2
Hello every one:
I am looking for a way to pass a resultSet or cachedRowSet to a jsp page,
and display the results in a dataGrid.
The behavior I am looking for is similar to the one offered by Struts Layout
http
Hello every one:
I am looking for a way to pass a resultSet or cachedRowSet to a jsp
page, and display the results in a dataGrid.
The behavior I am looking for is similar to the one offered by Struts
Layout http://struts.application-servers.com/intro/layout.html.
Unforetunatly Struts-Layout
/padding defined!
name
description
Looks ok, but I do not see the reasoning behind the outer table!
I managed to incorporate this structure into an already complicated CSS / HTML
layout.
It would
;
}
Try this
-Original Message-
From: Andrew Martin [mailto:[EMAIL PROTECTED]
Sent: Friday, December 22, 2006 5:21 PM
To: Struts Users Mailing List
Subject: Struts Layout Extension Library & Alternatives solutions
We are thinking about integrating the Struts Layout Extension Library
We are thinking about integrating the Struts Layout Extension Library into our
current struts project.
At the moment I have the basic functionality working, but I have noticed that
there are some UI restrictions (hardcoded style attributes in the basic
collection table interface) which are
I need to implement a customized-page feature so the layout and the content of
the page are defined by user. I am not sure which approach will be the right
choice -- easy to implement and extend for the future. Will you recommend
Tiles, Struts Layout, or something else?
I am new to
Hi All,
Iam using Struts 1.2 Layout DataGrid in jsp
Iam able to get populate the values in DataGrid in jsp perfectly working
fine ,.> when i click the SUBMIt button iam getting below errors.
1 if i change the scope = "request" to scope = "session" this e
Hi All,
I have a JSP variable declared in the tiles layout
file. Now I want to use that variable inside one of
the tile declared in this layout.
Below is the layout file and I have a JSP variable
called "test" dclared in this. Now I want to use this
variable in the "content"
HI vinod,
its not the value of print that you need to make hidden. The variable
name Print or whatever value you are passing. Try having that varaible
as a hiddden property in the form. I hope that helps. I solved one of
the problems liek that. But this may not work for you.
Thanks
Uday
On 9/27/
Yes, but its showing null. basically,
request.getParameter("print") is returning Null even
when I pass a value of 1.
thanks
Vinod
--- Antonio Petrelli <[EMAIL PROTECTED]> wrote:
> Vinod Kumar ha scritto:
> > <%
> >
> > String printParm1 = request.getParameter( "print"
> );
> >
> > System.out.pr
Vinod Kumar ha scritto:
<%
String printParm1 = request.getParameter( "print" );
System.out.println("printParm1 = "+printParm1);
%>
This may be a stupid question but You suppose to see the "print"
parameter value in the console, right?
Ciao
Antonio
-
gt; Uday
>
> On 9/26/06, Vinod Kumar <[EMAIL PROTECTED]> wrote:
> > I am not able to get the value of the request
> > parameter using request.getParameter("Print")
> > I am trying to get this value in the
> layout-tiles.jsp
> > file.
> > I use
TED]> wrote:
I am not able to get the value of the request
parameter using request.getParameter("Print")
I am trying to get this value in the layout-tiles.jsp
file.
I use this URL to make the call
http://localhost/appname/jsp/login.jsp?print=1
below are the two files. Any help wil
1 - 100 of 253 matches
Mail list logo