You should join us over at the myfaces.apache.org
user list to discuss JSF.
Regards,
David
-Original Message-
From: Mark Benussi [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 27, 2005 4:19 AM
To: 'Struts Users Mailing List'
Subject: [OT] RE: CSS not working with JSF
This i
This is a Struts discussion list, not JSF.
-Original Message-
From: Ivan Rodriguez [mailto:[EMAIL PROTECTED]
Sent: 26 August 2005 07:12
To: Struts Users Mailing List
Subject: Re: CSS not working with JSF
[EMAIL PROTECTED] escribió:
>Rick, classes seem to work. Thank You. But
Just a semi-on-topic aside... I believe the best approach is to use IDs
as their name implies: as a unique ID for a given element, and use class
to mark the element as using a given CSS class. Unless you know you
have a requirement to change a batch of elements together, and its a
change that
[EMAIL PROTECTED] escribió:
Rick, classes seem to work. Thank You. But the requirement is to use ID. May
be I can convince my team. I will go try Geeta's idea now to see how fun that
is...:=)
Keep in mind that ID must be unique in the same HTML page. You can`t
write for example, 2 link
Rick Reumann <[EMAIL PROTECTED]> wrote on 08/25/2005 03:35:06 PM:
>
> Care to email me the app zipped up so I can learn from it:) (rick at
> reumann.net preferably).
>
Absolutely!.. But I do have to clean out all the test1.jsp,
test2.jsp,...test567.jsp... first..;) Plus do a *final* check and
Rick, classes seem to work. Thank You. But the requirement is to use ID. May
be I can convince my team. I will go try Geeta's idea now to see how fun that
is...:=)
Rick Reumann <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote the following on 8/25/2005 3:29 PM:
> I know that this is wrong
I would liek it also if please: [EMAIL PROTECTED]
Rick Reumann <[EMAIL PROTECTED]> wrote:[EMAIL PROTECTED] wrote the following on
8/25/2005 3:26 PM:
>
> - right now I'm *finally* getting tiles to play nice with JSF/Shale so am
> too excited to do much else than play with the app, adding links
[EMAIL PROTECTED] wrote the following on 8/25/2005 3:26 PM:
- right now I'm *finally* getting tiles to play nice with JSF/Shale so am
too excited to do much else than play with the app, adding links in
menu.jsp, images in layout.jsp... ah, heaven..!..:))
Care to email me the app zipped up so
<[EMAIL PROTECTED]> wrote on 08/25/2005 03:29:57 PM:
> here is my html source:
>
>
>
> media="screen">
> Test JSF and Shale
>
>
> jsf link test: click me
>
>
>
> I know that this is wrong. It should be id="linkMe">click me and I do not know how to make jsf to do it
[EMAIL PROTECTED] wrote the following on 8/25/2005 3:29 PM:
I know that this is wrong. It should be click me
and I do not know how to make jsf to do it.
Oh I should have caught that you were using ids vs classes. For testing
why not make you 'id' a class attribute in your style sheet just
here is my html source:
Test JSF and Shale
jsf link test: click me
I know that this is wrong. It should be click me
and I do not know how to make jsf to do it.
[EMAIL PROTECTED] wrote:
wrote on 08/25/2005 03:19:07 PM:
> Here is my include:
>
>
>
> media="sc
Neil Erdwien <[EMAIL PROTECTED]> wrote on 08/25/2005 03:22:23 PM:
> Beware that some browsers won't use stylesheets if they aren't sent by
> the server as "text/css". I don't know authoritatively which ones, but
> I think Firefox and IE *in strict mode*, require text/css.
>
Thanks for the war
<[EMAIL PROTECTED]> wrote on 08/25/2005 03:19:07 PM:
> Here is my include:
>
>
> media="screen">
>
How does the source for the stuff look like? As Rick says it is
possible your stylesheet isn't being found..
Geeta
Beware that some browsers won't use stylesheets if they aren't sent by
the server as "text/css". I don't know authoritatively which ones, but
I think Firefox and IE *in strict mode*, require text/css.
[EMAIL PROTECTED] wrote:
Hi Bob, I think I solved my style sheet problem something like 2 mi
Here is my include:
here is the generated source:
click me
Rick Reumann <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote the following on 8/25/2005 3:07 PM:
> I am having problem with JSF and CSS.
>
> In my css I have
>
> #linkMe:link {
> color: #C9C9C9;
> }
> #linkMe:visited {
Hi Bob, I think I solved my style sheet problem something like 2 minutes
ago.. :)
So assuming yours is the same problem..
Here's how I declared my stylesheet up top of my layout.jsp:
" />
(I changed my style sheet name from .css to .html because of (I think) new
access rules with my new Tomc
[EMAIL PROTECTED] wrote the following on 8/25/2005 3:07 PM:
I am having problem with JSF and CSS.
In my css I have
#linkMe:link {
color: #C9C9C9;
}
#linkMe:visited {
color: #C9C9C9;
}
#linkMe:hover, #linkMe:active {
text-decoration: none;
color: #C9C9C9;
}
In my JSP I have:
17 matches
Mail list logo