Tiles and validations work fine together. Can you post some code?
On Wed, Nov 26, 2008 at 5:39 AM, mthalis <[EMAIL PROTECTED]> wrote:
>
> It is possible to use tiles and validation(validation forms data) in same
> project. if it is possible please give me reference or sample project.
> please h
2008/11/26 mthalis <[EMAIL PROTECTED]>:
>
> It is possible to use tiles and validation(validation forms data) in same
> project. if it is possible please give me reference or sample project.
> please help me..
I don't see why not validator and Tiles can be used together, they are
used in two diff
JIRA Issue created:
https://issues.apache.org/struts/browse/WW-2375
"Antonio Petrelli" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 2007/12/12, Christopher Cheng <[EMAIL PROTECTED]>:
>>
>> I have a problem of having tiles and waitAndExec working together.
>> WaitAndExec and the t
2007/12/12, Christopher Cheng <[EMAIL PROTECTED]>:
>
> I have a problem of having tiles and waitAndExec working together.
> WaitAndExec and the tag cannot generate the action request correctly
> on the wait page.
>
> On the wait page "wait.jsp" uses the tiles template file
> "http://localhost:808
My success tiles is like this:
"Antonio Petrelli" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 2007/12/12, Christopher Cheng <[EMAIL PROTECTED]>:
>>
>> success
>> ...
>>
>>
>>
>>
>>
>>
>>
>>
2007/12/12, Christopher Cheng <[EMAIL PROTECTED]>:
>
> success
> ...
>
>
>
>
>
>
>
>
>
Where is the "success" Tiles definition?
Ciao
Antonio
2007/8/11, Jim Reynolds <[EMAIL PROTECTED]>:
>
> Struts 1.29 app that uses tiles definitions. Question is: I am finding
> myself having to call the taglib in the layout, and also in each
> tile. If I take the taglib out of any of the jsp pages that is a tile,
> then the page fails to display becau
Thanx
Antonio Petrelli wrote:
2007/5/21, Jim Theodoridis <[EMAIL PROTECTED]>:
Because i allready have a template like this
value="/tiles/footers/admin/footer.jsp" />
...
2007/5/21, Jim Theodoridis <[EMAIL PROTECTED]>:
Because i allready have a template like this
...
and i want the toolbar definition n
Because i allready have a template like this
path="/tiles/layouts/templates/admin/blackplazza_admin/mainLayout.jsp">
value="/tiles/layouts/templates/admin/blackplazza_admin/mainMenu.jsp" />
.
2007/5/21, Jim Theodoridis <[EMAIL PROTECTED]>:
Antonio Petrelli wrote:
> 2007/5/21, Jim Theodoridis <[EMAIL PROTECTED]>:
>>
>> Hello
>>
>> I am having the follwoing definition at tiles-defs.xml
>>
>>
>>
>>
>>
>>
>>
>> how can i set that "toolbar" definition will be nu
Antonio Petrelli wrote:
2007/5/21, Jim Theodoridis <[EMAIL PROTECTED]>:
Hello
I am having the follwoing definition at tiles-defs.xml
how can i set that "toolbar" definition will be null?
What is that "{$1}"? I really cannot understand it.
Antonio
I was just l
2007/5/21, Jim Theodoridis <[EMAIL PROTECTED]>:
Hello
I am having the follwoing definition at tiles-defs.xml
how can i set that "toolbar" definition will be null?
What is that "{$1}"? I really cannot understand it.
Antonio
Matthias Stoll ha scritto:
Hi there.
I have a Tiles / Struts application. When using i18n in Struts (property
files) everything works fine, even if the user has selected a language in
his browser (e.g. en as preferred language, struts loads the property_en
file). Tiles is not doing so. It loa
Rick Schumeyer on 01/11/06 02:51, wrote:
In struts 1.3.x, what is the best way to use resource bundle keys
together with tiles? I found the following feature request, but it is a
couple of years old...I don't know whether this was ever
implemented...but basically this is what I'm trying to do:
Thanks,
the error was the name. i changed to portal.index where was
/jsp/frameset.jsp.
Monkeyden wrote:
Your forward's path needs to point to the tile-def name
(portal.index), not
the JSP page that defines the tile-def (/jsp/frameset.jsp). Also, be
sure
you are using either the tiles plug
Your forward's path needs to point to the tile-def name (portal.index), not
the JSP page that defines the tile-def (/jsp/frameset.jsp). Also, be sure
you are using either the tiles plugin or the TilesRequestProcessor.
OR
On 6/27/06, Alex Rodrigues da Silva <[EMAIL PROTECTED]> wrot
Do you mean that you want to get the definition the file "locale.jsp" is
in? If yes I think it is better to start a new thread, because I don't
know the answer and I would like someone else to see this question.
Otherwise, please explain what you mean.
That's exactly what i mean, thanks.
Rudo
Rudolf Lang ha scritto:
The next is, how can I get the actual tilesDefintion in the locale.jsp
(perhaps by jstl and EL)
or in the LocaleAction.java ?
Do you mean that you want to get the definition the file "locale.jsp" is
in? If yes I think it is better to start a new thread, because I don't
Antonio Petrelli ha scritto:
Can you post the code of your action? At least the part when you
return the forward in the "execute" method? I have a suspect.
Now I use my own LocaleAction (extends Action !) with the following returns :
if (page != null && page.length() > 0)
return new Act
tonio Petrelli" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Friday, June 09, 2006 12:45 PM
Subject: Re: tiles and forwards
Can you post the code of your action? At least the part when you return
the forward in the "ex
e);
}
}
- Original Message -
From: "Antonio Petrelli" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Friday, June 09, 2006 1:00 PM
Subject: Re: tiles and forwards
Antonio Petrelli ha scritto:
Can you post the code of your action? At least the part
Antonio Petrelli ha scritto:
Can you post the code of your action? At least the part when you
return the forward in the "execute" method? I have a suspect.
Uh sorry, I didn't notice that you used an internal Struts action!
Anyway let me think about it
--
rula2005 ha scritto:
Hi, sorry, i misunderstood the meaning of "specified filename",
i have already used the tiles-plugin with the tiles-def.xml in the
struts-config.xml like this:
Mmm... this is strange...
Can you post the code of your action? At least the
ocessor.java:386)
at
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
regards rula
- Original Message -
From: "Antonio Petrelli" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Friday, June 09, 2006 8:08 AM
Subject: Re: tiles and fo
rula2005 ha scritto:
I specified no filenames in struts-config.xml
That's funny, how do you think that Tiles knows what definition file to use?
http://struts.apache.org/struts-action/struts-tiles/installation.html
As you can see it states:
* *Using Tiles With Struts Action* - You will als
s Mailing List"
Sent: Friday, June 09, 2006 7:21 AM
Subject: RE: tiles and forwards
Where do you define the tiles? (Filename)
How did you specify the filename to the tiles request processor/struts
config?
-DAvid
-Original Message-
From: rula2005 [mailto:[EMAIL PROTECTED]
Sent: Fri
Where do you define the tiles? (Filename)
How did you specify the filename to the tiles request processor/struts
config?
-DAvid
-Original Message-
From: rula2005 [mailto:[EMAIL PROTECTED]
Sent: Friday, June 09, 2006 3:06 AM
To: user@struts.apache.org
Subject: tiles and forwards
Hi,
I u
On Mar 29, 2006, at 2:58 PM, Rolando Martinez wrote:
The question is:
Where Can I define the form that encapsulates defined fields in forms?
Is it better to define it in a JSP page that contains the layout or to
define a form for each JSP page that instances the layout?
I'm not sure I fully
If I understand the question, you can create separate "Tiles" (JSP
fragments) for each of the forms, and then plug those into a shared
layout, which is another JSP.
There are two approach, one uses tags that refers to the layout. The
other uses an XML configuration file. I believe most people use
<[EMAIL PROTECTED]To: Struts Users Mailing
List
com> cc:
Shiby Maria John wrote:
> Anyone has an answer to my problem ??
>
> I want to use both Tiles and Validator in my application.
> Any tips why it is not working for me??
>
I use Tiles and the validation framework all the time with no problems.
Dave
Sent by: news Subject: Re: Tiles and
Validator
<[EMAIL PROTECTED]
Shiby Maria John wrote:
I have a tiles application. I tried to introduce validator framework
into it for validations.
But it is not working. If i change the tiles to make a single jsp
page, the validator worked.
Will the both not work together??
Tiles and validator will work together fine. What
its working... yehey.. i add in the child
jsp...
On 2/2/06, ascii <[EMAIL PROTECTED]> wrote:
>
> i had 2 jsp. a parent and a child(called via tiles:insert).
>
> parent jsp has html:form tag while in the child jsp i try to use
> nested:nest always an error.. i try to put the form via tiles:put s
Remove the dots, leave the slash: path="/_common/..."
I had tried that but the page is blank.
I found the problem eventually. _header.jsp has a getAsString used for
the username and I hadn't given any text because I had forgotten about it.
Thanks for your time, Graham Reeds.
--
Greg Reddin wrote:
On Sep 23, 2005, at 9:17 PM, Graham Reeds wrote:
Now nothing appears when I try to open Test.jsp from a page that has
uses the method
I'm not quite following what you mean there. Are you saying you have a
page with the following?
and you expect Test.jsp to includ
Graham Reeds wrote:
I am having a problem with the tile definitions and the paths contain
therein.
My dev directory is setup:
web \
+ WEB-INF \
| \ tiles-def.xml
+ _common \
| + layouts \
| \ mainLayout.jsp
| + tiles
On Sep 23, 2005, at 9:17 PM, Graham Reeds wrote:
Now nothing appears when I try to open Test.jsp from a page that
has uses the method
I'm not quite following what you mean there. Are you saying you have
a page with the following?
and you expect Test.jsp to include the definition?
Gr
On Sep 1, 2005, at 4:48 PM, Bjørn T Johansen wrote:
How stable are these?
They haven't changed significantly in about 3 weeks :-)
If you're just *using* Tiles and not extending the APIs I would
consider it pretty stable. If you'll be extending the API's there's
still more work to be done
How stable are these?
BTJ
Greg Reddin wrote:
> On Sep 1, 2005, at 4:44 PM, Bjørn T Johansen wrote:
>
>> I have used Tiles with Struts before and as I understand, one can use
>> Tiles with JSF?
>> Any difference in how to use it compared to Struts?
>> Where can I download a standalone package of
On Sep 1, 2005, at 4:44 PM, Bjørn T Johansen wrote:
I have used Tiles with Struts before and as I understand, one can
use Tiles with JSF?
Any difference in how to use it compared to Struts?
Where can I download a standalone package of Tiles?
http://svn.apache.org/builds/struts/nightly/sandbo
> No, I don't have this problem for the moment! But, I might come across
> it as the project progresses. Is there anything changing then?
> In any case, thanks a lot for your help.
Not really. I was just trying to figure out why the form was submitting
to a JSP.
- Dave
---
No, I don't have this problem for the moment! But, I might come across it as
the project progresses. Is there anything changing then?
In any case, thanks a lot for your help.
On 7/11/05, Durham David R Jr Ctr 805 CSPTS/SCE <
[EMAIL PROTECTED]> wrote:
>
> > I suspect my error is that instead of
> I suspect my error is that instead of sending the request directly to
> the *Action and then forward - in case of success - to a page
> definition, I tried to send the request to a page definition
> (containing the *Action) and from the *Action forwarding to a
> tile definition.
>
> Do you a
To be short:
>From a tile1.jsp similar to the following:
control is passed to the page defined as:
SubmitOffer is mapped to the SubmitOfferAction that does the handling of the
request.
When I do that, the form is always reset before it arrives to the Action. If
instead of setting the ac
> What is the recommended way of working with multipart messages and
> tiles at the same time?
SFAIK, Tiles and multipart encoding have nothing to do with each other.
You're going to have to post some more info about your problem in order
to get help.
Try posting the relevant Struts config items
I've done something like this:
mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 16, 2005 10:21 AM
To: Struts Users Mailing List
Subject: Tiles and html:form problem
I have designed a basic layout file that looks something like this:
My problem
I think your only way to make it work is using a plain tag or using
only one tile.
Or maybe you should design better your application (hey I'm joking!!!)
Ciao
Antonio Petrelli
Matt Hughes wrote:
> I have designed a basic layout file that looks something like this:
>
>
>
>
>
>
On Thu, 3 Feb 2005 10:36:50 -0500, Benedict, Paul C
<[EMAIL PROTECTED]> wrote:
> 1. Placing definitions in XML. This solution works well with Struts because
> I can hide all my JSP in WEB-INF, define how each page is decorated, and
> invoke the tile definition name in a Struts forward.
>
> 2. Plac
@jakarta.apache.org
Subject: Re: Tiles and Facades
Hello, Paul,
I am not sure exactly what you are getting at here, although the topic
is clear. I guess that one thing that makes reading this difficult is
that I have not investigated SiteMesh. I do use Tiles definitions in
XML exclusively, a
At 10:12 AM -0500 2/3/05, Benedict, Paul C wrote:
I read a rumor that said Tiles will become its own top-level subproject in
Jakarta. Is that true?
There was considerable discussion about this on the dev list about a
month ago. The intention first is to refactor Tiles to demonstrate
that it is i
Not Jakarta, but Apache. Jakarta is a subproject.
And it's no rumor
http://wiki.apache.org/struts/TilesTopLevel
You should only need to "litter" the layout file(s) that you need. I
usually get away with 1 or 2. In the projects that I have any control over,
linking directly to a JSP is unac
Hello, Paul,
I am not sure exactly what you are getting at here, although the topic
is clear. I guess that one thing that makes reading this difficult is
that I have not investigated SiteMesh. I do use Tiles definitions in
XML exclusively, and you seem to be talking about situations where
that i
Jason,
Thanks for the detailed info. It helps.
-You
Jason Lea <[EMAIL PROTECTED]> wrote:
An example of what you can do
tiles-def.xml (.main.home defines menus and other things, and extends
layout.jsp):
I put the title in my layout template:
layout.jsp (using JSP 2.0/JSTL/EL - you m
> -Original Message-
> From: Nadia Kunkov [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 08, 2004 9:27 AM
> To: Struts help (E-mail)
> Subject: Tiles and Tabs
>
>
> HI,
> Another newbie question.
> I need to build several pages with tabs. I'm using tiles.
> What is the best wa
Check out Struts Menu
http://struts-menu.sourceforge.net/
-Original Message-
From: Nadia Kunkov [mailto:[EMAIL PROTECTED]
Sent: Wed 12/8/2004 10:27 AM
To: Struts help (E-mail)
Cc:
Subject: Tiles and Tabs
HI,
An example of what you can do
tiles-def.xml (.main.home defines menus and other things, and extends
layout.jsp):
I put the title in my layout template:
layout.jsp (using JSP 2.0/JSTL/EL - you may have to set resource name to
be the same as the one Struts uses):
...
or using struts tags,
I saw your reply as follows:
But what do you put in the xml definition file? The problem is that you can not
use in the JSP page and put in the xml
file for the value of that title string. It won't work.
-
Do you Yahoo!?
All y
Did you get my earlier reply to this?
> -Original Message-
> From: You Xu [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 06, 2004 3:08 PM
> To: [EMAIL PROTECTED]
> Subject: RE: tiles and message internationalization
>
>
>
> In the xml definition file, I
In the xml definition file, I have to write . This is why the extra JSP file title.jsp is created. I
can not just put the for the value attribute. I am
wondering if there is any simpler way so you can put the message directly into
the xml file.
__
> -Original Message-
> From: You Xu [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 06, 2004 2:38 PM
> To: [EMAIL PROTECTED]
> Subject: RE: tiles and message internationalization
>
>
> In the xml definition file, I have to write value="title.jsp"
In the xml definition file, I have to write . This is why the extra JSP file title.jsp is
created. I can not just put the for the "value"
attribute. I am wondering if there is any simpler way so you can put
the message directly into the xml file.
> -Original Message-
> From: You Xu [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 06, 2004 12:18 PM
> To: [EMAIL PROTECTED]
> Subject: tiles and message internationalization
>
>
> I have the following:
> . I need to make the
> title message a tile because several pages differ in the
PROTECTED]
Sent: Tuesday, November 30, 2004 6:29 PM
To: Struts Users Mailing List
Subject: RE: Tiles and Forms
Grasshopper! The solution is in plain site in the userGuide for the HTML
Taglib.
Use the name="someBeanName" attribute available to many html:taglib fields.
Hopefully, you
Grasshopper! The solution is in plain site in the userGuide for the HTML
Taglib.
Use the name="someBeanName" attribute available to many html:taglib fields.
Hopefully, you are using a version of Struts which is recent enough to
support that attribute (should be supported in 1.0, definitely in 1.1
If you want a across Tiles is one thing. If you want a
across Tiles is another. Do you have to have the
? If so, you can fairly easily write a custom sub-tag for
that would allow you to open the tag and close it part way
through on one tile and open it again and finally close it in another.
From: "Graeme Miller" <[EMAIL PROTECTED]>
> How do I make it so that the
> html:form tag is scoped across both tiles as I want to be able to
> put controls in one tile and buttons to submit in another?
A search of the list archives turned up very little discussion of splitting
forms across differ
At 10:02 AM +1300 12/1/04, Graeme Miller wrote:
Simple question with no helpful responses so far.
I must therefore conclude either
a)Noone uses tiles because they are broken
b)Noone understands tiles
c)The way I am proposing to use tiles is so dramatically wrong at a
design level that noone has a c
I don't think it is possible to "split" a form across multiple Tiles
because the Tile is a complete (translated) response. A form must be
complete on a Tile.
However, you can achieve the desired behavior by using the JSP include
directive -- the included fragment will can be a portion of the fo
Simple question with no helpful responses so far.
I must therefore conclude either
a)Noone uses tiles because they are broken
b)Noone understands tiles
c)The way I am proposing to use tiles is so dramatically wrong at a
design level that noone has a clue what I am asking.
Just as a quick summary
Graeme,
What is the attributes of your form (formAction)? Do you have a
getter/setter for "delete"? I believe that this what '' is looking for.
Shed.
-Original Message-
From: Graeme Miller [mailto:[EMAIL PROTECTED]
Sent: Monday, November 29, 2004 21:16
To: [EMAIL PROTECTED]
Subject: Ti
On Tue, Nov 23, 2004 at 09:43:19AM -0600, Matt Bathje wrote:
> My only problem with doing it this way is it changes the mime-type of
> the file sometimes, which makes it harder for users to download.
> Depending on the userbase you may or may not have this problem.
The problem with usin
If you are going to do this, you might as well generalize it to:
public class FileToString {
public synchronized static String convert(File input) throws
FileNotFoundException {
String output = "";
String line = "";
StringBuffer content = new StringBuffer();
Hi,
I have resolved this now.
The action code is:
File f = new File("test.log");
BufferedReader in = new BufferedReader(new FileReader(f));
String str;
while ((str = in.readLine()) != null) {
buf.append("\n" + str);
}
in.close();
request.setAttribute("FILE", buf.toString());
and the jsp code (not
Hi,
Still can't get anything sensible to work. I've gone with the approach of
setting a variable in scope for the 'body' tile jsp to output, as I have to
use Tiles so that the user can still see the menu etc after the operation.
My code is:
File f = new File("C:/test/logs/test.txt");
StringBu
Perhaps a bit of "theory" is what you need. When you return a
resource such as a file from an Action with a null as the value of the
ActionFoward, you do so because the action is called FROM the response
or the page which has already been committed and presented to the
client. The call to the act
As you no doubt see, Paul's solution is for viewing in the browser and
Matt's is for downloading to the client. You can do both if you like.
Just make the file in the browser per Paul the button for downloading
the file to the client per Matt. You can have the button do a popup
which then shows
to a request
scoped attribute. The contents of this attribute can then be displayed in
the relevant tile.
Paul
-Original Message-
From: Matt Bathje [mailto:[EMAIL PROTECTED]
Sent: 23 November 2004 14:40
To: Struts Users Mailing List
Subject: Re: Tiles and file download
andy wix wrote:
Hi,
I ha
To: Struts Users Mailing List
> Subject: Re: Tiles and file download
>
>
> andy wix wrote:
> > Hi,
> >
> > I have a requirement to allow the user to view log files in
> the main
> > body tile when they click a certain menu item in the 'menu tile'.
andy wix wrote:
Hi,
I have a requirement to allow the user to view log files in the main
body tile when they click a certain menu item in the 'menu tile'.
I see on the archives that the normal way to do this is to stream the
file to the response and then return null from the action. What's the
Hi,
I have now fixed this issue by setting a parameter in the request with
javascript when the user clicks a 'stop' button.
Andy
_
Use MSN Messenger to send music and pics to your friends
http://www.msn.co.uk/messenger
Hi,
Thanks for the tips - that javascript works perfectly.
The only issue is that once I start the onload event, any attempts to
navigate away from the page are ignored. Is there a way I can use the
unload functions to break out of the loop if I were to include a stop
button?
Thanks,
Andy
Thanks david, The applications i am working on is not in struts and i was
planning to migrate it into tiles before moving into struts. Looks like it is
not possible without migrating the application into struts.
"David G. Friedman" <[EMAIL PROTECTED]> wrote:Saravanan,
This point has been discu
At 12:37 PM + 11/18/04, andy wix wrote:
Hi,
I have a page which I would like frequently reloaded into the
browser and was going to use javascript. The issue is that using
Tiles I only have the on-load event available for the layout.jsp
file and I only want one of my pages to have this funct
I had a similar problem.
I included a piece of Javascript in the main layout which allows pages
to register
script to be run when onload is invoked, then any page in the layout can
add things:
var onLoadExpressions = new Array();
var onUnLoadExpressions = new Array();
function addOnLoadExpres
Saravanan,
This point has been discussed in the last 30 days. It usually came down to
the idea that tiles has already started writing to the output stream so the
headers are already committed, and often sent already. If you want do
perform business conditions like that, I recommend you put them
Sorry to anwswer so much time after your post.
But I'm not sure I understand your point.
What i try to say my jsp does not catch the exception with the tag
. whereas the eception is defined as global in
struts-config.xml :
*It works with the errors added in my associated Form validate metho
At 2:25 PM + 10/22/04, liooil wrote:
And i'm not sure to understand why the jsp catch the exception (my
pretty error appears in the rendered html page) and the tiles element
does not (the whole body is blank).
Is there a soul to explain that to me?
What about a work-around?
I'm not sure I und
You're right. Thanks. I'll give that a try.
>
>
>
> That makes sense, but how would I do that? These parameters
> are not part of
> a form.
request.setAttribute( "page", page);
Forms have nothing to do with putting things into request, session or
application scope.
>
> >
> > I would like
> -Original Message-
> From: Leung, Albert [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 31, 2004 4:14 PM
> To: Struts Users Mailing List
> Subject: RE: tiles and ActionForwards
>
>
>
>
> That makes sense, but how would I do that? These paramete
That makes sense, but how would I do that? These parameters are not part of
a form.
>
> I would like to use a tile definition in an action forward
> with request
> parameters. I have an Action that takes a forward mapped in the Action
> definition and supplies it with parameters by appending i
> -Original Message-
> From: Leung, Albert [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 31, 2004 4:08 PM
> To: Struts Users Mailing List
> Subject: tiles and ActionForwards
>
>
> I would like to use a tile definition in an action forward
> with request
> parameters. I have an Acti
Hi,
My tiles pages (for testing) are straight forward jsp pages.
Main
Hello
Regards,
Andy
_
Want to block unwanted pop-ups? Download the free MSN Toolbar now!
http://toolbar.msn.co.uk/
-
> -Original Message-
> From: andy wix [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 25, 2004 5:45 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Tiles and well formed html
>
>
> Hi,
>
> I'm not sure if this is the correct way to continue a thre
;Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Tiles and well formed html
Date: Wed, 25 Aug 2004 12:45:27 +
Hi,
I'm not sure if this is the correct way to continue a thread, but here
goes...
I have tried what Ruben suggested and I can get th
Hi,
I'm not sure if this is the correct way to continue a thread, but here
goes...
I have tried what Ruben suggested and I can get this to work ok. In his
example the 2 tags are formatted dependant on which CSS style is
selected.
I cannot get mine to work where the bit inside the tag is a Til
> -Original Message-
> From: andy wix [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 24, 2004 3:27 AM
> To: [EMAIL PROTECTED]
> Subject: Tiles and well formed html
>
>
> Hi,
>
> I have a trypical layout and each tile has its own style
> sheet and is well
> formed html.
> My proble
Andy,
I used s and they work fine. Are you using pattern matching in you
style sheet.
EXAMPLE:
//css1.css
#headerTile h1
{
font-size: 400%;
}
#bodyTile h1
{
font-size: 100%;
color: navy;
}
//layou.html
...
Hello World!!
Body of text
*
Ruben Cep
Thanks Duncan!
Assigning a tiles definition to the parameter attribute of the action
worked.
Excellent - thanks again!
-Original Message-
From: Duncan Mills [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 11:51 AM
To: Struts Users Mailing List
Subject: Re: Tiles and Oracle ADF
1 - 100 of 114 matches
Mail list logo