Hi
The notorious browser refrsh button is giving me a hard time.
I have an element with several fields in
it, amongst them a "delete" button:
If I delete any record (except of the last one), press
refresh and approve the browser's POSTDATA confitmation, the
Thanx a lot. worked like a charm.On 2/16/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 2/15/06, Ali Raza <[EMAIL PROTECTED]> wrote:
Greetings,I am trying to add a DataTable object to my custom component as a child. I have made UIColumn objects to add to the datatable but can not find the Face
Any reason why you are not demarcating the beginning and end of a database
transaction inside the action method ? ;)
Dennis Byrne
>-Original Message-
>From: Dave [mailto:[EMAIL PROTECTED]
>Sent: Thursday, February 16, 2006 02:46 AM
>To: users@myfaces.apache.org
>Subject: change navigatio
The value returned from action method determines the navigation. But in the transaction boundary that ends in Invoke Application phase listener (after phase), the page navigation depends on transaction result: commit or rollback. So I am wondering if there is a way to change page navigation in
>You could also take a look at the Shale Dialog and how it stores info
>between requests. You can use a session scoped bean and make it
>available for the duration of the "dialog."
>
>Sean
Hi Sean,
Does that account for concurrant access ?
Dennis Byrne
On 2/15/06, Ali Raza <[EMAIL PROTECTED]> wrote:
Greetings,I am trying to add a DataTable object to my custom component as a child. I have made UIColumn objects to add to the datatable but can not find the Facet class to add facets to UIColumn. Any help or example reference would help a lot.
There i
You could also take a look at the Shale Dialog and how it stores info
between requests. You can use a session scoped bean and make it
available for the duration of the "dialog."
Sean
On 2/15/06, Werner Punz <[EMAIL PROTECTED]> wrote:
> Dave schrieb:
> >
> >
> >
> > both a and b have a referenc
Greetings,I am trying to add a DataTable object to my custom component as a child. I have made UIColumn objects to add to the datatable but can not find the Facet class to add facets to UIColumn. Any help or example reference would help a lot.
ThanxAli-- "A sixteenth century inventor called Wan Hu
Dave schrieb:
both a and b have a reference to object c.
After restoring states, two instances of c.
a and b have their own copy of c.
Is this the expected behavior? Thanks.
Yes... what happens is that between the request both objects
are serialized and then deserialized.
What happen
Yes, this is how (de)serialization behaves. You can do this yourself outside
of JSF.
Dennis Byrne
>-Original Message-
>From: Dave [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, February 15, 2006 06:24 PM
>To: users@myfaces.apache.org
>Subject: saveState(s) does not save/restore the object
both a and b have a reference to object c. After restoring states, two instances of c. a and b have their own copy of c. Is this the expected behavior? Thanks.
Brings words and photos together (easily) with
PhotoMail - it's free and works with Yahoo! Mail.
On 2/15/06, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote:
Thanks, Craig. As you probably know, I posted a similar message
over on the Struts-Shale list.
So it
appears that, unlike Cactus, the Shale Test Framework doesn't run in the
Web containers, correct?That's correct ... it is
Title: Message
Thanks, Craig. As you probably know, I posted a similar message
over on the Struts-Shale list.
So it
appears that, unlike Cactus, the Shale Test Framework doesn't run in the
Web containers, correct? Is there any testing framework I can use that
will run in the Web containe
Sorry, I meant: Costa Basil <[EMAIL PROTECTED]> wrote: page: faces-config.xml: goViewObject
viewObject.jsp?test=#{param.test}&foo=#{param.foo} It will redirect you to:viewObject.jsp?test=testValue&foo=fooValuePlease note I used the prefix url handli
page: faces-config.xml: goViewObject viewObject.jsp?test=#{param.test}&foo=#{param.foo} It will redirect you to:viewObject.jsp?test=testValue&foo=fooValuePlease note I used the prefix url handling.Matthias Wessendorf <[EMAIL PROTECTED]> wrote: looks interesting,
looks interesting, what happens, if you have to EL based params ?
like
viewObject.jsp?test=#{param.test}&foo=#{param.foo}
.Matthias
On Wed, 2006-02-15 at 16:32 -0500, Costa Basil wrote:
> One thing though, the implementation below blows up for normal view
> ids so I replaced it with the follow
Right. CommandLink javascript is required explicitly by the Html
renderkit spec.
See this link for more details
http://java.sun.com/j2ee/javaserverfaces/1.1/docs/renderkitdocs/HTML_BASIC/javax.faces.Commandjavax.faces.Link.html
On 2/13/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> ALLOW_J
Hi Elam,
during validation a call to component.getClientId(facesContext) returns
the correct id, including the row number, which can used to add the
ErrorMessage to the facescontext.
The UIData initialized all components properly before invoking lifecycle
methods on them.
Regards,
Volker
Elam
Hi
Thanks for reading my post
Does any of member here used www.dailyRazor.com hosts for their java
based web applications ?
I want to purchase an ImpactRazor from them , its price is 10.95/month
if i buy 1 year hosting plan.
i think its price is good but i have no experience with them.
any comm
One thing though, the implementation below blows up for normal view ids so I replaced it with the following code:String targetViewId = navigationCase.getToViewId();if (targetViewId.indexOf("#{") != -1){ ValueBinding vb = facesContext.getApplication().createValueBinding(navigationCase.getToViewId()
At one point I tried to do this but I gave up (search the archives for
earlier discussions on the difficulties.) Its probably doable but
since I have no use for it I didn't bother looking into it further.
Sean
On 2/15/06, Adam Brod <[EMAIL PROTECTED]> wrote:
>
> Hi-
>
> I've already got some co
> Can you move to a single form, and use s:subForm for
> partial-validation and model update?
that must be a newer component. sounds promissing.
-Matthias
>
> regards,
>
> Martin
>
> On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > problem was the id of the hidden field for state s
Hi-
I've already got some code that uses Tree2 (with the Tree 2 model objects).
Is there any good way to output Tree2 into a table? Similar
to the TreeTable component for the Tree(1) component?
Thanks,
Adam
Adam Brod
Product Development Team
Jeffrey,
how many forms are you using on your page?
Can you move to a single form, and use s:subForm for
partial-validation and model update?
regards,
Martin
On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> problem was the id of the hidden field for state saving. has to be unique.
problem was the id of the hidden field for state saving. has to be unique.
On 2/15/06, Travis Reeder <[EMAIL PROTECTED]> wrote:
> Isn't xhtml HTML 4.0.1 compliant? If so, it would probably be in our best
> interest to make an effort to make the components XHTML compliant within the
> current rend
Hi,This is a solution to an issue that some people complained about and that is how to preserve request objects or other objects when you do a redirect.It is actually possible to specify JSF EL expressions in the to-view-id view. Example:In faces-config.xml I have: goViewObject viewObject.jsp?tes
Hi All,
I noticed this blog entry from Matt Raible;
http://raibledesigns.com/page/rd?
entry=large_sites_powered_by_java#comments
Anyone care to offer up high volume sites that are run on JSF?
Thanks!
Bill Dudney
MyFaces - myfaces.apache.org
Wadi - incubator.apache.org/wadi
I think we'd be open to supporting such a renderkit.
Jeff, are you interested in providing patches to do so?
On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> Well,
>
> JSF spec tell impls to provide a HTML 4.0.1 compliant RenderKit,
> that's what MyFaces does. So currently there is no
Well,
JSF spec tell impls to provide a HTML 4.0.1 compliant RenderKit,
that's what MyFaces does. So currently there is no XHTML support,
AFIAK.
-Matthias
On 2/15/06, Jeffrey A Kenward <[EMAIL PROTECTED]> wrote:
>
> We're using MyFaces 1.1.1 in our applications. We're using client-side
> state s
There was a bug in the picklist which I have fixed now. You can get
the fixed component from the SVN sources or in the next nightly build.
Thanks for reporting!
Bruno
On 2/14/06, Stefan Lukesch <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm just building a user management interface using myfaces. For
>
Cool...
I was evaluating the possibilities as
well...
This is the proof, that this itches a lot of us
;-)
regards
Alexander
From: Cagatay Civici
[mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15,
2006 3:23 PMTo: MyFaces Discussion;
[EMAIL PROTECTED]Subject: Re: JSF log
I has 2 selectOneMenu. When the user select the first, I populate the second with ajax, but when the form is posted, I get "invalid value" error. The possibles options of the second menu is very big (3,000), so I want to fill the second one only when I know the firt.
Could someone give some help?--
Hi all,I have a dataTable in which one of the columns has an input with a custom validator. The problem with the validation is that when it's called, myfaces has no idea which id to return the message to, because all the id's are prefixed with a row number. So if my input has an id of "EmployeeId"
You are welcome, Philippe. MyFaces is a great community ;-)
You can check this page [1], for instance. We do not have information
like the one you need in the wiki now. Feel free to add it if you have
some time to spare. Thanks!
Regards,
Bruno
[1]
http://developers.sun.com/prodtech/javatools/j
http://wiki.apache.org/myfaces/ provides things like this, and allows
you to add new material as well. You could start a "new-user tips"
page if you wanted.
On 2/15/06, Philippe Lamote <[EMAIL PROTECTED]> wrote:
> Wow, the speed at which you get reaction here is phenomenal.
> Thanks Bruno.
> &
Wow, the speed at which you get reaction here is phenomenal.
Thanks Bruno.
& It worked like a charm this way.
Would you know of a place where rules like this one are shown?
(useful material - not pages of specs but a fistful short statements
+ an example, ideally - to get on speed quickly) Is
> expecting the mock ones... so I'll give your new package a try.
you still need to *copy* the mock ones manualy to your local maven repo
like this file-url:
[EMAIL PROTECTED]:~/.m2/repository/javax/faces/jsf-mock/1.1_01> ls -la
total 100
drwxr-xr-x 2 matzew users 128 2006-02-15 17:25 .
drwx
Wow Matthias,
Thank you so much for doing that - I finally manged to install the sun jars in
my local repository and it then gave me a load of errors because it was
expecting the mock ones... so I'll give your new package a try.
Thanks again,
Jim Moores
-Original Message-
From: Matt
Take a look at this thread from Feb 6th.
It appears to be a matter of using CSS.
http://www.mail-archive.com/users%40myfaces.apache.org/msg16372.html
As you're the second person to ask the question, could you create a
wiki page on the topic once you get it figured out? I'm kinda
interested in it
to make it clear,
my drop only contains ADF faces stuff, not that mock and the m2-plugins.
For that use the original one.
HTH,
Matthias
> Look here for the new drop:
> http://people.apache.org/~matzew/adf/adf.zip
> What to do to make this drop buildable?
>
> -Go and compile MyFaces on your box
>
James,
I created a new adf-drop, since there was one clazz w/ dependency to
sun's JSF impl.
Now you can compile fully against API and IMPL provided by MyFaces.
Look here for the new drop:
http://people.apache.org/~matzew/adf/adf.zip
What to do to make this drop buildable?
-Go and compile MyFace
There was a request for this before by someone. I suspect there's at
least a JIRA issue on it, and there may also be a patch available.
On 2/14/06, Travis Reeder <[EMAIL PROTECTED]> wrote:
> That one still appears to go vertical first, I guess it probably wouldn't
> take much to allow it to go h
Yes, your syntax is wrong, as you are putting values outside the
expression. You should use it like this:
HTH,
Bruno
On 2/15/06, Philippe Lamote <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> Does anyone know how to make this work:
> (in a jsf page)
>
>
> ...
>
>
> More concrete:
> I have a porta
Hi List,
Does anyone know how to make this work:
(in a jsf page)
...
More concrete:
I have a portal bean, "portalbean", that keeps the current use case.
("useCase" being a String property of portalbean)
Depending on this value, I would like to show or hide stuff on a
page, using div like
Thanks Matthias the problem is resolved
Hassnain
On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
Have you cleaned your working dirctory?Restarted JBoss?HtmlBufferResponseWriterWrapper is inside of commons
(org.apache.myfaces.renderkit.html.util.HtmlBufferResponseWriterWrapper)Maybe you
Frank,
Thanks for taking the time to reply. I've had a quick
look and that definitely looks like a good place to start.
Thanks again,
Jim
From: Frank Felix Debatin [mailto:[EMAIL PROTECTED]
Sent: 15 February 2006 15:34To: 'MyFaces
Discussion'Subject: RE: Building ADF Faces
(apache-d
Hi again Harald,
You're right - I'm sure it can be done without rebuilding, but I'd still
like to be able to do it if necessary...
Jim
-Original Message-
From: Harald Ommang [mailto:[EMAIL PROTECTED]
Sent: 15 February 2006 15:35
To: MyFaces Discussion
Subject: Re: Building ADF Faces (a
On Wed, 15 Feb 2006 15:30:07 -
"James Moores" <[EMAIL PROTECTED]> wrote:
Thanks for your reply Harald,
No, I'm building it with JDK1.5. The reason I want to
build it from
scratch is partly that I want to set the debug output to
FINE so I can
get some idea of what the hell is going on ins
Thanks for the suggestion, guys. Works great.-ElamOn 2/15/06, Matthias Kahlau <[EMAIL PROTECTED]> wrote:
> To get this to work for the entire row you will need to add the :> styleClass="#{(
yourVar.valueToCheck > backingBean.threshold)?> 'styleClass2' : 'styleClass2'}"> attribute to each column in
Hi James,
I did not try building ADF myself, but it might be that you
have this problem:
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
In short, the Sun Jars are not available in the Maven
repositories because the Sun license doesn't allow them to. So they have to
Hi Norbert,
For simple pages maybe you could retrieve the title of the page to identify it?
HTH,
Fintan
-Original Message-
From: Csík Norbert [mailto:[EMAIL PROTECTED]
Sent: 15 February 2006 13:22
To: users@myfaces.apache.org
Subject: JSF log activity
but in that case getting the na
Thanks for your reply Harald,
No, I'm building it with JDK1.5. The reason I want to build it from
scratch is partly that I want to set the debug output to FINE so I can
get some idea of what the hell is going on inside. I've got a problem
with a processScope getting blanked during a page navigat
Have you cleaned your working dirctory?
Restarted JBoss?
HtmlBufferResponseWriterWrapper is inside of commons
(org.apache.myfaces.renderkit.html.util.HtmlBufferResponseWriterWrapper)
Maybe your application still has a reference to the *old* myfaces-all.jar ?
-Matthias
On 2/15/06, Hasnain Badami
Hi!
I encounter a strange behaviour with using a Backing-Bean in session-scope
(TabChangeListenerBacking). It stores the selected index of a
panelTabbedPane, which is set by a TabChangeListener.
When I change the tabs, I can see that the TabChangeListener works, because
logging info showed that
> To get this to work for the entire row you will need to add the :
> styleClass="#{(yourVar.valueToCheck > backingBean.threshold)?
> 'styleClass2' : 'styleClass2'}"
> attribute to each column in the row.
Yes, I already thought that way, but I think setting the column styles might
expose a differe
fast shot,
-suround your button w/
-ensure that you are using *global* navigation like
*
nav_page1
/page1.jsp
nav_page2
/page2.jsp
nav_page3
/non-tile.jsp
sounds interesting!
On 2/15/06, Cagatay Civici <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am currently working on this subject, here are the areas I'm dealing with.
>
> - Calculating phase times
> - Variables and values in different scopes.
> - State size
> - Request and Response Info
> - Performances
Hi everybody,
I'm develloping a JSF Site with Tiles (from Struts)
using the Tomahawk (I'm new in JSF programming
)org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl
support. The tile thing is working well. But when I'm
doing action in a jsf (with a command button) it's not
working.
Here
Hi,I am currently working on this subject, here are the areas I'm dealing with.- Calculating phase times- Variables and values in different scopes.- State size- Request and Response Info- Performances of components
I am using aspects and listeners to collect the information above;Regards,Cagatay Ci
On Wed, 15 Feb 2006 13:41:03 -
"James Moores" <[EMAIL PROTECTED]> wrote:
Hi,
I've been using ADF Faces EA19 on MyFaces-1.1 for a few
weeks on the
basis that I knew about the donation to the Apache
Foundation so I could
move to that. I'm now trying to build the drop - and I
can't work ou
Hi
I am trying to implement tabs using t:TabbedPanelPane. My tabbedpanelpane contains 3 tabs and each of these three tabs include a jsp page. in order to include a jsp page i am using f:subview tags. What I want to implement is that when one of the tab is being displayed, jsp files in other tabs
Yes, a phase listener or a servlet filter
Jesse Alexander (KBSA 21) schrieb:
> Hi
>
> Cool idea.. some instrumentation in this direction would be great...
> hmm.. could a phase-listener be used... need to check the API's
>
> thanks for the idea
> Alexander
>
>> -Original Message-
>>
Hi,
I've been using ADF
Faces EA19 on MyFaces-1.1 for a few weeks on the basis that I knew about
the donation to the Apache Foundation so I could move to that. I'm now
trying to build the drop - and I can't work out how to do it. I've
downloaded and installed Maven-2.0.2. When I go into
Navigation Listener?
ViewHandler?
Combo of both?
regards,
Martin
On 2/15/06, Jesse Alexander (KBSA 21) <[EMAIL PROTECTED]> wrote:
> Hi
>
> Cool idea.. some instrumentation in this direction would be great...
> hmm.. could a phase-listener be used... need to check the API's
>
> thanks for the i
Hi
Cool idea.. some instrumentation in this direction would be great...
hmm.. could a phase-listener be used... need to check the API's
thanks for the idea
Alexander
> -Original Message-
> From: Csík Norbert [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 15, 2006 2:22 PM
> To: u
Hi!
I would like to log the activity of my JSF application. Which
actions/pages are used frequently, and which ones run too slowly.
Is there any framework or library where I can do this? I tried to
write my simple one using a Filter, but in that case getting the name
of the page is not so easy be
Yes, and by the way put different styleClasses in the condition. I put
styleClass2 in both cases by mistake:
styleClass="#{(yourVar.valueToCheck > backingBean.threshold)?
'styleClassConditionIsTrue' : 'styleClassConditionIsFalse'}"
Bruno
On 2/15/06, Conway. Fintan (IT Solutions) <[EMAIL PROTECTE
It will work because the style is set depending on the row variable "yourVar".
The example shown will work for one column.
To get this to work for the entire row you will need to add the :
styleClass="#{(yourVar.valueToCheck > backingBean.threshold)? 'styleClass2' :
'styleClass2'}"
attribute
May it seem so, but believe me... I am going to write an example eventually :-)
Bruno
On 2/15/06, Matthias Kahlau <[EMAIL PROTECTED]> wrote:
> >
>
> Won't this only affect the column style, but not the row style?
>
>
> Regards,
>
> Matthias
>
> > -Ursprüngliche Nachricht-
> > Von: [EMAIL
>
Won't this only affect the column style, but not the row style?
Regards,
Matthias
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Auftrag
> von Bruno Aranda
> Gesendet: Mittwoch, 15. Februar 2006 00:35
> An: MyFaces Discussion
> Betreff: Re: Setting
No, try it. You will see ;-) . It changes the style of the cells
depending on the condition, so if you put that in all the t:columns
you will have the row with a different colour.
Regards,
Bruno
On 2/15/06, Elam Daly <[EMAIL PROTECTED]> wrote:
> Hi Bruno,
>
> I could be wrong, but won't this jus
Hello
I am using the nightly build of myfaces. I removed the jsf-libraries from jboss\current\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs and included the tomahawk-1.1.2-SNAPSHOT.jar, myfaces-api-1.1.2-SNAPSHOT.jar
, myfaces-commons-1.1.3-SNAPSHOT.jar, myfaces-impl-1.1.2-SNAPSHOT.jar to
I've tried with the SVN version of myfaces now, same problem.
You can verify this by adding this to the tomahawk/examples/simple/pom.xml:
org.mortbay.jetty
maven-jetty6-plugin
6.0.0beta9
10
Thank you for your interest in this
problem.
I made a little more investigation and the problem
is that the context is null.
So, I think that only the test for context will
solve the problem.
I will create a JIRA issue.
Alin.
Not certain, but I think the spec requires
ExternalConte
74 matches
Mail list logo