Will give it a try, thanks
On 7/21/06, Chandra Sekhar <[EMAIL PROTECTED]> wrote:
Hi Andrew,
You can do it by means of and display your outputText by the
side of your check Box because it gives you a attribute named "for" which
refers to the Checkbox.
Regds,
Chandru.
- Original Message -
Hi Andrew,
You can do it by means of and display your outputText by the
side of your check Box because it gives you a attribute named "for" which
refers to the Checkbox.
Regds,
Chandru.
- Original Message -
From: "Andrew Robinson" <[EMAIL PROTECTED]>
To: "MyFaces Discussion"
Sen
using api, impl, tomahawk 1.1.3...
I cannot seem to get the commandLink without javascript to work.
commandButton works like a charm. The parameters in the actionUrl
seem to be getting encoded properly, but when I click on the link I am
not going into my action handler.
I tried with my commandL
I think that maybe the trinidad table has colspan support (not sure
though, I haven't tried it yet)
-Andrew
On 7/21/06, Kuni <[EMAIL PROTECTED]> wrote:
Hello Nimisha,
thanks for your answer. using css to define the table-layout is a nice
idea but it is in my case inapplicable. let me describe
Hello Nimisha,
thanks for your answer. using css to define the table-layout is a nice
idea but it is in my case inapplicable. let me describe my problem:
i have a single page with a
<:jsp:include page="<%= fileToIncludeRequestParameter
%>"/>
component. including file contains a t:dataTab
Hi,
I was wondering if JSF supports invoking methods in
ManagedBeans that have input arguments..
For instance, how can I convert the following pure
jsp code to jsf style (I am particularly interested in conversion for the
method: getField(String arg)):
<% String dlen = "0";
f
I faced the exact same problem. We are using AS 8.2... but when i followed the steps given in
http://wiki.apache.org/myfaces/Installation_and_Configuration, for 8.1 and the problem was resolved.. we are not using tomahawk though.. we are using
myfaces-all.jar which was causing a conflict.
Regard
Title: MyFaces application don't work in SunOne 8.2
Sorry, we have made a mistake. Following the steps
enunciated in http://wiki.apache.org/myfaces/Installation_and_Configuration we can run our web application in
Sun Java System Application
Server Platform Edition 8.2 Personal Edition
fine.
i am not sure on how much this would help you, but here goes my view: If you want to use something for colspan, specify the width of the columns in your .css file and just use those class names in the columnClass attribute of datatable. That is how i could change the width of my columns in a tree t
Hi Chris,
Did you finally manage to find a recommended way? I am struggling with the
same problem in the context of Shale + MyFaces + Spring under Bea WL.
Thanks,
Balazs
Christian Kesselheim wrote:
>
> If I split up the spring jar and place just the spring-web*.jar files
> on WEB-INF/lib,
Hello,
i'm try to create a table using t:dataTable with a multi column/row
table header. is it possible to create a 'complex' header with colspan'
look a like to group the content? i'm going crazy .. no try really
works. i need something like that:
| group haeder |
I use javascript to invoke a hidden command link.
//
This one should be a piece of cake for all you JSF experts; how do I make a
selectOne component trigger an “action event”? I need to do some backend
processing after a user picks a different value for the drop down list, so I
need the event to happen after Update Model Values phase. Unfortunatel
Title: MyFaces application don't work in SunOne 8.2
We have developed a web application using MyFaces Core 1.1.3, Tomahawk 1.1.3 and Tomahawk-Sandbox-1.1.4 an works fine in Tomcat 5.5.12 with J2SDK 1.4. Nowadays we have tried to deploy the same .war in SunOne 8.2 app server. The .war was de
Wow, not sure why the source zip is out of date or if there is an
extra java file lying around. Here is the code in SVN:
http://svn.sourceforge.net/viewcvs.cgi/jsf-comp/trunk/aa/warSource/net/sf/jsfcomp/aa/tree/examples/TreeBean.java?view=markup&rev=585
-Andrew
On 7/21/06, Jorge Vásquez <[EMAIL
On 7/21/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
NetBeans has built in support for the JSF standard TLDs (and they are
identical for the RI and for MyFaces), so I assume you are talking about the
extra component libraries like Tomahawk, Trinidad, and Tobago?
I think he's meaning using t
On 7/21/06, Francesco Consumi <[EMAIL PROTECTED]> wrote:
Hi, I just downloaded and installed NetBeans 5.5 beta 2, and stilldoesn't recognize myfaces tag libraries.Does someone know something about this problem ?NetBeans has built in support for the JSF standard TLDs (and they are identical for the
Oh man sorry, it was a mistake with GMail :)Well i use submitted value because this is the way that i prefer to work with some forms that do intensive use of ValueChangeEvents.
2006/7/21, Mike Kienenberger <[EMAIL PROTECTED]>:
Rog, keep it on the mailing list, please. :-)I do something similar for
Rog, keep it on the mailing list, please. :-)
I do something similar for my Cayenne entities without problems. I'm
not sure why you'd need the submitted value. getAsObject passes the
submitted value as an argument, and the return value for getAsString
will be used as the submitted value on re
If you found the information helpful, perhaps you could create a wiki
entry for it. It's a common question.
On 7/21/06, xzuma <[EMAIL PROTECTED]> wrote:
But of course, Mike!
Thanks a lot! Saved my day.
Z.
On 7/21/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> See this thread:
>
> http:/
But of course, Mike!
Thanks a lot! Saved my day.
Z.
On 7/21/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
See this thread:
http://mail-archives.apache.org/mod_mbox/myfaces-users/200512.mbox/[EMAIL
PROTECTED]
On 7/21/06, xzuma <[EMAIL PROTECTED]> wrote:
> Hello Community!
>
> I have the fi
The submitted value for a UIInput component is the unconverted value, yes.
Converters get called from processValidations, renderResponse, and
possibly other phases as well (I think the submitted value is
converted to a local value in processValidations (applyValues for
immediate components) and th
Hi guys,The converters only works for selectOneMenus when i send data from page to bean or works when i change the value from bean and then refresh the page?In my case when i call selectOneMenu.setSubmittedValue
(someObject); from a ValueChangeEvent, no conversion is done, this is correct?-- Yours
Trinidad/adffaces has something like this -- processTrain or
navigationTrain or something like that.
http://wiki.apache.org/myfaces/ADF_Faces
Shale has a dialog component, but I don't know the details as I haven't used it.
On 7/21/06, Iordanov, Borislav (GIC) <[EMAIL PROTECTED]> wrote:
Hi
Hi guys,
Anybody knows of a wizard-like component that takes the
end-user through a sequence of steps with next/back buttons, validating the
input at each step…
Best,
Bolerio
Andrew, one last
request: the TreeBean found in the source files (jsfCompAA-source.zip) is
incomplete:
/**
*
*/
package
warSource.net.sf.jsfcomp.aa.tree.examples;
/**
*
* @author Andrew
Robinson (andrew)
*/
public class TreeBean
{
public TreeBean()
{}
}
Wou
See this thread:
http://mail-archives.apache.org/mod_mbox/myfaces-users/200512.mbox/[EMAIL
PROTECTED]
On 7/21/06, xzuma <[EMAIL PROTECTED]> wrote:
Hello Community!
I have the file upload working in MyFaces/Facelets. On upload, it is
stored in the persistence layer as a blob. The blob's wrappe
Hello Community!
I have the file upload working in MyFaces/Facelets. On upload, it is
stored in the persistence layer as a blob. The blob's wrapper bean
provides the unique numeric id for a given file.
Now, I need to show the link, so that users could download the given
file. The link will speci
Oh, nevermind, it's different:
java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/JspIdConsumer
java.lang.ClassLoader.defineClass1(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:620)
java.security.SecureClassLoader.defineClass(SecureClassLoader.ja
People keep telling me I can't use jsf1.2 and tomcat, but that simply isn't
true. It works absolutely fine if I use facelets... as long as I don't
introduce myfaces.
--
View this message in context:
http://www.nabble.com/java.lang.NoClassDefFoundError%3A-javax-faces-webapp-UIComponentTag-tf19811
My jars are:
axis-jaxrpc-1.4.jar
axis.jar
common-annotations.jar
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-discovery.jar
commons-fileupload-1.1.1.jar
commons-lang.jar
commons-logging.jar
commons-validator.jar
el-api.jar
el-ri.jar
jirasoap.jar
jsf-api.jar
jsf-facel
There are probably better ways to do it, but this is how I've been doing it:
This might not work with your styleClass="mystyle" attribute, though.
I don't think t:selectBooleanCheckbox allows children, but check the
source to be sure.
On 7/21/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
JBoss log:
12:42:58,928 INFO [Server] Starting JBoss (MX MicroKernel)...
12:42:58,928 INFO [Server] Release ID: JBoss [Zion] 4.0.2 (build:
CVSTag=JBoss_4_0_2 date=200505022023)
12:42:58,928 INFO [Server] Home Dir: C:\eclipse\workspace\JBoss
12:42:58,928 INFO [Server] Home URL: file:/C:/eclip
and I'm having the same problem with Tomcat5
--
View this message in context:
http://www.nabble.com/java.lang.NoClassDefFoundError%3A-javax-faces-webapp-UIComponentTag-tf1981170.html#a5436855
Sent from the MyFaces - Users forum at Nabble.com.
On Jboss4 I'm running Sun RI with sandbox and tomahawk nightly jars and am
getting :
java.lang.NoClassDefFoundError: javax/faces/webapp/UIComponentTag
org.apache.myfaces.custom.navmenu.jscookmenu.HtmlJSCookMenuRenderer.getString(HtmlJSCookMenuRenderer.java:326)
org.apache.myfaces.custom.navmenu
I am pretty sure this has been asked before, but I can't find it in
the archives.
I am trying to put a checkbox on a page and have text with it.
I have the following code:
What gets rendered is:
My text
Should this not be:
My text
?
Any way to do this or am I missing something? (BTW - thi
I use NB 5.5 with myfaces 1.1.1. (Haven't been able to get my apps to run on
the newer versions.)
Dennis Gesker's instructions should do it but if you still have questions just
let me know.
- Joe
On Friday 21 July 2006 09:59, Dennis Gesker wrote:
> Maybe this will help.
>
> Add the myfaces and
Ok, so a lot's of people are interested in something like that.
Does anybody know a good place in Palo Alto?
I am pretty new to this area, also I am ok with a meeting in SF.
-Matthias
On 7/17/06, Thomas Dudziak <[EMAIL PROTECTED]> wrote:
On 7/16/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrot
I have an annoying situation whereby a text field is firing a
valueChangeEvent when the value changes from null to a blank String.
This, to me, is not really a change.
Initially, the field in the backing bean is set to null. So the first
time the form is submitted, MyFaces assigns the value
Maybe this will help.
Add the myfaces and tomahawk jars to a library.
Tools --> Library Managers
Right click on your war project and choose properties. Click on
libraries and add the library you created above. Uncheck the package button.
On this same screen expand the build option and click
I'm using a daily build of NB5.5 and it works fine with MyFaces, but I
am using the MyFaces that comes with JBoss 4.0.4.GA. I don't see why
it wouldn't work with your own version of MyFaces or another app
server. There is a NB EE mailing list you could ask on.
Mike
On 7/21/06, Matthias Wessend
I don't know anybody using Netbeans.
Is there a sun forum? I guess you are not the only MyFaces user with
Netbeans. I hope at least :)
On 7/21/06, Francesco Consumi <[EMAIL PROTECTED]> wrote:
Hi, I just downloaded and installed NetBeans 5.5 beta 2, and still
doesn't recognize myfaces tag librar
I tried to import the project given on springframework.org.. it doesnt seem to work. it gets deployed but index.jsp cannot be accessed.
there is not faces servlet!!
I too need help in this...
Regards,
Nimisha.
On 7/21/06, Kapil Kataria <[EMAIL PROTECTED]> wrote:
Hi I need to create an applicati
Hi,
For display the record after fetching from the database
you need to use for displaying it.
Regards,
Chandru.
- Original Message -
From: "Marcus Schmidke" <[EMAIL PROTECTED]>
To:
Sent: Friday, July 21, 2006 7:56 PM
Subject: inputText doesn't display value??
Hello all,
what
I have received the same error message on occasion (it isn't 100%
reproducible, but I haven't tried too hard). I think that it is only
happening when my Seam conversation times out or is destroyed/ended.
Most of the time, command links are working fine in the panel group
from what I thought. I wou
Moving to the myfaces-user list
Well, my guess/speculation is that selectoneMenu must have a valid
selection. Null isn't a valid selection so it's throwing a
validation (or conversion) error.
I don't know why there's no error message being displayed, though.
On 7/21/06, Torsten Krah <[EM
Sorry, I haven't had time to document it on the web site.Here is the link to download it:http://sourceforge.net/project/showfiles.php?group_id=137466&package_id=197375
On 7/21/06, Jorge Vásquez <[EMAIL PROTECTED]> wrote:
Thanks Andrew,
I don´t see the component
that you mention on t
give them some time. for voting issue etc we usaly use a 72 hours timeframe.
-Matthias
On 7/21/06, Hendrik Neumann <[EMAIL PROTECTED]> wrote:
No idea? Anyone?
2006/7/20, Hendrik Neumann <[EMAIL PROTECTED]>:
>
> Hi everybody,
>
> I try to develop my own component which renders a Tree2 component
Whoops sorry for the errors in my post. Is your taglib.xml file imported using web.xml (facelets.LIBRARIES)?Could you post the function (or at least the full signature from Java)?
On 7/21/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
On 7/21/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:> If yo
On 7/21/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
If you can't get it to work in JSP, have you tried Facelets?
Read more carefully -- he's already using facelets :)
BTW if you use #{}, your variable resolver would have to recognize JSP
functions, and I am not sure if the myfaces JSF vari
Hi I need to create an application Using My Faces (JSF) and spring I am haven;t created any base framework using these technologies.If any one have some application working on these technologies.Please
mail me Framework documentation >it will help me to design a new framework.Please mail me (
[EM
On 7/21/06, Marcus Schmidke <[EMAIL PROTECTED]> wrote:
did you mean "only work with JSP" (so not at all with Facelets) or did you
mean "only work with JSP EL Syntax"?
Dennis is confused. He didn't realize that Facelets supports JSF EL
functions. [MyFaces can also support these, but it's tric
What is the type? I don't think it'll work with anything but String...
Also - do you have both a get and a set method?
Jim Moores
-Original Message-
From: Marcus Schmidke [mailto:[EMAIL PROTECTED]
Sent: 21 July 2006 15:27
To: users@myfaces.apache.org
Subject: inputText doesn't display
I am trying to use the to print plaint text
but I want to increase the font size and change the coloring to something like
red. Is it possible to do that in Tobago or will
I run into rendering problems.
Cory Showers
Software Engineer
Lockheed Martin MS2
(w) 856.866.6075
If you can't get it to work in JSP, have you tried Facelets? I can't speak for JSP, but I have many custom functions in facelets and have never had an issue using them. BTW if you use #{}, your variable resolver would have to recognize JSP functions, and I am not sure if the myfaces JSF variable r
Hello all,
what might be the reason if an inputText does not display the "value"
value?
(Facelets / myFaces 1.1.3)
The source code:
...
...
The HTML result:
Beschreibungstext
As you can see, outputText did what it should. inputText didn't.
Into what kind of beginner's trap
h:outputLink is only for literal URLs, so that won't work for page
navigation. Use a h:commandLink with an action attribute.
Storm Spire wrote:
> from the jetspeed jpetstore demo, I can see struts demo works well with
> links, like the one inside /index.jsp, it writes
>
>
>
>
> inside th
Hi-
We are looking for a Boston-based consultant
with strong JSF/MyFaces experience to join our team for a six month contract
starting right away.
If you are interested, please send an
email directly to me with your resume and any information.
Thanks,
Adam Brod
Product Development Team
PS - AS
Hello Dennis,
did you mean "only work with JSP" (so not at all with Facelets) or did you
mean "only work with JSP EL Syntax"?
I had used #{}. Now I tried ${}, which doesn't work either.
The xhtml file:
http://java.sun.com/jsf/facelets";
xmlns:h="http://java.sun.com/jsf/html";
xmlns:f="
Hi ,
Can I disable the selectManyListBox. If so,
how can i pass the value from my jsp to the Bean.
If i need to choose only single item in the List
box can I use selectManyListBox and specify the Size as 1 or should I use the
selectOneListBox.
Is it possible to send spaces("") to the
ok, may be I discover something better because many templates that are wery
similar
::SammyRulez:: wrote:
> I think writing code in the template would be ok and used only as
> default if the page do not define xxx.
>
> Personaly I would make 2 template and use the right one in each page.
>
> 20
Yes, i've read something about..
The feature that stick me to commandlink tags is the chance to add param
values to the action...
and I cannot imagine other way to do that with the commandbutton...
Have you some workaround to achieve the same result with commandbutton?
Maybe extending the comma
Hi, I just downloaded and installed NetBeans 5.5 beta 2, and still
doesn't recognize myfaces tag libraries.
Does someone know something about this problem ?
thanks,
--
Francesco Consumi
Ufficio Sistemi informativi
Istituto degli Innocenti
Piazza SS.Annunziata, 12
50122 Firenze
consumi at ist
I think writing code in the template would be ok and used only as
default if the page do not define xxx.
Personaly I would make 2 template and use the right one in each page.
2006/7/21, Martin Beránek <[EMAIL PROTECTED]>:
Hi,
is any way, how in template page detect if ... is defined and then g
Since I can do so that in the attributes action navigationMenuItem of the JsCookMenu that point at a page jsp. Pasen before through managedBean, I need this so that I need to recover the name of the label of navigationMenuItem from which click became
LLama Gratis a cualquier PC del Mundo.Llamada
Hi,
Hi Remo,
I had this problem a while ago - it turned out that, rather
counter-intuatively, the Components themselves have no state, so don't need to
be serialized. As far as I can remember the state is all held in the model.
Are you getting the current selection out of it or something? If
Hi,
I tried to subscribe
to the ADF Faces users list (as suggested on the wiki) but it didn't appear
to work - I hope it's still okay to post ADF Faces/Trinidad stuff here. My
Problem is that I'm using nested 's each one with a detailStamp
facet containing the next. This works fine at on
To remove your address from the list, send a message to:
<[EMAIL PROTECTED]>
De : Raziel Tabib [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 21 juillet 2006 11:47
À : users@myfaces.apache.org
Objet : How can I unsubscribe from this group??
__
Hi guys
Does anyone have an Example how to add rows to a HTMLDataTable in a
backing bean? I allreads have the setters and getters in the bean, but I
don't know how to add data to the HTMLDataTable object.
Thanks in advance,
Remo
This message may contain legally privileged or confidential informa
__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
__
Officially the only standard component that is allowed not to work
anymore
is the commandlink.
In JSF 1.2 the "JavaScript"lessness is part of the standard, because
more and more applications must be accessable (== JS-free). Therefor
we must check that as many components as possible can work with
Sure. Good suggestion.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Matthias Wessendorf
Sent: Friday, July 21, 2006 12:28 AM
To: MyFaces Discussion
Subject: Re: need javascript syntax to loop through checkbox list from
dataTable
Hi Julian,
I think th
Hi,
is any way, how in template page detect if ... is defined and then generate some code?
can I use c:if in some way?
--
Martin Beránek
http://www.i.cz
smime.p7s
Description: S/MIME Cryptographic Signature
Hi all
I have a backing bean that has to be serializable because I do some RMI stuff
in it. Now I am not able to use the HTMLDataTable of myfaces (t:datatable) in
my bean, because this is not serializeable. Do you have any hints how to avoid
this problem?
Thanks
--
Remo Liechti
Application D
Hi
When trying to build a dynamic page with tree2 component, I found that
exception was thrown in using EL value for the f:facet name attribute.
What am I doing wrong?
Exception listing:=
org.apache.jasper.JasperException: Unable to locate facet with the name:
FirstBranch
org.apach
No idea? Anyone?2006/7/20, Hendrik Neumann <[EMAIL PROTECTED]>:
Hi everybody,I try to develop my own component which renders a Tree2 component within the encodeBegin(FacesContext myContext)-Method of my own UIComponent.For this purpose I use the following code-snippet:
public void encodeBegin(
Lol.. i know the code looks like crap - it's just for a quick proof of concept, no worries.Since time is an issue for me, I gave up this problem a few days ago and just used a crappy work-around:In the constructor of SearchForm (the JSF Managed Bean that I tried injecting the Spring bean into) I ju
Push J
Does anybody know popupTheme ?
From:
Michael Heinen
[mailto:[EMAIL PROTECTED]
Sent: Dienstag, 18. Juli 2006
16:48
To: MyFaces
Discussion
Subject: InputCalendar -
popupTheme ?
InputCalendar has an attribute named „ popupTheme”.
The API says: “Set the theme-pre
ok,
I can understand this, but if it's so...
what is the aim meaning that tag???
regards..
--
View this message in context:
http://www.nabble.com/ALLOW_JAVASCRIPT-tf1975220.html#a5429611
Sent from the MyFaces - Users forum at Nabble.com.
We tried a hack to solve a similar issue by having a PhaseListener in
the beforeRender phase that walks the component tree and modifies it (in
our case resetting css styles) on offending components (referenced in
the FacesMessages collection).
It's a bit of an ugly hack and doesn't always work: e
Usually the type of thing you're trying to do is done this way:
1) Assign an id attribute to each of your input field
2) Place an instead of your DIV
Now, any conversion/validation error will be rendered near the correct
field. Remember also to use an
somewhere on your page to display errors t
81 matches
Mail list logo