Why not add a try catch block around the code in question instead of
letting runtime exceptions through?
On Mon, Aug 20, 2012 at 2:42 AM, Me Self wrote:
> Hi All
>
> How do I disable PPR error popups? If a bean method handling PPR
> events throws an runtime exception the user sees a popup that re
TE,
> colData.getWidth(i), null);
> writer.endElement("col");
> ---
> I could manually add the closing tag, or maybe there's a way to do it
> using the writer api, but I don't know how.
>
> Anyway, the scrollable tr:table has been tested here on IE 8&9
Is the height attribute or height style being set on a HTML
element? If so that is not valid. The TABLE element has no height,
neither an attribute nor support for a CSS height. Some browsers
recognize, others do not, but it is not in the HTML specification as a
current attribute.
http://www.w3.o
I believe that submitting a subform submits all parent subforms, but
not siblings.
For example:
sf1
sf2
sf3
sf4
sf5
If something in sf3 is submitted, sf1, sf2 and sf3 are processed, but not 4 & 5.
The subform documentation is not all that wonderful, so I am not positive.
2011/10/13 W
You cannot stamp an include. An include is executed during JSP/TagHandler
time. dataList/dataTable var is executed at stamping time. You would have to
use a forEach tag.
For more information I have written some blogs on the topic:
http://drewdev.blogspot.com/2008/08/cforeach-with-jsf-could-ruin-yo
>From the error, it looks like you are missing the Trinidad-impl faces-config
information. This could be a classpath issue. For example, are you sure that
the Trinidad 2.0 jars are the only ones on the classpath and there is only
one JSF implementation set of jars on the classpath? You can try runn
Here is a very old WIKI I wrote. Most of it should still work, but it is out
of date:
http://wiki.apache.org/myfaces/Facelets_and_JSF_1.1_maven-faces-plugin_Getting_started
On Sat, Jul 16, 2011 at 11:30 PM, omid p wrote:
> Hi guys,
>
> I want to create a custom component in trinidad but i could
Yes, you can have a look at the demo. It is running facelets and JSPX and is
on JSF 2.
https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo
web.xml:
https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/we
I think you would need to provide your own renderer. Note that there are two
radio components, selectOneRadio and selectBooleanRadio.
The selectBooleanRadio has a simpler HTML layout, but I am not sure what the
DOM that is produced looks like.
On Tue, Apr 26, 2011 at 7:30 AM, Me Self wrote:
> H
A4J + Trinidad is not supported. The two Ajax solutions are not tested and
probably are not compatible.
I do not see
"org.apache.myfaces.trinidadinternal.facelets.TrinidadFaceletViewHandler"
anywhere in your web.xml
Check this WIKI out:
http://myfaces.apache.org/trinidad/installation.html
On Su
I would suggest trying out the 2.0 in a branch of your source code and
testing it out. At the very least this will give you an idea what is better,
or what still needs some work. We have been fixing bugs quite quickly in
Trinidad 2, and it receives more attention than 1.2, but if people aren't
repo
Trinidad 1.2 is compiled with JDK 5 and should work with JRE 6
Trinidad 2 is compiled with JDK 6
On Fri, Dec 10, 2010 at 7:59 AM, Scott O'Bryan wrote:
> Yes, you can. JDK 5 was needed for compilation because of some plugin
> issues I believe, but the latest trinidad's should work with JDK 6 no
>
What problems do you have with f:ajax in Trinidad 2? it should be working
On Wed, Jul 14, 2010 at 11:07 PM, Venkat Ramanan Viswanathan
wrote:
> HI
>
> Can some one share the timelines for Trinidad 2 final release. We are still
> using alpha 2 for our environment and it is quite stable except that
One reason you may not be getting much feedback is that you are emailing the
wrong list. The dev@ list is only for discussing the development of myfaces
projects, not for using myfaces projects.
Your previous message has little debugging information. Please use the
source jar to debug through the
As of SVN revision 936035, the Trinidad trunk now supports the built in AJAX
of JSF2.
Details:
- Requests through f:ajax supported with Trinidad components
- jsf.ajax.request used to submit PPR requests from the Trinidad request
queue
- Server delivers JSF2 payload, with special handl
BTW, components should not be serialized, they should only be used for
one request and then thrown away, new components being built from
saved state on further requests.
On Tue, Apr 13, 2010 at 1:07 AM, wrote:
> Forget this post, obviously this NPE is not a Trinidad problem but of our
> own chan
ETHOD
> client
>
>
> When this entry is removed (thereby reverting to default settings), the
> problem gets solved. Any reason why client side State Saving is causing an
> issue?
>
>
>
> On Tue, Mar 9, 2010 at 10:23 PM, Andrew Robinson <
> andrew.rw.robin...@gma
UIXTable is not a concrete class, you should be using CoreTable. You
should never use "new ComponentClass" to create a component, but
instead should be using the Application to create the component using
the component type. This ensures that you get the correct
implementation class for the current
Do you use any JSTL tags?
Have you any component binding in the page, especially ones that may
live longer than one request?
On Tue, Mar 9, 2010 at 7:31 AM, preeti agarwal
wrote:
> Description of problem : I have an xhtml page in which I use trininad
> components (like tablelayout) and also tomah
Have a look at PanelPopup.js
There is no great API, but it seems that the TrPanelPopup has a hide
method with an event argument that is not used, so it seems to be safe
to pass null. Now to get an instance to the popup object, it looks
like you need to use TrPanelPopup._VISIBLE_POPUPS with the con
We are trying to make it backwards compatible. If you can devote some
time to running your application on Trinidad 2 and if there are any
issues, please let us know.
-Andrew
On Tue, Feb 23, 2010 at 9:09 PM, wrote:
> Thanks. Currently we use trinidad 1.2. Is trinidad 2 backward portable with
>
t;> icon. Note that CSS-syntax like pseudo-classes (:hover, etc) and descendent
>> selectors and composite class selectors do not work with icon selectors.
>
> Sadly, it seems like there is no other option than keeping
> the stylesheets for jQuery UI in a separate css file.
>
I know jQuery uses "ui-icon" so you don't have a choice in the name,
but could you test to see if not using the "-icon" ending is the
reason for the problem? I believe Trinidad skins treat style names
ending with icon specially, so that could be the reason.
-A
On Fri, Feb 19, 2010 at 9:44 AM, Elm
Are you using facelets? If so, put a around the
f:view, or better yet, remove all of the JSP tags in the page.
-Andrew
On Wed, Feb 17, 2010 at 7:29 AM, Jozef Dropco wrote:
> Hi all,
> I have following code:
> http://java.sun.com/JSP/Page";
> xmlns:f="http://java.sun.com/jsf/core";
>
an I set the proper value before the decoding is
> done? When should that be performed?
>
> Thanks for your help
>
> Jean-Noel
>
> On 15 Feb 2010, at 19:03, Andrew Robinson wrote:
>
>> What scope is entryBean?
>>
>> If entryBean is requestScope, then entr
...
On Mon, Feb 15, 2010 at 9:38 AM, baeschtu baeschtu wrote:
> How can I add a tag to the area, to display my favicon.ico..
> or is there a better way?
>
> Thanks
>
What scope is entryBean?
If entryBean is requestScope, then entryBean.subProjects will be null
on each request and would need to be set before the decoding is done,
otherwise the 2nd choice will never decode as it will be disabled. If
entryBean is not requestScope than you also have a problem as y
Not getting a response from people.apache.org and it is the server
that hosts the server information that I know of. Anyone know what is
up with it? It is killing my Trinidad maven build for snapshot checks.
-Andrew
You cannot mix strings an EL in partialTriggers, the JSP tag will not
allow it (I know, not cool). You have to either use a space-separated
string or EL that points to a string array. There are no other
options. I would suggest filing a JIRA ticket to fix this and then use
an EL function to convert
Set simple="true" on the input text
According to the W3C specification, XML http responses should always
use UTF-8 encoding (requests too actually)
http://www.w3.org/TR/XMLHttpRequest/
"Authors are strongly encouraged to encode their resources using UTF-8"
http://erik.eae.net/archives/2005/05/27/18.55.22/:
"UTF-8 is the standard en
Any hope on hosting the demo's at Apache?
On Wed, Feb 3, 2010 at 10:26 AM, Gerhard Petracek
wrote:
> imo it's just an issue with the server...
> i'll forward the issue.
>
> regards,
> gerhard
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English
tr:selectOneRadio and optionally put it in a popup?
-Andrew
On Thu, Nov 26, 2009 at 12:09 AM, Carsten Pieper
wrote:
>
> Hi there,
>
> as our applications still have to be compatible to IE6 we're quite unhappy
> with
> the tr:selectOneChoice as is makes use of the HTML select component which
> is
There is not much benefit to using components other than the rendered
attribute. If you aren't changing that, I would just use HTML. There
may be times that components are useful, like when the JSF response
writer is special-handling the written content for example, but that
is not too often. So yo
I believe they are fundamentally incompatible. Tobago uses render kits
to do a lot of built in page templates, and Trinidad has its own
render kit and has its own AJAX support that is not compatible with
other AJAX JSF solutions. I think you would end up with page layout
problems and AJAX problems
Maybe it is due to a submitted value being set?
Try wrapping the selectOneChoice boxes in a tr:subform and see if that
makes a difference
On Fri, Oct 9, 2009 at 9:25 AM, japher wrote:
>
> Hi,
>
> I have two selectOneChoice components, and I want to have the second one
> invisible until the user
what is getInstance() and how does it relate to the panelAccordion?
What does your view look like (jspx/xhtml)?
On Mon, Sep 21, 2009 at 10:24 AM, John Benson wrote:
> Has anyone noticed the following:
>
> panelAccordion tag with three showDetailItem panels. I'm using Trinidad
> v1.2.11, Facelets
If you give partial triggers an EL expression it must evaluate to type
String[]. The value change listener is fired for the current
iteration, so if you click item 3, the event will be broadcast for the
selectOneChoice inside the index 2 of tr:iterator. To move the
iterator to a new index you need
Trinidad button has an accessKey attribute:
http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_commandButton.html
-Andrew
On Fri, Sep 4, 2009 at 6:18 AM, scientia wrote:
>
> hi All,
> I am new to JSF . I want to use accesskey attribute with commandButton .For
> example if one form has a
s in
>> its own div, whereas mine is in a form within an insert. I'm not that
>> familiar with this way of doing it at the moment so not if this is the
>> problem.
>>
>> Thanks
>> Shaun
>>
>> 2009/8/13 Andrew Robinson
>>>
>>>
Any javascript errors?
It also may be that you do not have a root component in your template,
but instead have raw HTML. Try wrapping the body of the template with
a component.
-Andrew
On Thu, Aug 13, 2009 at 7:29 AM, Shaun Campbell wrote:
> I've just converted my template to use the tr:document
Another thing to check is the time between the DOMContentLoaded event
and the page OnLoad event. The former occurs when the page DOM
structure has been loaded by the browser, but no external entities has
been loaded, and the second after the resources have been loaded and
any JavaScript has been ex
I can't speak to the status, but I'd love to hear any feedback. What
"pretty-ness" is RCF lacking?
On Thu, Jun 25, 2009 at 8:15 PM, Bertrand, Shawn
R wrote:
> Ugh. There were (rather, hopefully are) some bright people on this project,
> and I sincerely hope to see it hit open source eventually.
tr:inputText generates a label. Set simple="true" to stop it from doing so.
-Andrew
On Tue, Jun 23, 2009 at 6:48 AM, Bram Van Dam wrote:
> Howdy,
>
> The following code seems to generate duplicate elements. Is this a bug, or
> am I missing something?
>
>
>
>
> results in
>
>
> being generated
Backing beans are separate from pages, so clicking a back button does
not change the backing beans, it is up to the application developer to
manage the backing beans. So in your example, it is typical to have 2
beans, one being the table backing and one being the current row. Then
when an edit link
a way to tell Trinidad not to generate the ?
> Thanks,
> Dave
>
>
> --- On Sun, 6/14/09, Andrew Robinson wrote:
>
> From: Andrew Robinson
> Subject: Re: trinidad: how to disable skinning
> To: "MyFaces Discussion"
> Date: Sunday, June 14, 2009, 7:23 PM
>
&g
The DOM has to have an ID to be PPR'd, I don't think that an ID is
usually used for the HEAD element.
You can just programmatically create and add the
After or before doesn't matter for CSS, just weights. You can just
increase your selectivity. Possible examples:
div.displayBlock { display: inline; }
body .displayBlock { display: inline; }
Trinidad doesn't affect your CSS loading at all, it just has some
styles it ships. You can use the firebug
ad) will be retrieved successfully from server?
>
> Thanks,
> Dave
>
>
>
> ...
>
>
>
>
>
>
>
>
>
>
>
> --- On Thu, 6/11/09, Andrew Robinson wrote:
>
> From: Andrew Robinson
> Subject: Re: trinidad ppr issue: ajax submit does not
call.
>
> I am trying to figure out how the initial ppr affects the subsequent ppr
> calls.
> Thanks for further help.
> Dave
>
> --- On Wed, 6/10/09, Andrew Robinson wrote:
>
> From: Andrew Robinson
> Subject: Re: trinidad ppr issue: ajax submit does not work
Where are your partial triggers? If no components trigger off of the
command link, then nothing will be updated on the client. Also, with
action and not actionListener make sure you never match a navigation
rule. Navigation will invalidate the PPR.
-Andrew
On Wed, Jun 10, 2009 at 10:21 AM, Dave w
r way.
>
> Best regards,
>
> Luka Surija
>
> +385 1 61 99 140
> +385 98 434 061
> l...@iytim.hr
>
> I.Y. tim d.o.o.
> Vrbik 3, HR-1 Zagreb
> www.iytim.hr
> i...@iytim.hr
>
>
>
> Andrew Robinson wrote:
>>
>> I would not jump to just saying &qu
I would not jump to just saying "that's totally wrong ..." when there
is truth to the observation. I cannot speak for Tobago, but there are
areas of Trinidad that have not significantly changed in years. This
may give the impression that there is not much ongoing development.
What you find with Tri
It will work, just remember that the include will still be processed,
just none of its components will be rendered.
On Thu, May 14, 2009 at 8:41 AM, Shankar K wrote:
> Hi,
>
> I'm trying to include a page(/pages/xyz.xhtml) in a partialSubmit of a
> commandLink. Will ui:include work this way ? Pl
Out of curiosity, why are you using t:tree2 instead of t:tree? If
there is a shortcoming to the Trinidad tree, it would be good to know.
-Andrew
On Thu, May 7, 2009 at 8:23 AM, Florian Reiser
wrote:
> Hello,
>
>
>
> I want to use a tomahawk tree2-component in Trinidad.
>
> Every tree-item has a
AFAIK, you cannot use conversations with views cached in the
application. Seam stores user data in the components which invalidates
the requirement of the USE_APPLICATION_VIEW_CACHE that no components
can have any data pertinent to a user.
Basically USE_APPLICATION_VIEW_CACHE is extremely hard to
Sounds like your web.xml doesn't have the Trinidad resource servlet
set up correctly. See the trinidad-demo source for an example of the
configuration.
-Andrew
On Wed, May 6, 2009 at 3:08 AM, Dave wrote:
> We have jsf pages that uses tomahawk(1.1.8) and trinidad(1.2.11) with JSF ri
> 1.2.12.
> F
Could you submit a test case that builds using maven and runs with
jetty support (just a normal war pom setup and the jetty plugin can be
added easily)?
On Tue, Apr 21, 2009 at 9:41 AM, Paul Freeman wrote:
> Just tried it and no luck :-(
>
> Note that the delete() method in my case is in context
Servlet 2.4, ew. So much for being able to do any JSF 1.2 work on google.
On Wed, Apr 8, 2009 at 10:06 AM, Bruno Aranda wrote:
> Hi,
>
> Today Google App Engine for Java has been released. I was wondering if it
> would play with JSF and I don't have the time to check now. According to the
> docum
isn't magic. So figure out what you want to call, then
strip out the beginning get from properties and use [] to get items
from a Map by key or items in a list by index.
-Andrew
On Fri, Apr 3, 2009 at 5:02 PM, Andrew Robinson
wrote:
> #{backingBean.someproperty[linkBean.arg1]} is correct
#{backingBean.someproperty[linkBean.arg1]} is correct syntax, assuming
that backingBean.someproperty is a map or list or other java object
and not a primitive or something that the [] cannot be applied to.
What is the signature of the getSomeProperty method on backingBean and
the getArg1 on the lin
nswer is, but I need clarity, that's all. Thanks!
>
> Best regards,
> Bart Kummel
>
>
> On Mon, Mar 30, 2009 at 18:13, Andrew Robinson <
> andrew.rw.robin...@gmail.com> wrote:
>
>> All the skins in MyFaces are Apache licensed, so suede vs minimal should
>
It really is not easy. The best thing may be to start with a good skin &
delete / change selectors, or start cutting & pasting. The minimal still has
some CSS in it and it isn't 100% maintained so there may be things in there
that do not need to be and there may be things that should be there that
1. try f:setPropertyActionListener
2. use the managed property feature of the managed bean registration in
the faces-config.xml
3. I did'nt know f:param didn't work with the command button, have you
tested it?
-Andrew
On Fri, Mar 13, 2009 at 5:09 PM, Amaris Nieves wrote:
> I can a
For the question regarding using GET not POST, take a look at JBoss Seam,
they have solutions for this.
On Wed, Mar 11, 2009 at 9:42 PM, wrote:
> Hello All,
>
> Probably the most basic web pattern is to list a series of objects
> (Employees, say) and then be able to click on one of them and edit
Unless you set #{sessionScope.someBooleanProperty} to true it will return
null, and null is the same as false in terms of the disabled attribute.
-Andrew
On Wed, Mar 4, 2009 at 11:54 PM, Madhav Bhargava <
madhav_bharg...@infosys.com> wrote:
> Hi All,
>
>
>
> In a JSP I need to disable a compone
Input controls will remember their submitted values until they are cleared.
Have you made sure that the input text has never posted a value back? If so,
calling resetValue() is the correct solution, and not a work-around.
-Andrew
On Fri, Feb 27, 2009 at 12:51 AM, wrote:
> Hi.
>
> We are curren
Have a look at the trinidad developer skinning guide on the myfaces website.
-Andrew
On Thu, Feb 26, 2009 at 8:28 AM, Harry van Rijn
wrote:
> Hi,
>
> I want the tr:panelTabbed component have my own style.
> The standard rendering is not what I want, I like for instance
> the tabs to be coloured
Please read the thread before replying, that question was already asked and
responded to
On Wed, Feb 25, 2009 at 8:51 AM, Richard Yee wrote:
> Do you have tr:document in your page?
>
> -R
>
> Sent from my iPhone
>
> On Feb 25, 2009, at 7:28 AM, Lars Vogel wrote:
>
> Thank you.
>
> I assume you m
You cannot PPR an item inside a stamped component from outside the stamped
component without PPR'ing the entire stamped component. So in your case,
calcAll should PPR the table, not the panel group layout. If you only really
want to PPR just the panel group layouts in every row, you will have to do
No that is an Oracle RichClient component that has been created recently
(long after the Trinidad donation)
-Andrew
On Thu, Feb 19, 2009 at 12:12 PM, mjdenham wrote:
>
> Does the adf control af:decorativeBox exist in Trinidad. I can't see it
> documented anywhere.
>
> Thanks
>
> Martin
> --
>
Subform is not a flattened component, so therefore the panelFormLayout
will not be able to see the items in the subform and align them, it
would only attempt to align the subform elements themselves, not the
children.
If you wish, file and enhancement JIRA ticket to make subform support
flattening
I think it should be:
af|inputText:disabled af|inputText::content {
color: black
}
Reasoning:
1) disabled state is on the inputText.
2) the af|inputText::content is a actually one element, not "the
content under the input text", but rather "the content for the input
text"
This is because "af|
You cannot do that with selectManyCheckbox, please see my email on how to do it
On Mon, Feb 2, 2009 at 9:16 AM, Paul Spencer wrote:
> Currently I have a list of names in a value="#{listOfnames}".../>. The list of check boxs is currently displayed
> in one column. I would like to display the che
Check the archive, someone just asked this question. You can use the
tr:panelList with a tr:iterator and a tr:selectBooleanCheckbox with
the columns set to 2 on the panel list. It is a bit of work, but
should do what you need.
If you want, create an enhancement JIRA ticket to allow for multiple
co
Just debug into the code and see the method stack. Just guessing over
email will not be very effective. You could also create a maven
project as a test case and submit it so us devs can reproduce it.
-Andrew
On Mon, Feb 2, 2009 at 5:45 AM, Kuhn, Harald wrote:
> Hi,
>
> could anyone answer the qu
"i not use trinidad because my app would be fast and low weight."
What makes you think that Trinidad would slow your app down and make
it heavier? What performance metrics do you have that show any
degrade?
Trinidad is pretty light and there has been a lot of effort making its
performance good. I
ri, 23 Jan 2009 12:57:27 -0700
> Andrew Robinson wrote:
>
>> Most browsers need content type of text/html, even for XHTML
>> documents. It is a bug in the browser.
>>
>> -Andrew
>>
>> On Fri, Jan 23, 2009 at 11:57 AM, Bjørn T Johansen wrote:
>> >
Most browsers need content type of text/html, even for XHTML
documents. It is a bug in the browser.
-Andrew
On Fri, Jan 23, 2009 at 11:57 AM, Bjørn T Johansen wrote:
> When I use the following in my xhtml page..:
>
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> http://www.w3.org/1
1) _Never_ bind a component to anything except request scope (just put
your data in the session)
2) The poll happens on the client, not the server, so you have to PPR
the page / poll component to change its properties (I am not sure how
well the poll component PPRs itself though)
-Andrew
On Thu,
Looks like a class path issue. Make sure you only have one Trinidad
set of jars on the application class path
On Thu, Jan 22, 2009 at 2:42 AM, Kuhn, Harald wrote:
> Hi,
>
> I found a strange behaviour in one of our pages (facelet).
> From time to time there seems to be a state of .
> I can't thin
FYI, here is a blog on a possible problem with using tr:switcher due
do its lifecycle optimizations:
http://drewdev.blogspot.com/2009/01/trswitcher-has-some-lifecycle-caveats.html
Hope it prevents some bugs.
-Andrew
On Mon, Jan 12, 2009 at 12:26 AM, wrote:
> Hi *,
>
>
>
> I tried to use @IMPORT url("/module-desktop.css"); in my css file loaded by
> the trinidad-skins configuration but that doesn't seem to work. In the
> generated CSS file there are no @IMPORT statements and the content of the
> CSS file whi
That only works if the user never clicks on a tab. This is because the
renderer for the show detail item calls setDisclosed which sets the
components local value. Once this is set, the EL will never be
evaluated again.
-Andrew
On Wed, Jan 7, 2009 at 10:17 AM, Walter Mourão wrote:
> As I remember
Unfortunately, the best way is to use component binding of the tab
component to a bean and update the disclosed properties of the
children show details manually.
The other way is to use JavaScript on the client to manually fire a
click event of the desired anchor element (tab) from the button, but
If you use tr:document I believe Trinidad always uses the HTML
doctype. This is something that I have wanted to change. For example,
the demos render:
http://www.w3.org/TR/html4/loose.dtd";>
This is one of those issues that other community members where
hesitant to change. Perhaps this is part of
Is the VPN caching requests, like say through a proxy?
On Tue, Dec 23, 2008 at 12:15 PM, Bertrand, Shawn R
wrote:
> Can anyone think of a reason why PPR wouldn't work over a VPN connection?
> We have some situations (not reproducible, of course) where a partialSubmit
> button is clicked, a dialo
This is the wrong mailing list for this question, it is not regarding
myfaces development. I am posting this reply on the users list, all
further replies should go there.
I don't think that you solution is a valid one. It is not valid to
locate a component in more than one location of one componen
Option A:
public void processClick(ActionEvent event)
{
System.out.println(event.getComponent().getId()); // link1 or link2
}
Option B:
public void processClick(ActionEvent event)
{
System.out.println(event.getComponen
actionEvent.getComponent()
On Fri, Dec 19, 2008 at 2:47 AM, Anton Gavazuk wrote:
> Hi all,
>
> I"m making the master-detail scenario via ActionListeners and want to
> use the same ActionListener
>
> is there any "easy" way to know which link in table row performs the action?
>
> Thanks.,
> Anton
Dialog meaning browser window or dialog meaning a floating DIV?
If the latter, you can use the tr:panelPopup component and only render
it if messages are present or the like.
In order to do the former, you will have to code it yourself with
javascript. You could use window.open to 'about:blank',
Look at tr:subForm
On Wed, Dec 17, 2008 at 2:57 AM, wrote:
> Hi,
>
>
>
> On one of my pages I've got 2 tr:selectOneChoice boxes – box A and box B.
> The content of box B depends on the selection of box B. I'm using
> autoSubmit="true" for box A and partialTriggers="boxA" for box B. This works
>
.SelectManyCheckBoxRedi5Tag
> setIntegerProperty(bean, CoreSelectManyCheckBoxRedi5.LAYOUT_WIDTH,
> _layoutWidth);
>
>
> i prove with trinidad-1.2.11-SNAPSHOT
> regards
>
>
> 2008/12/2 Andrew Robinson <[EMAIL PROTECTED]>
>>
>> Can't see the proble
ag
> UIXValueTag
> UIXComponentTag
>
> but my class not compile, maybe is that the source that i have not
> correspond with the jar of trinidad
> trinidad-impl-1.2.11-SNAPSHOT.jar
> trinidad-api-1.2.11-SNAPSHOT.jar
>
>
>
> 2008/11/30 Andrew Robinson <[E
Sub classes are allowed to call protected methods, what is the issue?
On Sat, Nov 29, 2008 at 9:42 AM, alvaro tovar <[EMAIL PROTECTED]> wrote:
> hello
>
> i am trying of add a parameter layoutWidth,
>
> y do this
>
> create a class that extends CoreSelectManyCheckboxTag
>
> public class SelectMany
This is not 100% true. In JSF 1.2, non-deferred EL expressions may be
used in IDs:
Just remember that ${} is evaluated during JSP tag execution, not
during the component tree traversal.
-Andrew
On Wed, Nov 26, 2008 at 2:35 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> Hi,
>
> EL is not
As for the lifecycle: put a breakpoint in the source code.
For messages, also include a global messages component.
Just put a breakpoint on the renderResponse method in the FacesContextImpl.
On Tue, Nov 25, 2008 at 9:20 AM, alvaro tovar <[EMAIL PROTECTED]> wrote:
> hello
> thanks for your answer
Easiest way is to get the trinidad-demo and trinidad-blank
applications. They are in SVN (maybe someone knows where to download
them from?). They are already setup and working, so you can just start
with them and modify them.
-Andrew
On Thu, Nov 20, 2008 at 4:39 PM, Lars Vogel <[EMAIL PROTECTED]>
For those that care, here is an article I found interesting on the
subject of Sun laying off some of their workforce
http://broadcast.oreilly.com/2008/11/suns-layoffs-who-is-anil-gadre.html
-Andrew
use \n and use a css style on the messages with white-space: pre
-Andrew
On Fri, Nov 14, 2008 at 12:33 AM, Bruno Marti <[EMAIL PROTECTED]> wrote:
>
> Is there a way to outline a multiline message in tr:messages or tr:message.
> I've got several user error messages which should have multiline styl
1 - 100 of 1684 matches
Mail list logo