[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-03 Thread mjek2
Felix, I have already some code and would be glad to share it with you. As soon as I return from vacation (in about 2 weeks) I can share it. I also think that if templates work we should handle them as first priority. Regards, Mike View the original post :

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-01 Thread mjek2
Hi all, thank you very much for all your feedback. The number of posts shows that many people would like to have excel integration. anonymous wrote : | What I would wish is a tag lib which really produces genuine excel files - including formulas, cell types, number formats. It would be ideal

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-01 Thread mjek2
@Gavin: I'll try to enhance my x-taglib now in order to create some non-trivial example (e.g. something like Seam PDF example). Then I'll create a JIRA issue and submit it there, ok? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024145#4024145 Reply to the

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-01 Thread mjek2
Just one more note about templates: actually it should be possible to load them as application resources (or even from a URL?) i.e. without additional configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024236#4024236 Reply to the post :

[jboss-user] [JBoss Seam] - Excel support in Seam: any interest?

2007-02-28 Thread mjek2
Hi all, after looking at Seam PDF integration I started to play with a similar approach to generate Excel reports (first attempts look good). I know, it's actually not on the Seam roadmap right now but if there is any interest out there, I think it should be possible to make it work similar to

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-02-28 Thread mjek2
Hi Gavin, nice to hear ;) I've experimented with JExcel API (http://jexcelapi.sourceforge.net/). My first xhtml pages look like: | x:workbook xmlns:ui=http://java.sun.com/jsf/facelets; | xmlns:s=http://jboss.com/products/seam/taglib; |

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-02-28 Thread mjek2
cool, I'll do it! What steps do I have to follow if I want to contribute (or is there any how-to-contribute-wiki-page)? btw I'll be on vacation in SF area in the next 2 weeks (I'm not sure whether I catch the SeamHibernate meetup, but hey, now I know what to do during my 12-hours-flight ;)

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-02-28 Thread mjek2
well, except for different/excel-specific tags, my feeling is that for the user it should be pretty much the same (i.e. minimum/no specific config, dynamic lists/tables etc.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023791#4023791 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread mjek2
Citation from Seam doc, section 7.1.2: | page name=checkout | view-id=/checkout.xhtml | back=enabled | redirect/ | transition to=checkout/ | transition name=complete to=complete/ | /page View the original post :

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread mjek2
I'm using the same Seam version as you but I can use back button in both IE and Firefox (and if you look at Seam examples, they should all work with back button). So it seems to be something IE specific in your case (i.e. some weird javascript). Do you observe it in all pages of your app or

[jboss-user] [JBoss Seam] - Re: DataModelSelection property not set after using the back

2007-02-23 Thread mjek2
You call updateListItems() from setCurrentObject() which in turn is called when the user selects something from the list using s:link. If updateListItems() manipulates mainListItems I can imagine that it could cause your problem. Did you try to remove updateListItems() from setCurrentObject()?

[jboss-user] [JBoss Seam] - Re: problem with the h:column rendered attribute

2007-02-23 Thread mjek2
If you want to hide the entire row (not just a cell) based on certain conditions I think you should do it in your java code (backing bean or so) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021084#4021084 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How does bijetion with new object references works?

2007-02-23 Thread mjek2
You're outjecting the user object into a conversation scope. If your DataModel is in the session scope, it won't be updated, I guess... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021136#4021136 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How does bijetion with new object references works?

2007-02-23 Thread mjek2
Ah, ok, got your point know. Well, you say that you see the changed object in the next page after outjection, so it seems like correct behaviour to me. I think the DataModel holds the old reference. Maybe you could force DataModel update instead of working with temporary object as alternative.

[jboss-user] [JBoss Seam] - Re: DataModelSelection property not set after using the back

2007-02-22 Thread mjek2
AFAIK it works fine in Seam examples (and I also use @DataModelSelection in my app, it works even after back button usage, I'm currently on Seam1.1.1). Do you have just one @DataModelSelection in your component? Could you show some more code (complete xhtml page and related java components)?

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-02-16 Thread mjek2
Cool! Would love to see the Seam Hibernate team in action! I'm in SF on March 2nd, but my flight arrives only at 7 pm. Any chance to catch the meetup? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017593#4017593 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-02-16 Thread mjek2
great! I hope the airline guys will do their best ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017821#4017821 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4017821 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Does setMaxResults() has effects on the query?

2006-11-13 Thread mjek2
Hi, I'm experiencing the same effect with DB2 using JBoss-4.0.4.GA. Did anybody find a solution and/or explanation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985513#3985513 Reply to the post :