[jboss-user] [JBoss Seam] - Re: Loosing information right out of my entity bean....

2007-06-19 Thread petemuir
Show some code. Are you in a conversation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055500#4055500 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055500 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Conversation - setting and getting

2007-06-19 Thread petemuir
urosmil wrote : 1) is it possible to set conversation scope in faces-config.xml; in the same way as for session scope: managed-bean-scopesession/managed-bean-scope No. And a bean declared in faces-config.xml isn't a Seam component. anonymous wrote : 2) how go get conversation scoped bean

[jboss-user] [JBoss Seam] - Re: Pageflow action state

2007-06-19 Thread petemuir
KnisterPeter wrote : is there something like a pageflow action state? I need a state where I could end the current conversation and not the pageflow and afterwards execute another method. No, a conversation and a pageflow are the same length anonymous wrote : My usecase is the following:

[jboss-user] [JBoss Seam] - Re: Conversation - setting and getting

2007-06-19 Thread petemuir
Are you propagating the conversation to the popped up window? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055570#4055570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055570

[jboss-user] [JBoss Seam] - Re: Selecting from a dataTable works randomly

2007-06-19 Thread petemuir
Whole exception please. Also, post the showReport bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055670#4055670 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055670 ___

[jboss-user] [JBoss Seam] - Re: javax.el.ELException , unable to localize the error

2007-06-19 Thread petemuir
Is that the whole exception? Use your debugger and break on ELException. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055672#4055672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055672

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-19 Thread petemuir
h:commandButton needs to surrounded by a form View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055674#4055674 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055674 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Conversation - setting and getting

2007-06-19 Thread petemuir
Ok, fair does. Can you post the content of the popup window and any beans you call off it (offerPreviewBean, offerBean). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055675#4055675 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Trouble with Seam email.

2007-06-19 Thread petemuir
Hmm, looks like we've got some oddness going on there. Can you create a simple test case (ideally based on the mail example in Seam), and attach it to a JIRA issue please? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055676#4055676 Reply to the post

[jboss-user] [JBoss Seam] - Re: s:link does not work in rich:tree

2007-06-19 Thread petemuir
What does not work mean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055677#4055677 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055677 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:link does not work in rich:tree

2007-06-19 Thread petemuir
What html is output View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055683#4055683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055683 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: javax.el.ELException , unable to localize the error

2007-06-19 Thread petemuir
Ah, thats the clue :) Post the bean and the xhtml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055691#4055691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055691 ___

[jboss-user] [JBoss Seam] - Re: javax.el.ELException , unable to localize the error

2007-06-19 Thread petemuir
It looks to me like the ajax4jsf namespace isn't being resolved correctly. Does it work as a h:commandButton? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055709#4055709 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Question: Can static parameters be used in *.page.xml?

2007-06-18 Thread petemuir
The reason that you can't easily provide static parameters to pages.xml is that it is not normally a good design choice. If you are using seam-gen/seam application framework then you would be much better off using an EntityQuery and components.xml to specify the default order. This also gets

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread petemuir
do a cleanall, CVS is compiling fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055217#4055217 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055217 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread petemuir
The directory is supposed missing. Looks like the dist target got broken - we'll get that fixed. BUT you can compile seam (build taget) fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055228#4055228 Reply to the post :

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread petemuir
Sorry, I meant to write, the directory is supposed to be missing - it was deleted on purpose as its no longer needed. Just edit your build.xml and remove that line. I can't fix it just now as I have a load of local edit to build.xml View the original post :

[jboss-user] [JBoss Seam] - Re: Help : seamdisc problem

2007-06-17 Thread petemuir
Yes I'm working with the Richfaces/Ajax4jsf guys to get this working for 1.3.0.BETA1 - sorry about that! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055043#4055043 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055043

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA UI example doubt

2007-06-17 Thread petemuir
Using a managed rather than detached entity causes the UOE to go away. @Name(personAction) | @Scope(ScopeType.CONVERSATION) | public class PersonAction { | | @In(create=true) | private EntityManager entityManager; | | private Person person; | | private Integer

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-17 Thread petemuir
Yeah, the way I reimplemented it requires that the entities you feed to the entityconverter are managed. I updated the docs to reflect this. File a JIRA issue and I'll see if I can work around this (won't be for 1.3 though) View the original post :

[jboss-user] [JBoss Seam] - Re: SeamPDF and generating tables fails after some iteration

2007-06-15 Thread petemuir
Ah, maybe it affects 32bit as well - I didn't follow closely the discussion https://facelets.dev.java.net/issues/show_bug.cgi?id=213 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6196102 We need a new draft of 1.1.12 - then we can update the one in Seam. You may want to try compiling

[jboss-user] [JBoss Seam] - Re: SeamPDF and generating tables fails after some iteration

2007-06-15 Thread petemuir
You can c:forEach over h:column View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054664#4054664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054664 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Writing a custom converter which wraps EntityConverter

2007-06-15 Thread petemuir
This should be fairly straightforward - just extend the class, copy the annotations (and give it a new name), and delegate as needed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054665#4054665 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Localization

2007-06-15 Thread petemuir
You should be able to do this using a page action page view-id=* action=#{foo.initLocale} / | @RequestParameter String locale; | | public void initLocale() { | if (locale != null) { | // Set the locale | } | } View the original post :

[jboss-user] [JBoss Seam] - Re: Session scoped component and usage

2007-06-15 Thread petemuir
You need to outject the componentLayout as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054734#4054734 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054734 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-15 Thread petemuir
try using the bypassUpdates option on a:support View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054752#4054752 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054752 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Writing a custom converter which wraps EntityConverter

2007-06-15 Thread petemuir
Yes, thats fine :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054771#4054771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054771 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam With the Velocity as presentation

2007-06-14 Thread petemuir
Not built in to Seam. You can of course use velocity to template both views and classes as long as you parse them before the deploying them to the server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054227#4054227 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss seam with eclipse

2007-06-14 Thread petemuir
There are loads of examples of backing the EJB3 persistence context with a database in the examples directory, and take a look at the Hibernate Entity Manager docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054229#4054229 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Database connection

2007-06-14 Thread petemuir
Lots of examples of using a database and EJB3 persistence with Seam in the examples directory. The Hibernate Entity Manager also discusses this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054230#4054230 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.0.2 AS

2007-06-14 Thread petemuir
No. And the only help you'll get from us is advice to upgrade. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054231#4054231 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054231

[jboss-user] [JBoss Seam] - Re: DataModel using Set does not work

2007-06-14 Thread petemuir
It should be h:dataTable var=question value=#{rfqQuestions} | /h:dataTable | ... - you want to bind to the outjected variable, not the property of the bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054233#4054233 Reply to the post :

[jboss-user] [JBoss Seam] - Re: DataModel using Set does not work

2007-06-14 Thread petemuir
Because JSF supports sets and arrays natively, but not Sets - Seam does some trickery there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054243#4054243 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054243

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread petemuir
Premheiko wrote : with the tag s:button i canĀ“t store my data in the database. Please i need a help as soon as possible! http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ anonymous wrote : By the way: s:commandbutton displays the follow mistake message: There is no tag s:commandButton

[jboss-user] [JBoss Seam] - Re: Project in peril: No active JTA transaction on joinTrans

2007-06-14 Thread petemuir
Normally this exception is masking an earlier problem. You should be able to use your debugger to find the underlying problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054267#4054267 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Timer / Scheduling in Seam

2007-06-14 Thread petemuir
We've had async timers (based on EJB3) for a bit, but 1.3 gives you a choice http://docs.jboss.com/seam/1.3.0.ALPHA/reference/en/html/jms.html#d0e10679 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054301#4054301 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Tomcat + Embedded EJB

2007-06-14 Thread petemuir
Can you file an issue in JIRA? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054304#4054304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054304 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-06-14 Thread petemuir
Use your debugger to catch ValidatorException, and see what the stack trace is. Post the stack if you are stuck. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054323#4054323 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread petemuir
What are you actually trying to do - you need to actually tell us in a bit more detail! Post code! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054336#4054336 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054336

[jboss-user] [JBoss Seam] - Re: seam and mysql views

2007-06-14 Thread petemuir
You should ask this in hibernate forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054338#4054338 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054338 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Request parameters

2007-06-14 Thread petemuir
Use page parameters or @RequestParameter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054339#4054339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054339 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: upgrading components.xml causes weird effects

2007-06-14 Thread petemuir
[EMAIL PROTECTED] wrote : component name=tc3EntityManager class=org.jboss.seam.core.ManagedPersistenceContext | |property name=persistenceUnitJndiNamejava:/tc3ManagerFactory/property | | /component You can use this just fine with s:convertEntity, just make sure to set the

[jboss-user] [JBoss Seam] - Re: s:graphicImage problems with Sun JSF Impl

2007-06-14 Thread petemuir
mustaghattack wrote : * NullPointerException due to getRenderType() != null This is fixed in 1.3ALPHA1 released yesterday. anonymous wrote : * Next problem : for some reason the DynamicImageResource doesnt get the same instance of DynamicImageStore, so the image is not found ! | It's weird

[jboss-user] [JBoss Seam] - Re: s:graphicImage problems with Sun JSF Impl

2007-06-14 Thread petemuir
Does the ui example work for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054370#4054370 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054370 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:graphicImage problems with Sun JSF Impl

2007-06-14 Thread petemuir
I've never tried the ui example on tomcat - if you want to raise an issue, we can fix that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054399#4054399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054399

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread petemuir
And what steps do you do create your problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054400#4054400 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054400 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: bug or limitation with seam/facelets ?

2007-06-14 Thread petemuir
Yes, this is known problem. With the new jboss-el we should finally be able to fix it. I can't find the issue for trackback, sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054401#4054401 Reply to the post :

[jboss-user] [JBoss Seam] - Re: request parameter + sfsb

2007-06-14 Thread petemuir
The blog example does this using page parameters. The seam pay example uses @RequestParameter. Also, seam-gen apps uses page parameters to achieve a similar effect. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=405#405 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Newb: why don't any seam log messages appear in JBoss lo

2007-06-14 Thread petemuir
It * should* - I would suggest getting a clean install of jboss and seam and see if it works then... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054446#4054446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054446

[jboss-user] [JBoss Seam] - Re: s:graphicImage problems with Sun JSF Impl

2007-06-14 Thread petemuir
Thanks for chasing this up! Sorry, no idea on your question though ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054474#4054474 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054474

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread petemuir
Yes, seamspace doesn't support gifs. But, as shakenbrain says, this is not because s:fileUpload can't upload gifs, but just due to the design of the example (in fact its because Java2D doesn't support writing to a gif, probably because of licensing issues). View the original post :

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread petemuir
ui:include from facelets (you are using facelets, right?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054527#4054527 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054527 ___

[jboss-user] [JBoss Seam] - Re: request parameter + sfsb

2007-06-14 Thread petemuir
page parameters are newer, more powerful, and separate design concerns better than @RequestParameter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054529#4054529 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054529

[jboss-user] [JBoss Seam] - Re: Do file upload component support jpeg and png only?

2007-06-14 Thread petemuir
As png is a superior format to gif, I can't see any problem here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054530#4054530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054530

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread petemuir
What's rtexp? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054534#4054534 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054534 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to import (include) .xhtml code

2007-06-14 Thread petemuir
Oh, you're trying to say it doesn't support EL expressions? It does :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054538#4054538 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054538

[jboss-user] [JBoss Seam] - Re: Viewing deployed EJBs

2007-06-14 Thread petemuir
HAve you looked at the debug.seam page? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054546#4054546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054546 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread petemuir
I'm confused - are you trying to put ajax4jsf-1.1.x.jar in server/default/lib (DON'T do this) or in the WEB-INF/lib of your war project or in the WEB-INF/lib of your war inside a ear? The booking example in 1.3ALPHA demonstrates correct packaging for a Seam application using ajax4jsf running

[jboss-user] [JBoss Seam] - Re: Unable to to install ajax4jsf-1.1.0.jar in jboss-4.2.0.G

2007-06-14 Thread petemuir
Or explain your query more carefully. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054566#4054566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054566 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread petemuir
AFAIK calls to this. aren't intercepted so you can't. You need to put the async method on separate component, inject the component and call cmp.sendAnEmail() - though this does seem quite convoluted. Hmmm. View the original post :

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread petemuir
Does it apply interceptors to getThis() - if so then the Seam interceptors will be applied and you are there... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054573#4054573 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Is it possible to access the outer instance of a Seam Co

2007-06-14 Thread petemuir
Ask Gavin what he thinks, I think that we can improve on where we are at now :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054577#4054577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054577

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-13 Thread petemuir
You don't need to send me anything - the code for this is all available in Seam 1.2.1.GA. I guess you could write out here the steps you took and I'll try to see where you deviating from the getting started guide. View the original post :

[jboss-user] [JBoss Seam] - Re: in an MDB how to get an application scoped component ?

2007-06-13 Thread petemuir
There is a problem with the version of EJB3 in JBoss 4.0.5 - if your MDB isn't JMS then Seam interceptors don't get applied. This is fixed in JBoss 4.2.0 - or you can manually start the Seam lifecycle. Anyway, the way it *should* work is to @Name your MDB, then you get full Seam capabilities

[jboss-user] [JBoss Seam] - Re: Update example: how to do ?

2007-06-13 Thread petemuir
Post the JSF and and the .page.xml as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053848#4053848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053848 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Update example: how to do ?

2007-06-13 Thread petemuir
Post [1] the JSF [2] page and the .page.xml [3] [1] to place text on a Web site. [2] http://en.wikipedia.org/wiki/JavaServer_Faces [3] http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/events.html#d0e3946 View the original post :

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.11 and s:decorate problem

2007-06-13 Thread petemuir
Yes, we recommend you use the versions of libraries we distribute with Seam, not random versions ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053880#4053880 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053880

[jboss-user] [JBoss Seam] - Re: async timed events and mailing

2007-06-13 Thread petemuir
Which version of Seam do you use? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053888#4053888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053888 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam PDF with 4.2.0 and no MyFaces (JSF RI)

2007-06-13 Thread petemuir
It's working fine in CVS (which targets AS 4.2/JSF 1.2) in the itext example for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053890#4053890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053890

[jboss-user] [JBoss Seam] - Re: async timed events and mailing

2007-06-13 Thread petemuir
I fixed a number of async bugs in 1.2.1.GA - please try with that. Otherwise, give CVS head a spin (or 1.3ALPHA, due out today I think). Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053891#4053891 Reply to the post :

[jboss-user] [JBoss Seam] - Re: web:character-encoding-filter

2007-06-13 Thread petemuir
It's there in 1.2.1.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053920#4053920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053920 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Nested conversation - passing selection to parent conver

2007-06-13 Thread petemuir
I don't understand why you are using a nested conversation... Show some code :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053926#4053926 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053926

[jboss-user] [JBoss Seam] - Re: web:character-encoding-filter

2007-06-13 Thread petemuir
It exists in the one I have (but as an element, not an attribute, which is correct) [EMAIL PROTECTED]:~$ cat jboss-seam-1.2.1.GA/src/main/org/jboss/seam/web-1.2.xsd | ?xml version=1.0 encoding=UTF-8? | xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; elementFormDefault=qualified |

[jboss-user] [JBoss Seam] - Re: web:character-encoding-filter

2007-06-13 Thread petemuir
Make sure you have the namespace available - add to the element xmlns:core=http://jboss.com/products/seam/core; and then add configuration as needed - web:character-encoding-filter encoding=UTF-16 |override-client=true |

[jboss-user] [JBoss Seam] - Re: web:character-encoding-filter

2007-06-13 Thread petemuir
N.B. This is all in the ref. manual View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053937#4053937 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053937 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: web:character-encoding-filter

2007-06-13 Thread petemuir
oops sorry, bad copy and paste ;) Sorry, I'm no expert on i8ln. You can check whether the seam character encoding filter is running using your debugger... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053942#4053942 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Enums in JSF code

2007-06-13 Thread petemuir
Frippe wrote : h:column rendered=#{bookable.week.period.status == PStatus.ACTIVE} | | /h:column This isn't valid EL, EL has no support for accessing enum's - something like #{bookable.week.period.status == bookable.month.period.status} would work though (where you compare two instance

[jboss-user] [JBoss Seam] - Re: Seam PDF with 4.2.0 and no MyFaces (JSF RI)

2007-06-13 Thread petemuir
I think the line is that we support using Seam 1.2.1.GA on AS 4.0.5.GA and 1.3 on AS 4.2.0 really - I doubt you'll get more specific than that! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053955#4053955 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Nested conversation - passing selection to parent conver

2007-06-13 Thread petemuir
Try using @In(create=true) and a @Factory to instantiate missing objects. This will allow you to use field injection as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053989#4053989 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SeamPDF and generating tables fails after some iteration

2007-06-13 Thread petemuir
This is a known bug in ui:repeat on 64bit. It appears to be a bug in Java that causes it - but I haven't kept up with its progress and fix. Check the facelets user list for more. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054004#4054004 Reply to the

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.11 and s:decorate problem

2007-06-13 Thread petemuir
We danced around a smoking cauldron at full moon and... Actually, IIRC, its 1.1.12, but not the latest version I suspect. Once Jacob marks 1.1.12 stable we will update to that. We extends classes in facelets to get s:decorate to work so if the facelets api changes... View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0 ALPHA released

2007-06-13 Thread petemuir
And a Trinidad - Seam example :p http://pmuir.bleepbleep.org.uk/2007/06/seam-13-alpha.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054115#4054115 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054115

[jboss-user] [JBoss Seam] - Re: JSF Component not rendered, but no errors reported

2007-06-13 Thread petemuir
No. In general, stick a break point on the encodeBegin/encodeEnd methods of the component renderer - then you can see where it all goes wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054164#4054164 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Simplest s:fileUpload usage

2007-06-13 Thread petemuir
You can run 1.3ALPHA on JBoss AS 4.0.5 - take a look at the documentation (end of chapter 1). You can't get the fix on 1.2.0.PATCH1 without patching the source of Seam and recompiling. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054165#4054165 Reply to

[jboss-user] [JBoss Seam] - Re: Seam-app not working with loader-repository /

2007-06-13 Thread petemuir
Seam 1.2.1 is designed to run on AS 4.0, Seam 1.3 on AS 4.2. The big change is JSF 1.2 (which is included in the AS). N.B. All the examples use classloader isolation and work on AS 4.2 in Seam 1.3ALPHA View the original post :

[jboss-user] [JBoss Seam] - Re: Conversations - do not work in Seam 1.2.1?

2007-06-13 Thread petemuir
I wouldn't advise exposing entities as Seam components. I find it much neater to manage through a CONVERSATION scoped bean (be it a Seam JavaBean or a SFSB) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054168#4054168 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam, Facelets, JSF and XML comments

2007-06-12 Thread petemuir
I added this to http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053385#4053385 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053385

[jboss-user] [JBoss Seam] - Re: How to map an array or a list of enums?

2007-06-12 Thread petemuir
Ask this in a hibernate or EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053386#4053386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053386 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread petemuir
http://labs.jboss.com/jbossseam/gettingstarted/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053388#4053388 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053388 ___

[jboss-user] [JBoss Seam] - Re: howto display the an enum object internationalized

2007-06-12 Thread petemuir
Smurfs isn't putting the label in the model, rather the key to the model. Using jboss-el you could do f:selectOneMenu value=#{backingBean.salutation} |s:selectItems value=#{salutations} var=salutation label=#{messages[salutation.name()]}/ |s:convertEnum / | /f:selectOneMenu with

[jboss-user] [JBoss Seam] - Re: howto display the an enum object internationalized

2007-06-12 Thread petemuir
sorry, rather the key for the label in the the model. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053453#4053453 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053453 ___

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread petemuir
Provide some information about your environment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053478#4053478 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053478 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread petemuir
The version of Seam you are trying to use would help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053489#4053489 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053489 ___

[jboss-user] [JBoss Seam] - Re: (Still) More flexible structure for components.xml

2007-06-12 Thread petemuir
Sorry, I'm not really sure what you are asking... You can put components.xml in WEB-INF/ META-INF/ /any/java/package/ and .component.xml in /any/java/package/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053500#4053500 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with immediate=

2007-06-12 Thread petemuir
anescu wrote : If I remove the anonymous wrote : immediate=true part, then I find myself in another problem, the form validation is performed and the page is not sent to the server. Placing immediate=true on a commandButton causes the action to be run during the APPLY_REQUEST_VALUES phase,

[jboss-user] [JBoss Seam] - Re: seam Facelets Value not correctly initialised ?

2007-06-12 Thread petemuir
Please use [ code ] tags View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053509#4053509 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053509 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JSF/Bean binding dropped when using s:link

2007-06-12 Thread petemuir
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053516#4053516 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053516 ___

[jboss-user] [JBoss Seam] - Re: Session problems

2007-06-12 Thread petemuir
thierry.rietsch wrote : beside rename all fields to different names This is the sane solution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053676#4053676 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053676

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-06-12 Thread petemuir
http://labs.jboss.com/jbossseam/gettingstarted RTM - Ant 1.6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053677#4053677 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053677

[jboss-user] [JBoss Seam] - Re: s:convertEntity with non-numeric @Id

2007-06-12 Thread petemuir
It works with *any* object - take a look at the ui example. Post the whole stack trace. You are using 1.2.1.GA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053688#4053688 Reply to the post :

  1   2   3   4   5   6   7   8   9   10   >