Re: Dynamically switching Tiles master layout

2016-11-04 Thread Sreekanth S. Nair
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

Re: Dynamically switching Tiles master layout

2016-11-04 Thread Lukasz Lenart
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

Re: Dynamically switching Tiles master layout

2016-11-04 Thread Sreekanth S. Nair
.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

Dynamically switching Tiles master layout

2016-11-04 Thread Lukasz Lenart
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

Re: struts2 tile layout integrate to struts1 tile

2016-01-21 Thread Christoph Nenning
> > 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

Re: struts2 tile layout integrate to struts1 tile

2016-01-20 Thread Lukasz Lenart
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

struts2 tile layout integrate to struts1 tile

2016-01-20 Thread 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? CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Dave Newton
> > > > > > > > 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?

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread webmeiker
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, > > >> > >

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Dave Newton
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

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Maurizio Cucchiara
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? >> >&

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread 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? > > Do you recommend me Sitemesh, Tiles2 or what? > > > > (Personally, I think the latest shou

Recommended technology for pages layout in Struts2

2010-11-25 Thread 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 should be the “best”, because it’s developed with improvement over similar/current technologies in mind. But this is a

Re: How to remove layout of tags in form

2010-01-24 Thread Vu Hong Thuan
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.

Re: How to remove layout of tags in form

2010-01-24 Thread 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. I insertet html tags into form as the following code. But when I view the result final. All html tags is

How to remove layout of tags in form

2010-01-23 Thread Vu Hong Thuan
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

Struts2 form layout

2009-02-18 Thread David Kerwick
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

Re: How can I render a two column layout with

2009-01-19 Thread Robert Graf-Waczenski
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

Re: How can I render a two column layout with

2009-01-19 Thread Dave Newton
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

Re: How can I render a two column layout with

2009-01-19 Thread Nils-Helge Garli Hegvik
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

How can I render a two column layout with

2009-01-19 Thread Michael Obster
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

RE: Results Layout Question

2008-10-20 Thread Peterson, Ryan
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

Re: Results Layout Question

2008-10-20 Thread DEck
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

Results Layout Question

2008-10-20 Thread Peterson, Ryan
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

Re: ajax layout - how to place 2 submit buttons one after the other?

2008-03-31 Thread Dave Newton
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

Re: ajax layout - how to place 2 submit buttons one after the other?

2008-03-31 Thread Roger Varley
> > 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

RE: ajax layout - how to place 2 submit buttons one after the other?

2008-03-31 Thread Lalchandra Rampersad
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

Re: ajax layout - how to place 2 submit buttons one after the other?

2008-03-31 Thread Dave Newton
--- 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

ajax layout - how to place 2 submit buttons one after the other?

2008-03-31 Thread xianwinwin
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

RE: DataGrid, Struts layout and Struts 2

2008-02-02 Thread nandha
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

Re: question about struts 2 and table layout

2008-01-16 Thread Dave Newton
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

question about struts 2 and table layout

2008-01-16 Thread Wei, Mei
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

RE: problem in tab layout

2007-12-31 Thread Al Sutton
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 <

Re: problem in tab layout

2007-12-31 Thread Dave Newton
--- 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. -

Re: problem in tab layout

2007-12-31 Thread Raghuveer Rawat
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

Re: problem in tab layout

2007-12-31 Thread Vidhyakar Kadarkarai
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

Re: problem in tab layout

2007-12-31 Thread Raghuveer Rawat
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

Re: problem in tab layout

2007-12-31 Thread Raghuveer Rawat
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

problem in tab layout

2007-12-31 Thread Vidhyakar Kadarkarai
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

Re: [Tile2] Help in Page Layout

2007-11-11 Thread Antonio Petrelli
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

[Tile2] Help in Page Layout

2007-11-11 Thread Raghuveer Rawat
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

Multi language support in struts layout datagrid - didn't g et any reply

2007-10-30 Thread nagesh.kumar
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

Multi language support in struts layout datagrid

2007-10-30 Thread nagesh.kumar
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

Re: Dynamic Layout Checkbox - how to check automatically

2007-10-15 Thread Laurie Harper
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

Dynamic Layout Checkbox - how to check automatically

2007-10-09 Thread jeniclement
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

Re: struts-layout

2007-08-25 Thread Venu Madhav
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

Re: struts-layout

2007-08-25 Thread robinbajaj
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

struts-layout

2007-08-24 Thread Venu Madhav
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

Re: taking control of the struts 2 layout in a jsp

2007-08-13 Thread Zoran Avtarovski
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

RE taking control of the struts 2 layout in a jsp

2007-08-13 Thread MLENEVEUT
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

taking control of the struts 2 layout in a jsp

2007-08-12 Thread Session A Mwamufiya
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

RE: Does Tiles Layout page can have struts form components

2007-08-12 Thread Arunkumar Balasubramanian
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

Re: FW: layout Struts 2

2007-08-03 Thread Laurie Harper
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

FW: layout Struts 2

2007-08-02 Thread Manuel Correa
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

layout Struts 2

2007-08-02 Thread Manuel Correa
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

RE: Does Tiles Layout page can have struts form components

2007-07-19 Thread Arunkumar Balasubramanian
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

Re: Does Tiles Layout page can have struts form components

2007-07-18 Thread Antonio Petrelli
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

RE: Does Tiles Layout page can have struts form components

2007-07-18 Thread Arunkumar Balasubramanian
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. _

RE: Does Tiles Layout page can have struts form components

2007-07-18 Thread Arunkumar Balasubramanian
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

Re: Does Tiles Layout page can have struts form components

2007-07-18 Thread Antonio Petrelli
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.

RE: Does Tiles Layout page can have struts form components

2007-07-17 Thread Arunkumar Balasubramanian
: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

Re: Does Tiles Layout page can have struts form components

2007-07-17 Thread Antonio Petrelli
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"

RE: Does Tiles Layout page can have struts form components

2007-07-16 Thread Arunkumar Balasubramanian
: > 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

Re: Does Tiles Layout page can have struts form components

2007-07-15 Thread Antonio Petrelli
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"

Does Tiles Layout page can have struts form components

2007-07-15 Thread Arunkumar Balasubramanian
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

Struts Layout

2007-06-25 Thread Prashant Desai
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

Extends Struts - layout tag

2007-06-13 Thread Sourabh Chandan
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

Re: struts layout

2007-05-13 Thread Antonio Petrelli
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

struts layout

2007-05-12 Thread shaki m
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

Re: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread Antonio Petrelli
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

RE: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread CARUANA JP. SOGECAP
> > 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. &

Re: [Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread Antonio Petrelli
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

[Struts 1.2.9 & Tiles] dynamically switch between two layout

2007-05-09 Thread CARUANA JP. SOGECAP
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

Re: TabbedPanel layout mess in Firefox

2007-04-30 Thread Ravi Mangalagiri
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

Re: TabbedPanel layout mess in Firefox

2007-04-30 Thread Felipe Rodrigues
-- >> 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

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Musachy Barroso
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

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Dave Newton
--- 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

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Musachy Barroso
> 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

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Felipe Rodrigues
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

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Dave Newton
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? > >

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Felipe Rodrigues
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

Re: TabbedPanel layout mess in Firefox

2007-04-27 Thread Musachy Barroso
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

TabbedPanel layout mess in Firefox

2007-04-27 Thread Felipe Rodrigues
://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

Re: help me to use struts-layout

2007-04-13 Thread Antonio Petrelli
to ask this question in the Struts Layout mailing list. Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help me to use struts-layout

2007-04-13 Thread Lance
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

Re: help me to use struts-layout

2007-04-13 Thread Antonio Petrelli
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

help me to use struts-layout

2007-04-13 Thread OSMAN Mohamed AMINE
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

RE: DataGrid, Struts layout and Struts 2

2007-03-22 Thread nagesh.kumar
, 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

DataGrid, Struts layout and Struts 2

2007-03-22 Thread mansour77
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

RE: Struts Layout Extension Library & Alternatives solutions

2006-12-22 Thread Andrew Martin
/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

RE: Struts Layout Extension Library & Alternatives solutions

2006-12-22 Thread nagesh.kumar
; } 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

Struts Layout Extension Library & Alternatives solutions

2006-12-22 Thread Andrew Martin
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

Design approach for customized layout and dynamic rendering

2006-11-29 Thread Mel Walker
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

Getting errors in Struts 1.2 Layout DataGrid

2006-11-21 Thread nagesh.kumar
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

How to access JSP variable declared in layout file into a tile

2006-10-13 Thread Vinod Kumar
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"

Re: cannot get value using request.getParameter in struts tiles layout file

2006-09-27 Thread Uday Chandra Karrothi
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/

Re: cannot get value using request.getParameter in struts tiles layout file

2006-09-27 Thread Vinod Kumar
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

Re: cannot get value using request.getParameter in struts tiles layout file

2006-09-27 Thread Antonio Petrelli
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 -

Re: cannot get value using request.getParameter in struts tiles layout file

2006-09-26 Thread Vinod Kumar
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

Re: cannot get value using request.getParameter in struts tiles layout file

2006-09-26 Thread Uday Chandra Karrothi
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   2   3   >