UNSUBSCRIBE
> On Sep 8, 2006, at 10:55 AM, Leyzerzon, Simeon
> wrote:
>
> Thanks, Mike. I'm creating the components within the backing bean. Here is
> how:
>
> Jsp.~~
>
>
> styleClass=""
>
UNSUBSCRIBE
-Original Message-
From: John [mailto:jo...@jak.com]
Sent: Sunday, January 15, 2017 4:34 PM
To: MyFaces Discussion
Subject: RE: [ANNOUNCE] Apache Tobago 3.0.0 Release
UNSUBSCRIBE
-Original Message-
From: Udo Schnurpfeil [mailto:u...@schnurpfeil.de]
Sent: Wednesday
UNSUBSCRIBE
-Original Message-
From: Udo Schnurpfeil [mailto:u...@schnurpfeil.de]
Sent: Wednesday, January 11, 2017 12:14 AM
To: MyFaces Discussion
Subject: [ANNOUNCE] Apache Tobago 3.0.0 Release
The Apache MyFaces team is pleased to announce the release of Apache Tobago
3.0.0.
Apache
Looks like it is available. I guess the task is to make it work.
John
From: owner-j...@lists.llnl.gov [owner-j...@lists.llnl.gov] On Behalf Of
Carlson, John W. [carlso...@llnl.gov]
Sent: Thursday, February 16, 2012 1:36 PM
To: MyFaces Discussion; Mark
Uh, are you guys saying the FacesContext isn't available in a ResourceHandler?
If it's not available, this is a major pain for people with dynamic resource
generation. Essentially, one would have to pass all the necessary information
through the URL, or through a non-JSF session.
I realize th
One of the hardest things I did in JSF was to integrate a dynamic URL parameter
which is forms based into an applet with JSF. Specifically, use ImageJ's
applet.
Has this been made easier?
John
-Original Message-
From: Leonardo Uribe [mailto:lu4...@gmail.com]
Sent: Wedn
Small typo, meant w/o instead of w/
-Original Message-
From: owner-j...@lists.llnl.gov [mailto:owner-j...@lists.llnl.gov] On Behalf Of
Carlson, John W.
Sent: Wednesday, September 07, 2011 1:28 PM
To: Leonardo Uribe
Cc: MyFaces Discussion; Java Programmers List
Subject: [java] RE: Include
@John: it could be good to know if your reasons to object JSF. In my
understanding JSF 2 solved many of the problems, and it have some very
useful features. Maybe if some idea is enough useful, myfaces
community can push to include it on next JSF 2.2 spec. Suggestions,
critics and tomatoes are
Get a grip. JSF sucks. Try Struts. If you get an answer, let me know.
John
-Original Message-
From: Hagen, Fabian [mailto:fabian.ha...@talanx.com]
Sent: Wednesday, September 07, 2011 5:56 AM
To: users@myfaces.apache.org
Subject: Include Form into existing JSP
Hello,
I have a litte
Hi all
I've been looking for a decent component in JSF for generating barcodes. I
found one in jsf comps and saw that it was somehow related to the MyFaces
project. Are these components still supported? They look a little old...
John
If 2.) is to be incorporated in the impl, the original exception message is
then appropriate.
John Wu wrote:
>
> Hi Jakob,
>
> Suggestions:
> 1. Exception message: The value 'CardNumber' (type java.lang.String) is
> not an instance of the Enum type.
> 2. In
Hi Jakob,
Suggestions:
1. Exception message: The value 'CardNumber' (type java.lang.String) is not
an instance of the Enum type.
2. In the case the value is a String, check if it equals to one of Enum
Constants' name, then ...
Cheers,
John Wu
Jakob Korherr wrote:
>
>
(except
EnumConverter.getAsString(..)) simply return the specified value if it's an
instance of String.
So, my suggestion after further investigation is to change
EnumConverter.getAsString(..) to follow that convention, that is, to simply
return the specified value if it's an instance of String
I'd say the issue exist in
org.apache.myfaces.shared_impl.renderkit.getConvertedStringValue(FacesContext
context, UIComponent component, Converter converter, Object value). In the
case of rendering a selectRadio and the underlying model property type is an
Enum, this method is called with the conv
ays return java.lang.Object.class (or null) for any scoped attribute.
I don't think that's correct.
John Wu
Bruno Aranda wrote:
>
> I use EL 2.2 and MyFaces 2.0 without problems, so it must be a Tomcat
> configuration issue. I use jetty... the maven jetty
A simple EL 2.2 method invocation
"#{helloWorldController.doSomething(helloWorldModel)}" fails with following
exception:
javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException:
/helloWorld.xhtml at line 15 and column 85
action="#{helloWorldController.doSomething(helloWorldModel)
Faces when I new person
comes on board.
John
-Original Message-
From: Scott McMasters [mailto:scott.mcmast...@gmail.com]
Sent: Tuesday, April 20, 2010 11:17 AM
To: MyFaces Discussion
Subject: Re: [Trinidad] tree nodes not updating in expanded branch
Thanks for the fucking help. I'
Not surprising at all. Obviously, a hardware vendor who makes their money
selling hardware, not software, wants to sell more hardware.
Also more features means slower software.
John
-Original Message-
From: Michael Heinen [mailto:michael.hei...@recommind.com]
Sent: Friday, January 29
ve spent working through the source, so I'm not really
bothered by it.
I'll leave you with a quote by Alexander Pope:
"At every trifle take offence, that always shows great pride or little sense."
__
appreciated...
___
John O'Grady
Dragon Tamer
Human beings, who are almost unique in having the ability to learn
from the experience of others, are also remarkable for their apparent
disinclination to do so.
- Douglas Adams
Those who d
for the quick reply!
___
John O'Grady, Dragon Tamer
The important thing is not to stop questioning. - Albert Einstein
___
-Original Message-
From: sethfromaust...@gmail.com [mailto:seth
just cost me five hours of development time.
If no one cares about JSF 1.1 implementations anymore, just let me know and
I'll not spend the time posting here. Otherwise, any chance this could be
fixed?
___
John O'Grady
Dragon
ise is there a way to defer to Spring webflow without having to use
Facelets?
___
John O'Grady
Dragon Tamer
Human beings, who are almost unique in having the ability to learn
from the experience of others, are also remarkable for their appare
Has anyone noticed the following:
panelAccordion tag with three showDetailItem panels. I'm using Trinidad
v1.2.11, Facelets v1.1.14, and Seam v2.1.1.
User enters values in the first panel (address fields on the
getInstance().getAddress() in the EntityHome), values in the second
panel (addres
Ui:repeat can be used in faces markup (.jspx?) There are cases when you
need to use c:forEach instead of ui:repeat.
Perhaps you should look for a dynamic menu that takes a collection. Or
build your menu in Java code (use or subclass a component in your code).
John
From: Scott Carter
Hi. We are trying to design a page that is accessible for a
touch-screen device. Our layout uses panelTabbed but the link for the
tabs is a text link on the label, rather than the area for the tab. Is
there any way to swap out the text label for an image or button where
the 'hotspot' is the whol
Can you use Google Collection's Join?
http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common
/base/Join.html
John
-Original Message-
From: kareda [mailto:k...@digiplace.ch]
Sent: Tuesday, February 24, 2009 2:11 AM
To: users@myfaces.apache.org
Subject
Yes, it did, thank you!
On Mon, Oct 13, 2008 at 1:57 AM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote:
> This should work:
>
>
> http://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk/maven-jdev-plugin/
>
> -M
>
> On Sun, Oct 12, 2008 at 7:00 PM, John Eri
sername or password. I am also
using the SVN extension in Jdeveloper.
Can anybody see where I might be going wrong?
--
John (Eric) Hamacher
Java Developer
Madison, Wisconsin
(608)-334-9260
, Spring Web Flow and Orchestra and
maybe others. If you only want one state machine per session, then
you'll have to enforce the state machine on the server side.
One or two people here recommend this tool:
http://tox.sourceforge.net
It's not JSF. Oh well.
John
At 08:29 PM 8/21/2008
uck on an old version of Spring?
>
> John
>
> At 11:33 AM 8/21/2008, you wrote:
>
>>We are using JSF 1.2, MyFaces 1.2.2, Spring, Hibernate
>>One of the biggest problems of JSF appears to be that it requires that
most
>>backing beans be placed into session scope.
>
Answer: keep the state on the client. Have you considered Spring
Web Flow, or are you stuck on an old version of Spring?
John
At 11:33 AM 8/21/2008, you wrote:
We are using JSF 1.2, MyFaces 1.2.2, Spring, Hibernate
One of the biggest problems of JSF appears to be that it requires that most
Hello,
I want to make minor modifications to the renderer of a trinidad component
but have it as a separate component so that I can use either the modified or
unmodified component or both. How do I do that? Any documents outline this
process? I have not been able to find much about extending/custo
Hello,
I would like to use the tr:navigationTree component to build a navigation
menu but do not like the default action of having to click the icon (arrow
or +/- sign) to the left of the node label to expand/collapse it. Instead I
would like to have the node expand/collapse by clicking on the nod
See:
org.springframework.web.jsf.DelegatingVariableResolver
John
At 12:53 PM 1/7/2008, John Carlson wrote:
Can you do it in
Spring?
John
At 12:24 PM 1/7/2008, you wrote:
Hi all,
In struts:
I can call a JSP page like
http:///JSP/Example.jsp and I also can call an action that do
something
Can you do it in Spring?
John
At 12:24 PM 1/7/2008, you wrote:
Hi all,
In struts:
I can call a JSP page like
http:///JSP/Example.jsp and I also can call an action that do
something and then do the forward to the Example.jsp like this:
http:// .../Example.do
In JSF:
I can call a JSP page
Oracle open-sourced ADF as trinidad.
John
At 08:54 AM 12/28/2007, Christofer Jennings wrote:
What are the differences between
the Oracle ADF on oracle's site
(
http://www.oracle.com/technology/products/adf/adffaces/index.html)
and Trinidad?
I've heard that Trinidad is not as polished.
y catch on EvaluationException to try to
catch the DatabaseException. I am using toplink essentials, JPA on
the page, and toplink for the first page. I am using Spring
2.0.7.
John
Here's a sample of an exception that is thrown. I realize that this
is an obvious error that the table
doe
The conversation on this seems to have stalled so I added a JIRA issue
(Tobago-436). Please update this with your suggestions and vote for it
etc. if this is something affecting you.
Regards
John
From: Helmut Swaczinna [mailto:[EMAIL PROTECTED]
Sent
I am using MyFaces Tobago and Spring WebFlow. I have a link within a
JSF page as below:
The indexId parameter (or any parameter except the flowId) does not
appear to be on the request parameter map? Any ideas?
--
This is a confidential communication and is intended only for th
have voted for the JIRA issue below so that hopefully, at
least the basic selection functionality will be added. As is noted on
the issue, I would have thought this essential.
Regards
John
From: Zied Hamdi [mailto:[EMAIL PROTECTED]
Sent: 27
Hamdi [mailto:[EMAIL PROTECTED]
Sent: 26 June 2007 16:47
To: MyFaces Discussion
Subject: Re: MyFaces Tobago tc:sheet
Hi John,
I use but it's only a cell of a row, the row is selected on
click.
Regards,
2007/6/26, Turner, John <[EMAIL PROTECTED]>:
I have a tc
I have a tc:sheet that displays a read only list of results. I would
like to perform a submit when the user clicks on a row within the table.
Does anyone have an example of this?
--
This is a confidential communication and is intended only for the addressee
indicated in the message (or duly
MyFaces,
Looking to implement Tomahawk in my current project. I have read several pages
from your website but am unable to find a link to your download examples!
Please help.
Looking forward to working with your toolset.
John
John K. Howard
Senior Software Consultant, Platinum Solutions
Server side. I haven't tried client side but we store some quite large objects
in the session.
John
- Original Message
From: Mike Kienenberger <[EMAIL PROTECTED]>
To: MyFaces Discussion
Sent: Friday, 20 April, 2007 4:28:01 PM
Subject: Re: Back button pressed whilst loadi
user. The downside is that I really only want to stop the user from using the
back button when interrupting page loads, and I can't easily detect that.
Has anybody else come across this issue? And if so have they fixed i
Hi all,
Consider for a moment the following image input. Let's say I have a
myfaces app, with a context root of "my/context/root", with a domain
name of "www.mycompany.com".
Notice that the src attribute starts with a doubleslash. When
authoring non-JSF tags, this has been an effective way t
.
Thanks for any assistance.
John
http://www.nabble.com/file/7625/schedulewithEntry.png
http://www.nabble.com/file/7626/ScheduleNuked.txt ScheduleNuked.txt
yassmin sameh wrote:
>
> Dear Jurgen,
> thanks for your quick reply , those are the details :
>
> i am trying to u
evant filters, etc set up in my web.xml
Help, please!!!
Regards,
John Grange
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unautho
Another point to note, is that if you are in the mindset to put script
references (and css, etc) in the head, then your code will be more difficult
to port to a portlet environment (a fact that is causing significant pain
trying to find workable jsf frameworks for portlets)
-Original Message-
Hi,
I am developing a portlet based on the apache portals bridge and myfaces
1.1.5 on oracle oc4j 10.1.3 from jdeveloper 10.1.3.2.0.
JDeveloper inserts several servlets etc into the web.xml to instrument the
portlet for WSRP.
It appears that one of the servlets does not have its class available
sible to build custom authentication modules using the
NtlmSsp classes directly. This Filter scales very well primarily because
sessions are multiplexed over transports. But this functionality is not
without caveats.
--
Best wishes
John Burgess
Risk Decisions Limited
Buchan House
Parkway
Can you have two panels that are refreshed from the same toolBarCommand?
I appear to get intermittent non-refresh behavior with this syntax:
From: H. Swaczinna [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 23, 2007 4:06 AM
To: users@m
at doesn't depend upon
log4j?
Thanks,
John
-Original Message-
From: Volker Weber [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 13, 2007 3:12 PM
To: MyFaces Discussion
Subject: Re: [Tobago] Problems with Tobago.reloadComponent with onclick
Hello John,
i build a small demo app,
Hi Volker,
Unfortunately I can't run the demo because it is dependent upon log4j
which isn't part of our tomcat embedded within our application.
John
-Original Message-
From: Volker Weber [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 13, 2007 3:12 PM
To: MyFaces Discussi
t. Of course, I
can't remove the backing bean calls. Do you think the bindings are the
problem? Am I missing some significant change?
Thanks,
John
-Original Message-
From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 13, 2007 12:04 PM
To: MyFaces Discussion
S
with Tobago.reloadComponent with onclick
hi John,
the perfered way is
if "mainPage:quarantineInfoPanel" is the correct id. look in the
generated html for "Tobago.addAjaxComponent()", all those ids are
reloadable by ajax.
regards,
volker
2007/1/12, John <[EMAIL P
go] Problems with Tobago.reloadComponent with onclick
Hi John,
which version of tobago?
the onclick="Tobago.reloadComponent(, '@autoId')"/> should
work (afaik), but is not the intended way to code ajax reload (this was
a interim solution).
anyway, the 'messageCount
Hi Volker,
Aahh, got it, but you didn't say what the "intended way" is (if it's not
using the Tobago.reloadComponent).
John
-Original Message-
From: Volker Weber [mailto:[EMAIL PROTECTED]
Sent: Friday, January 12, 2007 12:40 PM
To: MyFaces Discussion
Subject: R
I'm using 9
-Original Message-
From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
Sent: Friday, January 12, 2007 12:33 PM
To: MyFaces Discussion
Subject: Re: [Tobago] Problems with Tobago.reloadComponent with onclick
Hello John,
which version of tobago are you using?
Regards
Bernd
ting of my tx:in component
Thanks,
John
-
From: Bernd Bohmann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 09, 2007 12:44 AM
To: MyFaces Discussion
Subject: Re: [Tobago] - Problems with updating text field with AJAX -
RESEND
Hello John,
it would be easier to understand the problem if you send a simple jsp
page for this.
R
007 12:17 PM
To: MyFaces Discussion
Subject: Re: [Tobago] - Problems with updating text field with AJAX
The toolbarButton triggers the ajax request?
2007/1/4, John <[EMAIL PROTECTED]>:
> Hi Volker,
>
> From a button on the toolbar above. Which querys the database and
> updates the
007 12:17 PM
To: MyFaces Discussion
Subject: Re: [Tobago] - Problems with updating text field with AJAX
The toolbarButton triggers the ajax request?
2007/1/4, John <[EMAIL PROTECTED]>:
> Hi Volker,
>
> From a button on the toolbar above. Which querys the database and
> updates the
Hi Volker,
>From a button on the toolbar above. Which querys the database and
updates the sheets data.
Then the tx:in is updated by doing a setValue on its component (which I
now know only to take affect during a relayout[not the right name]
phase), as well as just modifying its value.
J
do I make tx:in update still?
Thanks,
John
s been posted a few other times on the web but
can't find any resolution.
Any help would be greatly appreciated - thanks!
John
Hi Volker,
The binding is there because the backing bean is doing a long for loop,
within which the UIOutput's setValue is being called with a String value
to incrementally update it's text (text version of a progress bar).
John
-Original Message-
From: Volker Weber [mai
s instead of tc:
-Original Message-
From: Volker Weber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 9:37 AM
To: MyFaces Discussion
Subject: Re: [Tobago] - Looking for usage examples for progress bar
Hi John,
currently you need to put
Hi Volker,
That makes perfect sense, thank you. I didn't even know about the reload
facet.
John
-Original Message-
From: Volker Weber [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 9:37 AM
To: MyFaces Discussion
Subject: Re: [Tobago] - Looking for usage example
e
the progress bar to represent progress. When I change the model in
real-time, the changes aren't reflected in the progress bar. Even if I
completely re-assign the rangeModel to the progressBar, no change
visually to the bar.
John
-Original Message-
From: Bernd Bohmann [mailto:[EMAIL
Can't seem to find them anywhere?
Thanks,
John
with scrollbars and everything just
fine.
Thanks,
John
Hi,
Can someone please advice me how handle a Action in Form which takes a long
time to complete?
In myfaces a user submits and a function in the backing bean is invoked. And
the user will see the result page after that function is returned.
My question is what if that function takes a long tim
I'm getting the same problem except that I upgraded to MyFaces 1.1.4 from
1.1.4-SNAPSHOT.
For some reason, it renders the first row without any information and also
renders another row at the end.
E.g. rendering a list of things with ids from 1 to 5:
thing 1 stuff
thing 2 stuff
thing 3 stuff
th
ablilty (see original thread). But there really is no type
incompatability thanks to the auto converters...
Am I seeing this clearly?
John Ruffin wrote:
>
> I may have missed this tidbit but in 1.1.5 it appears that UI value
> bindings have to be bound to objects of type String and th
I may have missed this tidbit but in 1.1.5 it appears that UI value bindings
have to be bound to objects of type String and then converted to whatever
you want it to be (Character, Integer, etc...) - else you get validation
errors (e.g. Validation Error "leadTimeLevel": Value is not a valid
option
t the validation error, with 1.1.5 I do.
If I change the bound value to a String all is well - which I can refactor.
Just not sure why I have to refactor this between MyFaces impls???
John Ruffin wrote:
>
> I have a selectOneRadio component (see below) which has an a4j:support
> tag. Pro
I have a selectOneRadio component (see below) which has an a4j:support tag.
Problem is: using MyFaces 1.1.4-SNAPSHOT jars - the A4J actionListener
executes but changing to MyFaces 1.1.5-SNAPSHOT it doesn't fire.
I found info in the A4J FAQ about actionListeners not executing if it
references a r
t;
> But what is about giving the onklick event to tableSuggest and doing
> the partial update on the dom nodes itself after pushing the values
> from the columns to them? Should be the same result to me.
>
> regards,
>
> Gerald
>
> On 10/10/06, John Ruffin <[EMA
list which go before
> it. Without maxSuggestedItems the ajax4jsf stuff works?
>
> regards,
>
> Gerald
>
> On 10/10/06, John Ruffin <[EMAIL PROTECTED]> wrote:
>>
>> That does sound useful.
>>
>> Meanwhile, I have another one :-). When adding the ma
ing the event the partial
> page inside the ppr group section is updated.
>
> Sounds very useful to me, if there is some time at the end of the day
> i will investigate some
> work on it.
>
> regards,
>
> Gerald
>
> On 10/10/06, John Ruffin <[EMAIL PROTEC
Note to self: use a current build :-). Things look good now.
John Ruffin wrote:
>
> I'm using snapshot1.1.4 which I built awhile back. I'll build the latest.
>
> Hopefully, issue #1 will go away as demo'ed on in your example. Even the
> example built from t
> If its really that needed, you ma achieve this approach with ajax
> frameworks like ajax4jsf.
>
> cheers,
>
> Gerald
>
> [1] http://example.irian.at/example-sandbox-20061010/tableSuggestAjax.jsf
> [2] http://example.irian.at/example-sandbox-20061010/pprPanelGroup.jsf
I've successfully added s:tableSuggestAjax to a page and it displays the
given table rows and columns.
What I think I want to do is: when a column is clicked I want to update the
value of the inputTextBox. It currently only contains the snippet used for
the suggestedItemsMethod.
Also, I wan
The Tobago demo seems to function alright within IE.
The 2nd link you provided - I don't get an error, but clicking on submit query
does not change the display either.
John
-Original Message-
From: Arvid Hülsebus [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 28, 2006 1:15
It sounds like it's getting called for each
phase.
Be sure and define a getPhaseId() so it knows what phase to
pay attention to.
public PhaseId getPhaseId()
{ return
PhaseId.RESTORE_VIEW; }
From: a k [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 26, 2006 1:21 PMTo: MyFac
..
I've been battling this daily for 2 months. and our customers are getting
ugly...
Help!
John
tialization that needs to be taken care of when I programmatically
create the commandLinks but I'm just not sure what that is. If you
could give me any hints on how to accomplish this (before I spend hours
figuring it out) I would be very grateful.
-John
-Original Message-
From:
and setting the attributes that I need to do to get the
actions / actionListeners to work?
Thanks,
John
I replaced our 1.0.8-SNAPSHOT jars with the 1.0.8 distribution and it's
working now.
Thanks,
John
-Original Message-
From: John [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 19, 2006 9:19 AM
To: MyFaces Discussion
Subject: RE: [myFaces Tobago] - tc:datePicker just produces a
tobago-theme-scarborough-1.0.8-SNAPSHOT.jar
Does NOT have a DatePickerRenderer, it has a dateRenderer
BTW: I'm using a custom theme, but I think I realize, a lot of the basic
stuff is still looked for in scarborough.
John
-Original Message-
From: Bernd Bohmann [mailto:[EMAIL PROT
I can't use my old
reliable _javascript_ date picker jsCalendar because it breaks in JSF with IE
6
Help!
John
SEVERE: name = 'DatePickerRenderer'
clientProperties =
'html/emp/msie_6_0'java.lang.NullPointerException at
org.apache.myface
file ONLY
after DOM is fully rendered.
Hi John,
you can do a loop with setTimeout() waiting for Tobago.pageIsComplete
becomes true. And you can use to insert your script into
page.
like this:
function doAferLoading() {
if (!Tobago.pageIsComplete) {
setTimeout("doAfterLoad
This has caused a
never ending headache for us (particularly with IE), when _javascript_ starts to
manipulate the DOM and objects aren't complete yet.
Can't use
obviously.
What is the best
practice?
Example?
Thanks,
John
Hi Volker,
I added the line below to the tobago-theme-config.properties file, which
already existed within my theme jar by the way.
Sheet.fixedHeight=400
It had no effect at all on the sheet's layout. It layed out collapsed.
John
-Original Message-
From: Volker Weber [mailto:[
We are using tag
files to facilate includes of content.
We are having
various problems (particularly with Internet Explorer), where the server side
component tree is not rendered correctly.
Am I violating a
best-practice by using tag files this way?
main.jsp--
till shows
login.jsp
If I refresh the page or click on any of the main.jsp's actions, the
browser's address bar correctly shows main.jsp.
Also the after RENDER_RESPONSE code in the phase listener, never gets
executed on the 1st appearance of main.jsp (maybe this is normal).
???
John
-Origin
be
called.
How do you link from the login.jsp page to the main.jsp page?
regards,
Martin
On 9/8/06, John <[EMAIL PROTECTED]> wrote:
>
>
> For some reason, directly after navigating from the login.jsp page to
> the main.jsp page, the RESTORE_VIEW afterPhase is not called.
&g
/login.jsp), if I click on another tab, the
RESTORE_VIEW afterPhase is called.
Am I
misunderstanding the way things should work?
Thanks,
John
1 - 100 of 325 matches
Mail list logo