[jira] Created: (TOMAHAWK-988) SecurityContect for Portlet

2007-05-15 Thread Stephan Strittmatter (JIRA)
SecurityContect for Portlet
---

 Key: TOMAHAWK-988
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-988
 Project: MyFaces Tomahawk
  Issue Type: Improvement
  Components: Portlet_Support
 Environment: Liferay 4.1.3 + tomcat 5.5
Reporter: Stephan Strittmatter


It would be greate, if there would be added also an PortletSecurityContext, 
because it can be implemented JSR-168 conform.
See also the comment and example source in the wiki: 
http://wiki.apache.org/myfaces/SecurityContext

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (MYFACES-380) New component

2007-04-19 Thread Stephan Strittmatter (JIRA)

[ 
https://issues.apache.org/jira/browse/MYFACES-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490099
 ] 

Stephan Strittmatter commented on MYFACES-380:
--

I just started to extend the tag to be able to set also style and styleClass to 
the legend. Probably this would be interessting to be added before moving to 
Tomahawk.

> New component 
> --
>
> Key: MYFACES-380
> URL: https://issues.apache.org/jira/browse/MYFACES-380
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: General
>Reporter: Stephan Strittmatter
>Priority: Trivial
> Fix For: 1.1.1
>
>
> There is a HTML tag fieldset, which could be very useful to create nice 
> applications.
> Using it  at the moment reuires a lot spreating of verbatim-tags.
> Her a example of the html-output:
> 
> 
> My Fieldset
>
> 
> 
> The legend is rendered as title of the groupbox.
> My suggestion of the tag will be:
> 
>   
>   
> 
> 
>   
>   Update comment:
> 
> 
>   
>   
>   
>   
>cols="70"
>   rows="4"
>   wrap="virtual"
> 
> 
> style="width:90%"
>  
>  
> 
>  
>  
> accesskey="m"
>  
>  
> 
>  
>  
> 
>  
>  
> 
>  
>  
> 
>  
>  
> 
>  
>  
> 
>  
> >

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOMAHAWK-896) asts to HttpServletRequest-Objects

2007-02-14 Thread Stephan Strittmatter (JIRA)
asts to HttpServletRequest-Objects
--

 Key: TOMAHAWK-896
 URL: https://issues.apache.org/jira/browse/TOMAHAWK-896
 Project: MyFaces Tomahawk
  Issue Type: Improvement
  Components: Portlet_Support
Affects Versions: 1.1.5-SNAPSHOT
 Environment: JSR-168 Portlets
Reporter: Stephan Strittmatter


In many sources are casts to HttpServletRequest-Objects, which are not 
available in Portal-Environments.
These should be replaced to be more JSR-168 conform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TOMAHAWK-716) commandButton should support target

2006-09-28 Thread Stephan Strittmatter (JIRA)
commandButton should support target
---

 Key: TOMAHAWK-716
 URL: http://issues.apache.org/jira/browse/TOMAHAWK-716
 Project: MyFaces Tomahawk
  Issue Type: Improvement
Affects Versions: 1.1.5-SNAPSHOT
 Environment: Tomcat 4, Windows
Reporter: Stephan Strittmatter


 should support HTML target tag to allow opening of separate 
dialogs by a button.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MYFACES-434) MyFaces's Portlet enhancement

2006-09-21 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12436457 
] 

Stephan Strittmatter commented on MYFACES-434:
--

Having this integration for Tomahawk 1.1.4 would be very helpful for us! I will 
already say thank you for your work on this issue! 
Probably I can suport you on testing on Liferay portlets having fileupload 
features.

> MyFaces's Portlet enhancement
> -
>
> Key: MYFACES-434
> URL: http://issues.apache.org/jira/browse/MYFACES-434
> Project: MyFaces Core
>  Issue Type: Improvement
>  Components: Portlet_Support
>Affects Versions: 1.1.0
> Environment: LInux, J2SE 1.4.2
>Reporter: Shinsuke SUGAYA
> Assigned To: Martin Marinschek
> Attachments: filter051230.patch, filter051230.tar.gz, 
> filterportlet.patch, filterportlet.tar.gz, headerresource_for_j2.tar.gz, 
> impl-filter-noAddResources-060315.patch, newfile_for_portlet.tar.gz, 
> patch_for_portlet.patch, tomahawk-filter-noAddResources-060315.patch, 
> Tomahawk_FileUpload_IBMPortal.zip
>
>
> MyFacesGenericPortlet does not fully support the feature of tomahawk 
> component, such as inputHtml and fileUpload. So, I request the following 
> feature to run it on portlet:
> - support tags in  (ex. inputHtml component)
> - support upload (fileUpload component)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Kommentiert: (MYFACES-646) accepts invalid date input

2005-11-09 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-646?page=comments#action_12357120 
] 

Stephan Strittmatter commented on MYFACES-646:
--

At least the calender should convert the value to the corrected date after 
submit.

I solved this in using a binding to the calender an added following code now:

calendarControl.setUserData(new HtmlInputDate.UserData(this.myDate, 
this.getLocale()));

IMHO at least this should be done directly in calendar.

>  accepts invalid date input
> 
>
>  Key: MYFACES-646
>  URL: http://issues.apache.org/jira/browse/MYFACES-646
>  Project: MyFaces
> Type: Bug
>   Components: Tomahawk
> Reporter: Stephan Strittmatter
> Assignee: Martin Marinschek
> Priority: Critical
>  Fix For: Nightly

>
> If you e.g. insert as day "33" and select "September" then the date is 
> converted to 3. Oct. instead of raising an error.
> In addition: Is it also possible to disable the direct manual input and allow 
> only using the popup?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Kommentiert: (MYFACES-652) Findbugs ant-tasks

2005-11-07 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-652?page=comments#action_12356938 
] 

Stephan Strittmatter commented on MYFACES-652:
--

Okay I am not very familar with the MyFaces project at all. I will check this 
and try to create a new patch then in respect of information at 
http://myfaces.apache.org/buildhowto.html.

> Findbugs ant-tasks
> --
>
>  Key: MYFACES-652
>  URL: http://issues.apache.org/jira/browse/MYFACES-652
>  Project: MyFaces
> Type: Improvement
>   Components: General
> Reporter: Stephan Strittmatter
> Priority: Trivial
>  Attachments: findbugs-all.diff, findbugs-api.diff, findbugs-impl.diff, 
> findbugs-sandbox.diff, findbugs-tomahawk.diff
>
> MyFaces could be improved by checking the code using findbugs 
> (findbugs.sourceforge.net/ ).
> See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-754) Version within jar-names

2005-10-26 Thread Stephan Strittmatter (JIRA)
Version within jar-names


 Key: MYFACES-754
 URL: http://issues.apache.org/jira/browse/MYFACES-754
 Project: MyFaces
Type: Improvement
  Components: General  
Reporter: Stephan Strittmatter
Priority: Trivial


IMHO it would be a good idea to include the version within the jar-names. 

E.g: 
* myfaces-all-1.1.1RC3.jar
* tomahawk-1.1.1RC3.jar

* myfaces-all-1.1.0.jar
...

This is also the naming many other projects support.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Kommentiert: (MYFACES-752) Remove of context parameter "org.apache.myfaces.PRETTY_HTML" and its dependend source

2005-10-26 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-752?page=comments#action_12355933 
] 

Stephan Strittmatter commented on MYFACES-752:
--

Sorry, now I saw, there is already an issue: 
  http://issues.apache.org/jira/browse/MYFACES-744

Please mark as double and close it. I have no rights for that.

> Remove of context parameter "org.apache.myfaces.PRETTY_HTML" and its 
> dependend source
> -
>
>  Key: MYFACES-752
>  URL: http://issues.apache.org/jira/browse/MYFACES-752
>  Project: MyFaces
> Type: Task
>   Components: General
> Versions: Nightly
> Reporter: Stephan Strittmatter
> Priority: Minor

>
> On the mailing list users@myfaces.apache.org was a discussion to remove 
> context parameter "org.apache.myfaces.PRETTY_HTML" from MyFaces.
> There is another project called JTidy, which provides an extention filter to 
> format HTML:
> http://jtidy.sourceforge.net/multiproject/jtidyservlet/filter.html
> MyFaces should concentrate on its goal.
> Severeal users voted to remove the PRETTY_HTML-feature from MyFaces.
> Tasks:
> * Remove all sources, which depends on this context parameter
> * Write a short description, how to make HTML pretty using JTidy at the wiki 
> instead (already done by Simon Kitching at http://wiki.apache.org/myfaces/FAQ 
> ).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-752) Remove of context parameter "org.apache.myfaces.PRETTY_HTML" and its dependend source

2005-10-26 Thread Stephan Strittmatter (JIRA)
Remove of context parameter "org.apache.myfaces.PRETTY_HTML" and its dependend 
source
-

 Key: MYFACES-752
 URL: http://issues.apache.org/jira/browse/MYFACES-752
 Project: MyFaces
Type: Task
  Components: General  
Versions: Nightly
Reporter: Stephan Strittmatter
Priority: Minor


On the mailing list users@myfaces.apache.org was a discussion to remove context 
parameter "org.apache.myfaces.PRETTY_HTML" from MyFaces.

There is another project called JTidy, which provides an extention filter to 
format HTML:
http://jtidy.sourceforge.net/multiproject/jtidyservlet/filter.html

MyFaces should concentrate on its goal.

Severeal users voted to remove the PRETTY_HTML-feature from MyFaces.

Tasks:
* Remove all sources, which depends on this context parameter
* Write a short description, how to make HTML pretty using JTidy at the wiki 
instead (already done by Simon Kitching at http://wiki.apache.org/myfaces/FAQ ).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Kommentiert: (MYFACES-434) MyFaces's Portlet enhancement

2005-10-24 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12355606 
] 

Stephan Strittmatter commented on MYFACES-434:
--

Werner, has you already written HeaderResource for Liferay? Probably you could 
share it here?
Shinsuke, probably you could also add a reference to the Jetspeet2 
Implementation here?

> MyFaces's Portlet enhancement
> -
>
>  Key: MYFACES-434
>  URL: http://issues.apache.org/jira/browse/MYFACES-434
>  Project: MyFaces
> Type: Improvement
> Versions: 1.1.0
>  Environment: LInux, J2SE 1.4.2
> Reporter: Shinsuke SUGAYA
> Assignee: Stan Silvert
>  Attachments: filterportlet.patch, filterportlet.tar.gz, 
> newfile_for_portlet.tar.gz, patch_for_portlet.patch
>
> MyFacesGenericPortlet does not fully support the feature of tomahawk 
> component, such as inputHtml and fileUpload. So, I request the following 
> feature to run it on portlet:
> - support tags in  (ex. inputHtml component)
> - support upload (fileUpload component)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Kommentiert: (MYFACES-646) accepts invalid date input

2005-10-06 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-646?page=comments#action_12331528 
] 

Stephan Strittmatter commented on MYFACES-646:
--

I think for user input a lenient calendar is not a good idea. Probalbly you do 
misstyping, e.g. type tree 1 (111) by misstake instead of "11" and you do not 
recordnice this.

You can not do a mistake on the month, but the month combobox is in contrast to 
the "lenient" day.

>  accepts invalid date input
> 
>
>  Key: MYFACES-646
>  URL: http://issues.apache.org/jira/browse/MYFACES-646
>  Project: MyFaces
> Type: Bug
>   Components: Tomahawk
> Reporter: Stephan Strittmatter
> Priority: Critical

>
> If you e.g. insert as day "33" and select "September" then the date is 
> converted to 3. Oct. instead of raising an error.
> In addition: Is it also possible to disable the direct manual input and allow 
> only using the popup?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Kommentiert: (MYFACES-652) Findbugs ant-tasks

2005-09-30 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-652?page=comments#action_12330933 
] 

Stephan Strittmatter commented on MYFACES-652:
--

Sorry, I was not able to create one diff-file, so I added for every build.xml 
an own diff.

> Findbugs ant-tasks
> --
>
>  Key: MYFACES-652
>  URL: http://issues.apache.org/jira/browse/MYFACES-652
>  Project: MyFaces
> Type: Improvement
>   Components: General
> Reporter: Stephan Strittmatter
> Priority: Trivial
>  Attachments: findbugs-all.diff, findbugs-api.diff, findbugs-impl.diff, 
> findbugs-sandbox.diff, findbugs-tomahawk.diff
>
> MyFaces could be improved by checking the code using findbugs 
> (findbugs.sourceforge.net/ ).
> See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-652) Findbugs ant-tasks

2005-09-30 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-652?page=all ]

Stephan Strittmatter updated MYFACES-652:
-

Attachment: findbugs-tomahawk.diff

patch to add findbugs-task to build.xml of tomahawk build.

> Findbugs ant-tasks
> --
>
>  Key: MYFACES-652
>  URL: http://issues.apache.org/jira/browse/MYFACES-652
>  Project: MyFaces
> Type: Improvement
>   Components: General
> Reporter: Stephan Strittmatter
> Priority: Trivial
>  Attachments: findbugs-all.diff, findbugs-api.diff, findbugs-impl.diff, 
> findbugs-sandbox.diff, findbugs-tomahawk.diff
>
> MyFaces could be improved by checking the code using findbugs 
> (findbugs.sourceforge.net/ ).
> See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-652) Findbugs ant-tasks

2005-09-30 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-652?page=all ]

Stephan Strittmatter updated MYFACES-652:
-

Attachment: findbugs-sandbox.diff

patch to add findbugs-task to build.xml of sandbox build.

> Findbugs ant-tasks
> --
>
>  Key: MYFACES-652
>  URL: http://issues.apache.org/jira/browse/MYFACES-652
>  Project: MyFaces
> Type: Improvement
>   Components: General
> Reporter: Stephan Strittmatter
> Priority: Trivial
>  Attachments: findbugs-all.diff, findbugs-api.diff, findbugs-impl.diff, 
> findbugs-sandbox.diff, findbugs-tomahawk.diff
>
> MyFaces could be improved by checking the code using findbugs 
> (findbugs.sourceforge.net/ ).
> See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-652) Findbugs ant-tasks

2005-09-30 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-652?page=all ]

Stephan Strittmatter updated MYFACES-652:
-

Attachment: findbugs-impl.diff

patch to add findbugs-task to build.xml of impl build.

> Findbugs ant-tasks
> --
>
>  Key: MYFACES-652
>  URL: http://issues.apache.org/jira/browse/MYFACES-652
>  Project: MyFaces
> Type: Improvement
>   Components: General
> Reporter: Stephan Strittmatter
> Priority: Trivial
>  Attachments: findbugs-all.diff, findbugs-api.diff, findbugs-impl.diff, 
> findbugs-sandbox.diff, findbugs-tomahawk.diff
>
> MyFaces could be improved by checking the code using findbugs 
> (findbugs.sourceforge.net/ ).
> See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-652) Findbugs ant-tasks

2005-09-30 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-652?page=all ]

Stephan Strittmatter updated MYFACES-652:
-

Attachment: findbugs-api.diff

patch to add findbugs-task to build.xml of api build.

> Findbugs ant-tasks
> --
>
>  Key: MYFACES-652
>  URL: http://issues.apache.org/jira/browse/MYFACES-652
>  Project: MyFaces
> Type: Improvement
>   Components: General
> Reporter: Stephan Strittmatter
> Priority: Trivial
>  Attachments: findbugs-all.diff, findbugs-api.diff, findbugs-impl.diff, 
> findbugs-sandbox.diff, findbugs-tomahawk.diff
>
> MyFaces could be improved by checking the code using findbugs 
> (findbugs.sourceforge.net/ ).
> See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-652) Findbugs ant-tasks

2005-09-30 Thread Stephan Strittmatter (JIRA)
Findbugs ant-tasks
--

 Key: MYFACES-652
 URL: http://issues.apache.org/jira/browse/MYFACES-652
 Project: MyFaces
Type: Improvement
  Components: General  
Reporter: Stephan Strittmatter
Priority: Trivial
 Attachments: findbugs-all.diff

MyFaces could be improved by checking the code using findbugs 
(findbugs.sourceforge.net/ ).
See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-652) Findbugs ant-tasks

2005-09-30 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-652?page=all ]

Stephan Strittmatter updated MYFACES-652:
-

Attachment: findbugs-all.diff

patch to add findbugs-task to build.xml of general build.

> Findbugs ant-tasks
> --
>
>  Key: MYFACES-652
>  URL: http://issues.apache.org/jira/browse/MYFACES-652
>  Project: MyFaces
> Type: Improvement
>   Components: General
> Reporter: Stephan Strittmatter
> Priority: Trivial
>  Attachments: findbugs-all.diff
>
> MyFaces could be improved by checking the code using findbugs 
> (findbugs.sourceforge.net/ ).
> See also: findbugs.sourceforge.net/docs/findbugsPaper.pdf 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-646) accepts invalid date input

2005-09-29 Thread Stephan Strittmatter (JIRA)
 accepts invalid date input


 Key: MYFACES-646
 URL: http://issues.apache.org/jira/browse/MYFACES-646
 Project: MyFaces
Type: Bug
  Components: Tomahawk  
Reporter: Stephan Strittmatter
Priority: Critical


If you e.g. insert as day "33" and select "September" then the date is 
converted to 3. Oct. instead of raising an error.

In addition: Is it also possible to disable the direct manual input and allow 
only using the popup?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-645) Extended class org.apache.myfaces.util.MessageUtils to pass also resourceBundles to get Messages

2005-09-29 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-645?page=all ]

Stephan Strittmatter updated MYFACES-645:
-

Attachment: MessageUtils.diff

Patch to provide requested methods.

> Extended class org.apache.myfaces.util.MessageUtils to pass also 
> resourceBundles to get Messages
> 
>
>  Key: MYFACES-645
>  URL: http://issues.apache.org/jira/browse/MYFACES-645
>  Project: MyFaces
> Type: Improvement
> Versions: Nightly
> Reporter: Stephan Strittmatter
>  Attachments: MessageUtils.diff
>
> MessageeUtils class should have addition methods to get the ability to pass 
> also an individual resourcebundle to use it also in projects loading messages 
> from different locations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-645) Extended class org.apache.myfaces.util.MessageUtils to pass also resourceBundles to get Messages

2005-09-29 Thread Stephan Strittmatter (JIRA)
Extended class org.apache.myfaces.util.MessageUtils to pass also 
resourceBundles to get Messages


 Key: MYFACES-645
 URL: http://issues.apache.org/jira/browse/MYFACES-645
 Project: MyFaces
Type: Improvement
Versions: Nightly
Reporter: Stephan Strittmatter


MessageeUtils class should have addition methods to get the ability to pass 
also an individual resourcebundle to use it also in projects loading messages 
from different locations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-519) should support inlining the styles

2005-09-27 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-519?page=all ]

Stephan Strittmatter updated MYFACES-519:
-

Attachment: stylesheet.diff

Patch to support inlined styles and different media types.

>  should support inlining the styles
> -
>
>  Key: MYFACES-519
>  URL: http://issues.apache.org/jira/browse/MYFACES-519
>  Project: MyFaces
> Type: Improvement
>   Components: Tomahawk
> Reporter: Stephan Strittmatter
>  Attachments: stylesheet.diff
>
> To get more valid HTML within portlets, it would be a good idea to support 
> inline CSS by the -tag.
> Probably there is an additional property "inline=false" which is by default 
> set to false. 
> Then the behaviour is like the current version: a link tag is gerenated. This 
> link-tag has to be located within the head-tag as specified in HTML.
> If inline="true" the content of the css-file should be included within the 
> current page at the location the tag occured, like:
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-519) should support inlining the styles

2005-09-06 Thread Stephan Strittmatter (JIRA)
 should support inlining the styles
-

 Key: MYFACES-519
 URL: http://issues.apache.org/jira/browse/MYFACES-519
 Project: MyFaces
Type: Improvement
  Components: Tomahawk  
Reporter: Stephan Strittmatter


To get more valid HTML within portlets, it would be a good idea to support 
inline CSS by the -tag.
Probably there is an additional property "inline=false" which is by default set 
to false. 
Then the behaviour is like the current version: a link tag is gerenated. This 
link-tag has to be located within the head-tag as specified in HTML.
If inline="true" the content of the css-file should be included within the 
current page at the location the tag occured, like:


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Aktualisiert: (MYFACES-477) does not work within portlet

2005-09-01 Thread Stephan Strittmatter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-477?page=all ]

Stephan Strittmatter updated MYFACES-477:
-

Attachment: stacktrace.txt

Stacktrace of exception attached.

>  does not work within portlet
> 
>
>  Key: MYFACES-477
>  URL: http://issues.apache.org/jira/browse/MYFACES-477
>  Project: MyFaces
> Type: Bug
>   Components: Tomahawk
>  Environment: Portal Liferay 3.6.0 on Tomcat 5.0
> Reporter: Stephan Strittmatter
>  Attachments: stacktrace.txt
>
> If you use  within a page of a portlet, there are 
> exceptions thrown and the portlet is not renderd.
> If I remove the listener everything is renderd properly.
> If you enhance the sample_jsf_myfaces_portlet.war by a simple code like 
> following, you can reproduce it (It should update the input field on changing 
> the combobox):
> 
>   
>   
>expressionValue="($destElem.value=$srcElem.value)" />
> 
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-477) does not work within portlet

2005-09-01 Thread Stephan Strittmatter (JIRA)
 does not work within portlet


 Key: MYFACES-477
 URL: http://issues.apache.org/jira/browse/MYFACES-477
 Project: MyFaces
Type: Bug
  Components: Tomahawk  
 Environment: Portal Liferay 3.6.0 on Tomcat 5.0
 Reporter: Stephan Strittmatter


If you use  within a page of a portlet, there are 
exceptions thrown and the portlet is not renderd.
If I remove the listener everything is renderd properly.


If you enhance the sample_jsf_myfaces_portlet.war by a simple code like 
following, you can reproduce it (It should update the input field on changing 
the combobox):











-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Kommentiert: (MYFACES-434) MyFaces's Portlet enhancement

2005-09-01 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12320780 
] 

Stephan Strittmatter commented on MYFACES-434:
--

Supporting the fileupload for Portlets is also important for me. Could thie 
patch of  Shinsuke SUGAYA be integrated to MyFaces?

> MyFaces's Portlet enhancement
> -
>
>  Key: MYFACES-434
>  URL: http://issues.apache.org/jira/browse/MYFACES-434
>  Project: MyFaces
> Type: Improvement
> Versions: Nightly Build
>  Environment: LInux, J2SE 1.4.2
> Reporter: Shinsuke SUGAYA
> Assignee: Stan Silvert
>  Attachments: newfile_for_portlet.tar.gz, patch_for_portlet.patch
>
> MyFacesGenericPortlet does not fully support the feature of tomahawk 
> component, such as inputHtml and fileUpload. So, I request the following 
> feature to run it on portlet:
> - support tags in  (ex. inputHtml component)
> - support upload (fileUpload component)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-395) disabled property for

2005-08-05 Thread Stephan Strittmatter (JIRA)
disabled property for 
--

 Key: MYFACES-395
 URL: http://issues.apache.org/jira/browse/MYFACES-395
 Project: MyFaces
Type: Improvement
  Components: Tomahawk  
Reporter: Stephan Strittmatter
Priority: Trivial


It would be nice if it would be possible to disable a panelTab rather than not 
rendering it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-386) Extended tag to allow to jump to the associated control

2005-08-04 Thread Stephan Strittmatter (JIRA)
Extended  tag to allow to jump to the associated control
--

 Key: MYFACES-386
 URL: http://issues.apache.org/jira/browse/MYFACES-386
 Project: MyFaces
Type: New Feature
  Components: Tomahawk  
Reporter: Stephan Strittmatter
Priority: Minor


It would be a cool extension of the messages tag to allow to jump to the 
control which is associated with the error listed.

See aso the following threads:
http://forum.java.sun.com/thread.jspa?threadID=644230&messageID=3800423
http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk7.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Kommentiert: (MYFACES-380) UPComponent for HTML-Tag fieldset

2005-08-02 Thread Stephan Strittmatter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-380?page=comments#action_12317398 
] 

Stephan Strittmatter commented on MYFACES-380:
--

Oh, I see! This is a rather new tag, which I could not use at the moment.
My example would be then like following, right?


   My Fieldset
  ...


> UPComponent for HTML-Tag fieldset
> -
>
>  Key: MYFACES-380
>  URL: http://issues.apache.org/jira/browse/MYFACES-380
>  Project: MyFaces
> Type: New Feature
>   Components: Tomahawk
> Reporter: Stephan Strittmatter
> Priority: Trivial

>
> There is a HTML tag fieldset, which could be very useful to create nice 
> applications.
> Using it  at the moment reuires a lot spreating of verbatim-tags.
> Her a example of the html-output:
> 
> 
> My Fieldset
>
> 
> 
> The legend is rendered as title of the groupbox.
> My suggestion of the tag will be:
> http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Erstellt: (MYFACES-380) UPComponent for HTML-Tag fieldset

2005-08-01 Thread Stephan Strittmatter (JIRA)
UPComponent for HTML-Tag fieldset
-

 Key: MYFACES-380
 URL: http://issues.apache.org/jira/browse/MYFACES-380
 Project: MyFaces
Type: New Feature
  Components: Tomahawk  
Reporter: Stephan Strittmatter
Priority: Trivial


There is a HTML tag fieldset, which could be very useful to create nice 
applications.
Using it  at the moment reuires a lot spreating of verbatim-tags.

Her a example of the html-output:


My Fieldset
   



The legend is rendered as title of the groupbox.
My suggestion of the tag will be:

http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira